Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show colored presence status for contacts in overview and contact list | Christian Schneppe | 2017-04-05 | 2 | -0/+27 |
| | | | | | | * online, free for chat = green * away = yellow * dnd, xa = red | ||||
* | do not parse bodies with http urls as downloadable in omemo encrypted messages | Christian Schneppe | 2017-04-05 | 1 | -7/+5 |
| | |||||
* | parse message that only contain oob tag | Christian Schneppe | 2017-04-05 | 4 | -5/+10 |
| | |||||
* | show file size for files smaller 1024 bytes | Christian Schneppe | 2017-04-05 | 1 | -5/+5 |
| | |||||
* | Fixed deprecated call | Christian Schneppe | 2017-04-05 | 1 | -1/+6 |
| | |||||
* | Run in background instead of writing instantaneously | Christian Schneppe | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Changes the deprecated getColor() method | Christian Schneppe | 2017-04-05 | 7 | -20/+27 |
| | |||||
* | Fixed package access | Christian Schneppe | 2017-04-05 | 1 | -6/+6 |
| | |||||
* | Save some memory and delete unused imports and variables | Christian Schneppe | 2017-04-05 | 1 | -4/+3 |
| | |||||
* | enable OpenPGP as well | Christian Schneppe | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | fix small bug with updater on devices < SDK 21 | Christian Schneppe | 2017-04-05 | 1 | -2/+4 |
| | |||||
* | temporarly enable OTR | Christian Schneppe | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | update libraries and dependencies | Christian Schneppe | 2017-03-26 | 1 | -2/+2 |
| | |||||
* | show received/read markers in chatlist | Christian Schneppe | 2017-03-26 | 1 | -0/+16 |
| | |||||
* | deduplicate notification sounds | Christian Schneppe | 2017-03-26 | 1 | -1/+0 |
| | |||||
* | omemo: put auth tag into key (verify auth tag as well) | Christian Schneppe | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | made a few exceptions to quote parser for emoticons and quotes | Christian Schneppe | 2017-03-26 | 2 | -5/+43 |
| | |||||
* | changed logtag | Christian Schneppe | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | make image compression configurable | Christian Schneppe | 2017-03-26 | 3 | -6/+30 |
| | |||||
* | open version can use tor networks (via settings) | Christian Schneppe | 2017-03-24 | 1 | -0/+9 |
| | |||||
* | fix bug while mam catchup implemented in ↵ | Christian Schneppe | 2017-03-24 | 1 | -1/+0 |
| | | | | 52a2efe0a87d6422060e78e0ca7df38c2affd2f2 | ||||
* | make auto media rotation in fullscreen configurable | Christian Schneppe | 2017-03-24 | 1 | -2/+10 |
| | |||||
* | count messages in backlog to not renotify on prior notifications | Christian Schneppe | 2017-03-23 | 1 | -7/+33 |
| | |||||
* | do not pipeline first SM request because that might fail when resume fails | Christian Schneppe | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | experimental: wait for SM catchup before triggering notifications | Christian Schneppe | 2017-03-23 | 2 | -2/+27 |
| | | | | | | | wait for a first SM ACK before calculating if we need to trigger any notifications might have to be changed to an XEP-0199 ping later on. for now sending <r/> after resume seems to work outfine | ||||
* | rework last activity logic to something that should work pretty well … | Christian Schneppe | 2017-03-23 | 9 | -24/+33 |
| | | | | …in Conversations only enviroments | ||||
* | define strangers as people not in roster instead of no mutual presence ↵ | Christian Schneppe | 2017-03-23 | 1 | -1/+1 |
| | | | | subscription | ||||
* | show strangers with jid instead of name in conversation list | Christian Schneppe | 2017-03-23 | 1 | -0/+2 |
| | |||||
* | offer to block entire domain in message from stranger snackbar | Christian Schneppe | 2017-03-23 | 2 | -3/+29 |
| | |||||
* | do not show block stranger snackbar when blocking command is unavailable | Christian Schneppe | 2017-03-23 | 1 | -1/+4 |
| | |||||
* | call EditText.setText() instead of clear because clear causes problems | Christian Schneppe | 2017-03-23 | 1 | -8/+7 |
| | |||||
* | don't mark message as delivery_failed when cancel didn't work | Christian Schneppe | 2017-03-23 | 1 | -2/+0 |
| | |||||
* | call messageSent() from UI thread after encrypting pgp message | Christian Schneppe | 2017-03-23 | 1 | -6/+7 |
| | |||||
* | fix NPE while sending images directly from GBoard | Christian Schneppe | 2017-03-17 | 1 | -35/+51 |
| | |||||
* | reduce avatar sizes because of problems | Christian Schneppe | 2017-03-17 | 1 | -3/+1 |
| | |||||
* | show contact and conference names in details view | Christian Schneppe | 2017-03-17 | 2 | -0/+6 |
| | |||||
* | 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 |
| |