aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MAM: rework hasMessagesLeft to account for prosody’s missing countChristian Schneppe2018-02-241-6/+12
|
* only explicitly request device list for users not in rosterChristian Schneppe2018-02-241-1/+5
|
* kill mam query when archiving conversationChristian Schneppe2018-02-242-0/+21
|
* MAM: look at total count for completness. parse fin correctlyChristian Schneppe2018-02-241-9/+20
|
* warn when attempting to write stanza to an unbound streamChristian Schneppe2018-02-221-1/+1
|
* mark error notifications as sensitve and local onlyChristian Schneppe2018-02-221-2/+3
|
* changed icons for markasread and reply in NotificationServiceChristian Schneppe2018-02-191-3/+4
|
* Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵Christian Schneppe2018-02-191-3/+3
| | | | constant
* don't show notification if there is no updateChristian Schneppe2018-02-171-1/+0
|
* show hint to allow installs from unknown sources just before update starts ↵Christian Schneppe2018-02-171-3/+7
| | | | and don't show this for PlayStore installs
* fix typo in playstore detectionChristian Schneppe2018-02-171-1/+1
|
* 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
|