bmarty
3dddd90d97
Sync Strings from Localazy
2025-02-17 00:30:17 +00:00
Jorge Martin Espinosa
c040cec108
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
bmarty
5a4cac7d2d
Sync Strings from Localazy
2025-02-03 00:29:01 +00:00
ganfra
83f1072b50
change(tracing) : update bug reporter tracing form data.
2025-01-17 16:59:31 +01:00
ganfra
ddb0810ded
change(tracing) : change how tracing is configured (ui and logic)
2025-01-17 09:52:32 +01:00
Benoit Marty
05fc76822a
Apply dual licenses: AGPL + Element Commercial to file headers.
...
2 replace all actions have been performed:
- "SPDX-License-Identifier: AGPL-3.0-only" to "SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial"
- "Please see LICENSE in the repository root for full details." to "Please see LICENSE files in the repository root for full details."
2025-01-07 10:05:04 +01:00
ElementBot
411895456b
Sync Strings - add translations to Finnish ( #3883 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2024-11-18 11:37:17 +00:00
ganfra
ada220d017
design : adjust some designs after textfield changes
2024-11-08 16:28:09 +01:00
ganfra
a293ea0f2b
design : TextField2 is now TextField
2024-11-08 15:37:10 +01:00
ganfra
784b0a5c24
design : removes usage of OutlinedTextField
2024-11-08 15:15:08 +01:00
ganfra
0ffffc8d83
bugfix: do not remove logs after sending them
2024-10-31 11:42:14 +01:00
Benoit Marty
08a6a3ba01
Remove dependencies to other presenters from DeveloperSettingsPresenter
2024-10-07 17:45:17 +02:00
Benoit Marty
c709b8d76e
Remove dependencies to other presenters from RootPresenter
2024-10-07 17:45:16 +02:00
bmarty
05291bcf2f
Sync Strings from Localazy
2024-10-07 00:28:33 +00:00
Jorge Martin Espinosa
12948b147d
Don't delete uploaded logs ( #3540 )
2024-10-01 13:31:34 +02:00
Jorge Martin Espinosa
2efdb3ae45
Centralise the DI code generation logic ( #3562 )
...
* Create Anvil extension helper
* Use the helper everywhere
2024-09-30 12:20:28 +00:00
bmarty
a064fb4fab
Sync Strings from Localazy
2024-09-23 00:23:49 +00:00
Benoit Marty
888d3420d7
Use aSessionData() from the test module.
...
And fix typo.
2024-09-18 17:16:06 +02:00
Benoit Marty
2b016227e9
Migrate license to AGPL.
...
Run script `uv run license-editor --repository ../element-x-android`
2024-09-06 17:19:19 +02:00
Benoit Marty
8705229930
Fix test compilation issue.
2024-09-06 13:52:43 +02:00
Benoit Marty
76e34ae798
Add an application migration to delete the old log files.
2024-09-06 09:31:14 +02:00
Benoit Marty
3efb371d34
Merge pull request #3370 from element-hq/feature/bma/cacheFile
...
Provide distinct cache directory to the Rust SDK.
2024-09-03 10:27:47 +02:00
bmarty
39ef8b38bb
Sync Strings from Localazy
2024-09-02 00:15:17 +00:00
Benoit Marty
93cace6954
Provide distinct cache directory to the Rust SDK.
2024-08-30 18:36:20 +02:00
bmarty
1b064a008f
Sync Strings from Localazy
2024-08-26 00:25:40 +00:00
bmarty
5765d9bf9f
Sync Strings from Localazy
2024-08-19 00:25:36 +00:00
bmarty
d288ace4bd
Sync Strings from Localazy
2024-07-29 00:26:27 +00:00
ElementBot
9522569860
Sync Strings ( #3232 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2024-07-22 08:59:47 +00:00
jmartinesp
58f2cbf489
Sync Strings from Localazy
2024-07-03 11:21:27 +00:00
Jorge Martin Espinosa
950e502ca6
Improve screenshot testing with ComposablePreviewScanner ( #3125 )
...
* Use ComposablePreviewScanner to rework how screenshot testing works
* Add test sharding
* Update screenshots
* Fixes for Element Gallery
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
Co-authored-by: Benoit Marty <benoit@matrix.org >
2024-07-03 13:05:06 +02:00
Benoit Marty
6c0719e067
Merge pull request #3025 from element-hq/feature/bma/elementEnterprise
...
Element enterprise (EE) foundations
2024-07-01 17:08:40 +02:00
bmarty
99ae2b9640
Sync Strings from Localazy
2024-07-01 00:22:10 +00:00
Benoit Marty
94d72e0961
Add 'Enterprise' label to rageshake
2024-06-26 11:59:47 +02:00
Jorge Martin Espinosa
6def355b6e
Use IO dispatcher for cleanup in bug reporter ( #3092 )
2024-06-25 09:26:18 +00:00
Benoit Marty
69ffed5e2b
Fix formatting issue.
2024-06-13 18:20:19 +02:00
Benoit Marty
580622da9a
Move MAX_LOG_UPLOAD_SIZE to RageshakeConfig
2024-06-13 18:20:19 +02:00
Benoit Marty
a6fe0ddc9b
Move rageshake configuration from resource file to Kotlin RageshakeConfig
2024-06-13 18:20:19 +02:00
ganfra
6d4d9db8a1
Sending queue : fix more tests.
2024-06-13 10:27:57 +02:00
Jorge Martin Espinosa
54845866a6
Fix tracing configuration in debug and nightlies ( #3019 )
...
* Fix tracing configuration in debug and nightlies:
- Debug will now write the logs to disk too.
- Nightly will be able to customise tracing filters.
- Improved the configure tracing and bug report screens.
* Update screenshots
* Add changelog
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-06-12 10:20:43 +00:00
bmarty
57510316ec
Sync Strings from Localazy
2024-06-10 00:17:04 +00:00
Benoit Marty
e6329ae6d9
Fix Formatting issue and rename class.
2024-06-04 17:31:28 +02:00
Benoit Marty
39e95496cb
Simplify DefaultBugReporter and ensure response is closed #2905
2024-06-04 16:13:29 +02:00
Benoit Marty
0e4b30e58d
Merge pull request #2941 from element-hq/sync-localazy
...
Sync Strings
2024-05-29 16:27:17 +02:00
bmarty
46b6ae6251
Sync Strings from Localazy
2024-05-29 12:44:57 +00:00
Benoit Marty
87689d787e
Lambda parameters in a composable function should be in present tense, not past tense.
...
https://mrmans0n.github.io/compose-rules/rules/#naming-parameters-properly
2024-05-29 12:18:23 +02:00
Benoit Marty
9065e9d2eb
Merge pull request #2921 from element-hq/sync-localazy
...
Sync Strings
2024-05-27 15:52:38 +02:00
Benoit Marty
bbb44db297
Translations: pt -> pt-rBR
2024-05-27 14:51:32 +02:00
Benoit Marty
e632168c34
Merge pull request #2900 from element-hq/feature/bma/fakeClassesQuality
...
Fake classes name quality
2024-05-27 12:14:50 +02:00
Valere
5e4073257f
more coverage
2024-05-23 18:28:39 +02:00
Valere
c6f8360949
More coverage
2024-05-23 17:47:53 +02:00