aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-04rework MediaViewerActivityChristian Schneppe1-62/+36
2019-01-27add ability to delete last sent message also on remote devicesChristian Schneppe1-1/+24
if message correction is supported and available
2019-01-27show sub menu fabs for create group chatsChristian Schneppe1-22/+47
2019-01-27show context menu when long pressing own account pictureChristian Schneppe2-19/+33
2019-01-27changed order of users and media in muc detailsChristian Schneppe2-2/+2
2019-01-27add context menu for muc user adapterChristian Schneppe7-49/+104
2019-01-27refactored group chat members into seperate screenChristian Schneppe6-196/+330
2019-01-27Fix type in presenceChristian Schneppe1-1/+1
2019-01-27refactored avatar workers into single classChristian Schneppe9-386/+141
2019-01-27migrate conversation list row to binderChristian Schneppe1-119/+89
2019-01-27make bitmap worker task staticChristian Schneppe7-37/+68
2019-01-27WelcomeActivity: Add QR code scanner buttonChristian Schneppe1-0/+24
picked from https://github.com/siacs/Conversations/pull/2920
2019-01-26don't generate invite links if there were no activated accountsChristian Schneppe1-0/+4
2019-01-26catch NPE while getting Display NameChristian Schneppe1-1/+5
2019-01-26fix crash on getting bookmarksChristian Schneppe1-5/+7
2019-01-26make avatars from contacts configurableChristian Schneppe1-0/+1
2019-01-26show timestamp in restore viewChristian Schneppe1-1/+1
2019-01-26make new backup and restore possible with old databasesChristian Schneppe1-6/+11
2019-01-26small layout fixesChristian Schneppe2-67/+9
2019-01-26show spinning wheel in restore backup activityChristian Schneppe1-3/+13
2019-01-26rework backup & restoreChristian Schneppe9-398/+478
use the implementation from Conversations
2019-01-25provide Set as Profile intentChristian Schneppe5-17/+118
2019-01-25explicitly start service (instead of just bind) service from contact chooserChristian Schneppe1-9/+1
2019-01-25modify emoji integrationChristian Schneppe6-16/+4
2019-01-25extend open with to audio filesChristian Schneppe3-11/+21
2019-01-25check if we have storage permission before marking a file as deleted on resendChristian Schneppe1-3/+6
2019-01-25explicitly set type=images for all media with an image mime type this is in ↵Christian Schneppe1-1/+1
preperation to be able to query the database for all images
2019-01-25maintain order of conversations in share with dialogChristian Schneppe1-2/+3
2019-01-25fixed regression that hid enter jid button in block list viewChristian Schneppe1-1/+2
2019-01-25offer 'open with' in context menu for geo urisChristian Schneppe2-1/+16
2019-01-25support enter/done key in create contact & join dialogsChristian Schneppe3-30/+47
2019-01-25check if encrypted pgp file get deletedChristian Schneppe1-1/+1
2019-01-25fix display of deleted filesChristian Schneppe3-5/+5
2019-01-25fixed downloading of deleted filesChristian Schneppe1-1/+1
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe3-7/+10
2019-01-24ignore startService failureChristian Schneppe1-1/+5
some nokia devices with Android 9 fail to start the service from the activity sometimes. since this is probably a race it should be save to ignore this
2019-01-24count muc participants correctlyChristian Schneppe2-77/+59
2019-01-07added work around to create 'actions' from nova launcherChristian Schneppe1-2/+8
2019-01-07try to fix faulty chooser intentChristian Schneppe1-7/+5
2019-01-04add preference to play gif files automatically in chat viewChristian Schneppe5-24/+90
fixes #170 and #236
2019-01-04show warning if file from MediaViewerActivity is deletedChristian Schneppe1-2/+11
2019-01-04count muc participants correctlyChristian Schneppe1-2/+3
2019-01-03clear conversationsuuid and pending attachments when opening new conversationChristian Schneppe1-0/+6
2019-01-03clear pending view intent when processing onNewIntent()Christian Schneppe1-0/+1
2019-01-03rename functions and variables for room destructionChristian Schneppe1-2/+1
2018-12-30add ability to configure autojoin flag in groupchat detailsChristian Schneppe1-1/+20
2018-12-30add ability to set nickname in profileChristian Schneppe2-0/+110
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe2-2/+4
file extension instead. added preview icons for ebooks
2018-12-27fixed some rare crashes caused by race conditionsChristian Schneppe2-6/+6
2018-12-27show accept button to confirm sasl downgradeChristian Schneppe1-1/+14