aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationLegacyActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-29move new activity back to original nameChristian Schneppe1-11/+38
2018-03-24made refresh workChristian Schneppe1-1/+1
2018-03-24WIP & fragment voodooChristian Schneppe1-78/+10
2018-03-24switch conversations fragment to data binderChristian Schneppe1-1/+1
2018-03-24vastly untested refactor. pushing for backup purposesChristian Schneppe1-1012/+11
2018-03-22refactoring. move functionality from activity to fragmentChristian Schneppe1-68/+43
2018-03-20cleanupChristian Schneppe1-17/+9
2018-03-14do not use pop up menus for encryption and attachment selectionChristian Schneppe1-264/+176
2018-03-14removed unused resourcesChristian Schneppe1-5/+1
2018-03-09migrated alert dialogs to app compatChristian Schneppe1-1/+1
2018-03-09started work on migrating to appcompatChristian Schneppe1-4/+4
2018-03-08implement multi accounts via expert settingsChristian Schneppe1-1/+8
2018-02-19don't use automatic updates for playstore versionChristian Schneppe1-0/+3
2018-02-17show hint to allow installs from unknown sources just before update starts an...Christian Schneppe1-65/+10
2018-02-10return to welcome activity after deleting last accountChristian Schneppe1-5/+1
2018-02-10skip animations for startup activitiesChristian Schneppe1-5/+13
2018-02-10do not put setup activites on stack twiceChristian Schneppe1-3/+8
2018-02-04implemented message searchChristian Schneppe1-2/+10
2018-01-29check if app is installedFromPlayStore and use upcoming playstore site for up...Christian Schneppe1-13/+6
2018-01-29bypass check for unknown source settings for OEROChristian Schneppe1-3/+10
2018-01-27delegate uri permission to service when processing filesChristian Schneppe1-0/+3
2018-01-26add possibility to destroy group chatChristian Schneppe1-6/+17
2018-01-21check if app installs from unknown sources are allowed, if not open settings ...Christian Schneppe1-0/+52
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