aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* try to detect if Messenger is installed from fdroid and don't use updater if ...Christian Schneppe2018-01-211-2/+19
* replace AdvancedListView with ListView because it was never usedChristian Schneppe2018-01-191-76/+2
* fix location viewChristian Schneppe2017-12-231-6/+0
* put device id into setting for dozeChristian Schneppe2017-12-101-3/+8
* possible fix for retry loop on pgp key annoucementChristian Schneppe2017-12-101-3/+3
* add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe2017-11-291-1/+6
* some bug fixesChristian Schneppe2017-11-281-1/+5
* use com.android.support:support-emojiChristian Schneppe2017-11-241-0/+2
* code cleanupChristian Schneppe2017-11-231-9/+5
* stop scrolling before changing conversationsChristian Schneppe2017-11-221-0/+6
* remove prosody push from blacklistChristian Schneppe2017-11-211-2/+1
* fix take photo with pending keysChristian Schneppe2017-11-201-1/+1
* rename some variables/stringsChristian Schneppe2017-10-311-5/+6
* UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe2017-10-291-1/+1
* Merge branch 'rework_Updater'Christian Schneppe2017-10-101-5/+5
|\
| * reworked updaterChristian Schneppe2017-10-101-4/+8
|/
* show correct tooltip when long pressing start conversationsChristian Schneppe2017-09-191-14/+16
* request storage permission when sending gifChristian Schneppe2017-09-041-0/+6
* refactored retrieval of default preferencesChristian Schneppe2017-08-011-1/+1
* put settings defaults into resource fileChristian Schneppe2017-08-011-3/+3
* allow recording of videos from attachment choice tooChristian Schneppe2017-06-171-15/+46
* 'end this conversation afterwards' checked by defaultChristian Schneppe2017-05-311-0/+1
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-1/+1
* Run in background instead of writing instantaneouslyChristian Schneppe2017-04-051-1/+1
* call messageSent() from UI thread after encrypting pgp messageChristian Schneppe2017-03-231-6/+7
* fix NPE while sending images directly from GBoardChristian Schneppe2017-03-171-35/+51
* show typing info in overviewChristian Schneppe2017-03-141-1/+0
* display chat states in conferencesChristian Schneppe2017-03-111-41/+57
* closing the corresponding conversations after blocking a contactChristian Schneppe2017-03-091-26/+46
* show icons in pop menu with reflection. imagespan was not centred ver…Christian Schneppe2017-03-041-22/+1
* block send action while encrypting pgp messageChristian Schneppe2017-03-041-0/+3
* Added icons for the attach options according to material design guidlinesChristian Schneppe2017-03-041-0/+22
* changed default setting for enter_is_send on devices with keyboardChristian Schneppe2017-03-041-1/+1
* only change actionbar display options when changedChristian Schneppe2017-02-221-7/+9
* fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe2017-02-141-0/+1
* move (un)mute settings to contact-/conference detailsChristian Schneppe2017-02-091-48/+0
* respect lastseen preferences in conversation subtitleChristian Schneppe2017-01-301-4/+15
* add button to resend failed messagesChristian Schneppe2017-01-301-1/+1
* configurable local message retention period.Christian Schneppe2017-01-291-7/+0
* reworked updaterChristian Schneppe2017-01-291-61/+0
* reworked videocompressionChristian Schneppe2017-01-251-57/+13
* change behaviour of back button to close finish activityChristian Schneppe2017-01-251-1/+2
* make sure to set open conversations after connection with backgroundserviceChristian Schneppe2017-01-251-0/+2
* don't prematurly mark conversation as read during activity startChristian Schneppe2017-01-211-4/+10
* show doze warning when push is running on prosodyChristian Schneppe2017-01-151-1/+1
* Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe2017-01-051-0/+4
* stop using broken parallax distance in sliding pane layoutChristian Schneppe2016-12-251-3/+1
* reformat codeChristian Schneppe2016-11-191-1697/+1697
* refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe2016-11-171-3/+3
* correct typoChristian Schneppe2016-11-111-13/+13