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