aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationsActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add more logging to setIsInForegroundChristian Schneppe2018-06-011-0/+1
|
* add animators for more activitiesChristian Schneppe2018-05-051-0/+9
|
* add custom animation to ConversationsActivityChristian Schneppe2018-05-051-0/+4
|
* hide record audio feature if mircophone is not availableChristian Schneppe2018-05-031-0/+2
| | | | hide share location feature if location service is not available
* added search result context menu + date separatorsChristian Schneppe2018-05-021-0/+1
|
* properly catch and ignore IllegalStateException instead of using ↵Christian Schneppe2018-04-291-2/+13
| | | | commitAllowStateLoss
* some OTR fixesChristian Schneppe2018-04-291-6/+0
|
* update actionbartitle while refreshing uiChristian Schneppe2018-04-271-0/+1
|
* only mark visible messages as readChristian Schneppe2018-04-221-2/+2
|
* integrate invite to Pix-Art MessengerChristian Schneppe2018-04-221-0/+3
|
* end view if conversation was archivedChristian Schneppe2018-04-131-1/+1
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-0/+2
|
* commit allowing state lossChristian Schneppe2018-04-121-1/+1
|
* prevent double tapping on overflow menuChristian Schneppe2018-04-121-0/+4
|
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-0/+3
| | | | | | | | | * replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
* make camera feature optionalChristian Schneppe2018-04-081-5/+9
|
* create interface for onBackendConnectedChristian Schneppe2018-04-081-2/+3
|
* fix menu entriesChristian Schneppe2018-04-081-0/+6
|
* added splash screenChristian Schneppe2018-04-031-0/+905