Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prevent previoulsly cleared messages from reloading. fixes #1110 | Daniel Gultsch | 2016-02-04 | 1 | -6/+36 |
| | |||||
* | hide jid row in list item list when jid is null | Daniel Gultsch | 2016-01-26 | 1 | -1/+2 |
| | |||||
* | show per conference notification settings in details activity | Daniel Gultsch | 2016-01-08 | 1 | -1/+4 |
| | |||||
* | show icon in conversations overview when notifications are disabled | Daniel Gultsch | 2016-01-08 | 1 | -0/+12 |
| | |||||
* | register context menu long click listener on message text. fixes #1614 | Daniel Gultsch | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | made text selectable again unless text contains more than 1 link | Daniel Gultsch | 2015-12-26 | 1 | -0/+11 |
| | | | | fixes #1615 | ||||
* | make message text non-selectable. fixes #1606 | Daniel Gultsch | 2015-12-14 | 1 | -3/+0 |
| | |||||
* | request storage permission when needed on Android 6.0 | Daniel Gultsch | 2015-12-07 | 1 | -13/+1 |
| | |||||
* | explicitly mark verified omemo keys in UI | Daniel Gultsch | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1513 from fiaxh/pgp_background_decryption | Daniel Gultsch | 2015-10-30 | 1 | -1/+5 |
|\ | | | | | PGP messages background decryption | ||||
| * | Show PGP "please wait" message only when actually decrypting | fiaxh | 2015-10-28 | 1 | -1/+5 |
| | | |||||
* | | load avatars in message adapter in background task | Daniel Gultsch | 2015-10-29 | 1 | -11/+92 |
| | | |||||
* | | show encryption type in warned/red messages | Daniel Gultsch | 2015-10-28 | 1 | -0/+6 |
|/ | |||||
* | open unknown files with wildcard intent | Daniel Gultsch | 2015-10-20 | 1 | -9/+14 |
| | |||||
* | code clean up | Daniel Gultsch | 2015-10-12 | 2 | -5/+4 |
| | |||||
* | try to catch plattform bugs | Daniel Gultsch | 2015-10-02 | 1 | -1/+6 |
| | |||||
* | catch rare activity not found exception when opening downloaded files | Daniel Gultsch | 2015-09-27 | 1 | -4/+9 |
| | |||||
* | added some key binding | Daniel Gultsch | 2015-09-07 | 1 | -1/+1 |
| | | | | | * ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations | ||||
* | fixed highlight text color for white chat bubbles | Daniel Gultsch | 2015-08-26 | 1 | -0/+1 |
| | |||||
* | remove unused imports. | Michael | 2015-08-25 | 1 | -1/+0 |
| | |||||
* | added setting to allow for white backgrounds in incoming message bubbles | Daniel Gultsch | 2015-08-24 | 1 | -34/+51 |
| | |||||
* | use same code that is used to open files for images | Daniel Gultsch | 2015-08-11 | 1 | -4/+1 |
| | | | | fixes #1323 | ||||
* | changed color of 'whispered' prefix | Daniel Gultsch | 2015-08-11 | 1 | -2/+1 |
| | | | | fixes #1326 | ||||
* | added Config.java varibale to lock account creation to specfic domain | Daniel Gultsch | 2015-08-03 | 1 | -1/+6 |
| | |||||
* | Let UNTRUSTED/UNDECIDED keys become INACTIVE | Andreas Straub | 2015-08-01 | 1 | -3/+3 |
| | |||||
* | Fix session logic: enforce same type of encryption | Andreas Straub | 2015-07-30 | 1 | -25/+3 |
| | |||||
* | fixed some colors in message adapter | Daniel Gultsch | 2015-07-30 | 1 | -25/+31 |
| | |||||
* | Reset lock color for non-axolotl messages | Andreas Straub | 2015-07-29 | 1 | -0/+2 |
| | |||||
* | Tag carbon messages in parser, adapt session logic | Andreas Straub | 2015-07-29 | 1 | -2/+2 |
| | | | | | | 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". | ||||
* | Color plaintext messages in encrypted sessions red | Andreas Straub | 2015-07-29 | 1 | -0/+30 |
| | | | | | | | | | Plaintext messages that were received while in an encrypted session are now colored red. We define "in an encrypted session" if a) the last message sent by our own device before the message under consideration (or any message received between then and now) was encrypted AND b) the next message will be sent encrypted or the next message sent after the one under consideration was sent encrypted | ||||
* | Refactor out inner classes, cache trust store | Andreas Straub | 2015-07-29 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
* | use 'interactive mode' when starting downloads from the context menu | Daniel Gultsch | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | changed message bubble appearance | Raphael Pohl | 2015-07-20 | 1 | -10/+27 |
| | |||||
* | Optimize imports | Andreas Straub | 2015-07-20 | 5 | -24/+24 |
| | |||||
* | Fix trust status for outgoing messages | Andreas Straub | 2015-07-19 | 1 | -4/+4 |
| | | | | | | Tag sent messages with own fingerprint, set own fingerprint as always trusted, include own fingerprint in database trust search, explicitly reset trust colorfilter | ||||
* | Show trust status of messages' originating session | Andreas Straub | 2015-07-19 | 1 | -0/+13 |
| | | | | | Shade lock icon red if message was received in a session that has not been marked trusted by the user or fingerprint is unknown | ||||
* | changed switch widget | Daniel Gultsch | 2015-07-18 | 1 | -3/+3 |
| | |||||
* | code cleanup | Daniel Gultsch | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | renamed HttpConnection to HttpDownloadConnection | Daniel Gultsch | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | renamed downloadable to transferable | Daniel Gultsch | 2015-07-10 | 2 | -14/+14 |
| | |||||
* | display toast in ui on failed http download | Daniel Gultsch | 2015-07-10 | 1 | -0/+2 |
| | | | | fixes #954 | ||||
* | show timestamp on images in mucs | Daniel Gultsch | 2015-07-10 | 1 | -1/+1 |
| | | | | fixes #1178 | ||||
* | refactored message context menu | Daniel Gultsch | 2015-07-02 | 1 | -6/+6 |
| | |||||
* | made httpconnection (download) ready all kind of files | Daniel Gultsch | 2015-06-30 | 2 | -6/+5 |
| | |||||
* | avoid using paragraph style breaks by accident | Daniel Gultsch | 2015-05-11 | 1 | -3/+4 |
| | |||||
* | increased space between merged messages a bit | Daniel Gultsch | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | add a little bit of space between merged messages. | Daniel Gultsch | 2015-05-11 | 1 | -1/+7 |
| | |||||
* | no font padding on red hearts | Daniel Gultsch | 2015-05-11 | 1 | -2/+4 |
| | |||||
* | rewrote parts of message adapter to avoid using NULL views | Daniel Gultsch | 2015-05-11 | 1 | -35/+6 |
| | |||||
* | paint single unicode hearts as red and slightly larger | Daniel Gultsch | 2015-05-10 | 1 | -4/+22 |
| |