Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use gcm for file encryption over http | Daniel Gultsch | 2015-07-29 | 1 | -89/+8 |
| | |||||
* | 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 |
| | |||||
* | show warning when trying to highlight users that have left the conference | Daniel Gultsch | 2015-07-22 | 1 | -0/+9 |
| | |||||
* | treat private, non-anonymous mucs like 1:1 chats notification wise | Daniel Gultsch | 2015-07-22 | 1 | -0/+7 |
| | |||||
* | Optimize imports | Andreas Straub | 2015-07-20 | 3 | -10/+4 |
| | |||||
* | 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. | ||||
* | Fix displaying Contact IdentityKeys | Andreas Straub | 2015-07-19 | 1 | -64/+0 |
| | | | | | Migrate ContactDetailsActivity to use new SQL IdentityKeys storage, remove dead code from Contact class. | ||||
* | 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. | ||||
* | Fetch bundles on-demand, encrypt in background | Andreas Straub | 2015-07-19 | 1 | -3/+3 |
| | | | | | | | | | | | Bundles are now fetched on demand when a session needs to be established. This should lessen the chance of changes to the bundles occuring before they're used, as well as lessen the load of fetching bundles. Also, the message encryption is now done in a background thread, as this can be somewhat costly if many sessions are present. This is probably not going to be an issue in real use, but it's good practice anyway. | ||||
* | Reformat code to use tabs | Andreas Straub | 2015-07-19 | 1 | -10/+10 |
| | | | | This really sucks to do it like this. Sorry. :( | ||||
* | Reworked axolotl protocol layer | Andreas Straub | 2015-07-19 | 3 | -29/+54 |
| | | | | Numerous fixes | ||||
* | CryptoNext persistance layer mockup | Andreas Straub | 2015-07-19 | 3 | -64/+135 |
| | | | | | 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 | 3 | -15/+15 |
| | |||||
* | refactored sendMessage and merged with resendMessage | Daniel Gultsch | 2015-07-05 | 1 | -0/+20 |
| | |||||
* | avoid very rare npe | Daniel Gultsch | 2015-07-03 | 1 | -0/+3 |
| | |||||
* | also offer http download for some 'well known extensions' | Daniel Gultsch | 2015-07-02 | 2 | -1/+4 |
| | |||||
* | refactored message context menu | Daniel Gultsch | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | changed mime type handling | Daniel Gultsch | 2015-07-01 | 2 | -39/+63 |
| | |||||
* | 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 |
| | |||||
* | show attach button in conferences when http upload is available | Daniel Gultsch | 2015-06-29 | 1 | -0/+4 |
| | |||||
* | initial http upload support | Daniel Gultsch | 2015-06-29 | 3 | -22/+23 |
| | | | | be careful: little error handling and no encryption | ||||
* | changed paragraph divider | Daniel Gultsch | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | reworked handeling of system contacts | Daniel Gultsch | 2015-06-03 | 2 | -7/+19 |
| | |||||
* | avoid unnessary muc mam queries when message count is 0 after subject | Daniel Gultsch | 2015-06-02 | 1 | -0/+6 |
| | |||||
* | renamed OtrEngine to OtrService | Daniel Gultsch | 2015-05-26 | 2 | -10/+10 |
| | |||||
* | added mam stuff to new message parser | Daniel Gultsch | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | provide helper function for getting the content of a child directly | Daniel Gultsch | 2015-05-20 | 1 | -12/+2 |
| | |||||
* | 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 |
| | |||||
* | don't set unknown error in muc | Daniel Gultsch | 2015-05-12 | 1 | -2/+0 |
| | |||||
* | 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 |
| | |||||
* | rewrote parts of message adapter to avoid using NULL views | Daniel Gultsch | 2015-05-11 | 1 | -0/+6 |
| | |||||
* | 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 |
| | |||||
* | changed conversation red to material red | Daniel Gultsch | 2015-05-10 | 1 | -2/+2 |
| | |||||
* | paint single unicode hearts as red and slightly larger | Daniel Gultsch | 2015-05-10 | 1 | -32/+40 |
| | |||||
* | r/o support for vcard avatars. pep avatars will be prefered | Daniel Gultsch | 2015-05-05 | 1 | -7/+19 |
| | |||||
* | 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 | ||||
* | don't resume old session when changing resource | iNPUTmice | 2015-04-09 | 1 | -4/+10 |
| | |||||
* | respond to unreadable OTR messages with error message. fixed #1021 | iNPUTmice | 2015-03-21 | 1 | -0/+9 |
| | |||||
* | Do not Strigprep JIDs from database | Mateusz "maxmati" Nowoty?ski | 2015-03-11 | 3 | -6/+4 |
| | |||||
* | display geo uris as location. show 'send loction' in share menu if request ↵ | iNPUTmice | 2015-03-07 | 1 | -0/+4 |
| | | | | location intent can be resolved |