You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice for the app on the OS where Google Play services are unavailable
After the first start, for starting the foreground service for receiving notifications you should dismiss (kill) the app and start again. It will be fixed with the next release.
Updates
Fixed bug with push notifications.
Fixed bug with foreground services for receiving notifications when Google Play services are unavailable.
Improved icons.
About the attached app's
The _-foss_*.apk files are the app with Firebase/Google Cloud Messaging (FCM) services removed. Instead, the app uses a foreground service for polling notifications. This consumes more battery.
Files without the -foss extension are app builds that use a flexible approach for delivering notifications and include FCM libraries. By default the app uses FCM. If FCM is unavailable (e.g. on GrapheneOS or on Chinese phones) - the app switches to polling and starts a foreground service.