aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* add drawables for some more filetypes in chatlistChristian Schneppe2017-11-301-0/+18
* fixed wrong colors in message status textChristian Schneppe2017-11-301-0/+1
* fix typoChristian Schneppe2017-11-291-1/+1
* add exception list for encryption warningChristian Schneppe2017-11-291-2/+14
* make encryption settings persistent via snackbar choiceChristian Schneppe2017-11-291-0/+1
* add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe2017-11-295-5/+21
* some bug fixesChristian Schneppe2017-11-286-71/+86
* fix bug with warn message for unencrypted chatsChristian Schneppe2017-11-271-8/+14
* reordered unencryption warning condition a bitChristian Schneppe2017-11-251-8/+8
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-252-5/+11
* optimize colorsChristian Schneppe2017-11-251-0/+1
* show warning if chat is unecryptedChristian Schneppe2017-11-241-0/+14
* use com.android.support:support-emojiChristian Schneppe2017-11-2410-26/+27
* rename variablesChristian Schneppe2017-11-241-77/+77
* ListItemAdapter: use ViewHolderChristian Schneppe2017-11-241-26/+49
* fix crash while showing location from notificationChristian Schneppe2017-11-231-0/+3
* code cleanupChristian Schneppe2017-11-2333-222/+215
* ConversationAdapter: use view holderChristian Schneppe2017-11-231-79/+109
* shorten >4 names to a, b, c +n moreChristian Schneppe2017-11-231-180/+184
* ConversationAdapter: do not show file icon when file has been deletedChristian Schneppe2017-11-221-4/+3
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-222-49/+105
* ConversationsAdapter: code cleanupChristian Schneppe2017-11-221-7/+8
* stop scrolling before changing conversationsChristian Schneppe2017-11-222-0/+14
* refactore phone helper to ignore security exceptionChristian Schneppe2017-11-221-1/+1
* remove numeric hint from captchaChristian Schneppe2017-11-211-2/+0
* Show Drawable if Location/File/VoiceChristian Schneppe2017-11-211-3/+27
* remove prosody push from blacklistChristian Schneppe2017-11-212-3/+2
* use view context instead activity to show toast in ConversationFragmentChristian Schneppe2017-11-211-2/+2
* open links in new tabsChristian Schneppe2017-11-212-0/+80
* FileProvider: attempt to work with sd cardsChristian Schneppe2017-11-211-0/+1
* disable auto fill on edit message boxChristian Schneppe2017-11-201-38/+36
* do not quote quotesChristian Schneppe2017-11-202-4/+4
* brought back 'copy to clipboard' and 'quote' context menu optionsChristian Schneppe2017-11-202-48/+46
* make keyword styling work in quotesChristian Schneppe2017-11-201-0/+6
* changed text styling to keep the keywordChristian Schneppe2017-11-201-7/+7
* fix take photo with pending keysChristian Schneppe2017-11-201-1/+1
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-204-13/+13
* support for basic IM stylingChristian Schneppe2017-11-202-0/+4
* use ThreadPoolExecutor for BitmapWorkerTaskChristian Schneppe2017-11-025-5/+5
* a little rewrite in WelcomeActivityChristian Schneppe2017-10-311-3/+14
* rename some variables/stringsChristian Schneppe2017-10-312-11/+12
* UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe2017-10-292-2/+2
* Sharing: request permissionChristian Schneppe2017-10-291-0/+23
* MessageAdapter: round file sizesChristian Schneppe2017-10-291-2/+2
* MessageAdapter: Do not display muc whispers as emoji onlyChristian Schneppe2017-10-291-1/+1
* bring back option to highlight user in muc ...Christian Schneppe2017-10-181-1/+6
* correct (un)verified contacts icon (lock/shield)Christian Schneppe2017-10-141-2/+2
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-34/+25
* use a lighter red color for 'delete contact button' and remove this action fr...Christian Schneppe2017-10-102-12/+7
* Merge branch 'rework_Updater'Christian Schneppe2017-10-103-245/+150
|\