aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix export error for non-unicode numbersChristian Schneppe2019-05-041-1/+1
|
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-032-9/+15
|
* added Tor support to channel searchChristian Schneppe2019-04-282-4/+27
|
* implement channel discoveryChristian Schneppe2019-04-263-2/+129
| | | | | refactor muc search to use http cache channel search results
* execute some dismiss error notification and reset error in backgroundChristian Schneppe2019-04-261-2/+2
|
* fix some NPEChristian Schneppe2019-04-121-1/+1
|
* add ability to delete account also from serverChristian Schneppe2019-03-311-0/+5
| | | | fixes #315
* fix automatic backup creationChristian Schneppe2019-03-311-1/+1
|
* catch exceptions in NotificationServiceChristian Schneppe2019-03-311-1/+7
|
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-311-4/+10
|
* fix some crashesChristian Schneppe2019-03-141-1/+3
|
* fix backup creation for older installationsChristian Schneppe2019-03-141-5/+14
| | | | If you had problems importing the backup you need to create a new backup after this patch
* copy intent extras in eventreceiverChristian Schneppe2019-03-061-0/+5
|
* try to catch some NPEChristian Schneppe2019-03-062-2/+7
|
* Deduplicate presencesChristian Schneppe2019-02-211-3/+0
| | | | possibly fixes #303
* fix some more NPEsChristian Schneppe2019-02-181-1/+1
|
* after switching from forced foreground to foreground notification needs updateChristian Schneppe2019-02-182-3/+10
|
* show notification when backup is done or failedChristian Schneppe2019-02-181-2/+76
| | | | show success notification only if backup was started manually
* use the term channel in destroy dialog and some other stringsChristian Schneppe2019-02-091-23/+17
|
* optimize importsChristian Schneppe2019-02-084-7/+0
|
* hide lock icon in channels; modify muc user contextChristian Schneppe2019-02-081-6/+7
|
* show different room settings for channels and groupsChristian Schneppe2019-02-071-0/+5
|
* provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe2019-02-071-4/+29
|
* remove warning messages for kick after ban failing. on modern servers ban is ↵Christian Schneppe2019-02-041-16/+4
| | | | enough to also kick
* schedule another ping 30s after connectivity_changeChristian Schneppe2019-02-041-3/+29
|
* refactored group chat members into seperate screenChristian Schneppe2019-01-271-1/+4
|
* refactored avatar workers into single classChristian Schneppe2019-01-271-0/+19
|
* scan all files in case some files were previously marked as deleted by accidentChristian Schneppe2019-01-271-9/+21
|
* fix crash while onTaskRemovedChristian Schneppe2019-01-261-7/+9
|
* make avatars from contacts configurableChristian Schneppe2019-01-261-7/+8
|
* also make human readable logs as text files work with new backup and restoreChristian Schneppe2019-01-261-0/+100
|
* small layout fixesChristian Schneppe2019-01-261-1/+1
|
* show spinning wheel in restore backup activityChristian Schneppe2019-01-261-1/+6
|
* always show number of connected accounts in foreground notificationChristian Schneppe2019-01-261-43/+38
|
* rework backup & restoreChristian Schneppe2019-01-266-293/+619
| | | | use the implementation from Conversations
* use clear top flag in shortcut intentChristian Schneppe2019-01-251-0/+1
|
* resend presence to muc avatar updateChristian Schneppe2019-01-251-49/+72
|
* provide Set as Profile intentChristian Schneppe2019-01-251-2/+18
|
* explicitly start service (instead of just bind) service from contact chooserChristian Schneppe2019-01-254-22/+10
|
* stop file watching when service has been destroyedChristian Schneppe2019-01-251-2/+12
|
* synchronize around notification update from corrected messagesChristian Schneppe2019-01-251-1/+7
|
* 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-251-3/+27
|
* offer 'open with' in context menu for geo urisChristian Schneppe2019-01-251-1/+1
|
* fix display of deleted filesChristian Schneppe2019-01-251-1/+1
|
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-252-34/+32
|
* 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-241-6/+19
|
* use bitmap instead of URI for avatars in notificationChristian Schneppe2019-01-243-28/+16
|