Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for S3 file transfers | Christian Schneppe | 2018-05-26 | 1 | -1/+1 |
| | |||||
* | do not save draft if message is completly empty and fixed appending shared text | Christian Schneppe | 2018-05-21 | 1 | -2/+3 |
| | |||||
* | do not load conversations with null jid | Christian Schneppe | 2018-05-16 | 1 | -8/+2 |
| | |||||
* | encode and decode % and # in invite links | Christian Schneppe | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | filter sequences of more than 3 ltr-rtl | Christian Schneppe | 2018-05-05 | 1 | -2/+2 |
| | |||||
* | hide treatAsDownloadable in search results | Christian Schneppe | 2018-05-03 | 1 | -24/+2 |
| | |||||
* | fixed omemo by default setting for users on same domain | Christian Schneppe | 2018-05-02 | 1 | -2/+2 |
| | |||||
* | added search result context menu + date separators | Christian Schneppe | 2018-05-02 | 2 | -10/+13 |
| | |||||
* | return InvalidJid object instead of null if Jid can not be parsed | Christian Schneppe | 2018-05-02 | 1 | -1/+2 |
| | |||||
* | very much unoptimized search functionality | Christian Schneppe | 2018-04-30 | 5 | -30/+268 |
| | |||||
* | fixed caps hash generation for empty form values | Christian Schneppe | 2018-04-29 | 2 | -121/+119 |
| | |||||
* | do not use omemo by default for own server | Christian Schneppe | 2018-04-29 | 2 | -2/+9 |
| | |||||
* | never use isStranger logic in conversation with self | Christian Schneppe | 2018-04-29 | 1 | -2/+4 |
| | |||||
* | some OTR fixes | Christian Schneppe | 2018-04-29 | 1 | -1/+3 |
| | |||||
* | fixed npe when conversation in multi mode had jid w/o local part | Christian Schneppe | 2018-04-29 | 1 | -2/+2 |
| | |||||
* | include node when requesting disco features | Christian Schneppe | 2018-04-27 | 1 | -2/+9 |
| | |||||
* | display avatar in groups | Christian Schneppe | 2018-04-27 | 1 | -0/+4 |
| | |||||
* | keep track of user object in messages | Christian Schneppe | 2018-04-24 | 1 | -0/+12 |
| | |||||
* | all contacts in roster are 'trusted' | Christian Schneppe | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | get escaped localpart as username. should fixed sasl | Christian Schneppe | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | make error message for 'not encrypted for this device' | Christian Schneppe | 2018-04-23 | 1 | -0/+4 |
| | |||||
* | only mark visible messages as read | Christian Schneppe | 2018-04-22 | 1 | -10/+11 |
| | |||||
* | introduced sroll to bottom button | Christian Schneppe | 2018-04-22 | 1 | -0/+19 |
| | |||||
* | persist some muc configurations | Christian Schneppe | 2018-04-13 | 2 | -12/+29 |
| | |||||
* | introduced tri state omemo setting (off by default, on by default, always) | Christian Schneppe | 2018-04-13 | 1 | -9/+12 |
| | |||||
* | add ruleset to disable omemo-by-default for certain providers | Christian Schneppe | 2018-04-13 | 1 | -2/+11 |
| | |||||
* | getNextEncryption does not honor ENCYPTION_MASK | Christian Schneppe | 2018-04-13 | 1 | -0/+3 |
| | |||||
* | code cleanup in Contact class | Christian Schneppe | 2018-04-13 | 1 | -18/+22 |
| | |||||
* | ignore bookmark name of 'None' | Christian Schneppe | 2018-04-13 | 3 | -16/+26 |
| | |||||
* | fix getNextEncryption | Christian Schneppe | 2018-04-12 | 1 | -4/+5 |
| | |||||
* | presist http upload availibility | Christian Schneppe | 2018-04-12 | 1 | -3/+2 |
| | |||||
* | show message draft in conversation overview | Christian Schneppe | 2018-04-08 | 1 | -92/+121 |
| | |||||
* | use escaped form of jid where approriate | Christian Schneppe | 2018-04-07 | 1 | -2/+2 |
| | |||||
* | return contact and account.getServer() as String | Christian Schneppe | 2018-04-07 | 4 | -11/+12 |
| | |||||
* | cache bookmark jid in bookmark | Christian Schneppe | 2018-04-07 | 1 | -1/+4 |
| | |||||
* | display irregular unicode code points | Christian Schneppe | 2018-04-07 | 3 | -21/+0 |
| | |||||
* | do not enable encryption for bug reports | Christian Schneppe | 2018-04-03 | 2 | -2/+4 |
| | |||||
* | make omemo default | Christian Schneppe | 2018-04-02 | 1 | -31/+12 |
| | |||||
* | migrate to xmpp-addr | Christian Schneppe | 2018-04-02 | 11 | -106/+95 |
| | |||||
* | reorder and scroll down after resending a message | Christian Schneppe | 2018-04-01 | 1 | -11/+7 |
| | |||||
* | wip: new status message dialog | Christian Schneppe | 2018-04-01 | 1 | -0/+5 |
| | |||||
* | get rid of customizable resources | Christian Schneppe | 2018-04-01 | 1 | -6/+9 |
| | |||||
* | integrate trust manager into conversations | Christian Schneppe | 2018-03-12 | 1 | -0/+33 |
| | |||||
* | do not merge bug reports | Christian Schneppe | 2018-02-26 | 1 | -1/+2 |
| | |||||
* | MAM: look at total count for completness. parse fin correctly | Christian Schneppe | 2018-02-24 | 1 | -2/+2 |
| | |||||
* | Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵ | Christian Schneppe | 2018-02-19 | 1 | -1/+2 |
| | | | | constant | ||||
* | do not cross reference bookmarks and conversations | Christian Schneppe | 2018-02-10 | 4 | -35/+23 |
| | |||||
* | optimized /me behavior | Christian Schneppe | 2018-01-30 | 1 | -1/+1 |
| | | | | fixes #133 | ||||
* | discover file extension in original filename from pgp | Christian Schneppe | 2018-01-30 | 1 | -32/+5 |
| | |||||
* | improvements for self messages | Christian Schneppe | 2018-01-27 | 2 | -2/+2 |
| | | | | | | * fix omemo in group chats w/o participants * don't create two axolotl messages when messaging self * fix read marker for self messages |