Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UriHandlerActivity: Handle 'message action' XMPP URI | Christian Schneppe | 2017-12-16 | 1 | -6/+41 |
| | |||||
* | XmppUri: Parse 'message action' query | Christian Schneppe | 2017-12-16 | 2 | -10/+23 |
| | |||||
* | fixup for pep omemo notification dedup | Christian Schneppe | 2017-12-16 | 2 | -5/+7 |
| | |||||
* | Add ShareViaAccountActivity | Christian Schneppe | 2017-12-16 | 1 | -0/+104 |
| | |||||
* | Implement simple URI handler activity | Christian Schneppe | 2017-12-16 | 1 | -0/+38 |
| | |||||
* | add getAccountJids to DatabaseBackend | Christian Schneppe | 2017-12-16 | 1 | -0/+20 |
| | |||||
* | save changed server id in replaced messages | Christian Schneppe | 2017-12-16 | 1 | -1/+4 |
| | |||||
* | try to detect invalid nick (w/ emoji) in MUCs | Christian Schneppe | 2017-12-16 | 3 | -12/+36 |
| | |||||
* | support error messages in quick edit dialog | Christian Schneppe | 2017-12-16 | 5 | -25/+41 |
| | |||||
* | ignore data uri after aesgcm uri | Christian Schneppe | 2017-12-16 | 2 | -7/+13 |
| | |||||
* | fix xmpp uri regression | Christian Schneppe | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | initialize emoji helper in StartConversationActivity | Christian Schneppe | 2017-12-16 | 2 | -4/+9 |
| | |||||
* | fix XmppUri for empty uris | Christian Schneppe | 2017-12-16 | 1 | -1/+6 |
| | |||||
* | XmppConnection: refactor registration code. 'Open Website' on ↵ | Christian Schneppe | 2017-12-16 | 2 | -59/+80 |
| | | | | PAYMENT_REQUIRED failure | ||||
* | XEP-0393: fix off-by-one error in block detector ('``ii``ii') | Christian Schneppe | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | fixed workaround that allowed us to expire devices | Christian Schneppe | 2017-12-16 | 2 | -8/+9 |
| | |||||
* | Styler: do not style across multiple messages | Christian Schneppe | 2017-12-16 | 2 | -3/+14 |
| | |||||
* | put device id into setting for doze | Christian Schneppe | 2017-12-10 | 1 | -3/+8 |
| | |||||
* | possible fix for retry loop on pgp key annoucement | Christian Schneppe | 2017-12-10 | 7 | -16/+14 |
| | |||||
* | Do not show xmpp uris as links that have invalid jids | Christian Schneppe | 2017-12-10 | 1 | -1/+10 |
| | |||||
* | show warning when opening invalid jid | Christian Schneppe | 2017-12-10 | 2 | -0/+13 |
| | |||||
* | Refined avatar generation a bit | Christian Schneppe | 2017-12-10 | 5 | -36/+98 |
| | |||||
* | ConversationsAdapter: Do not show image preview. Show pictogram instead | Christian Schneppe | 2017-12-10 | 1 | -70/+55 |
| | |||||
* | avoid some false positive quotes | Christian Schneppe | 2017-12-10 | 1 | -3/+3 |
| | |||||
* | Conference Options: fix context menus for people not in roster | Christian Schneppe | 2017-12-10 | 1 | -2/+2 |
| | |||||
* | read marker from mam. only trust true counterpart when mam:2 is being used | Christian Schneppe | 2017-12-10 | 1 | -1/+1 |
| | |||||
* | MAM: update previously sent messages with server msg id during mam query | Christian Schneppe | 2017-12-10 | 2 | -6/+32 |
| | |||||
* | MAM: assume true counterpart is safe to extract when using mam:2 | Christian Schneppe | 2017-12-10 | 3 | -4/+6 |
| | |||||
* | MAM: do not use private messages when finding last id in muc | Christian Schneppe | 2017-12-10 | 1 | -1/+4 |
| | |||||
* | MessageParser: ignore groupchat messages retrieved from user archive | Christian Schneppe | 2017-12-10 | 1 | -0/+4 |
| | |||||
* | fixed publish-options migration | Christian Schneppe | 2017-12-10 | 1 | -1/+9 |
| | |||||
* | attempt to enable MAM(ejabberd) on muc configuration | Christian Schneppe | 2017-12-01 | 1 | -0/+1 |
| | |||||
* | do not return muc whispers as last markable message | Christian Schneppe | 2017-12-01 | 1 | -1/+3 |
| | |||||
* | PresenceParser: work around for ejabberd not including status code 110 in ↵ | Christian Schneppe | 2017-12-01 | 2 | -3/+5 |
| | | | | shut down presence | ||||
* | add drawables for some more filetypes in chatlist | Christian Schneppe | 2017-11-30 | 1 | -0/+18 |
| | |||||
* | fixed wrong colors in message status text | Christian Schneppe | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | fix typo | Christian Schneppe | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | add exception list for encryption warning | Christian Schneppe | 2017-11-29 | 2 | -2/+17 |
| | |||||
* | make encryption settings persistent via snackbar choice | Christian Schneppe | 2017-11-29 | 1 | -0/+1 |
| | |||||
* | add ability to use system emojis instead of integrated ones via expert settings | Christian Schneppe | 2017-11-29 | 6 | -8/+30 |
| | |||||
* | 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 |