aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25reset messagesLoaded when changing retention settingsDaniel Gultsch1-7/+0
2017-01-24transcode videos before sharing. change storage locationDaniel Gultsch1-1/+18
2017-01-22change behaviour of back button to close finish activity. fixes #704Daniel Gultsch1-1/+2
2017-01-22make sure to set open conversations after connection with background serviceDaniel Gultsch1-0/+2
2017-01-20fixed regression introduced in previous commit.Daniel Gultsch1-3/+6
2017-01-20don't prematurly mark conversation as read during activity start. fixes #2245Daniel Gultsch1-2/+5
2017-01-12show doze warning when push is running on prosodyDaniel Gultsch1-1/+1
2017-01-01Do not compress GIFs, allow GBoard to send GIFsMichael Eden1-0/+4
2016-12-25stop using broken parallax distance in sliding pane layoutDaniel Gultsch1-3/+1
2016-11-14refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch1-2/+3
2016-11-08don't mark previous conversation as read when processing pending intent. fixe...Daniel Gultsch1-1/+7
2016-11-08Private files using a boolean flag from Config.java.Ignacio Quezada1-3/+6
2016-11-02handle file attachment when missing connectionDaniel Gultsch1-1/+3
2016-10-18update conversation in database background threadDaniel Gultsch1-8/+5
2016-10-03fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch1-2/+3
2016-10-03resolve take photo uri for internal useDaniel Gultsch1-2/+3
2016-10-03properly index take photo uris from file providerDaniel Gultsch1-1/+1
2016-10-03add more logging to attaching file processDaniel Gultsch1-0/+14
2016-10-03explicit logging when copying files to storageDaniel Gultsch1-5/+1
2016-09-12remember scroll position on rotate. fixes #2011Daniel Gultsch1-8/+25
2016-09-08provide hint on why conference can not be encryptedDaniel Gultsch1-0/+41
2016-08-30use file provider for taking picturesDaniel Gultsch1-0/+1
2016-08-26don't set notification mode to background when on pauseDaniel Gultsch1-6/+0
2016-08-26survive rotation in editaccountDaniel Gultsch1-1/+3
2016-08-19check for rare null pointer platform bug in share intent handlingDaniel Gultsch1-3/+5
2016-07-25refactored how view intents are handledDaniel Gultsch1-16/+17
2016-06-28don't show 'create conference' toast on inviteDaniel Gultsch1-3/+4
2016-06-24show error toasts on ui threadDaniel Gultsch1-5/+18
2016-06-19display toast on pgp errorDaniel Gultsch1-5/+3
2016-06-15only dismiss sent message after encryptionDaniel Gultsch1-6/+15
2016-06-08Dark theme, theme switch, icons, style, stringsSteffen Keiper1-2/+2
2016-06-05Do not treat right alt key as a modifier for key combosYussuf Khalil1-1/+1
2016-05-27refactored toasts shown when adhoc creating mucsDaniel Gultsch1-0/+2
2016-05-12improve keyboard handling. fixes #1387Daniel Gultsch1-0/+3
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-3/+3
2016-04-29catch ActivityNotFoundException when requesting battery opDaniel Gultsch1-1/+6
2016-04-19added magic create welcome screenDaniel Gultsch1-3/+10
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch1-0/+1
2016-04-07prevent null pointer when checking http upload max sizeDaniel Gultsch1-6/+6
2016-04-02don't ask for resource when server uses http upload v0.1Daniel Gultsch1-2/+1
2016-04-01check max http file size when attaching filesDaniel Gultsch1-5/+25
2016-03-13added logging in case fragment wasn't attachedDaniel Gultsch1-0/+5
2016-03-06don't show opt-out of battery optimization dialog when push is enabledDaniel Gultsch1-1/+13
2016-03-01let users confirm each member in a conference even if that contact is already...Daniel Gultsch1-1/+3
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-9/+12
2016-02-27changed single_account config into more simple lock_settingsDaniel Gultsch1-1/+1
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch1-4/+6
2016-02-15removed unnecessary conditions when sending read markerDaniel Gultsch1-5/+1
2016-02-14only show load more messages button when mam is availableDaniel Gultsch1-0/+1
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-0/+6