aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-30add drawables for some more filetypes in chatlistChristian Schneppe1-0/+18
2017-11-30fixed wrong colors in message status textChristian Schneppe1-0/+1
2017-11-29fix typoChristian Schneppe1-1/+1
2017-11-29add exception list for encryption warningChristian Schneppe2-2/+17
2017-11-29make encryption settings persistent via snackbar choiceChristian Schneppe1-0/+1
2017-11-29add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe6-8/+30
2017-11-28some bug fixesChristian Schneppe23-99/+114
2017-11-27fix bug with warn message for unencrypted chatsChristian Schneppe1-8/+14
2017-11-27fix wrong bracketsChristian Schneppe1-2/+2
2017-11-26make 'markable' attribute persistentChristian Schneppe2-7/+18
2017-11-25use REFRESH_UI_INTERVALL also for AudioPlayerChristian Schneppe1-1/+2
seems to fix flickerinig of progress bar
2017-11-25don't return null for opus file extensionsChristian Schneppe2-0/+6
2017-11-25reordered unencryption warning condition a bitChristian Schneppe1-8/+8
2017-11-25make unencrypted chat warning configurable via settingsChristian Schneppe3-5/+15
2017-11-25optimize colorsChristian Schneppe1-0/+1
2017-11-24show warning if chat is unecryptedChristian Schneppe1-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
2017-11-24use com.android.support:support-emojiChristian Schneppe16-30/+393
2017-11-24rename variablesChristian Schneppe1-77/+77
2017-11-24ListItemAdapter: use ViewHolderChristian Schneppe1-26/+49
2017-11-23add opus file type to MimeUtilsChristian Schneppe1-0/+1
2017-11-23fix crash while showing location from notificationChristian Schneppe1-0/+3
2017-11-23code cleanupChristian Schneppe50-247/+238
2017-11-23deduplicate read markers if one with real jid is foundChristian Schneppe4-4/+18
2017-11-23MAM: start muc catchup with last sent message if serverId is availableChristian Schneppe1-1/+1
2017-11-23ConversationAdapter: use view holderChristian Schneppe1-79/+109
2017-11-23shorten >4 names to a, b, c +n moreChristian Schneppe2-182/+190
2017-11-23PgpService: feed result intent back into decryptionChristian Schneppe1-6/+12
2017-11-22MessageParser: don't refresh view after parsing chat state when combined ↵Christian Schneppe1-4/+8
with message
2017-11-22add final to config variableChristian Schneppe1-1/+1
2017-11-22save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe4-9/+19
2017-11-22use empty wake lock tagChristian Schneppe1-2/+2
2017-11-22ConversationAdapter: do not show file icon when file has been deletedChristian Schneppe1-4/+3
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe12-85/+527
2017-11-22ConversationsAdapter: code cleanupChristian Schneppe1-7/+8
2017-11-22stop scrolling before changing conversationsChristian Schneppe2-0/+14
2017-11-22refactore phone helper to ignore security exceptionChristian Schneppe2-34/+31
2017-11-21excute db read and writes on different threadsChristian Schneppe5-28/+29
2017-11-21JingleConnection: fixed rare npe when canceling jingleChristian Schneppe1-3/+2
2017-11-21apperently some servers will ommit the from even for stanzas not going to themChristian Schneppe1-1/+1
2017-11-21catch all sorts of date parsing errorsChristian Schneppe2-3/+2
2017-11-21fixed ImStyleParser to not style '**test**'Christian Schneppe1-1/+1
2017-11-21remove numeric hint from captchaChristian Schneppe1-2/+0
2017-11-21Show Drawable if Location/File/VoiceChristian Schneppe1-3/+27
2017-11-21remove prosody push from blacklistChristian Schneppe3-6/+2
2017-11-21trying to catch various dead system exception when scheduling new alarms and ↵Christian Schneppe1-33/+55
such
2017-11-21catch all RuntimeExceptions when using MetadataRetrieverChristian Schneppe1-4/+8
2017-11-21styler: ignore closing keyword when preceded by whitespaceChristian Schneppe1-1/+1
2017-11-21use view context instead activity to show toast in ConversationFragmentChristian Schneppe1-2/+2
2017-11-21catch rare exception when transforming download uri to real pathChristian Schneppe1-4/+8
2017-11-21catch some more exception when retrieving media runtimeChristian Schneppe1-2/+8