aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/SettingsActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe1-2/+2
2020-02-08add preferece to use unicolored backgroundChristian Schneppe1-0/+3
2020-02-01update theme in SettingsActivity correctlyChristian Schneppe1-0/+1
2020-01-31use ToastCompat instead of ToastChristian Schneppe1-2/+2
2019-12-13first step to remove OTR encryptionChristian Schneppe1-0/+1
2019-12-08only show message deleted if LMC is activatedChristian Schneppe1-1/+2
2019-11-15introduce new orange theme colorChristian Schneppe1-1/+2
2019-11-15rework no write access hint in moderated public mucsChristian Schneppe1-0/+1
2019-11-02introduce setting to completely disable (OMEMO) encryptionChristian Schneppe1-0/+3
2019-10-26clear bitmap cache after changing avatar settingsChristian Schneppe1-0/+8
2019-10-19hide 'use integrated emoji' setting for Android O and higherChristian Schneppe1-3/+12
2019-09-21introduce app intro and some help screensChristian Schneppe1-3/+32
2019-09-20migrate to AndroidXChristian Schneppe1-4/+3
2019-09-20replace YouTube links with Invidious linksChristian Schneppe1-0/+1
2019-07-01code cleanup & small fixesChristian Schneppe1-1/+1
2019-06-20show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe1-0/+1
2019-04-28added Tor support to channel searchChristian Schneppe1-0/+1
2019-03-31add activity to define some important privacy settings on first startChristian Schneppe1-2/+8
2019-02-18show notification when backup is done or failedChristian Schneppe1-30/+6
2019-02-09show web link previews in chatChristian Schneppe1-0/+1
2019-02-08optimize importsChristian Schneppe1-4/+0
2019-01-26make avatars from contacts configurableChristian Schneppe1-0/+1
2019-01-26small layout fixesChristian Schneppe1-66/+0
2019-01-26rework backup & restoreChristian Schneppe1-12/+15
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