aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-21try to detect if Messenger is installed from fdroid and don't use updater if ...Christian Schneppe1-2/+19
2018-01-19replace AdvancedListView with ListView because it was never usedChristian Schneppe1-76/+2
2017-12-23fix location viewChristian Schneppe1-6/+0
2017-12-10put device id into setting for dozeChristian Schneppe1-3/+8
2017-12-10possible fix for retry loop on pgp key annoucementChristian Schneppe1-3/+3
2017-11-29add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe1-1/+6
2017-11-28some bug fixesChristian Schneppe1-1/+5
2017-11-24use com.android.support:support-emojiChristian Schneppe1-0/+2
2017-11-23code cleanupChristian Schneppe1-9/+5
2017-11-22stop scrolling before changing conversationsChristian Schneppe1-0/+6
2017-11-21remove prosody push from blacklistChristian Schneppe1-2/+1
2017-11-20fix take photo with pending keysChristian Schneppe1-1/+1
2017-10-31rename some variables/stringsChristian Schneppe1-5/+6
2017-10-29UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe1-1/+1
2017-10-10reworked updaterChristian Schneppe1-4/+8
2017-09-19show correct tooltip when long pressing start conversationsChristian Schneppe1-14/+16
2017-09-04request storage permission when sending gifChristian Schneppe1-0/+6
2017-08-01refactored retrieval of default preferencesChristian Schneppe1-1/+1
2017-08-01put settings defaults into resource fileChristian Schneppe1-3/+3
2017-06-17allow recording of videos from attachment choice tooChristian Schneppe1-15/+46
2017-05-31'end this conversation afterwards' checked by defaultChristian Schneppe1-0/+1
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-1/+1
2017-04-05Run in background instead of writing instantaneouslyChristian Schneppe1-1/+1
2017-03-23call messageSent() from UI thread after encrypting pgp messageChristian Schneppe1-6/+7
2017-03-17fix NPE while sending images directly from GBoardChristian Schneppe1-35/+51
2017-03-14show typing info in overviewChristian Schneppe1-1/+0
2017-03-11display chat states in conferencesChristian Schneppe1-41/+57
2017-03-09closing the corresponding conversations after blocking a contactChristian Schneppe1-26/+46
2017-03-04show icons in pop menu with reflection. imagespan was not centred ver…Christian Schneppe1-22/+1
2017-03-04block send action while encrypting pgp messageChristian Schneppe1-0/+3
2017-03-04Added icons for the attach options according to material design guidlinesChristian Schneppe1-0/+22
2017-03-04changed default setting for enter_is_send on devices with keyboardChristian Schneppe1-1/+1
2017-02-22only change actionbar display options when changedChristian Schneppe1-7/+9
2017-02-14fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe1-0/+1
2017-02-09move (un)mute settings to contact-/conference detailsChristian Schneppe1-48/+0
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