aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/SettingsActivity.java (follow)
Commit message (Collapse)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
| | | | * make OTR available via expert settings and disable it as default
* 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
| | | | increases privacy and is configurable via preferences
* code cleanup & small fixesChristian Schneppe2019-07-011-1/+1
|
* 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
|