aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationsActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clear parent activities pending view intent before calling ↵Christian Schneppe2018-09-261-0/+7
| | | | startAcitvityForResult()
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-231-4/+11
| | | | multiple files
* start new conversations by long press on avatarChristian Schneppe2018-09-121-1/+24
|
* catch illegal state not illegal argument on popBackStack()Christian Schneppe2018-09-111-1/+1
|
* improve Updater a bit and try to catch NPEChristian Schneppe2018-09-111-2/+4
|
* catch NPE while detecting installedFrom()Christian Schneppe2018-08-231-1/+1
|
* don't use internal updater if installed from F-Droid or Google Play StoreChristian Schneppe2018-08-051-4/+4
| | | | fixes #220
* introduced config flag to show attachment button instead of quick actionsChristian Schneppe2018-08-051-15/+12
|
* some changes in UpdaterChristian Schneppe2018-08-031-9/+8
|
* fix crash during lookup for updatesChristian Schneppe2018-07-291-2/+2
|
* catch rare state loss exception when hitting home button to pop back stackChristian Schneppe2018-07-091-1/+5
|
* use emoji transform for toolbar, muc name and contacts nameChristian Schneppe2018-07-091-3/+4
|
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-0/+13
|
* 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