Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | make chat markers opportunistic in private mucs | Christian Schneppe | 2018-01-27 | 2 | -13/+19 |
| | |||||
* | sent message receipts after mam catchup | Christian Schneppe | 2018-01-21 | 1 | -0/+75 |
| | |||||
* | show warning toast if PM is disabled in MUC | Christian Schneppe | 2018-01-21 | 1 | -0/+5 |
| | |||||
* | fix wrong avatar shown when true jid doesn't match in muc | Christian Schneppe | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | clear muc avatar after going online | Christian Schneppe | 2017-12-27 | 1 | -1/+3 |
| | |||||
* | save muc subject to disk and use crypto targets for offline name generation | Christian Schneppe | 2017-12-27 | 2 | -12/+35 |
| | |||||
* | fixed treatAsDownload() for empty messages | Christian Schneppe | 2017-12-16 | 1 | -1/+5 |
| | |||||
* | try to detect invalid nick (w/ emoji) in MUCs | Christian Schneppe | 2017-12-16 | 1 | -0/+1 |
| | |||||
* | ignore data uri after aesgcm uri | Christian Schneppe | 2017-12-16 | 1 | -6/+12 |
| | |||||
* | Refined avatar generation a bit | 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 | 1 | -3/+7 |
| | |||||
* | MAM: do not use private messages when finding last id in muc | Christian Schneppe | 2017-12-10 | 1 | -1/+4 |
| | |||||
* | do not return muc whispers as last markable message | Christian Schneppe | 2017-12-01 | 1 | -1/+3 |
| | |||||
* | some bug fixes | Christian Schneppe | 2017-11-28 | 1 | -1/+4 |
| | |||||
* | make 'markable' attribute persistent | Christian Schneppe | 2017-11-26 | 1 | -5/+11 |
| | |||||
* | use com.android.support:support-emoji | Christian Schneppe | 2017-11-24 | 1 | -3/+2 |
| | |||||
* | deduplicate read markers if one with real jid is found | Christian Schneppe | 2017-11-23 | 2 | -2/+16 |
| | |||||
* | MAM: start muc catchup with last sent message if serverId is available | Christian Schneppe | 2017-11-23 | 1 | -1/+1 |
| |