aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix register account checkbox glitchChristian Schneppe2018-04-071-1/+0
* do not highlight users when not participatingChristian Schneppe2018-04-071-6/+3
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-12/+11
* added splash screenChristian Schneppe2018-04-031-2/+2
* migrate to xmpp-addrChristian Schneppe2018-04-021-102/+102
* fixed duplicate file sendingChristian Schneppe2018-04-021-0/+1
* reorder and scroll down after resending a messageChristian Schneppe2018-04-011-0/+2
* fix change password activity for magic created accountsChristian Schneppe2018-04-011-11/+8
* finished 'Set Status Message' dialogChristian Schneppe2018-04-011-28/+15
* delegate mime type from intentChristian Schneppe2018-04-011-5/+3
* removed 'preemptive grant' settingChristian Schneppe2018-04-011-2/+1
* get rid of customizable resourcesChristian Schneppe2018-04-011-11/+0
* don't send messages in callbackChristian Schneppe2018-04-011-3/+3
* redirect on empty conversation listChristian Schneppe2018-03-291-1/+14
* integrate trust manager into conversationsChristian Schneppe2018-03-121-1/+0
* implement multi accounts via expert settingsChristian Schneppe2018-03-081-0/+4
* only explicitly request device list for users not in rosterChristian Schneppe2018-02-241-1/+5
* kill mam query when archiving conversationChristian Schneppe2018-02-241-0/+1
* warn when attempting to write stanza to an unbound streamChristian Schneppe2018-02-221-1/+1
* Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...Christian Schneppe2018-02-191-3/+3
* fix typo in playstore detectionChristian Schneppe2018-02-171-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
* do not explicitly request MAM archive for blocked contactsChristian Schneppe2018-01-291-42/+43
* add snooze button to notificationChristian Schneppe2018-01-291-0/+12
* check if app is installedFromPlayStore and use upcoming playstore site for up...Christian Schneppe2018-01-291-0/+18
* 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
* 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
* postpone notification actions (mark as read, reply) until after messages are ...Christian Schneppe2018-01-211-20/+52
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-211-0/+9
* setting room subject also sets room nameChristian Schneppe2018-01-171-1/+2
* use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe2017-12-231-22/+15
* fixup for pep omemo notification dedupChristian Schneppe2017-12-161-1/+1
* support error messages in quick edit dialogChristian Schneppe2017-12-161-1/+5
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-251-0/+4
* 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-221-2/+3
* 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
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-201-8/+7
* Resync has_enabled_account setting after delete and on startChristian Schneppe2017-10-291-4/+7
* correct hasEnabledAccountsChristian Schneppe2017-10-061-0/+9
* EventReceiver: use setting to store enabled accountsChristian Schneppe2017-10-061-0/+6
* execute video compression on seperate threadChristian Schneppe2017-09-241-2/+7
* give exec resolver a lower priority over reflectionChristian Schneppe2017-09-241-8/+8
* don't change video compression quality for files longer than 8 secondsChristian Schneppe2017-09-191-2/+2