aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-06-30don't crash on record voiceChristian Schneppe1-2/+1
2016-06-30code cleanupChristian Schneppe1-11/+0
2016-06-29increased preview sizeChristian Schneppe1-3/+3
2016-06-29reworked image preview a bitChristian Schneppe1-71/+82
2016-06-29code cleanupChristian Schneppe1-4/+2
2016-06-28check if bitmap is null and clear pending uris when pressing cancelChristian Schneppe1-61/+71
2016-06-28don't show 'create conference' toast on inviteDaniel Gultsch1-3/+4
2016-06-28show preview when sharing single imageChristian Schneppe1-11/+107
2016-06-24show error toasts on ui threadDaniel Gultsch1-5/+18