aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/EventReceiver.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copy intent extras in eventreceiverChristian Schneppe2019-03-061-0/+5
|
* optimize importsChristian Schneppe2019-02-081-1/+0
|
* explicitly start service (instead of just bind) service from contact chooserChristian Schneppe2019-01-251-10/+1
|
* use startForegroundService compat from push message receiverChristian Schneppe2018-11-231-1/+3
|
* behave nicely (no foreground service by default) if app is built with ↵Christian Schneppe2018-09-271-1/+6
| | | | targetSdk <26
* initial work toward api 26+Christian Schneppe2018-09-131-9/+10
| | | | | * introduce notification channels * always use foreground service on 26+
* make fcm receiver ignore messages when all accounts are disabledChristian Schneppe2018-05-211-1/+1
|
* catch run time exception when starting service from event receiverChristian Schneppe2018-04-291-1/+5
|
* EventReceiver: use setting to store enabled accountsChristian Schneppe2017-10-061-2/+13
|
* add maintanence intent to renewe instance idChristian Schneppe2017-09-241-2/+1
|
* reformat codeChristian Schneppe2016-11-191-14/+14
|
* removed unnecessary push_modeChristian Schneppe2016-11-071-5/+0
|
* close tcp connection after 30s of inactivity when in push_modeDaniel Gultsch2016-08-111-2/+7
|
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+25