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