aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-27refactored group chat members into seperate screenChristian Schneppe8-200/+362
2019-01-27Fix type in presenceChristian Schneppe1-1/+1
2019-01-27refactored avatar workers into single classChristian Schneppe16-390/+200
2019-01-27do not require starttls when connecting over to .onion domainChristian Schneppe1-2/+2
2019-01-27scan all files in case some files were previously marked as deleted by accidentChristian Schneppe3-13/+73
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
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-26fix crash while onTaskRemovedChristian Schneppe1-7/+9
2019-01-26fix compatibility issue on startupChristian Schneppe1-1/+17
2019-01-26make avatars from contacts configurableChristian Schneppe2-7/+9
2019-01-26show timestamp in restore viewChristian Schneppe1-1/+1
2019-01-26also make human readable logs as text files work with new backup and restoreChristian Schneppe1-0/+100
2019-01-26make new backup and restore possible with old databasesChristian Schneppe2-7/+17
2019-01-26small layout fixesChristian Schneppe3-68/+10
2019-01-26show spinning wheel in restore backup activityChristian Schneppe2-4/+19
2019-01-26always show number of connected accounts in foreground notificationChristian Schneppe2-45/+38
2019-01-26rework backup & restoreChristian Schneppe18-693/+1218
2019-01-25properly jump out of connection loop on state changing errorsChristian Schneppe1-8/+7
2019-01-25normalize nicks before getting them from bookmarks or pepChristian Schneppe1-8/+21
2019-01-25use clear top flag in shortcut intentChristian Schneppe1-0/+1
2019-01-25resend presence to muc avatar updateChristian Schneppe5-50/+83
2019-01-25null checks when deleting old filesChristian Schneppe1-2/+2
2019-01-25provide Set as Profile intentChristian Schneppe6-19/+136
2019-01-25explicitly start service (instead of just bind) service from contact chooserChristian Schneppe7-34/+33
2019-01-25modify emoji integrationChristian Schneppe6-16/+4
2019-01-25ignore code block start in message previewChristian Schneppe1-0/+3
2019-01-25extend open with to audio filesChristian Schneppe3-11/+21
2019-01-25stop file watching when service has been destroyedChristian Schneppe2-4/+34
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 p...Christian Schneppe5-19/+10
2019-01-25synchronize around notification update from corrected messagesChristian Schneppe2-2/+8
2019-01-25make contact chooser (direct sharing) smart about sharing text in groups when...Christian Schneppe1-3/+11
2019-01-25maintain order of conversations in share with dialogChristian Schneppe2-5/+30
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 Schneppe4-22/+72
2019-01-25support enter/done key in create contact & join dialogsChristian Schneppe3-30/+47
2019-01-25check if encrypted pgp file get deletedChristian Schneppe4-27/+26
2019-01-25fix display of deleted filesChristian Schneppe9-17/+17
2019-01-25fixed downloading of deleted filesChristian Schneppe2-3/+3
2019-01-25don’t check if files exists when loading attachmentsChristian Schneppe1-7/+2
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe14-97/+162
2019-01-24ignore startService failureChristian Schneppe1-1/+5
2019-01-24remove deprecated instanceIdServiceChristian Schneppe1-1/+1
2019-01-24added avatar to 'me' in notificationsChristian Schneppe1-2/+6
2019-01-24put images into MessageStyle notificationsChristian Schneppe5-15/+79
2019-01-24use bitmap instead of URI for avatars in notificationChristian Schneppe4-28/+17