aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unused imports / methods removedsteckbrief2016-02-241-19/+0
* Merge tag '1.10.0' into trz/merge_1.10.0lookshe2016-02-221-5/+2
|\
| * removed unnecessary conditions when sending read markerDaniel Gultsch2016-02-151-5/+1
| * only show load more messages button when mam is availableDaniel Gultsch2016-02-141-0/+1
* | Merge tag '1.9.4' into trz/merge_1.9.4trz/merge_1.9.4lookshe2016-02-161-1/+7
|\|
| * 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
* | Imports organizedsteckbrief2016-02-121-4/+3
* | green bubbles and setting to choose green or white bubbles removedsteckbrief2016-02-121-5/+0
* | Compilation errors and merge mixups fixedsteckbrief2016-02-111-32/+44
* | Merge tag '1.9.3' into trz/merge_1.9.3lookshe2016-02-111-225/+540
|\|
| * 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
| * 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
| |/
| * hide prepare image toasts when attaching multiple imagesDaniel Gultsch2016-01-151-11/+12
| * fixed typo when reading battery_op settingDaniel Gultsch2016-01-141-1/+1
| * 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
| * show trust keys activties if own keys are undecidedDaniel Gultsch2016-01-041-4/+5
| * only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch2015-12-191-2/+3
| * 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
| * pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-5/+16
| * Use OpenPGP-API 9.0fiaxh2015-11-091-1/+11
| * Decrypt PGP messages in backgroundfiaxh2015-10-281-2/+4
| * open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch2015-10-201-24/+19
| * make unread status and notifications presistent across restartsDaniel Gultsch2015-10-141-2/+1
| * catch IndexOutOfBoundsException when swiping away conversationsDaniel Gultsch2015-09-171-1/+5
| * added possibiltiy to set conferences as moderated (only visible in advanced m...Daniel Gultsch2015-09-131-1/+1
| * 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
| * show an send button instead of the enter key in softkeyboards when enterIsSen...show_send_button_in_softkeyboardDaniel Gultsch2015-09-041-0/+1
| * added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch2015-08-241-2/+9
| * 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
| * 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
| * allow for private messages being started from muc details in anonymous mucsDaniel Gultsch2015-07-211-4/+18
| * Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub2015-07-201-2/+7
| * rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-201-6/+1