aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* update conversation in database background threadDaniel Gultsch2016-10-181-8/+5
* fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch2016-10-031-2/+3
* resolve take photo uri for internal useDaniel Gultsch2016-10-031-2/+3
* properly index take photo uris from file providerDaniel Gultsch2016-10-031-1/+1
* add more logging to attaching file processDaniel Gultsch2016-10-031-0/+14
* explicit logging when copying files to storageDaniel Gultsch2016-10-031-5/+1
* remember scroll position on rotate. fixes #2011Daniel Gultsch2016-09-121-8/+25
* provide hint on why conference can not be encryptedDaniel Gultsch2016-09-081-0/+41
* use file provider for taking picturesDaniel Gultsch2016-08-301-0/+1
* don't set notification mode to background when on pauseDaniel Gultsch2016-08-261-6/+0
* survive rotation in editaccountDaniel Gultsch2016-08-261-1/+3
* check for rare null pointer platform bug in share intent handlingDaniel Gultsch2016-08-191-3/+5
* refactored how view intents are handledDaniel Gultsch2016-07-251-16/+17
* 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