aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* always copy firefoxe’s shared filesChristian Schneppe2018-02-151-1/+1
|
* do not cross reference bookmarks and conversationsChristian Schneppe2018-02-101-5/+8
|
* always persist current nick (in bookmark and database)Christian Schneppe2018-02-101-7/+16
|
* return to welcome activity after deleting last accountChristian Schneppe2018-02-101-41/+38
|
* fixed crash on receiving filesChristian Schneppe2018-02-011-2/+2
|
* do not explicitly request MAM archive for blocked contactsChristian Schneppe2018-01-291-42/+43
|
* add snooze button to notificationChristian Schneppe2018-01-292-23/+97
|
* check if app is installedFromPlayStore and use upcoming playstore site for ↵Christian Schneppe2018-01-291-0/+18
| | | | updates
* delegate uri permission to service when processing filesChristian Schneppe2018-01-271-0/+6
|
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-271-3/+7
|
* avoid some unnecessary notification updatesChristian Schneppe2018-01-271-11/+16
|
* Show toast after destroying group chatChristian Schneppe2018-01-271-5/+6
|
* add possibility to destroy group chatChristian Schneppe2018-01-261-6/+38
|
* permanently cache last resolver resultChristian Schneppe2018-01-211-5/+0
|
* reworked audioPlayer screenOn/Off a bitChristian Schneppe2018-01-211-23/+8
|
* postpone notification actions (mark as read, reply) until after messages are ↵Christian Schneppe2018-01-211-20/+52
| | | | loaded
* sent message receipts after mam catchupChristian Schneppe2018-01-211-1/+15
|
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-212-0/+21
|
* rewrite isVideoMessage logic and add some more loggingChristian Schneppe2018-01-191-3/+4
|
* fix wrong avatar shown when true jid doesn't match in mucChristian Schneppe2018-01-171-1/+7
|
* let screen on while playing audio messageChristian Schneppe2018-01-171-2/+24
|
* setting room subject also sets room nameChristian Schneppe2018-01-171-1/+2
|
* save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2017-12-271-1/+1
|
* use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe2017-12-231-22/+15
| | | | create avatar in background thread
* fix location viewChristian Schneppe2017-12-231-1/+1
|
* fixup for pep omemo notification dedupChristian Schneppe2017-12-161-1/+1
|
* support error messages in quick edit dialogChristian Schneppe2017-12-161-1/+5
|
* Refined avatar generation a bitChristian Schneppe2017-12-101-22/+36
|
* MAM: assume true counterpart is safe to extract when using mam:2Christian Schneppe2017-12-101-0/+4
|
* add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe2017-11-291-3/+9
|
* use REFRESH_UI_INTERVALL also for AudioPlayerChristian Schneppe2017-11-251-1/+2
| | | | seems to fix flickerinig of progress bar
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-251-0/+4
|
* use com.android.support:support-emojiChristian Schneppe2017-11-243-1/+39
|
* code cleanupChristian Schneppe2017-11-231-3/+3
|
* save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe2017-11-221-2/+7
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-222-11/+78
|
* excute db read and writes on different threadsChristian Schneppe2017-11-211-22/+14
|
* trying to catch various dead system exception when scheduling new alarms and ↵Christian Schneppe2017-11-211-33/+55
| | | | such
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-202-9/+8
|
* UpdateService: set user-agentChristian Schneppe2017-10-291-0/+1
|
* UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe2017-10-291-1/+2
|
* Resync has_enabled_account setting after delete and on startChristian Schneppe2017-10-291-4/+7
|
* video processing: pick smaller file after transcoding. Do not transcode ↵Christian Schneppe2017-10-291-1/+20
| | | | files smaller 1 MiB
* fix crash while searching for updates and show error message if search was ↵Christian Schneppe2017-10-181-10/+22
| | | | not successful
* don't crash if runtime could not be retrievedChristian Schneppe2017-10-151-1/+0
|
* rework fix for duplicate file messagesChristian Schneppe2017-10-151-3/+10
|
* also notify in notificationbar for new messages when messenger is openChristian Schneppe2017-10-141-1/+0
|
* initialize some variables in UpdateServiceChristian Schneppe2017-10-131-2/+2
|
* don't duplicate file if compression failesChristian Schneppe2017-10-131-1/+1
| | | | fixes https://github.com/siacs/Conversations/issues/2652
* add missing public UpdateService (){} to UpdateServiceChristian Schneppe2017-10-101-0/+1
|