aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactored group chat members into seperate screenChristian Schneppe2019-01-278-200/+362
|
* Fix type in presenceChristian Schneppe2019-01-271-1/+1
|
* refactored avatar workers into single classChristian Schneppe2019-01-2716-390/+200
|
* do not require starttls when connecting over to .onion domainChristian Schneppe2019-01-271-2/+2
|
* scan all files in case some files were previously marked as deleted by accidentChristian Schneppe2019-01-273-13/+73
|
* migrate conversation list row to binderChristian Schneppe2019-01-271-119/+89
|
* make bitmap worker task staticChristian Schneppe2019-01-277-37/+68
|
* WelcomeActivity: Add QR code scanner buttonChristian Schneppe2019-01-271-0/+24
| | | | picked from https://github.com/siacs/Conversations/pull/2920
* don't generate invite links if there were no activated accountsChristian Schneppe2019-01-261-0/+4
|
* catch NPE while getting Display NameChristian Schneppe2019-01-261-1/+5
|
* fix crash on getting bookmarksChristian Schneppe2019-01-261-5/+7
|
* fix crash while onTaskRemovedChristian Schneppe2019-01-261-7/+9
|
* fix compatibility issue on startupChristian Schneppe2019-01-261-1/+17
|
* make avatars from contacts configurableChristian Schneppe2019-01-262-7/+9
|
* show timestamp in restore viewChristian Schneppe2019-01-261-1/+1
|
* also make human readable logs as text files work with new backup and restoreChristian Schneppe2019-01-261-0/+100
|
* make new backup and restore possible with old databasesChristian Schneppe2019-01-262-7/+17
|
* small layout fixesChristian Schneppe2019-01-263-68/+10
|
* show spinning wheel in restore backup activityChristian Schneppe2019-01-262-4/+19
|
* always show number of connected accounts in foreground notificationChristian Schneppe2019-01-262-45/+38
|
* rework backup & restoreChristian Schneppe2019-01-2618-693/+1218
| | | | use the implementation from Conversations
* properly jump out of connection loop on state changing errorsChristian Schneppe2019-01-251-8/+7
|
* normalize nicks before getting them from bookmarks or pepChristian Schneppe2019-01-251-8/+21
|
* use clear top flag in shortcut intentChristian Schneppe2019-01-251-0/+1
|
* resend presence to muc avatar updateChristian Schneppe2019-01-255-50/+83
|
* null checks when deleting old filesChristian Schneppe2019-01-251-2/+2
|
* provide Set as Profile intentChristian Schneppe2019-01-256-19/+136
|
* explicitly start service (instead of just bind) service from contact chooserChristian Schneppe2019-01-257-34/+33
|
* modify emoji integrationChristian Schneppe2019-01-256-16/+4
|
* ignore code block start in message previewChristian Schneppe2019-01-251-0/+3
|
* extend open with to audio filesChristian Schneppe2019-01-253-11/+21
|
* stop file watching when service has been destroyedChristian Schneppe2019-01-252-4/+34
|
* check if we have storage permission before marking a file as deleted on resendChristian Schneppe2019-01-251-3/+6
|
* explicitly set type=images for all media with an image mime type this is in ↵Christian Schneppe2019-01-255-19/+10
| | | | preperation to be able to query the database for all images
* synchronize around notification update from corrected messagesChristian Schneppe2019-01-252-2/+8
|
* make contact chooser (direct sharing) smart about sharing text in groups ↵Christian Schneppe2019-01-251-3/+11
| | | | when http is not available
* maintain order of conversations in share with dialogChristian Schneppe2019-01-252-5/+30
|
* fixed regression that hid enter jid button in block list viewChristian Schneppe2019-01-251-1/+2
|
* offer 'open with' in context menu for geo urisChristian Schneppe2019-01-254-22/+72
|
* support enter/done key in create contact & join dialogsChristian Schneppe2019-01-253-30/+47
|
* check if encrypted pgp file get deletedChristian Schneppe2019-01-254-27/+26
|
* fix display of deleted filesChristian Schneppe2019-01-259-17/+17
|
* fixed downloading of deleted filesChristian Schneppe2019-01-252-3/+3
|
* don’t check if files exists when loading attachmentsChristian Schneppe2019-01-251-7/+2
|
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-2514-97/+162
|
* ignore startService failureChristian Schneppe2019-01-241-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
* remove deprecated instanceIdServiceChristian Schneppe2019-01-241-1/+1
|
* added avatar to 'me' in notificationsChristian Schneppe2019-01-241-2/+6
|
* put images into MessageStyle notificationsChristian Schneppe2019-01-245-15/+79
|
* use bitmap instead of URI for avatars in notificationChristian Schneppe2019-01-244-28/+17
|