aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changed subtitle a bitChristian S2015-07-232-2/+3
|
* removed duplicatesChristian S2015-07-231-4/+0
|
* Update CHANGELOG.mdChristian S.2015-07-231-0/+7
|
* add subtitle to ActionBar in chatviewsChristian S2015-07-233-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 typingChristian S.2015-07-211-1/+1
| |
| * modified typing optionsChristian S.2015-07-211-1/+1
| |
| * Merge pull request #13 from kriztan/ActionBar_SubtitleChristian S.2015-07-206-122/+143
| |\ | | | | | | move typing info to ActionBar subtitle
* | | changed colorChristian S2015-07-231-1/+1
| | |
* | | added border around avatars in chat viewChristian S2015-07-232-1/+4
| | |
* | | added more well known file typesChristian S2015-07-231-3/+49
| | |
* | | added message border fileChristian S2015-07-231-0/+15
| | |
* | | show encryption as buttonChristian S2015-07-231-1/+1
| | |
* | | changed default settingsChristian S2015-07-231-1/+1
| | |
* | | corrected language fileChristian S2015-07-231-3/+0
| | |
* | | removed old layout partsChristian S2015-07-232-28/+0
| | |
* | | changed default image format in config fileChristian S2015-07-231-2/+2
|\ \ \ | | |/ | |/|
| * | move typing info to ActionBar subtitleChristian S2015-07-206-122/+143
| |/
| * Merge pull request #11 from kriztan/developmentChristian S.2015-07-18109-1145/+2281
| |\ | | | | | | version 1.5.0
* | \ copy commitsChristian S2015-07-2349-500/+728
|\ \ \
| * | | show warning when trying to highlight users that have left the conferenceDaniel Gultsch2015-07-223-5/+22
| | | |
| * | | treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch2015-07-224-4/+11
| | | |
| * | | Always build own device session automaticallyAndreas Straub2015-07-221-6/+13
| | | |
| * | | add no-store to chat statesDaniel Gultsch2015-07-221-0/+2
| | | |
| * | | use type=chat more often to go along with new, simple carbon and mam rulesDaniel Gultsch2015-07-222-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 menuDaniel Gultsch2015-07-223-3/+2
| | | |
| * | | Hide regenerate keys buttonAndreas Straub2015-07-223-11/+16
| | | | | | | | | | | | | | | | Can re-enable it via Config.java setting
| * | | Disable trust toggle completely for INACTIVE keysAndreas Straub2015-07-221-0/+1
| | | |
| * | | made image file format configurable by Config.javaDaniel Gultsch2015-07-213-8/+18
| | | |
| * | | bump to version 1.5.2Daniel Gultsch2015-07-211-2/+2
| | | |
| * | | fixed npe in error message handlingDaniel Gultsch2015-07-211-1/+1
| | | |
| * | | decreased saturation of received message bubbles by 25 unitsDaniel Gultsch2015-07-2111-1/+1
| | | |
| * | | Add INACTIVE state for removed keysAndreas Straub2015-07-219-40/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We introduce a new trust state: INACTIVE. This state is intended for old keys that have been removed. When a TRUSTED device is removed from the PEP devicelist, it's status will be set to INACTIVE. INACTIVE keys are shown in the UI as greyed out, non-interactible key rows. Messages are not encrypted for INACTIVE devices. When an INACTIVE device reappears in PEP, or a message is received from an INACTIVE device, it is set back to trusted.
| * | | Fill own device sessions into SessionMapAndreas Straub2015-07-211-7/+14
| | | |
| * | | allow for private messages being started from muc details in anonymous mucsDaniel Gultsch2015-07-215-15/+47
| | | |
| * | | version bump to 1.5.1 and changelogDaniel Gultsch2015-07-212-2/+6
| | | |
| * | | and now do that properlyDaniel Gultsch2015-07-211-1/+1
| | | |
| * | | end otr session when receiving failed otr message warningsDaniel Gultsch2015-07-211-1/+7
| | | |
| * | | bugfix: also add no-permanent-storage to message hintsDaniel Gultsch2015-07-212-1/+2
| | | |
| * | | bugfix: changed condition of onOtrSessionEstablished being calledDaniel Gultsch2015-07-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | fixed #1263 fixed #1260 fixed #1293
| * | | very subtleDaniel Gultsch2015-07-219-60/+75
| | | |
| * | | Use properly fixed numeral values in Trust enumAndreas Straub2015-07-212-9/+31
| | | | | | | | | | | | | | | | Why, oh God, why?! #thanksjamesgosling
| * | | Remove unused importAndreas Straub2015-07-211-1/+0
| | | |
| * | | Switch payload encryption to AES-GCMAndreas Straub2015-07-213-17/+46
| | | | | | | | | | | | | | | | This also ensures that the IV is generated with proper randomness.
| * | | Also decrypt messages from UNTRUSTED sessionsAndreas Straub2015-07-201-1/+1
| | | |
| * | | Refactor axolotl send processing/caching flowAndreas Straub2015-07-203-17/+16
| | | |
* | | | copy commitsChristian S2015-07-20155-544/+4973
|\| | |
| * | | Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub2015-07-203-10/+21
| | | | | | | | | | | | | | | | | | | | If there are no UNDECIDED keys, but none of the contact's keys are trusted, redirect the user to the TrustKeysActivity
| * | | Do not display clear devices button if not onlineAndreas Straub2015-07-201-0/+1
| | | |
| * | | Add purge axolotl key optionAndreas Straub2015-07-206-38/+99
| | | | | | | | | | | | | | | | Can now long-press a key to permanently purge it.
| * | | Fix getNumTrustedKeysAndreas Straub2015-07-201-2/+4
| | | |