aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed unused resourcesChristian Schneppe2018-03-141-5/+1
|
* migrated alert dialogs to app compatChristian Schneppe2018-03-091-1/+1
|
* started work on migrating to appcompatChristian Schneppe2018-03-091-4/+4
|
* implement multi accounts via expert settingsChristian Schneppe2018-03-081-1/+8
|
* don't use automatic updates for playstore versionChristian Schneppe2018-02-191-0/+3
|
* show hint to allow installs from unknown sources just before update starts ↵Christian Schneppe2018-02-171-65/+10
| | | | and don't show this for PlayStore installs
* return to welcome activity after deleting last accountChristian Schneppe2018-02-101-5/+1
|
* skip animations for startup activitiesChristian Schneppe2018-02-101-5/+13
|
* do not put setup activites on stack twiceChristian Schneppe2018-02-101-3/+8
|
* implemented message searchChristian Schneppe2018-02-041-2/+10
| | | | fixes #110
* check if app is installedFromPlayStore and use upcoming playstore site for ↵Christian Schneppe2018-01-291-13/+6
| | | | updates
* bypass check for unknown source settings for OEROChristian Schneppe2018-01-291-3/+10
|
* delegate uri permission to service when processing filesChristian Schneppe2018-01-271-0/+3
|
* add possibility to destroy group chatChristian Schneppe2018-01-261-6/+17
|
* check if app installs from unknown sources are allowed, if not open settings ↵Christian Schneppe2018-01-211-0/+52
| | | | to allow this manually
* try to detect if Messenger is installed from fdroid and don't use updater if ↵Christian Schneppe2018-01-211-2/+19
| | | | this is true
* 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
| | | | …tically
* 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
|