aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * hide prepare file toast after preparing the fileDaniel Gultsch2015-12-061-0/+1
| * be more carefull with pending urisDaniel Gultsch2015-12-051-8/+16
| * introduced build-time paranoia mode that disables unencrypted chats and force...Daniel Gultsch2015-12-011-0/+1
| * fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch2015-12-011-5/+22
* | request storage permission when needed on Android 6.0Daniel Gultsch2015-12-121-1440/+1494
* | hide prepare file toast after preparing the fileDaniel Gultsch2015-12-061-0/+1
* | be more carefull with pending urisDaniel Gultsch2015-12-061-8/+16
* | fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch2015-12-041-5/+23
* | copy commitsChristian S2015-11-291-8/+30
|\|
| * pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-5/+16
| * Use OpenPGP-API 9.0fiaxh2015-11-091-1/+11
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-311-3/+5
|\|
| * Decrypt PGP messages in backgroundfiaxh2015-10-281-2/+4
* | add offline hint to subtitle if contact is offlineChristian S2015-10-201-1404/+1410
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-201-24/+19
|\|
| * open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch2015-10-201-24/+19
* | show lastseen as subtitle in chatviewChristian S2015-10-191-2/+3
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-161-2/+1
|\|
| * make unread status and notifications presistent across restartsDaniel Gultsch2015-10-141-2/+1
* | made app update time configurable in config.javaChristian S2015-09-211-2/+1
* | modified AppUpdaterChristian S2015-09-201-6/+33
* | Start AppUpdater automaticallyChristian S2015-09-201-0/+4
* | copy commitsChristian S2015-09-181-56/+59
|\|
| * catch IndexOutOfBoundsException when swiping away conversationsDaniel Gultsch2015-09-171-1/+5
* | Merge branch 'siacs/master' into developmentChristian S2015-09-151-1/+1
|\|
| * added possibiltiy to set conferences as moderated (only visible in advanced m...Daniel Gultsch2015-09-131-1/+1
* | Version 1.6.9Christian S2015-09-121-15/+131
|\|
| * added alt as possible modifier key. use mod+(0..9) to jump to a conversationDaniel Gultsch2015-09-091-26/+45
| * added rotation detection to up/down navigationDaniel Gultsch2015-09-071-4/+23
| * added some key bindingDaniel Gultsch2015-09-071-4/+82
* | Merge pull request #34 from siacs/masterChristian S.2015-09-051-0/+1
|\|
| * show an send button instead of the enter key in softkeyboards when enterIsSen...Daniel Gultsch2015-09-041-0/+1
* | Version 1.6.5Christian S2015-08-261-2/+9
|\|
| * added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch2015-08-241-2/+9
* | also hide encryption options in MUCsChristian S2015-08-081-0/+1
* | add config option to hide all encryption modesChristian S2015-08-081-0/+1
* | copy commitsChristian S2015-08-081-2/+4
|\|
| * hide multi-end and otr encryption in conferencesDaniel Gultsch2015-08-061-2/+3
| * added config.java variable to hide openpgp as an encryption methodDaniel Gultsch2015-08-051-0/+1
* | copy commitsChristian S2015-08-021-20/+10
|\|
| * Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-2/+2
| * Refactor axolotl message processing workflowAndreas Straub2015-07-311-1/+1
| * improved 'next encryption' selectionDaniel Gultsch2015-07-311-17/+6
| * Rerender message bubbles on encryption changeAndreas Straub2015-07-291-0/+1
| * Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-1/+1
* | removed username from typing infoChristian S2015-07-301-1/+1
* | added missing chatstate hintsChristian S2015-07-281-2/+4
* | changed subtitle a bitChristian S2015-07-231-1/+1
* | add subtitle to ActionBar in chatviewsChristian S2015-07-231-7/+21
|\ \
| * | hide typing info when contact stopped typingChristian S.2015-07-211-1/+1