aboutsummaryrefslogtreecommitdiffstats
path: root/src/standardPush/java/de/pixart/messenger/services/PushManagementService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-02rename build flavorsChristian Schneppe1-194/+0
2019-08-31catch more firebase library bugsChristian Schneppe1-1/+8
2019-08-31catch fcm library bugsChristian Schneppe1-1/+7
2019-07-01attempt to unregister when receiving push for channel no longer joinedChristian Schneppe1-0/+13
when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
2019-07-01implement FCM push for group chatsChristian Schneppe1-25/+93
2018-10-20enable push messagesChristian Schneppe1-3/+7
2018-05-21migrate to fcm libraryChristian Schneppe1-13/+5
2018-05-17changed jid of push serverChristian Schneppe1-3/+3
2018-04-07fix playstore flavorChristian Schneppe1-55/+42
2018-04-02migrate to xmpp-addrChristian Schneppe1-7/+5
2018-02-19Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵Christian Schneppe1-1/+1
constant
2017-11-21remove prosody push from blacklistChristian Schneppe1-4/+0
2017-03-17rename playstore to standardpushChristian Schneppe1-0/+0
2017-03-17add missing importChristian Schneppe1-0/+1
2017-02-22migrate domain and host exemption into seperate classChristian Schneppe1-1/+1
2017-02-10only count push as available when sm is to avoid race conditionsChristian Schneppe1-1/+1
2017-01-15show doze warning when push is running on prosodyChristian Schneppe1-0/+4
2016-11-19reformat codeChristian Schneppe1-94/+94
2016-09-09optimized importsChristian Schneppe1-2/+0
2016-09-02broader exception catchersDaniel Gultsch1-1/+2
2016-07-29changed package id inside manifest and projectChristian Schneppe1-11/+11
2016-02-14fixed server info push not showing up when unavailableDaniel Gultsch1-2/+6
2016-02-14be more carefull when checking push availabilityDaniel Gultsch1-1/+3
2016-02-13send push enable to server. simplified loggingDaniel Gultsch1-1/+35
2016-02-13fixed compile bug in free versionDaniel Gultsch1-5/+6
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-0/+78