aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-12integrate trust manager into conversationsChristian Schneppe1-0/+10
2018-03-09remove pre api 21 themeChristian Schneppe1-26/+19
2018-03-09use appcompat in more activitiesChristian Schneppe1-0/+4
2018-03-09started work on migrating to appcompatChristian Schneppe1-1/+1
2018-03-08implement multi accounts via expert settingsChristian Schneppe2-0/+3
2018-02-24fixed pref_use_white_background_summary to match the correct behaviourChristian Schneppe1-1/+1
2018-01-30updated stringsChristian Schneppe1-1/+1
2018-01-29direct link from settings to huaweis protected appsChristian Schneppe1-0/+2
2018-01-29add snooze button to notificationChristian Schneppe1-0/+1
2018-01-27show snackbar if you are not participating a group chat to clearify this for ↵Christian Schneppe1-0/+1
new users
2018-01-27updated year in copyright infoChristian Schneppe1-1/+1
2018-01-27Show toast after destroying group chatChristian Schneppe1-2/+3
2018-01-26add possibility to destroy group chatChristian Schneppe1-0/+4
2018-01-25App title should not be translatable (#169)Licaon_Kter1-1/+1
2018-01-24Rename "Conference" to "Group chat" (#168)Licaon_Kter1-36/+36
fixes #158
2018-01-21check if app installs from unknown sources are allowed, if not open settings ↵Christian Schneppe1-0/+4
to allow this manually
2018-01-21show warning toast if PM is disabled in MUCChristian Schneppe1-0/+1
2018-01-19Gradle Update to 3.0.1 with aaptChristian Schneppe1-37/+37
2018-01-19updated some licensesChristian Schneppe1-5/+4
2018-01-19replace AdvancedListView with ListView because it was never usedChristian Schneppe1-1/+0
2018-01-19fix some stringsChristian Schneppe1-1/+1
2017-12-23removed 'contact-only' hint from publish avtar screenChristian Schneppe1-1/+0
2017-12-16Add ShareViaAccountActivityChristian Schneppe1-0/+1
2017-12-16try to detect invalid nick (w/ emoji) in MUCsChristian Schneppe1-0/+1
2017-12-16fix format stringChristian Schneppe1-1/+1
2017-11-30add drawables for some more filetypes in chatlistChristian Schneppe2-0/+10
2017-11-29add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe2-0/+3
2017-11-25make unencrypted chat warning configurable via settingsChristian Schneppe2-0/+4
2017-11-25optimize colorsChristian Schneppe1-1/+2
2017-11-24show warning if chat is unecryptedChristian Schneppe1-0/+1
* if OMEMO is available, pressing the OK button switches to OMEMO encryption * if OMEMO is not available, the message hides for this moment and will pop up as long as you choose an encryption mode
2017-11-24color optimizationsChristian Schneppe1-3/+3
2017-11-24use com.android.support:support-emojiChristian Schneppe1-1/+0
2017-11-23bring back quick share (default off)Christian Schneppe1-0/+2
2017-11-23shorten >4 names to a, b, c +n moreChristian Schneppe1-0/+1
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe3-0/+8
2017-11-21Show Drawable if Location/File/VoiceChristian Schneppe2-0/+2
2017-11-21open links in new tabsChristian Schneppe1-0/+1
2017-11-20brought back 'copy to clipboard' and 'quote' context menu optionsChristian Schneppe1-1/+3
2017-10-18bring back option to highlight user in muc ...Christian Schneppe1-0/+1
... via context menu on selected user in ConferenceDetails
2017-10-17move more untranslatable strings to defaults.xmlChristian Schneppe2-6/+6
2017-10-16move untranslatable strings from strings to defaultsChristian Schneppe1-1/+49
2017-10-16Update strings.xmlChristian Schneppe1-48/+0
2017-10-13fix stringsChristian Schneppe1-5/+5
2017-10-13Fix typolicaon-kter1-1/+1
2017-10-10use a lighter red color for 'delete contact button' and remove this action ↵Christian Schneppe1-0/+1
from actionbar
2017-10-10reworked updaterChristian Schneppe1-8/+6
2017-10-06limit audio player width on small screensChristian Schneppe1-0/+1
2017-09-24refactored AudioPlayerChristian Schneppe1-0/+1
2017-09-18show permanent notification while transcoding videoChristian Schneppe1-1/+1
2017-09-17Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe2-0/+3
foregroundservice active) Fixes #138