aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-30respect lastseen preferences in conversation subtitleChristian Schneppe1-4/+15
2017-01-30add button to resend failed messagesChristian Schneppe1-1/+1
2017-01-29configurable local message retention period.Christian Schneppe1-7/+0
2017-01-29reworked updaterChristian Schneppe1-61/+0
2017-01-25reworked videocompressionChristian Schneppe1-57/+13
2017-01-25change behaviour of back button to close finish activityChristian Schneppe1-1/+2
2017-01-25make sure to set open conversations after connection with backgroundserviceChristian Schneppe1-0/+2
2017-01-21don't prematurly mark conversation as read during activity startChristian Schneppe1-4/+10
2017-01-15show doze warning when push is running on prosodyChristian Schneppe1-1/+1
2017-01-05Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe1-0/+4
2016-12-25stop using broken parallax distance in sliding pane layoutChristian Schneppe1-3/+1
2016-11-19reformat codeChristian Schneppe1-1697/+1697
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe1-3/+3
2016-11-11correct typoChristian Schneppe1-13/+13
2016-11-08don't mark previous conversation as read when processing pending intentChristian Schneppe1-2/+7
2016-11-07handle file attachment when missing connectionChristian Schneppe1-1/+3
2016-10-18update conversation in database background threadChristian Schneppe1-9/+6
2016-10-16little notification improvements for video compressionChristian Schneppe1-4/+0
2016-10-11use notification icon during video compression instead of a dialogChristian Schneppe1-6/+1
2016-10-08little bug fixes and improvements to VideoCompressorChristian Schneppe1-1/+1
2016-10-05differentiate between pending image and pending photo urisChristian Schneppe1-7/+15
2016-10-05fixed omemo shown as unavailable in 1:1 chatsChristian Schneppe1-3/+4
2016-10-05resolve take photo uri for internal useChristian Schneppe1-3/+4
2016-10-05properly index take photo uris from file providerChristian Schneppe1-1/+1
2016-10-05add more logging to attaching file processChristian Schneppe1-4/+21
2016-09-27don't use deprecated methodsChristian Schneppe1-1/+1
2016-09-25check internet connection before start looking for updates...Christian Schneppe1-1/+4
2016-09-23fix bug while sending photos directlyChristian Schneppe1-7/+12
2016-09-14scroll actionbar titles if they are too longChristian Schneppe1-9/+10
2016-09-14remember scroll position on rotate. fixes #2011Daniel Gultsch1-9/+28
2016-09-09optimized importsChristian Schneppe1-2/+0
2016-09-08fix wrong importChristian Schneppe1-1/+1
2016-09-08provide hint on why conference can not be encryptedDaniel Gultsch1-0/+41
2016-09-07close progress if there is an error or userinput requiredChristian Schneppe1-0/+2
2016-09-03fix crash on take photoChristian Schneppe1-2/+42
2016-09-02use file provider for taking picturesDaniel Gultsch1-0/+1
2016-09-02don't set attach video as quick actionChristian Schneppe1-3/+0
2016-08-31don't rotate screen while compressing videoChristian Schneppe1-3/+0
2016-08-30show dialog while compressing videoChristian Schneppe1-0/+7
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe1-2/+73
2016-08-27don't set notification mode to background when on pauseDaniel Gultsch1-6/+0
2016-08-26survive rotation in editaccountDaniel Gultsch1-19/+3
2016-08-26check for rare null pointer platform bug in share intent handlingDaniel Gultsch1-0/+20
2016-08-13rotate images based on EXIF data in previewChristian Schneppe1-91/+106
2016-07-30changed last wrong package idsChristian Schneppe1-3/+3
2016-07-29revert permission reworkChristian Schneppe1-89/+69
2016-07-29changed package id inside manifest and projectChristian Schneppe1-25/+25
2016-07-28reworked permissionsChristian Schneppe1-69/+89
2016-07-25refactored how view intents are handledDaniel Gultsch1-17/+16
2016-07-01correct variable namesChristian Schneppe1-1/+1