aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show own account in chatlist/contacts/conferences if you are in multi ↵Christian Schneppe2019-06-201-0/+5
| | | | account mode
* correct some stringsChristian Schneppe2019-03-311-4/+4
|
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-311-5/+15
|
* show web link previews in chatChristian Schneppe2019-02-091-0/+5
| | | | fixes #113
* make avatars from contacts configurableChristian Schneppe2019-01-261-0/+5
|
* rework backup & restoreChristian Schneppe2019-01-261-4/+4
| | | | use the implementation from Conversations
* add preference to play gif files automatically in chat viewChristian Schneppe2019-01-041-0/+5
| | | | fixes #170 and #236
* allow unencrypted http on android 9Christian Schneppe2018-12-141-1/+1
| | | | | this commit is just to make policies equal and independent on various android versions. support for http might be removed in the future across all versions.
* let the user forbid android from taking screenshotsChristian Schneppe2018-11-301-0/+5
|
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-231-5/+0
| | | | multiple files
* removed global notifications switchChristian Schneppe2018-09-131-12/+0
|
* initial work toward api 26+Christian Schneppe2018-09-131-0/+14
| | | | | * introduce notification channels * always use foreground service on 26+
* make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2018-08-281-0/+5
|
* add a quick action for voice recordingChristian Schneppe2018-08-051-0/+5
| | | | | * is enabled as default * can be disabled in settings
* Added expert setting for direct searchChristian Schneppe2018-06-161-0/+5
|
* made font size selectableChristian Schneppe2018-04-231-5/+7
|
* more theme workingChristian Schneppe2018-04-211-31/+33
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-0/+7
|
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-0/+40
| | | | | | | | | * 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
* more dark theme changesChristian Schneppe2018-04-071-1/+1
|
* calculate automatic timeout labels dynamicallyChristian Schneppe2018-04-011-3/+1
|
* introduced setting to not scroll down after sending a messageChristian Schneppe2018-04-011-0/+5
|
* removed 'preemptive grant' settingChristian Schneppe2018-04-011-6/+3
|
* get rid of customizable resourcesChristian Schneppe2018-04-011-7/+0
|
* fixed crash in settingsChristian Schneppe2018-03-211-2/+2
|
* rewrite how preference screens are invokvedChristian Schneppe2018-03-121-0/+16
|
* implement multi accounts via expert settingsChristian Schneppe2018-03-081-0/+5
|
* direct link from settings to huaweis protected appsChristian Schneppe2018-01-291-1/+10
|
* add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe2017-11-291-0/+5
|
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-251-0/+5
|
* bring back quick share (default off)Christian Schneppe2017-11-231-0/+5
|
* FileProvider: attempt to work with sd cardsChristian Schneppe2017-11-211-0/+3
|
* Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe2017-09-171-0/+5
| | | | | | foregroundservice active) Fixes #138
* made DNSEC hostname validation opt-inChristian Schneppe2017-08-011-0/+5
|
* put settings defaults into resource fileChristian Schneppe2017-08-011-35/+35
|
* use DND instead of XA when phone is silentChristian Schneppe2017-08-011-7/+7
|
* Added preference to control Heads-up NotificationsChristian Schneppe2017-06-251-0/+6
|
* show extended connection settings in expert settings for open versionChristian Schneppe2017-04-261-0/+5
|
* Add Android Auto support to notificationsChristian Schneppe2017-04-211-0/+4
| | | | | | | | | | This patch adds required additions in order to show notifications in Android Auto. Messages are read aloud and voice reply is offered. The functionaliy has been tested with the Android Auto standalone app as well as with the DHU simulator as describes here: https://developer.android.com/training/auto/testing/index.html
* make contacts status color configurableChristian Schneppe2017-04-131-0/+5
|
* make image compression configurableChristian Schneppe2017-03-261-4/+4
|
* open version can use tor networks (via settings)Christian Schneppe2017-03-241-0/+9
|
* make auto media rotation in fullscreen configurableChristian Schneppe2017-03-241-0/+5
|
* set default for videocompression correctlyChristian Schneppe2017-03-151-1/+1
|
* do not notify for messages from strangers by defaultChristian Schneppe2017-03-091-0/+6
|
* allow app to access user trust storeChristian Schneppe2017-03-091-0/+9
|
* make video resolution configurableChristian Schneppe2017-03-041-0/+7
|
* changed default setting for enter_is_send on devices with keyboardChristian Schneppe2017-03-041-1/+1
|
* make max brightness in fullscreen configurableChristian Schneppe2017-02-221-0/+5
| | | | fixes #105
* make updater work in Android NChristian Schneppe2017-02-051-4/+15
| | | | fixes #98