aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationsActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-23catch NPE while detecting installedFrom()Christian Schneppe1-1/+1
2018-08-05don't use internal updater if installed from F-Droid or Google Play StoreChristian Schneppe1-4/+4
2018-08-05introduced config flag to show attachment button instead of quick actionsChristian Schneppe1-15/+12
2018-08-03some changes in UpdaterChristian Schneppe1-9/+8
2018-07-29fix crash during lookup for updatesChristian Schneppe1-2/+2
2018-07-09catch rare state loss exception when hitting home button to pop back stackChristian Schneppe1-1/+5
2018-07-09use emoji transform for toolbar, muc name and contacts nameChristian Schneppe1-3/+4
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe1-0/+13
2018-06-01add more logging to setIsInForegroundChristian Schneppe1-0/+1
2018-05-05add animators for more activitiesChristian Schneppe1-0/+9
2018-05-05add custom animation to ConversationsActivityChristian Schneppe1-0/+4
2018-05-03hide record audio feature if mircophone is not availableChristian Schneppe1-0/+2
2018-05-02added search result context menu + date separatorsChristian Schneppe1-0/+1
2018-04-29properly catch and ignore IllegalStateException instead of using commitAllowS...Christian Schneppe1-2/+13
2018-04-29some OTR fixesChristian Schneppe1-6/+0
2018-04-22only mark visible messages as readChristian Schneppe1-2/+2
2018-04-22integrate invite to Pix-Art MessengerChristian Schneppe1-0/+3
2018-04-13end view if conversation was archivedChristian Schneppe1-1/+1
2018-04-13introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe1-0/+2
2018-04-12commit allowing state lossChristian Schneppe1-1/+1
2018-04-12prevent double tapping on overflow menuChristian Schneppe1-0/+4
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-0/+3
2018-04-08make camera feature optionalChristian Schneppe1-5/+9
2018-04-08create interface for onBackendConnectedChristian Schneppe1-2/+3
2018-04-08fix menu entriesChristian Schneppe1-0/+6
2018-04-03added splash screenChristian Schneppe1-10/+10
2018-04-02migrate to xmpp-addrChristian Schneppe1-3/+3
2018-04-01audio player now requests permission when hitting playChristian Schneppe1-0/+4
2018-04-01request storage permission when opening messageChristian Schneppe1-0/+12
2018-04-01fixed take photo for activties that do not get destroyedChristian Schneppe1-2/+2
2018-04-01made conference invite work againChristian Schneppe1-0/+6
2018-04-01made publish pgp work from conversation viewChristian Schneppe1-10/+45
2018-03-31skip background connect when changing themeChristian Schneppe1-1/+5
2018-03-31simplified reInit logicChristian Schneppe1-1/+1
2018-03-31fixed openDialogs call when poping back stackChristian Schneppe1-2/+6
2018-03-31always scroll if viewing intentChristian Schneppe1-0/+4
2018-03-31integrate qr code scanner. temporarily break omemo activity scanChristian Schneppe1-2/+18
2018-03-31some menu fixesChristian Schneppe1-0/+13
2018-03-31save scroll state across rotationsChristian Schneppe1-0/+2
2018-03-30show warning dialogsChristian Schneppe1-1/+294
2018-03-30skip unnecessary loading of conversation overview fragmentChristian Schneppe1-4/+8
2018-03-30don't show qr scan in conversation viewChristian Schneppe1-1/+8
2018-03-30fixed onActivityResult handling for pgpChristian Schneppe1-0/+35
2018-03-30added dedicated scan buttonChristian Schneppe1-0/+3
2018-03-29redirect on empty conversation listChristian Schneppe1-1/+63
2018-03-29register open conversation with notification serviceChristian Schneppe1-0/+1
2018-03-29process intentsChristian Schneppe1-1/+1
2018-03-29make archive menu item workChristian Schneppe1-5/+25
2018-03-29make read markers workChristian Schneppe1-2/+20
2018-03-29handle view conversation action when ConversationFragment is already openChristian Schneppe1-5/+12