aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* reset messagesLoaded when changing retention settingsDaniel Gultsch2017-01-251-7/+0
* transcode videos before sharing. change storage locationDaniel Gultsch2017-01-241-1/+18
* change behaviour of back button to close finish activity. fixes #704Daniel Gultsch2017-01-221-1/+2
* make sure to set open conversations after connection with background serviceDaniel Gultsch2017-01-221-0/+2
* fixed regression introduced in previous commit.Daniel Gultsch2017-01-201-3/+6
* don't prematurly mark conversation as read during activity start. fixes #2245Daniel Gultsch2017-01-201-2/+5
* show doze warning when push is running on prosodyDaniel Gultsch2017-01-121-1/+1
* Do not compress GIFs, allow GBoard to send GIFsMichael Eden2017-01-011-0/+4
* stop using broken parallax distance in sliding pane layoutDaniel Gultsch2016-12-251-3/+1
* Merge branch 'master' of https://github.com/Fenisu/Conversations into Fenisu-...Daniel Gultsch2016-12-021-5/+8
|\
| * Private files using a boolean flag from Config.java.Ignacio Quezada2016-11-081-3/+6
* | refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch2016-11-141-2/+3
* | don't mark previous conversation as read when processing pending intent. fixe...Daniel Gultsch2016-11-081-1/+7
* | handle file attachment when missing connectionDaniel Gultsch2016-11-021-1/+3
* | 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