aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added splash screenChristian Schneppe2018-04-031-905/+0
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-3/+3
|
* audio player now requests permission when hitting playChristian Schneppe2018-04-011-0/+4
|
* request storage permission when opening messageChristian Schneppe2018-04-011-0/+12
|
* fixed take photo for activties that do not get destroyedChristian Schneppe2018-04-011-2/+2
|
* made conference invite work againChristian Schneppe2018-04-011-0/+6
|
* made publish pgp work from conversation viewChristian Schneppe2018-04-011-10/+45
|
* skip background connect when changing themeChristian Schneppe2018-03-311-1/+5
|
* simplified reInit logicChristian Schneppe2018-03-311-1/+1
|
* fixed openDialogs call when poping back stackChristian Schneppe2018-03-311-2/+6
|
* always scroll if viewing intentChristian Schneppe2018-03-311-0/+4
|
* integrate qr code scanner. temporarily break omemo activity scanChristian Schneppe2018-03-311-2/+18
|
* some menu fixesChristian Schneppe2018-03-311-0/+13
|
* save scroll state across rotationsChristian Schneppe2018-03-311-0/+2
|
* show warning dialogsChristian Schneppe2018-03-301-1/+294
|
* skip unnecessary loading of conversation overview fragmentChristian Schneppe2018-03-301-4/+8
|
* don't show qr scan in conversation viewChristian Schneppe2018-03-301-1/+8
|
* fixed onActivityResult handling for pgpChristian Schneppe2018-03-301-0/+35
|
* added dedicated scan buttonChristian Schneppe2018-03-301-0/+3
|
* redirect on empty conversation listChristian Schneppe2018-03-291-1/+63
|
* register open conversation with notification serviceChristian Schneppe2018-03-291-0/+1
|
* process intentsChristian Schneppe2018-03-291-1/+1
|
* make archive menu item workChristian Schneppe2018-03-291-5/+25
|
* make read markers workChristian Schneppe2018-03-291-2/+20
|
* handle view conversation action when ConversationFragment is already openChristian Schneppe2018-03-291-5/+12
|
* change font size in conversation overviewChristian Schneppe2018-03-291-3/+12
|
* handle view intentChristian Schneppe2018-03-291-0/+48
|
* move new activity back to original nameChristian Schneppe2018-03-291-886/+183
|
* made refresh workChristian Schneppe2018-03-241-1/+1
|
* WIP & fragment voodooChristian Schneppe2018-03-241-78/+10
|
* switch conversations fragment to data binderChristian Schneppe2018-03-241-1/+1
|
* vastly untested refactor. pushing for backup purposesChristian Schneppe2018-03-241-1012/+11
|
* refactoring. move functionality from activity to fragmentChristian Schneppe2018-03-221-68/+43
|
* cleanupChristian Schneppe2018-03-201-17/+9
|
* do not use pop up menus for encryption and attachment selectionChristian Schneppe2018-03-141-264/+176
|
* 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