aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/SettingsActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show own account in chatlist/contacts/conferences if you are in multi ↵Christian Schneppe2019-06-201-0/+1
| | | | account mode
* added Tor support to channel searchChristian Schneppe2019-04-281-0/+1
|
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-311-2/+8
|
* show notification when backup is done or failedChristian Schneppe2019-02-181-30/+6
| | | | show success notification only if backup was started manually
* show web link previews in chatChristian Schneppe2019-02-091-0/+1
| | | | fixes #113
* optimize importsChristian Schneppe2019-02-081-4/+0
|
* make avatars from contacts configurableChristian Schneppe2019-01-261-0/+1
|
* small layout fixesChristian Schneppe2019-01-261-66/+0
|
* rework backup & restoreChristian Schneppe2019-01-261-12/+15
| | | | use the implementation from Conversations
* explicitly start service (instead of just bind) service from contact chooserChristian Schneppe2019-01-251-9/+1
|
* add preference to play gif files automatically in chat viewChristian Schneppe2019-01-041-0/+1
| | | | fixes #170 and #236
* try to fix failing backups in multiaccount modeChristian Schneppe2018-11-111-4/+4
| | | | --> you have to enable multiaccount mode again and setup a password!!!
* start ExportLogsService correctly on devices >= OREOChristian Schneppe2018-11-081-1/+10
|
* show media preview in messagebubble like text messagesChristian Schneppe2018-09-231-0/+1
|
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-231-2/+1
| | | | multiple files
* optimize some multi account handling in SettingsActivityChristian Schneppe2018-09-141-17/+55
|
* initial work toward api 26+Christian Schneppe2018-09-131-1/+2
| | | | | * introduce notification channels * always use foreground service on 26+
* make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2018-08-281-1/+13
|
* introduced config flag to show attachment button instead of quick actionsChristian Schneppe2018-08-051-0/+7
|
* fix cleanPrivateStorage()Christian Schneppe2018-06-161-24/+5
|
* make quick actions working againChristian Schneppe2018-05-141-0/+22
|
* make it possible to switch back to single account if only one account availableChristian Schneppe2018-04-221-3/+2
|
* more theme workingChristian Schneppe2018-04-211-8/+13
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-1/+28
|
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-8/+6
| | | | | | | | | * replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
* setReplaceAll=false on emojiCompat for android oChristian Schneppe2018-04-081-0/+17
|
* fixed device rotation in settings activityChristian Schneppe2018-04-081-2/+1
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-5/+4
|
* calculate automatic timeout labels dynamicallyChristian Schneppe2018-04-011-0/+20
|
* finished 'Set Status Message' dialogChristian Schneppe2018-04-011-3/+0
|
* removed 'preemptive grant' settingChristian Schneppe2018-04-011-0/+7
|
* get rid of customizable resourcesChristian Schneppe2018-04-011-62/+22
|
* move new activity back to original nameChristian Schneppe2018-03-291-0/+3
|
* show connection options in expert settingsChristian Schneppe2018-03-211-6/+0
|
* rewrite how preference screens are invokvedChristian Schneppe2018-03-121-61/+124
|
* integrate trust manager into conversationsChristian Schneppe2018-03-121-1/+1
|
* migrated alert dialogs to app compatChristian Schneppe2018-03-091-1/+1
|
* implement multi accounts via expert settingsChristian Schneppe2018-03-081-8/+114
|
* add null checks to huawei settings codeChristian Schneppe2018-02-101-13/+9
|
* finish() SettingsActivity in onPauseChristian Schneppe2018-02-031-8/+11
| | | | and revert 82732be0dafeb8cea0c8a3dedecdaaf1906cde34
* don't crash if huaweiPreferenceScreen.getIntent() = nullChristian Schneppe2018-02-021-5/+8
|
* direct link from settings to huaweis protected appsChristian Schneppe2018-01-291-0/+13
|
* add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe2017-11-291-0/+1
|
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-251-0/+1
|
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-201-3/+3
|
* Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe2017-09-171-1/+3
| | | | | | foregroundservice active) Fixes #138
* use DND instead of XA when phone is silentChristian Schneppe2017-08-011-1/+2
|
* recreate settingsactivity when theme changedChristian Schneppe2017-06-111-1/+7
|
* open version can use tor networks (via settings)Christian Schneppe2017-03-241-0/+9
|
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-1/+2
| | | | …in Conversations only enviroments