aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug with warn message for unencrypted chatsChristian Schneppe2017-11-271-8/+14
|
* fix wrong bracketsChristian Schneppe2017-11-271-2/+2
|
* make 'markable' attribute persistentChristian Schneppe2017-11-262-7/+18
|
* use REFRESH_UI_INTERVALL also for AudioPlayerChristian Schneppe2017-11-251-1/+2
| | | | seems to fix flickerinig of progress bar
* don't return null for opus file extensionsChristian Schneppe2017-11-252-0/+6
|
* reordered unencryption warning condition a bitChristian Schneppe2017-11-251-8/+8
|
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-253-5/+15
|
* optimize colorsChristian Schneppe2017-11-251-0/+1
|
* show warning if chat is unecryptedChristian Schneppe2017-11-241-0/+14
| | | | | * 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
* use com.android.support:support-emojiChristian Schneppe2017-11-2416-30/+393
|
* rename variablesChristian Schneppe2017-11-241-77/+77
|
* ListItemAdapter: use ViewHolderChristian Schneppe2017-11-241-26/+49
|
* add opus file type to MimeUtilsChristian Schneppe2017-11-231-0/+1
|
* fix crash while showing location from notificationChristian Schneppe2017-11-231-0/+3
|
* code cleanupChristian Schneppe2017-11-2350-247/+238
|
* deduplicate read markers if one with real jid is foundChristian Schneppe2017-11-234-4/+18
|
* MAM: start muc catchup with last sent message if serverId is availableChristian Schneppe2017-11-231-1/+1
|
* ConversationAdapter: use view holderChristian Schneppe2017-11-231-79/+109
|
* shorten >4 names to a, b, c +n moreChristian Schneppe2017-11-232-182/+190
|
* PgpService: feed result intent back into decryptionChristian Schneppe2017-11-231-6/+12
|
* MessageParser: don't refresh view after parsing chat state when combined ↵Christian Schneppe2017-11-221-4/+8
| | | | with message
* add final to config variableChristian Schneppe2017-11-221-1/+1
|
* save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe2017-11-224-9/+19
|
* use empty wake lock tagChristian Schneppe2017-11-221-2/+2
|
* 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-2212-85/+527
|
* 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-222-34/+31
|
* excute db read and writes on different threadsChristian Schneppe2017-11-215-28/+29
|
* JingleConnection: fixed rare npe when canceling jingleChristian Schneppe2017-11-211-3/+2
|
* apperently some servers will ommit the from even for stanzas not going to themChristian Schneppe2017-11-211-1/+1
|
* catch all sorts of date parsing errorsChristian Schneppe2017-11-212-3/+2
|
* fixed ImStyleParser to not style '**test**'Christian Schneppe2017-11-211-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-213-6/+2
|
* trying to catch various dead system exception when scheduling new alarms and ↵Christian Schneppe2017-11-211-33/+55
| | | | such
* catch all RuntimeExceptions when using MetadataRetrieverChristian Schneppe2017-11-211-4/+8
|
* styler: ignore closing keyword when preceded by whitespaceChristian Schneppe2017-11-211-1/+1
|
* use view context instead activity to show toast in ConversationFragmentChristian Schneppe2017-11-211-2/+2
|
* catch rare exception when transforming download uri to real pathChristian Schneppe2017-11-211-4/+8
|
* catch some more exception when retrieving media runtimeChristian Schneppe2017-11-211-2/+8
|
* open links in new tabsChristian Schneppe2017-11-212-0/+80
|
* FileProvider: attempt to work with sd cardsChristian Schneppe2017-11-212-1/+2
|
* disable auto fill on edit message boxChristian Schneppe2017-11-201-38/+36
|
* styling: introduce support for code blocksChristian Schneppe2017-11-202-17/+47
|
* do not quote quotesChristian Schneppe2017-11-203-4/+58
|
* brought back 'copy to clipboard' and 'quote' context menu optionsChristian Schneppe2017-11-202-48/+46
|
* make keyword styling work in quotesChristian Schneppe2017-11-202-9/+24
|