aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'siacs/master' into developmentChristian S2016-02-041-16/+22
|\
| * prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch2016-02-041-0/+6
| * fixed 'unencrypted' not showing up for conferences when encryption is forcedDaniel Gultsch2016-02-021-1/+1
* | Merge branch 'siacs/master' into developmentChristian S2016-01-231-3/+3
|\|
| * use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch2016-01-221-2/+2
| * added config variable to allow non-tls connectionsDaniel Gultsch2016-01-221-1/+1
* | make actionbar title/subtitle clickableChristian S2016-01-231-23/+70
* | Merge branch 'siacs/master' into developmentChristian S2016-01-171-4/+13
|\|
| * Merge pull request #1655 from adithyaphilip/pgp-fixDaniel Gultsch2016-01-161-1/+4
| |\
| | * fixed PGP having to be selected twiceAdithya Abraham Philip2016-01-161-1/+4
| * | make ConversationsActivity more resistent against being restartedDaniel Gultsch2016-01-161-3/+9
| |/
* | Merge branch 'siacs/master' into developmentChristian S2016-01-161-11/+12
|\|
| * hide prepare image toasts when attaching multiple imagesDaniel Gultsch2016-01-151-11/+12
* | Merge branch 'siacs/master' into developmentChristian S2016-01-151-1/+1
|\|
| * fixed typo when reading battery_op settingDaniel Gultsch2016-01-141-1/+1
* | Merge branch 'siacs/master' into developmentChristian S2016-01-131-57/+79
|\|
| * check for file storage permission before selecting avatarDaniel Gultsch2016-01-131-15/+1
| * ask to be excluded from battery optimizationDaniel Gultsch2016-01-111-43/+80
* | copy commitsChristian S2016-01-041-4/+5
|\|
| * show trust keys activties if own keys are undecidedDaniel Gultsch2016-01-041-4/+5
* | hide settings, accounts and updater in all menus except in main windowChristian S2015-12-291-0/+8
* | copy commitsChristian S2015-12-281-2/+3
|\|
| * only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch2015-12-191-2/+3
* | copy commitsChristian S2015-12-161-1/+1
|\|
| * splite PARANOIA_MODE into three different optionsDaniel Gultsch2015-12-141-1/+1
| * request storage permission when needed on Android 6.0Daniel Gultsch2015-12-071-1/+55
| * 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