Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add new Emoji library | Christian Schneppe | 2017-03-17 | 4 | -6/+14 | |
| | ||||||
* | use qr codes instead of aztec. Barcode Scanner is terrible at reading aztec | Christian Schneppe | 2017-03-17 | 2 | -7/+9 | |
| | ||||||
* | grey out offline contacts in StartConversation | Christian Schneppe | 2017-03-15 | 5 | -12/+50 | |
| | ||||||
* | also hide actionbar share icon | Christian Schneppe | 2017-03-15 | 1 | -1/+3 | |
| | | | in addition to fix for #125 | |||||
* | add build flavor to about summary | Christian Schneppe | 2017-03-14 | 1 | -1/+2 | |
| | ||||||
* | add missing import | Christian Schneppe | 2017-03-14 | 1 | -0/+1 | |
| | ||||||
* | never mark conversation w/ own server as stranger | Christian Schneppe | 2017-03-14 | 1 | -5/+4 | |
| | ||||||
* | show typing info in overview | Christian Schneppe | 2017-03-14 | 2 | -5/+37 | |
| | ||||||
* | fix jump to bottom while scrolling | Christian Schneppe | 2017-03-14 | 1 | -23/+16 | |
| | | | | possibly caused by datebubbles | |||||
* | optimize apk and vcard handling in messages | Christian Schneppe | 2017-03-14 | 1 | -24/+42 | |
| | ||||||
* | update shortcutbadger async | Christian Schneppe | 2017-03-14 | 1 | -9/+20 | |
| | ||||||
* | don't open conversation when opening contact details | Christian Schneppe | 2017-03-14 | 2 | -1/+56 | |
| | ||||||
* | don't show share icons on account creation | Christian Schneppe | 2017-03-14 | 1 | -0/+6 | |
| | | | | fixes #125 | |||||
* | set QR Code background to white | Christian Schneppe | 2017-03-14 | 1 | -1/+2 | |
| | ||||||
* | load new messages in chatlist a bit earlier | Christian Schneppe | 2017-03-11 | 1 | -1/+1 | |
| | | | | 25 instead of 5 messages before | |||||
* | rename media directories | Christian Schneppe | 2017-03-11 | 8 | -29/+84 | |
| | ||||||
* | fixed entity time for timezones with minutes !=0 | Christian Schneppe | 2017-03-11 | 1 | -3/+11 | |
| | ||||||
* | send chat states only to private and non-anon mucs | Christian Schneppe | 2017-03-11 | 1 | -1/+1 | |
| | ||||||
* | display chat states in conferences | Christian Schneppe | 2017-03-11 | 5 | -48/+97 | |
| | ||||||
* | send and parse Chat States to and from conferences | Christian Schneppe | 2017-03-11 | 6 | -14/+63 | |
| | ||||||
* | use async avatar loading in AccountAdapter | Christian Schneppe | 2017-03-11 | 1 | -1/+93 | |
| | ||||||
* | hide keyboard after setting up account | Christian Schneppe | 2017-03-11 | 1 | -0/+1 | |
| | ||||||
* | catch fileprovider related NPEs | Christian Schneppe | 2017-03-11 | 1 | -1/+1 | |
| | ||||||
* | catch some OOM Exceptions | Christian Schneppe | 2017-03-11 | 2 | -1/+9 | |
| | ||||||
* | try to fix crash | Christian Schneppe | 2017-03-11 | 1 | -0/+2 | |
| | ||||||
* | possible audioplayer fix | Christian Schneppe | 2017-03-09 | 1 | -3/+4 | |
| | ||||||
* | fix update of chatbubbles | Christian Schneppe | 2017-03-09 | 1 | -1/+1 | |
| | ||||||
* | notify for muc messages after mam catchup | Christian Schneppe | 2017-03-09 | 1 | -1/+1 | |
| | ||||||
* | add <x/> element to outgoing MUC PM | Christian Schneppe | 2017-03-09 | 1 | -0/+1 | |
| | ||||||
* | add origin-id to outgoing messages | Christian Schneppe | 2017-03-09 | 2 | -1/+9 | |
| | ||||||
* | only take 1:1 conversations into account when determining catchup timestamp | Christian Schneppe | 2017-03-09 | 1 | -1/+1 | |
| | ||||||
* | do not interpret grin >< as quote | Christian Schneppe | 2017-03-09 | 2 | -3/+12 | |
| | ||||||
* | fixed regression that caused stanza-ids not to be saved | Christian Schneppe | 2017-03-09 | 1 | -2/+2 | |
| | ||||||
* | do not show 'block stranger' snackbar in empty conversations | Christian Schneppe | 2017-03-09 | 1 | -1/+3 | |
| | ||||||
* | changed string from unread conversation to messages in notification | Christian Schneppe | 2017-03-09 | 1 | -2/+3 | |
| | ||||||
* | show conversation time as last clear date when empty | Christian Schneppe | 2017-03-09 | 1 | -1/+1 | |
| | ||||||
* | set last clear date to time of last message | Christian Schneppe | 2017-03-09 | 1 | -1/+7 | |
| | ||||||
* | Modifies notification for MUC conversations | Christian Schneppe | 2017-03-09 | 1 | -6/+32 | |
| | | | | | * Minor fixes * Replaces html.fromHTML with SpannableString | |||||
* | show snackbar in conversations with stranger to block | Christian Schneppe | 2017-03-09 | 1 | -0/+9 | |
| | ||||||
* | do not notify for messages from strangers by default | Christian Schneppe | 2017-03-09 | 2 | -2/+28 | |
| | ||||||
* | fixed sender label for empty conversations | Christian Schneppe | 2017-03-09 | 2 | -1/+4 | |
| | ||||||
* | added colon to seperate sender and message preview. only show first name | Christian Schneppe | 2017-03-09 | 1 | -2/+3 | |
| | ||||||
* | cleaned code of muc name generator | Christian Schneppe | 2017-03-09 | 1 | -10/+6 | |
| | ||||||
* | Adds a message sender label in each conversation for text messages | Christian Schneppe | 2017-03-09 | 1 | -0/+17 | |
| | ||||||
* | closing the corresponding conversations after blocking a contact | Christian Schneppe | 2017-03-09 | 8 | -47/+109 | |
| | ||||||
* | extract stanza-id from muc reflections | Christian Schneppe | 2017-03-09 | 2 | -17/+22 | |
| | ||||||
* | deduplicate every message with a stanza-id from the server | Christian Schneppe | 2017-03-09 | 1 | -3/+3 | |
| | ||||||
* | fixed multi-session-nick renaming behaviour | Christian Schneppe | 2017-03-09 | 2 | -14/+11 | |
| | ||||||
* | renamed enter jid menu item id | Christian Schneppe | 2017-03-09 | 2 | -7/+7 | |
| | ||||||
* | added an option to directly add a jid to block list from blocklist activity | Christian Schneppe | 2017-03-09 | 2 | -3/+42 | |
| |