Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't NPE on rare race condition while fetching MAM | Daniel Gultsch | 2016-05-19 | 1 | -0/+9 |
| | |||||
* | always show download button when link is encrypted | Daniel Gultsch | 2016-05-10 | 1 | -5/+1 |
| | | | | dont check for known mime type | ||||
* | save otr fingerprint in message | Daniel Gultsch | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | mark oob messages and always display download button | Daniel Gultsch | 2016-03-04 | 1 | -3/+15 |
| | |||||
* | add a few more know file extensions | Daniel Gultsch | 2016-03-04 | 1 | -3/+3 |
| | |||||
* | Retry decryption from message menu | fiaxh | 2016-02-23 | 1 | -0/+1 |
| | |||||
* | only offer message correction for the very last message | Daniel Gultsch | 2016-02-17 | 1 | -0/+15 |
| | |||||
* | basic support for XEP-0308: Last Message Correction. fixes #864 | Daniel Gultsch | 2016-02-15 | 1 | -5/+33 |
| | |||||
* | prevent previoulsly cleared messages from reloading. fixes #1110 | Daniel Gultsch | 2016-02-04 | 1 | -0/+8 |
| | |||||
* | try to make in-valid-session detection work for pgp | Daniel Gultsch | 2016-01-29 | 1 | -3/+10 |
| | |||||
* | Correct uuid check according to RFC 4122 | fiaxh | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | rely on message id if message id is uuid and pgp encryption was used to ↵ | Daniel Gultsch | 2015-12-04 | 1 | -1/+3 |
| | | | | deduplicate messages. fixes #1357 | ||||
* | Show status message when contact requests presence | Sam Whited | 2015-12-02 | 1 | -1/+1 |
| | | | | Remove presence when conversation closed | ||||
* | pgp fixes and revert configuration changes | Daniel Gultsch | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | explicitly mark verified omemo keys in UI | Daniel Gultsch | 2015-10-31 | 1 | -2/+2 |
| | |||||
* | make unread status and notifications presistent across restarts | Daniel Gultsch | 2015-10-14 | 1 | -7/+9 |
| | |||||
* | Issues with URLs with multiple dots in file. fixes #1373 | Daniel Gultsch | 2015-09-04 | 1 | -7/+15 |
| | |||||
* | Let UNTRUSTED/UNDECIDED keys become INACTIVE | Andreas Straub | 2015-08-01 | 1 | -2/+2 |
| | |||||
* | improved 'next encryption' selection | Daniel Gultsch | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Fix session logic: enforce same type of encryption | Andreas Straub | 2015-07-30 | 1 | -0/+31 |
| | |||||
* | Tag carbon messages in parser, adapt session logic | Andreas Straub | 2015-07-29 | 1 | -3/+21 |
| | | | | | | Messages sent from another device of the own account are now explicitly tagged as carboned message. The session detection logic now uses this tag to find "session borders". | ||||
* | Refactor out inner classes, cache trust store | Andreas Straub | 2015-07-29 | 1 | -2/+2 |
| | | | | | | | Moves SQLiteAxolotlStore and XmppAxolotlSession into proper classes. IdentityKeys trust statuses are now cached in an LruCache to prevent hammering the database when rendering the UI. | ||||
* | removed recursion in message.getMerged*() | Daniel Gultsch | 2015-07-28 | 1 | -13/+19 |
| | |||||
* | Don't merge messages with different trust statuses | Andreas Straub | 2015-07-19 | 1 | -1/+7 |
| | |||||
* | Show trust status of messages' originating session | Andreas Straub | 2015-07-19 | 1 | -0/+4 |
| | | | | | Shade lock icon red if message was received in a session that has not been marked trusted by the user or fingerprint is unknown | ||||
* | Overhauled Message tagging | Andreas Straub | 2015-07-19 | 1 | -9/+10 |
| | | | | | | Messages are now tagged with the IdentityKey fingerprint of the originating session. IdentityKeys have one of three trust states: undecided (default), trusted, and untrusted/not yet trusted. | ||||
* | Tag messages with originating session | Andreas Straub | 2015-07-19 | 1 | -0/+4 |
| | | | | | This can be used later in order to display trust status of messages, as well as for potential resending of messages in case of preKey conflicts. | ||||
* | Reworked axolotl protocol layer | Andreas Straub | 2015-07-19 | 1 | -10/+4 |
| | | | | Numerous fixes | ||||
* | CryptoNext persistance layer mockup | Andreas Straub | 2015-07-19 | 1 | -0/+13 |
| | | | | | Initial sketch of the peripheral storage infrastructure for the new axolotl-based encryption scheme. | ||||
* | account for downloaded http files in dup checker | Daniel Gultsch | 2015-07-18 | 1 | -8/+18 |
| | |||||
* | renamed downloadable to transferable | Daniel Gultsch | 2015-07-10 | 1 | -12/+12 |
| | |||||
* | refactored sendMessage and merged with resendMessage | Daniel Gultsch | 2015-07-05 | 1 | -0/+20 |
| | |||||
* | also offer http download for some 'well known extensions' | Daniel Gultsch | 2015-07-02 | 1 | -1/+2 |
| | |||||
* | refactored message context menu | Daniel Gultsch | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | changed mime type handling | Daniel Gultsch | 2015-07-01 | 1 | -29/+56 |
| | |||||
* | made httpconnection (download) ready all kind of files | Daniel Gultsch | 2015-06-30 | 1 | -53/+55 |
| | |||||
* | refactored bodyContainsDownloadable to be more flexible | Daniel Gultsch | 2015-06-30 | 1 | -33/+35 |
| | |||||
* | initial http upload support | Daniel Gultsch | 2015-06-29 | 1 | -0/+8 |
| | | | | be careful: little error handling and no encryption | ||||
* | changed paragraph divider | Daniel Gultsch | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | added mam stuff to new message parser | Daniel Gultsch | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | made white space check in bodyContainsDownloadable less aggresive | Daniel Gultsch | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | use zero width white space as message seperator | Daniel Gultsch | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | avoid using paragraph style breaks by accident | Daniel Gultsch | 2015-05-11 | 1 | -1/+3 |
| | |||||
* | add a little bit of space between merged messages. | Daniel Gultsch | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | optimized heart render code a bit | Daniel Gultsch | 2015-05-10 | 1 | -4/+1 |
| | |||||
* | added white heart to new rendering as well | Daniel Gultsch | 2015-05-10 | 1 | -1/+3 |
| | |||||
* | paint single unicode hearts as red and slightly larger | Daniel Gultsch | 2015-05-10 | 1 | -32/+40 |
| | |||||
* | fixed typos | iNPUTmice | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | Bugfix for issue #1121 | lookshe | 2015-04-13 | 1 | -10/+18 |
| | | | | | | check with lowercase to also match JPEG, JPeg ... changed image url in comment | ||||
* | Do not Strigprep JIDs from database | Mateusz "maxmati" Nowoty?ski | 2015-03-11 | 1 | -2/+2 |
| |