aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/SettingsActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-25explicitly start service (instead of just bind) service from contact chooserChristian Schneppe1-9/+1
2019-01-04add preference to play gif files automatically in chat viewChristian Schneppe1-0/+1
2018-11-11try to fix failing backups in multiaccount modeChristian Schneppe1-4/+4
2018-11-08start ExportLogsService correctly on devices >= OREOChristian Schneppe1-1/+10
2018-09-23show media preview in messagebubble like text messagesChristian Schneppe1-0/+1
2018-09-23preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe1-2/+1
2018-09-14optimize some multi account handling in SettingsActivityChristian Schneppe1-17/+55
2018-09-13initial work toward api 26+Christian Schneppe1-1/+2
2018-08-28make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe1-1/+13
2018-08-05introduced config flag to show attachment button instead of quick actionsChristian Schneppe1-0/+7
2018-06-16fix cleanPrivateStorage()Christian Schneppe1-24/+5
2018-05-14make quick actions working againChristian Schneppe1-0/+22
2018-04-22make it possible to switch back to single account if only one account availableChristian Schneppe1-3/+2
2018-04-21more theme workingChristian Schneppe1-8/+13
2018-04-13introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe1-1/+28
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-8/+6
2018-04-08setReplaceAll=false on emojiCompat for android oChristian Schneppe1-0/+17
2018-04-08fixed device rotation in settings activityChristian Schneppe1-2/+1
2018-04-02migrate to xmpp-addrChristian Schneppe1-5/+4
2018-04-01calculate automatic timeout labels dynamicallyChristian Schneppe1-0/+20
2018-04-01finished 'Set Status Message' dialogChristian Schneppe1-3/+0
2018-04-01removed 'preemptive grant' settingChristian Schneppe1-0/+7
2018-04-01get rid of customizable resourcesChristian Schneppe1-62/+22
2018-03-29move new activity back to original nameChristian Schneppe1-0/+3
2018-03-21show connection options in expert settingsChristian Schneppe1-6/+0
2018-03-12rewrite how preference screens are invokvedChristian Schneppe1-61/+124
2018-03-12integrate trust manager into conversationsChristian Schneppe1-1/+1
2018-03-09migrated alert dialogs to app compatChristian Schneppe1-1/+1
2018-03-08implement multi accounts via expert settingsChristian Schneppe1-8/+114
2018-02-10add null checks to huawei settings codeChristian Schneppe1-13/+9
2018-02-03finish() SettingsActivity in onPauseChristian Schneppe1-8/+11
2018-02-02don't crash if huaweiPreferenceScreen.getIntent() = nullChristian Schneppe1-5/+8
2018-01-29direct link from settings to huaweis protected appsChristian Schneppe1-0/+13
2017-11-29add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe1-0/+1
2017-11-25make unencrypted chat warning configurable via settingsChristian Schneppe1-0/+1
2017-11-20code refactoring to provide shorter account enabled checkChristian Schneppe1-3/+3
2017-09-17Foregroundservice can be deactivated in expert options (default = foregrounds...Christian Schneppe1-1/+3
2017-08-01use DND instead of XA when phone is silentChristian Schneppe1-1/+2
2017-06-11recreate settingsactivity when theme changedChristian Schneppe1-1/+7
2017-03-24open version can use tor networks (via settings)Christian Schneppe1-0/+9
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe1-1/+2
2017-01-29configurable local message retention period.Christian Schneppe1-0/+3
2016-11-24introduced blind trust before verification modeChristian Schneppe1-0/+1
2016-11-24use constants for some preferencesChristian Schneppe1-6/+11
2016-11-19reformat codeChristian Schneppe1-234/+234
2016-09-28simplified code that invokes the export logs serviceChristian Schneppe1-3/+9
2016-09-28expert 'setting' to remove omemo identityChristian Schneppe1-1/+61
2016-07-29changed package id inside manifest and projectChristian Schneppe1-6/+6
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-1/+2
2016-05-31optimize importsChristian Schneppe1-1/+0