element-x-ada/libraries
Jorge Martin Espinosa 77b444581d
Improve FetchPushForegroundService's reliability (#6757)
* Improve `FetchPushForegroundService`'s reliability

- Don't use DI, we can just create the notification channel. This should speed up the creation of the service and reduce the number of `ForegroundServiceDidNotStartInTimeException` received. Also use `MainScope` instead of the app's coroutine scope.
- Move the wakelock releasing mechanism to `onDestroy` so it's always used. Previously, this would only happen when `stopService` was called, which would only happen when `stopSelf()` is called, but not when the OS or the service manager stops the service.

* Add fallback value for the notification channel title

* Replace the wrong string for the notification/channel title

---------

Co-authored-by: Benoit Marty <benoitm@element.io>
2026-05-12 11:40:46 +02:00
..
accountselect
androidutils Let our Json parser accept comments and trailing comma. 2026-05-04 10:05:11 +02:00
architecture Remove unused content parameter. 2026-04-30 12:07:07 +02:00
audio enforce selecting the EC preferred device 2026-04-20 11:19:37 +02:00
cachestore Ensure clearing the cache delete the CacheStore. 2026-04-30 09:04:19 +02:00
compound Merge branch 'develop' into feature-oled-black 2026-04-14 10:13:46 +04:00
core Improve Kover setup by using only convention plugins (#6213) 2026-03-16 14:41:07 +00:00
cryptography Fix quality issue. 2026-05-07 10:59:12 +02:00
dateformatter Sync Strings from Localazy 2026-05-04 00:54:27 +00:00
deeplink
designsystem Use just the other user's avatar for DM details (#6738) 2026-05-08 11:17:30 +02:00
di Improve Kover setup by using only convention plugins (#6213) 2026-03-16 14:41:07 +00:00
encrypted-db
eventformatter Sync Strings from Localazy 2026-05-04 00:54:27 +00:00
featureflag Remove RoomDirectorySearch feature flag — always enable the feature (#6736) 2026-05-06 16:05:19 +02:00
fullscreenintent
indicator
matrix Adapt to new DM definition changes in the SDK (#6748) 2026-05-11 17:22:16 +02:00
matrixmedia In the module :libraries:matrix.api, change the dependencies to: 2026-04-30 09:52:10 +02:00
matrixui Adapt to new DM definition changes in the SDK (#6748) 2026-05-11 17:22:16 +02:00
mediapickers
mediaplayer Merge branch 'develop' into feat/variable-playback-speed 2025-12-30 21:29:18 +01:00
mediaupload In the module :libraries:matrix.api, change the dependencies to: 2026-04-30 09:52:10 +02:00
mediaviewer Sync Strings from Localazy (#6761) 2026-05-11 09:37:59 +02:00
network
oauth Rename OIDC components and variables to OAuth (#6686) 2026-04-29 11:41:47 +02:00
permissions Merge pull request #6658 from element-hq/sync-localazy 2026-04-27 09:17:54 +02:00
preferences Feature : share live location (#6741) 2026-05-11 08:19:28 +00:00
previewutils Adapt to new DM definition changes in the SDK (#6748) 2026-05-11 17:22:16 +02:00
push Improve FetchPushForegroundService's reliability (#6757) 2026-05-12 11:40:46 +02:00
pushproviders In the module :libraries:matrix.api, change the dependencies to: 2026-04-30 09:52:10 +02:00
pushstore
qrcode fix(deps): update camera to v1.6.0 (#6514) 2026-04-23 09:48:15 +02:00
recentemojis In the module :libraries:matrix.api, change the dependencies to: 2026-04-30 09:52:10 +02:00
roomselect Add tests and clean code after RoomList Filter rework 2026-01-30 15:33:51 +01:00
rustls-tls Replace rustls-platform-verifier-android.aar with single class (#6610) 2026-04-17 14:48:50 +02:00
rustsdk
session-storage Feature : share live location (#6741) 2026-05-11 08:19:28 +00:00
slashcommands Take into account homeserver capabilities (#6507) 2026-04-15 12:29:41 +00:00
testtags
textcomposer Merge pull request #6650 from element-hq/feature/bma/a11yFixes 2026-05-04 11:50:15 +02:00
troubleshoot Migrate to v2 testing APIs 2026-04-30 16:04:07 +02:00
ui-common
ui-strings Improve FetchPushForegroundService's reliability (#6757) 2026-05-12 11:40:46 +02:00
ui-utils Fix quality issues 2026-04-30 14:09:07 +02:00
usersearch
voiceplayer In the module :libraries:matrix.api, change the dependencies to: 2026-04-30 09:52:10 +02:00
voicerecorder
wellknown Merge pull request #6682 from element-hq/feature/bma/customMasScheme 2026-05-07 10:51:32 +02:00
workmanager In the module :libraries:matrix.api, change the dependencies to: 2026-04-30 09:52:10 +02:00