renovate[bot]
59faf0de22
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.29
4 months ago
Benoit Marty
78b6d8fd14
Merge pull request #3118 from element-hq/feature/bma/localeCall
...
Give locale and theme to Element Call
4 months ago
Benoit Marty
4df18eadf4
Remove unused import
4 months ago
Benoit Marty
f34ba47906
Inject constructor
4 months ago
Benoit Marty
8ef970e3f7
Provide language and theme to Element Call. #3079
4 months ago
Benoit Marty
6a6e66765a
Remove default value for languageTag and theme.
4 months ago
Benoit Marty
2529a8d844
Add parameter names.
4 months ago
Benoit Marty
9196adb8b0
Remove default value for languageTag and theme.
4 months ago
ganfra
32b1b6e3f5
Merge pull request #3115 from element-hq/feature/fga/fix_draft_not_cleared
...
Draft : also clear draft when composer is blank
4 months ago
Benoit Marty
0288605491
Merge pull request #3116 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x
...
Update dependency io.nlopez.compose.rules:detekt to v0.4.5
4 months ago
ganfra
3a610e6550
Draft : also clear draft when composer is blank
4 months ago
renovate[bot]
9ff3ff3497
Update dependency io.nlopez.compose.rules:detekt to v0.4.5
4 months ago
Benoit Marty
7d3c447145
Do not clone submodules in forks.
4 months ago
Benoit Marty
5430d792d1
Remove unnecessary `packaging` configuration.
4 months ago
Benoit Marty
20b738b51d
Add a check on `isEnterpriseBuild` before including enterprise module.
...
This is not strictly necessary, since if the enterprise modules are not there, nothing will be included by `allEnterpriseImpl()`, but for clarity, it's better to add this check.
4 months ago
Benoit Marty
ee2ae468ef
Create a scope for enterprise files
...
This allow to let the correct Copyright be applied when creating new file.
4 months ago
Benoit Marty
f635f56400
Update license header
4 months ago
Benoit Marty
d22dd7c2f7
Let Konsist checks the license header
4 months ago
Benoit Marty
3749c8de10
Merge pull request #3110 from element-hq/fix/jme/session-verification-state-with-no-network
...
Fix incorrect 'device verified' screen when app was opened with no network connection
4 months ago
Benoit Marty
2e60076411
Merge pull request #3111 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.4.2
4 months ago
Benoit Marty
aa0a6ce111
Merge pull request #3114 from element-hq/sync-localazy
...
Sync Strings
4 months ago
Benoit Marty
cc86291473
Ignore file other.xml, generated by Android Studio Koala
4 months ago
bmarty
32c5da898b
Sync Strings from Localazy
4 months ago
renovate[bot]
4d81aca9da
Update dependency com.posthog:posthog-android to v3.4.2
4 months ago
Benoit Marty
f6fe030d6a
Merge pull request #3053 from element-hq/feature/bma/callSettings
...
Alert for incoming call even if notifications are disabled - WAITING FOR FINAL PRODUCT DECISION
4 months ago
Jorge Martín
f421f94639
Fix session verification incorrectly displaying as 'not verified' when the user opened the app with no network connection.
...
It turns out `encryptionService.verificationState()` runs a network request that will cause a deadlock when it fails.
Also fixed another deadlock that caused the screen to remain blank sometimes after logging in, because DataStore got stuck when checking the `skipVerification` state for some reason I don't fully understand.
4 months ago
ganfra
0c543ab709
Merge pull request #3109 from element-hq/feature/fga/fix_restore_session_no_network
...
Auth : fix restore session when there is no network.
4 months ago
ganfra
e9c995f96d
Auth : fix restore session when there is no network.
4 months ago
Benoit Marty
74f24e1b39
Merge pull request #3108 from element-hq/renovate/com.google.truth-truth-1.x
...
Update dependency com.google.truth:truth to v1.4.3
4 months ago
renovate[bot]
a5c17835b3
Update dependency com.google.truth:truth to v1.4.3
4 months ago
Jorge Martin Espinosa
d6b259b85a
Fix `@room` mentions crashing in debug builds ( #3107 )
...
* Fix `@room` mentions crashing in debug builds
* Iterate on previous solution, add `MentionSpan.Type.EVERYONE`
4 months ago
Benoit Marty
4d3a2d4542
Use Apache License URL with https.
4 months ago
Benoit Marty
ed00ed4811
Merge pull request #3106 from element-hq/feature/bma/fixRelease
...
Fix F-Droid reproducible build.
4 months ago
Benoit Marty
c9c66ba9d3
Fix download path.
4 months ago
Benoit Marty
6fd5964c93
Merge pull request #3105 from element-hq/feature/bma/releaseNotesNoTowncrier
...
Let GitHub generates the release notes
4 months ago
Benoit Marty
cedbaadf8c
inplace-fix.py also needs fix-pg-map-id.py to do the requested work.
4 months ago
Benoit Marty
e5ec904697
Remove not needed dependency on libs.anvil.compiler.api and fix compilation issue of EXA.
4 months ago
Benoit Marty
790c0aa0c0
Fix typo
4 months ago
Benoit Marty
09afedd433
Remove towncrier: iterate on release script.
4 months ago
Benoit Marty
a457561b47
Remove towncrier template.
4 months ago
Benoit Marty
1b4cd45a92
Towncrier removal: update the contributing doc.
4 months ago
Benoit Marty
d9c01606be
Towncrier removal: update PR checklist.
4 months ago
Benoit Marty
6355dd52ef
Add ylm file to improve GitHub release notes generation.
4 months ago
Benoit Marty
124e31933c
Iterate on pr notice.
4 months ago
Benoit Marty
ffa4bec78c
Towncrier is gone, iterate on danger checks
4 months ago
Benoit Marty
c67d961fdb
Remove towncrier file
4 months ago
Benoit Marty
b55584cca4
Change label used by Renovate from `dependencies` to `PR-Dependencies`
4 months ago
Benoit Marty
a565a0396f
Remove towncrier invocation when building nightly.
4 months ago
Jorge Martin Espinosa
4904c4b751
Bump Rust SDK version and adapt our code ( #3068 )
...
* Use the new SDK version
* Adapt the authentication service to the new Rust SDK APIs
* Remove `Timeline.enterSpecialMode(...)` as it's no longer necessary
4 months ago
Benoit Marty
8a609c4ab5
Add label `PR-Misc` to PR created to sync SAS strings.
4 months ago