Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-12-01 | attempt to enable MAM(ejabberd) on muc configuration | Christian Schneppe | 1 | -0/+1 | |
2017-12-01 | do not return muc whispers as last markable message | Christian Schneppe | 1 | -1/+3 | |
2017-12-01 | PresenceParser: work around for ejabberd not including status code 110 in ↵ | Christian Schneppe | 2 | -3/+5 | |
shut down presence | |||||
2017-12-01 | use palceholder for package in manifest | Christian Schneppe | 3 | -39/+39 | |
2017-11-30 | add drawables for some more filetypes in chatlist | Christian Schneppe | 3 | -0/+28 | |
2017-11-30 | fixed wrong colors in message status text | Christian Schneppe | 1 | -0/+1 | |
2017-11-29 | fix typo | Christian Schneppe | 1 | -1/+1 | |
2017-11-29 | add exception list for encryption warning | Christian Schneppe | 2 | -2/+17 | |
2017-11-29 | make encryption settings persistent via snackbar choice | Christian Schneppe | 1 | -0/+1 | |
2017-11-29 | add ability to use system emojis instead of integrated ones via expert settings | Christian Schneppe | 9 | -8/+38 | |
2017-11-28 | some bug fixes | Christian Schneppe | 23 | -99/+114 | |
2017-11-27 | fix bug with warn message for unencrypted chats | Christian Schneppe | 1 | -8/+14 | |
2017-11-27 | fix wrong brackets | Christian Schneppe | 1 | -2/+2 | |
2017-11-26 | make 'markable' attribute persistent | Christian Schneppe | 2 | -7/+18 | |
2017-11-26 | update translations | Christian Schneppe | 2 | -0/+4 | |
2017-11-25 | use REFRESH_UI_INTERVALL also for AudioPlayer | Christian Schneppe | 1 | -1/+2 | |
seems to fix flickerinig of progress bar | |||||
2017-11-25 | don't return null for opus file extensions | Christian Schneppe | 2 | -0/+6 | |
2017-11-25 | reordered unencryption warning condition a bit | Christian Schneppe | 1 | -8/+8 | |
2017-11-25 | update translations | Christian Schneppe | 2 | -0/+3 | |
2017-11-25 | make unencrypted chat warning configurable via settings | Christian Schneppe | 6 | -5/+24 | |
2017-11-25 | optimize colors | Christian Schneppe | 4 | -3/+5 | |
2017-11-24 | show warning if chat is unecrypted | Christian Schneppe | 2 | -0/+15 | |
* 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-24 | update translations | Christian Schneppe | 3 | -4/+28 | |
2017-11-24 | color optimizations | Christian Schneppe | 1 | -3/+3 | |
2017-11-24 | use com.android.support:support-emoji | Christian Schneppe | 28 | -51/+412 | |
2017-11-24 | rename variables | Christian Schneppe | 1 | -77/+77 | |
2017-11-24 | ListItemAdapter: use ViewHolder | Christian Schneppe | 1 | -26/+49 | |
2017-11-23 | add opus file type to MimeUtils | Christian Schneppe | 1 | -0/+1 | |
2017-11-23 | fix crash while showing location from notification | Christian Schneppe | 1 | -0/+3 | |
2017-11-23 | bring back quick share (default off) | Christian Schneppe | 2 | -0/+7 | |
2017-11-23 | code cleanup | Christian Schneppe | 54 | -254/+241 | |
2017-11-23 | deduplicate read markers if one with real jid is found | Christian Schneppe | 4 | -4/+18 | |
2017-11-23 | MAM: start muc catchup with last sent message if serverId is available | Christian Schneppe | 1 | -1/+1 | |
2017-11-23 | ConversationAdapter: use view holder | Christian Schneppe | 1 | -79/+109 | |
2017-11-23 | shorten >4 names to a, b, c +n more | Christian Schneppe | 3 | -182/+191 | |
2017-11-23 | PgpService: feed result intent back into decryption | Christian Schneppe | 1 | -6/+12 | |
2017-11-22 | MessageParser: don't refresh view after parsing chat state when combined ↵ | Christian Schneppe | 1 | -4/+8 | |
with message | |||||
2017-11-22 | add final to config variable | Christian Schneppe | 1 | -1/+1 | |
2017-11-22 | save full jid when sending in muc. check chat markers against 'sender' | Christian Schneppe | 4 | -9/+19 | |
2017-11-22 | use empty wake lock tag | Christian Schneppe | 1 | -2/+2 | |
2017-11-22 | ConversationAdapter: do not show file icon when file has been deleted | Christian Schneppe | 1 | -4/+3 | |
2017-11-22 | send and show read markers in private, non-anonymous groups | Christian Schneppe | 17 | -85/+569 | |
2017-11-22 | ConversationsAdapter: code cleanup | Christian Schneppe | 1 | -7/+8 | |
2017-11-22 | stop scrolling before changing conversations | Christian Schneppe | 2 | -0/+14 | |
2017-11-22 | refactore phone helper to ignore security exception | Christian Schneppe | 2 | -34/+31 | |
2017-11-21 | excute db read and writes on different threads | Christian Schneppe | 5 | -28/+29 | |
2017-11-21 | JingleConnection: fixed rare npe when canceling jingle | Christian Schneppe | 1 | -3/+2 | |
2017-11-21 | apperently some servers will ommit the from even for stanzas not going to them | Christian Schneppe | 1 | -1/+1 | |
2017-11-21 | catch all sorts of date parsing errors | Christian Schneppe | 2 | -3/+2 | |
2017-11-21 | fixed ImStyleParser to not style '**test**' | Christian Schneppe | 1 | -1/+1 | |