aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* swapped order of execution of saved instance state and intentmore_logging_for_view_intentDaniel Gultsch2016-07-241-11/+12
* refactored view intentsDaniel Gultsch2016-07-241-10/+7
* more logging for view intentDaniel Gultsch2016-07-231-6/+16
* don't show 'create conference' toast on inviteDaniel Gultsch2016-06-281-3/+4
* show error toasts on ui threadDaniel Gultsch2016-06-241-5/+18
* display toast on pgp errorDaniel Gultsch2016-06-191-5/+3
* only dismiss sent message after encryptionDaniel Gultsch2016-06-151-6/+15
* Dark theme, theme switch, icons, style, stringsSteffen Keiper2016-06-081-2/+2
* Do not treat right alt key as a modifier for key combosYussuf Khalil2016-06-051-1/+1
* refactored toasts shown when adhoc creating mucsDaniel Gultsch2016-05-271-0/+2
* improve keyboard handling. fixes #1387Daniel Gultsch2016-05-121-0/+3
* republish pgp signature when changing statusDaniel Gultsch2016-05-051-3/+3
* catch ActivityNotFoundException when requesting battery opDaniel Gultsch2016-04-291-1/+6
* added magic create welcome screenDaniel Gultsch2016-04-191-3/+10
* don't show contact details when in conversations with selfDaniel Gultsch2016-04-091-0/+1
* prevent null pointer when checking http upload max sizeDaniel Gultsch2016-04-071-6/+6
* don't ask for resource when server uses http upload v0.1Daniel Gultsch2016-04-021-2/+1
* check max http file size when attaching filesDaniel Gultsch2016-04-011-5/+25
* added logging in case fragment wasn't attachedDaniel Gultsch2016-03-131-0/+5
* don't show opt-out of battery optimization dialog when push is enabledDaniel Gultsch2016-03-061-1/+13
* let users confirm each member in a conference even if that contact is already...Daniel Gultsch2016-03-011-1/+3
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-291-9/+12
* changed single_account config into more simple lock_settingsDaniel Gultsch2016-02-271-1/+1
* made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2016-02-241-4/+6
* 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
* 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
* 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