aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/SettingsActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe2020-02-161-2/+2
* add preferece to use unicolored backgroundChristian Schneppe2020-02-081-0/+3
* update theme in SettingsActivity correctlyChristian Schneppe2020-02-011-0/+1
* use ToastCompat instead of ToastChristian Schneppe2020-01-311-2/+2
* first step to remove OTR encryptionChristian Schneppe2019-12-131-0/+1
* only show message deleted if LMC is activatedChristian Schneppe2019-12-081-1/+2
* introduce new orange theme colorChristian Schneppe2019-11-151-1/+2
* rework no write access hint in moderated public mucsChristian Schneppe2019-11-151-0/+1
* introduce setting to completely disable (OMEMO) encryptionChristian Schneppe2019-11-021-0/+3
* clear bitmap cache after changing avatar settingsChristian Schneppe2019-10-261-0/+8
* hide 'use integrated emoji' setting for Android O and higherChristian Schneppe2019-10-191-3/+12
* introduce app intro and some help screensChristian Schneppe2019-09-211-3/+32
* migrate to AndroidXChristian Schneppe2019-09-201-4/+3
* replace YouTube links with Invidious linksChristian Schneppe2019-09-201-0/+1
* code cleanup & small fixesChristian Schneppe2019-07-011-1/+1
* show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe2019-06-201-0/+1
* 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 web link previews in chatChristian Schneppe2019-02-091-0/+1
* 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
* 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
* try to fix failing backups in multiaccount modeChristian Schneppe2018-11-111-4/+4
* 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 multiple...Christian Schneppe2018-09-231-2/+1
* optimize some multi account handling in SettingsActivityChristian Schneppe2018-09-141-17/+55
* initial work toward api 26+Christian Schneppe2018-09-131-1/+2
* 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
* 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