Commit Graph

2884 Commits

Author SHA1 Message Date
Benoit Marty 3676bca042 Make extension isCritical a val instead of a fun. 2024-08-16 09:56:01 +02:00
Benoit Marty faf1e7da9f Iterate on shield mapping and rendering
Also handle click on the timeline and information displayed on long click.
2024-08-14 17:24:11 +02:00
Benoit Marty 5d10b1fe85 Merge branch 'develop' into feature/valere/message_shields 2024-08-14 12:37:31 +02:00
Benoit Marty 01ece74343 Fix formatting and improve comment. 2024-08-12 14:55:12 +02:00
Benoit Marty 683f26c051 Ensure sessionPath is not reused for different homeserver. 2024-08-12 14:16:58 +02:00
Benoit Marty e376b5e5dd Merge pull request #3294 from element-hq/ci/jme/fix-nightly-reports-firebase
Fix proguard config for nightly and release builds
2024-08-12 12:31:44 +02:00
ElementBot 8bd48fdc60 Sync Strings (#3297)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-08-12 06:03:23 +00:00
Jorge Martín f9e3a67521 Try removing isMinified instead. This should now be controlled at the app module level. 2024-08-11 12:32:28 +02:00
Jorge Martín 43fb47f7af Add proguard file for firebase for release variant too 2024-08-11 10:23:22 +02:00
Jorge Martín 92ec946ef0 Try fixing proguard config for nightly builds 2024-08-11 09:55:24 +02:00
renovate[bot] 738295a933 Update android.gradle.plugin to v8.5.2 (#3004)
* Update android.gradle.plugin

* Fix release builds with AGP 8.5 by removing the minification config in each library module. I believe this is now centralised.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2024-08-09 15:04:10 +02:00
Jorge Martin Espinosa b16edcb62c Enable sync on push feature flag to partially sync when notifications arrive (#3290) 2024-08-09 15:02:50 +02:00
Jorge Martin Espinosa 65718b3e96 Update the SDK bindings to v0.2.39 (#3288)
- Rework `RoomSyncSubscriber` to work with the new `RoomListService.subscribeToRooms` API.
2024-08-09 12:42:15 +02:00
ganfra 583625e4d4 Merge branch 'develop' into feature/fga/pinned_message_banner_logic 2024-08-07 16:05:41 +02:00
ganfra f9d337e121 Merge branch 'develop' into feature/fga/render_m.room.pinned_events 2024-08-06 17:30:29 +02:00
ganfra 5d2abd0350 timeline : allow rendering m.room.pinned_events 2024-08-06 17:28:23 +02:00
ganfra 50fd2558de Pinned events : handle loading/error on banner 2024-08-06 15:08:45 +02:00
ganfra 80f1574b66 Pinned events : update sdk 2024-08-06 15:08:02 +02:00
ganfra 229c02e895 Merge branch 'develop' into feature/fga/pinned_message_banner_logic 2024-08-05 20:46:24 +02:00
ElementBot dc9b79ee50 Sync Strings (#3267)
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com>
2024-08-05 07:11:27 +00:00
ganfra aca6f9e665 eventformatter : format m.room.pinned_events 2024-08-02 17:43:50 +02:00
ganfra ca47a1c6d5 Pinned events : handle focus on pinned event 2024-08-02 15:35:53 +02:00
ganfra f63b59e118 Pinned events : start branching sdk data in the banner. 2024-08-01 18:34:52 +02:00
ganfra 34fd21f440 Pinned events : introduce pinnedEventsTimeline method. 2024-08-01 18:22:22 +02:00
ganfra 039744c4be Pinned events : introduce banner formatter 2024-08-01 18:14:53 +02:00
ganfra 8a3489c160 Merge pull request #3260 from element-hq/feature/fga/start_sync_on_push
Feature/fga/start sync on push
2024-08-01 12:14:42 +02:00
ganfra e1a1e4814e Sync on push : test SyncOnNotifiableEvent 2024-07-31 21:15:08 +02:00
ganfra 0b32dbebb5 tests : refactor some classes 2024-07-31 21:14:29 +02:00
ganfra 97d4e639e5 Sync on push : call startSync/stopSync 2024-07-31 21:14:05 +02:00
ganfra 8852735b70 Merge branch 'develop' into feature/fga/pinned_message_banner_ui 2024-07-31 13:11:51 +02:00
renovate[bot] 6b8dba6bb2 Update dependency io.nlopez.compose.rules:detekt to v0.4.8 (#3254)
* Update dependency io.nlopez.compose.rules:detekt to v0.4.8

* Fix new lint issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2024-07-31 11:08:11 +02:00
ganfra cbae8fdfd6 Merge branch 'develop' into feature/fga/pinned_event_feature_flag 2024-07-30 20:44:51 +02:00
ganfra 1cbd03aa7d Merge pull request #3257 from element-hq/feature/fga/push_subscribe_to_room
Feature/fga/push subscribe to room
2024-07-30 19:33:33 +02:00
ganfra 5201fee5f9 Merge pull request #3252 from element-hq/sync-localazy
Sync Strings
2024-07-30 18:08:21 +02:00
ganfra 08030b558a Sync on push : call room.subscribeToSync when notifiable event is received 2024-07-30 17:38:51 +02:00
ganfra 2e7321c2eb Sync on push : add featureflag 2024-07-30 17:37:50 +02:00
ganfra 46f5115c0a Pinned events : clean up code 2024-07-30 16:40:18 +02:00
ganfra 66e06d7d1c Pinned event : add some tests 2024-07-30 16:38:11 +02:00
ganfra 97cf00ec96 Pinned events: add unpin action 2024-07-30 11:52:45 +02:00
ganfra 210e2092cd Refactor userEventPermissions 2024-07-29 13:43:47 +02:00
ganfra 52a643f116 Pin : expose the new rust sdk apis 2024-07-29 12:50:35 +02:00
ganfra bcfda2e71d Merge branch 'develop' into feature/fga/pinned_event_feature_flag 2024-07-29 12:50:02 +02:00
ganfra ba123ccee1 Rust sdk update : fix test 2024-07-29 11:09:57 +02:00
bmarty 76804d9e48 Sync Strings from Localazy 2024-07-29 00:26:27 +00:00
ganfra 0149007dd4 Timeline Action : refactor how it's computed and align with iOS 2024-07-26 18:20:03 +02:00
ganfra 183e392fe9 Pinned event : create the feature flag 2024-07-25 21:04:35 +02:00
ganfra 03a0e4fa08 Pinned event : hide/show banner on timeline scroll 2024-07-25 18:37:46 +02:00
ganfra 56e1957d3d Merge remote-tracking branch 'origin/develop' into feature/fga/pinned_message_banner_ui 2024-07-25 17:59:04 +02:00
ganfra 27027371c0 Merge pull request #3222 from element-hq/feature/jme/add-simplified-sliding-sync-toggle
Add simplified sliding sync toggle to developer options
2024-07-25 10:37:11 +02:00
ganfra eec0e371f6 SSS : enhance getBaseClientBuilder to avoid mistakes. 2024-07-25 10:08:31 +02:00