element-x-ada/libraries
Jorge Martin Espinosa 3c87fb05b2
Create SyncOrchestrator (#4176)
* Create `SyncOrchestrator` to centralise the sync start/stop flow through the whole app: the decision is based on several inputs: sync state, network available, app in foreground, app in call, app needing to sync an event for a notification.

* Make network monitor return network connectivity status, not internet connectivity

* Don't stop the `SyncService` when network connection is lost, let it fail instead. This prevents an issue when using the offline mode of the SDK, which made the wrong UI states to be shown when the `SyncState` is `Idle` (that is, after the service being manually stopped).

* Rename `NetworkStatus.Online/Offline` to `Connected/Disconnected` so they're not easily mistaken with internet connectivity instead
2025-02-06 16:36:57 +01:00
..
androidutils Sync Strings from Localazy 2025-02-03 00:29:01 +00:00
architecture Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
core Replace our firstIfSingle extension with singleOrNull from the Kotlin library. 2025-01-22 15:49:41 +01:00
cryptography Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
dateformatter Sync Strings from Localazy 2025-02-03 00:29:01 +00:00
deeplink Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
designsystem Create SyncOrchestrator (#4176) 2025-02-06 16:36:57 +01:00
di Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
encrypted-db Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
eventformatter Sync Strings from Localazy 2025-02-03 00:29:01 +00:00
featureflag Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
fullscreenintent Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
indicator Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
maplibre-compose Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
matrix Create SyncOrchestrator (#4176) 2025-02-06 16:36:57 +01:00
matrixui Do not rely on RoomAlias constructor to validate the Room alias, since there is no validation in release mode. 2025-02-05 18:05:10 +01:00
mediapickers Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
mediaplayer Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
mediaupload Close the media preview screen ASAP with sending queue enabled (#4089) 2025-01-08 15:49:17 +00:00
mediaviewer Sync Strings from Localazy 2025-02-03 00:29:01 +00:00
network Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
oidc Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
permissions Sync Strings from Localazy 2025-02-03 00:29:01 +00:00
preferences change(tracing) : change how tracing is configured (ui and logic) 2025-01-17 09:52:32 +01:00
push Create SyncOrchestrator (#4176) 2025-02-06 16:36:57 +01:00
pushproviders Sync Strings from Localazy 2025-02-03 00:29:01 +00:00
pushstore Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
qrcode Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
roomselect Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
rustsdk
session-storage Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
testtags feat(security&privacy) : clean code 2025-01-28 14:39:27 +01:00
textcomposer Sync Strings from Localazy 2025-02-03 00:29:01 +00:00
troubleshoot Sync Strings from Localazy 2025-02-03 00:29:01 +00:00
ui-strings Remove string duplication 2025-02-05 15:21:59 +01:00
ui-utils Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
usersearch Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
voiceplayer Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
voicerecorder Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00