Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some bug fixes | Christian Schneppe | 2017-11-28 | 23 | -99/+114 |
| | |||||
* | fix bug with warn message for unencrypted chats | Christian Schneppe | 2017-11-27 | 1 | -8/+14 |
| | |||||
* | fix wrong brackets | Christian Schneppe | 2017-11-27 | 1 | -2/+2 |
| | |||||
* | make 'markable' attribute persistent | Christian Schneppe | 2017-11-26 | 2 | -7/+18 |
| | |||||
* | use REFRESH_UI_INTERVALL also for AudioPlayer | Christian Schneppe | 2017-11-25 | 1 | -1/+2 |
| | | | | seems to fix flickerinig of progress bar | ||||
* | don't return null for opus file extensions | Christian Schneppe | 2017-11-25 | 2 | -0/+6 |
| | |||||
* | reordered unencryption warning condition a bit | Christian Schneppe | 2017-11-25 | 1 | -8/+8 |
| | |||||
* | make unencrypted chat warning configurable via settings | Christian Schneppe | 2017-11-25 | 3 | -5/+15 |
| | |||||
* | optimize colors | Christian Schneppe | 2017-11-25 | 1 | -0/+1 |
| | |||||
* | show warning if chat is unecrypted | Christian Schneppe | 2017-11-24 | 1 | -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-emoji | Christian Schneppe | 2017-11-24 | 16 | -30/+393 |
| | |||||
* | rename variables | Christian Schneppe | 2017-11-24 | 1 | -77/+77 |
| | |||||
* | ListItemAdapter: use ViewHolder | Christian Schneppe | 2017-11-24 | 1 | -26/+49 |
| | |||||
* | add opus file type to MimeUtils | Christian Schneppe | 2017-11-23 | 1 | -0/+1 |
| | |||||
* | fix crash while showing location from notification | Christian Schneppe | 2017-11-23 | 1 | -0/+3 |
| | |||||
* | code cleanup | Christian Schneppe | 2017-11-23 | 50 | -247/+238 |
| | |||||
* | deduplicate read markers if one with real jid is found | Christian Schneppe | 2017-11-23 | 4 | -4/+18 |
| | |||||
* | MAM: start muc catchup with last sent message if serverId is available | Christian Schneppe | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | ConversationAdapter: use view holder | Christian Schneppe | 2017-11-23 | 1 | -79/+109 |
| | |||||
* | shorten >4 names to a, b, c +n more | Christian Schneppe | 2017-11-23 | 2 | -182/+190 |
| | |||||
* | PgpService: feed result intent back into decryption | Christian Schneppe | 2017-11-23 | 1 | -6/+12 |
| | |||||
* | MessageParser: don't refresh view after parsing chat state when combined ↵ | Christian Schneppe | 2017-11-22 | 1 | -4/+8 |
| | | | | with message | ||||
* | add final to config variable | Christian Schneppe | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | save full jid when sending in muc. check chat markers against 'sender' | Christian Schneppe | 2017-11-22 | 4 | -9/+19 |
| | |||||
* | use empty wake lock tag | Christian Schneppe | 2017-11-22 | 1 | -2/+2 |
| | |||||
* | ConversationAdapter: do not show file icon when file has been deleted | Christian Schneppe | 2017-11-22 | 1 | -4/+3 |
| | |||||
* | send and show read markers in private, non-anonymous groups | Christian Schneppe | 2017-11-22 | 12 | -85/+527 |
| | |||||
* | ConversationsAdapter: code cleanup | Christian Schneppe | 2017-11-22 | 1 | -7/+8 |
| | |||||
* | stop scrolling before changing conversations | Christian Schneppe | 2017-11-22 | 2 | -0/+14 |
| | |||||
* | refactore phone helper to ignore security exception | Christian Schneppe | 2017-11-22 | 2 | -34/+31 |
| | |||||
* | excute db read and writes on different threads | Christian Schneppe | 2017-11-21 | 5 | -28/+29 |
| | |||||
* | JingleConnection: fixed rare npe when canceling jingle | Christian Schneppe | 2017-11-21 | 1 | -3/+2 |
| | |||||
* | apperently some servers will ommit the from even for stanzas not going to them | Christian Schneppe | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | catch all sorts of date parsing errors | Christian Schneppe | 2017-11-21 | 2 | -3/+2 |
| | |||||
* | fixed ImStyleParser to not style '**test**' | Christian Schneppe | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | remove numeric hint from captcha | Christian Schneppe | 2017-11-21 | 1 | -2/+0 |
| | |||||
* | Show Drawable if Location/File/Voice | Christian Schneppe | 2017-11-21 | 1 | -3/+27 |
| | |||||
* | remove prosody push from blacklist | Christian Schneppe | 2017-11-21 | 3 | -6/+2 |
| | |||||
* | trying to catch various dead system exception when scheduling new alarms and ↵ | Christian Schneppe | 2017-11-21 | 1 | -33/+55 |
| | | | | such | ||||
* | catch all RuntimeExceptions when using MetadataRetriever | Christian Schneppe | 2017-11-21 | 1 | -4/+8 |
| | |||||
* | styler: ignore closing keyword when preceded by whitespace | Christian Schneppe | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | use view context instead activity to show toast in ConversationFragment | Christian Schneppe | 2017-11-21 | 1 | -2/+2 |
| | |||||
* | catch rare exception when transforming download uri to real path | Christian Schneppe | 2017-11-21 | 1 | -4/+8 |
| | |||||
* | catch some more exception when retrieving media runtime | Christian Schneppe | 2017-11-21 | 1 | -2/+8 |
| | |||||
* | open links in new tabs | Christian Schneppe | 2017-11-21 | 2 | -0/+80 |
| | |||||
* | FileProvider: attempt to work with sd cards | Christian Schneppe | 2017-11-21 | 2 | -1/+2 |
| | |||||
* | disable auto fill on edit message box | Christian Schneppe | 2017-11-20 | 1 | -38/+36 |
| | |||||
* | styling: introduce support for code blocks | Christian Schneppe | 2017-11-20 | 2 | -17/+47 |
| | |||||
* | do not quote quotes | Christian Schneppe | 2017-11-20 | 3 | -4/+58 |
| | |||||
* | brought back 'copy to clipboard' and 'quote' context menu options | Christian Schneppe | 2017-11-20 | 2 | -48/+46 |
| |