Benoit Marty
d846113fdf
Merge pull request #3130 from element-hq/feature/bma/fixElementEnterpriseNightly
...
Fix Element Enterprise nightly build and publication using App Distribution
2024-07-02 17:45:49 +02:00
Benoit Marty
0e23e081ce
Use different groups for Element Enterprise
2024-07-02 17:21:03 +02:00
Benoit Marty
150c077a70
Merge pull request #3127 from element-hq/feature/bma/elementWellKnown
...
Let the SDK retrieve and parse Element well known content
2024-07-02 17:16:06 +02:00
Benoit Marty
1c4e8c81d3
Release note for nightly: remove title so that it can be used for Enterprise nightly without confusing the user.
2024-07-02 16:48:58 +02:00
renovate[bot]
3a23ba33eb
Update plugin dependencycheck to v10 ( #3128 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-02 16:37:01 +02:00
Benoit Marty
04fbe6831c
Move google_app_id from resource file to build.gradle.kts file and use different values for enterprise build.
2024-07-02 16:32:47 +02:00
Benoit Marty
dc8d3dc7fe
Element Enterprise: use different appId for nightly build.
2024-07-02 14:58:13 +02:00
Benoit Marty
b460c602ba
Remove removal of androidx.startup.InitializationProvider. This provider is declared at line 39 in this file.
...
Fix the warning: `provider#androidx.startup.InitializationProvider was tagged at AndroidManifest.xml:149 to remove other declarations but no other declaration present`
2024-07-02 14:52:13 +02:00
Benoit Marty
58296cde8b
Remove CI properties, this is not needed when publishing locally.
2024-07-02 14:40:49 +02:00
Benoit Marty
9e86c6ad2b
Rename copyright file for consistency
2024-07-02 14:36:29 +02:00
Benoit Marty
b666f8ddb9
Fix Element Enterprise nightly build: towncrier is gone.
2024-07-02 14:28:59 +02:00
ganfra
d8996dd2da
Merge pull request #3126 from element-hq/feature/fga/timeline_edit_local_echo
...
Timeline : re-enable edition of local echo
2024-07-02 14:23:17 +02:00
Benoit Marty
0799d931b2
Fix tests
2024-07-02 13:50:10 +02:00
Benoit Marty
85e969ed0c
Inject constructor.
2024-07-02 13:35:26 +02:00
Benoit Marty
b709984582
Use SDK to get Element Wellknown content.
2024-07-02 13:28:26 +02:00
ganfra
b5b89b7e98
Timeline : re-enable edition of local echo
2024-07-02 11:42:36 +02:00
ganfra
aabd51aec4
Merge pull request #3123 from element-hq/feature/fga/fix_timeline_text_item_not_refreshed
...
Timeline : fix text item not refreshed when content change
2024-07-02 11:01:47 +02:00
ganfra
cf684bf43a
Timeline : fix text item not refreshed when content change
2024-07-02 10:29:09 +02:00
Benoit Marty
cfa3035f4c
Introduce UserServerResolver.
2024-07-02 10:22:56 +02:00
Benoit Marty
265ccae48f
Remove dead code.
2024-07-02 10:20:25 +02:00
ganfra
50c3e65998
Merge pull request #3119 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.29
2024-07-01 18:15:03 +02:00
ganfra
2a7154b53e
Rust sdk : handle api changes (draft and edit)
2024-07-01 17:50:29 +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
renovate[bot]
0826a94a5d
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.29
2024-07-01 15:08:32 +00:00
Benoit Marty
ef2d04c474
Merge pull request #3118 from element-hq/feature/bma/localeCall
...
Give locale and theme to Element Call
2024-07-01 17:06:45 +02:00
Benoit Marty
520806de0a
Remove unused import
2024-07-01 16:18:20 +02:00
Benoit Marty
4353caa6e0
Inject constructor
2024-07-01 16:12:27 +02:00
Benoit Marty
77fcc1aaa1
Provide language and theme to Element Call. #3079
2024-07-01 15:51:41 +02:00
Benoit Marty
8b9c838508
Remove default value for languageTag and theme.
2024-07-01 14:32:27 +02:00
Benoit Marty
77dc61ca7f
Add parameter names.
2024-07-01 14:30:35 +02:00
Benoit Marty
2663c3f26b
Remove default value for languageTag and theme.
2024-07-01 14:30:18 +02:00
ganfra
283821e688
Merge pull request #3115 from element-hq/feature/fga/fix_draft_not_cleared
...
Draft : also clear draft when composer is blank
2024-07-01 13:06:40 +02:00
Benoit Marty
e5290ab538
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
2024-07-01 12:38:21 +02:00
ganfra
113e8ecffa
Draft : also clear draft when composer is blank
2024-07-01 12:23:42 +02:00
renovate[bot]
d68623357c
Update dependency io.nlopez.compose.rules:detekt to v0.4.5
2024-07-01 10:21:23 +00:00
Benoit Marty
9a4ec53612
Do not clone submodules in forks.
2024-07-01 12:20:15 +02:00
Benoit Marty
0fb7f621ba
Remove unnecessary packaging configuration.
2024-07-01 11:54:54 +02:00
Benoit Marty
c4bb13098f
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.
2024-07-01 11:53:43 +02:00
Benoit Marty
4ccbe3a7ec
Create a scope for enterprise files
...
This allow to let the correct Copyright be applied when creating new file.
2024-07-01 11:30:12 +02:00
Benoit Marty
8a65719e44
Update license header
2024-07-01 11:21:25 +02:00
Benoit Marty
4047f4395d
Let Konsist checks the license header
2024-07-01 11:12:02 +02:00
Benoit Marty
1419703059
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
2024-07-01 11:09:24 +02:00
Benoit Marty
51cfc914c2
Merge pull request #3111 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.4.2
2024-07-01 11:08:56 +02:00
Benoit Marty
c360e6b4c8
Merge pull request #3114 from element-hq/sync-localazy
...
Sync Strings
2024-07-01 10:24:33 +02:00
Benoit Marty
d97b456ea0
Ignore file other.xml, generated by Android Studio Koala
2024-07-01 09:43:26 +02:00
bmarty
99ae2b9640
Sync Strings from Localazy
2024-07-01 00:22:10 +00:00
renovate[bot]
b553cfaa44
Update dependency com.posthog:posthog-android to v3.4.2
2024-06-28 16:47:44 +00:00
Benoit Marty
58cdd37a57
Merge pull request #3053 from element-hq/feature/bma/callSettings
...
Alert for incoming call even if notifications are disabled - WAITING FOR FINAL PRODUCT DECISION
2024-06-28 14:21:23 +02:00
Jorge Martín
16545ce60e
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.
2024-06-28 11:35:08 +02:00
ganfra
a7a2b4727f
Merge pull request #3109 from element-hq/feature/fga/fix_restore_session_no_network
...
Auth : fix restore session when there is no network.
2024-06-27 18:38:48 +02:00