chinwag-android/app/src/main
Konrad Pozniak 7448fd2416
change SendStatusService type to shortService (#4292)
This way the `FOREGROUND_SERVICE_REMOTE_MESSAGING` permission is not
needed and we should be able to publish on Google Play again. Drawback:
The service can get killed after a while (usually 3 mins) on Android 14.
I also tried using [user initiated data transfer
jobs](https://developer.android.com/about/versions/14/changes/user-initiated-data-transfers),
but that is not available on all api levels, and `WorkManager`, but that
is a huge refactoring and sending would probably work differently than
before.
2024-02-29 12:21:15 +01:00
..
java/com/keylesspalace/tusky change SendStatusService type to shortService (#4292) 2024-02-29 12:21:15 +01:00
res Better screen transitions (#4285) 2024-02-25 16:20:15 +01:00
AndroidManifest.xml change SendStatusService type to shortService (#4292) 2024-02-29 12:21:15 +01:00
ic_launcher-web.png new app icon (#2695) 2022-09-13 19:48:09 +02:00