Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix session logic: enforce same type of encryption | Andreas Straub | 2015-07-30 | 2 | -25/+34 | |
| | | ||||||
| * | fixed some colors in message adapter | Daniel Gultsch | 2015-07-30 | 5 | -28/+33 | |
| | | ||||||
| * | use gcm for file encryption over http | Daniel Gultsch | 2015-07-29 | 6 | -104/+127 | |
| | | ||||||
| * | Reset lock color for non-axolotl messages | Andreas Straub | 2015-07-29 | 1 | -0/+2 | |
| | | ||||||
| * | Highlight selected message's fingerprint in list | Andreas Straub | 2015-07-29 | 7 | -13/+34 | |
| | | ||||||
| * | Rerender message bubbles on encryption change | Andreas Straub | 2015-07-29 | 1 | -0/+1 | |
| | | ||||||
| * | Tag carbon messages in parser, adapt session logic | Andreas Straub | 2015-07-29 | 4 | -7/+32 | |
| | | | | | | | | | | | | 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". | |||||
| * | Fix NPE: consider unknown keys UNDECIDED | Andreas Straub | 2015-07-29 | 1 | -1/+2 | |
| | | ||||||
| * | 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 | |||||
| * | Improve trust toggle responsiveness | Andreas Straub | 2015-07-29 | 1 | -6/+1 | |
| | | | | | | | | Removed unnecessary UI refreshes, explicitly update UI where needed. | |||||
| * | Refactor out inner classes, cache trust store | Andreas Straub | 2015-07-29 | 10 | -709/+760 | |
| | | | | | | | | | | | | | | 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. | |||||
| * | add new received message bubble drawable | Daniel Gultsch | 2015-07-29 | 17 | -0/+166 | |
| | | ||||||
| * | show http downloaded images in notification | Daniel Gultsch | 2015-07-29 | 1 | -2/+3 | |
| | | ||||||
| * | removed recursion in message.getMerged*() | Daniel Gultsch | 2015-07-28 | 1 | -13/+19 | |
| | | ||||||
| * | changed logging. (work around logcat null pointer | Daniel Gultsch | 2015-07-28 | 2 | -2/+1 | |
| | | ||||||
| * | log reason for message failure | Daniel Gultsch | 2015-07-28 | 1 | -0/+7 | |
| | | ||||||
| * | linked XEPs in README | Daniel Gultsch | 2015-07-28 | 1 | -9/+9 | |
| | | ||||||
| * | set time on resend to current time | Daniel Gultsch | 2015-07-28 | 1 | -1/+2 | |
| | | | | | | | | | | fixes #1298 fixes #919 | |||||
| * | rewrote dns fallback | Daniel Gultsch | 2015-07-24 | 2 | -9/+9 | |
| | | ||||||
| * | call refreshUi directly | Daniel Gultsch | 2015-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | switch/case can't deal with null pointers | Daniel Gultsch | 2015-07-23 | 1 | -0/+3 | |
| | | ||||||
* | | removed username from typing info | Christian S | 2015-07-30 | 3 | -1/+3 | |
| | | ||||||
* | | added missing chatstate hints | Christian S | 2015-07-28 | 1 | -2/+4 | |
| | | ||||||
* | | changed subtitle a bit | Christian S | 2015-07-23 | 2 | -2/+3 | |
| | | ||||||
* | | removed duplicates | Christian S | 2015-07-23 | 1 | -4/+0 | |
| | | ||||||
* | | Update CHANGELOG.md | Christian S. | 2015-07-23 | 1 | -0/+7 | |
| | | ||||||
* | | add subtitle to ActionBar in chatviews | Christian S | 2015-07-23 | 3 | -9/+36 | |
|\ \ | | | | | | | | | | | | | * display typing info in ActionBar as subtitle for single user chats * display participants in ActionBar as subtitle in conferences | |||||
| * | | hide typing info when contact stopped typing | Christian S. | 2015-07-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | modified typing options | Christian S. | 2015-07-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #13 from kriztan/ActionBar_Subtitle | Christian S. | 2015-07-20 | 6 | -122/+143 | |
| |\ \ | | | | | | | | | move typing info to ActionBar subtitle | |||||
* | | | | changed color | Christian S | 2015-07-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | added border around avatars in chat view | Christian S | 2015-07-23 | 2 | -1/+4 | |
| | | | | ||||||
* | | | | added more well known file types | Christian S | 2015-07-23 | 1 | -3/+49 | |
| | | | | ||||||
* | | | | added message border file | Christian S | 2015-07-23 | 1 | -0/+15 | |
| | | | | ||||||
* | | | | show encryption as button | Christian S | 2015-07-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | changed default settings | Christian S | 2015-07-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | corrected language file | Christian S | 2015-07-23 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | removed old layout parts | Christian S | 2015-07-23 | 2 | -28/+0 | |
| | | | | ||||||
* | | | | changed default image format in config file | Christian S | 2015-07-23 | 1 | -2/+2 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | move typing info to ActionBar subtitle | Christian S | 2015-07-20 | 6 | -122/+143 | |
| |/ / | ||||||
| * | | Merge pull request #11 from kriztan/development | Christian S. | 2015-07-18 | 109 | -1145/+2281 | |
| |\ \ | | | | | | | | | version 1.5.0 | |||||
* | \ \ | copy commits | Christian S | 2015-07-23 | 49 | -500/+728 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | show warning when trying to highlight users that have left the conference | Daniel Gultsch | 2015-07-22 | 3 | -5/+22 | |
| | | | | ||||||
| * | | | treat private, non-anonymous mucs like 1:1 chats notification wise | Daniel Gultsch | 2015-07-22 | 4 | -4/+11 | |
| | | | | ||||||
| * | | | Always build own device session automatically | Andreas Straub | 2015-07-22 | 1 | -6/+13 | |
| | | | | ||||||
| * | | | add no-store to chat states | Daniel Gultsch | 2015-07-22 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | use type=chat more often to go along with new, simple carbon and mam rules | Daniel Gultsch | 2015-07-22 | 2 | -12/+15 | |
| | | | | | | | | | | | | | | | | | | | | * change chat states to type=chat and chat markers to type=chat * use same type as requesting stanza for delivery receipts (which should make them type=chat most of the time) | |||||
| * | | | use 'interactive mode' when starting downloads from the context menu | Daniel Gultsch | 2015-07-22 | 3 | -3/+2 | |
| | | | | ||||||
| * | | | Hide regenerate keys button | Andreas Straub | 2015-07-22 | 3 | -11/+16 | |
| | | | | | | | | | | | | | | | | Can re-enable it via Config.java setting | |||||
| * | | | Disable trust toggle completely for INACTIVE keys | Andreas Straub | 2015-07-22 | 1 | -0/+1 | |
| | | | |