Commit Graph

2884 Commits

Author SHA1 Message Date
Benoit Marty
0362498fae Make extension isCritical a val instead of a fun. 2024-08-16 09:56:01 +02:00
Benoit Marty
34268a30ea 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
5dceba8146 Merge branch 'develop' into feature/valere/message_shields 2024-08-14 12:37:31 +02:00
Benoit Marty
0d5f6d3e67 Fix formatting and improve comment. 2024-08-12 14:55:12 +02:00
Benoit Marty
08b5cc7261 Ensure sessionPath is not reused for different homeserver. 2024-08-12 14:16:58 +02:00
Benoit Marty
393f9c3637 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
01617e1c9d Sync Strings (#3297)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-08-12 06:03:23 +00:00
Jorge Martín
7bbcc90cab 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
e9d8ba1177 Add proguard file for firebase for release variant too 2024-08-11 10:23:22 +02:00
Jorge Martín
e56c64cb10 Try fixing proguard config for nightly builds 2024-08-11 09:55:24 +02:00
renovate[bot]
9b061ca798 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
7f08380b2a Enable sync on push feature flag to partially sync when notifications arrive (#3290) 2024-08-09 15:02:50 +02:00
Jorge Martin Espinosa
d510941e83 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
fa3fa2623e Merge branch 'develop' into feature/fga/pinned_message_banner_logic 2024-08-07 16:05:41 +02:00
ganfra
5a204b9faa Merge branch 'develop' into feature/fga/render_m.room.pinned_events 2024-08-06 17:30:29 +02:00
ganfra
30e5688e26 timeline : allow rendering m.room.pinned_events 2024-08-06 17:28:23 +02:00
ganfra
4771b25fe3 Pinned events : handle loading/error on banner 2024-08-06 15:08:45 +02:00
ganfra
d29ffc653c Pinned events : update sdk 2024-08-06 15:08:02 +02:00
ganfra
27b33eefc6 Merge branch 'develop' into feature/fga/pinned_message_banner_logic 2024-08-05 20:46:24 +02:00
ElementBot
9bd014427b Sync Strings (#3267)
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com>
2024-08-05 07:11:27 +00:00
ganfra
7621052d51 eventformatter : format m.room.pinned_events 2024-08-02 17:43:50 +02:00
ganfra
7d177b4b4d Pinned events : handle focus on pinned event 2024-08-02 15:35:53 +02:00
ganfra
9985526137 Pinned events : start branching sdk data in the banner. 2024-08-01 18:34:52 +02:00
ganfra
ebc9fd745e Pinned events : introduce pinnedEventsTimeline method. 2024-08-01 18:22:22 +02:00
ganfra
e93772b4d8 Pinned events : introduce banner formatter 2024-08-01 18:14:53 +02:00
ganfra
1496c06162 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
e7161a59ab Sync on push : test SyncOnNotifiableEvent 2024-07-31 21:15:08 +02:00
ganfra
0969470066 tests : refactor some classes 2024-07-31 21:14:29 +02:00
ganfra
4f7b5d8fde Sync on push : call startSync/stopSync 2024-07-31 21:14:05 +02:00
ganfra
a8115e0a21 Merge branch 'develop' into feature/fga/pinned_message_banner_ui 2024-07-31 13:11:51 +02:00
renovate[bot]
69ad8144a2 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
4da18935cd Merge branch 'develop' into feature/fga/pinned_event_feature_flag 2024-07-30 20:44:51 +02:00
ganfra
e0a3389f3a 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
de7a3835d9 Merge pull request #3252 from element-hq/sync-localazy
Sync Strings
2024-07-30 18:08:21 +02:00
ganfra
ca18c83d53 Sync on push : call room.subscribeToSync when notifiable event is received 2024-07-30 17:38:51 +02:00
ganfra
ddca7fc583 Sync on push : add featureflag 2024-07-30 17:37:50 +02:00
ganfra
3bc6cc0a94 Pinned events : clean up code 2024-07-30 16:40:18 +02:00
ganfra
a289f93079 Pinned event : add some tests 2024-07-30 16:38:11 +02:00
ganfra
56b8b377e4 Pinned events: add unpin action 2024-07-30 11:52:45 +02:00
ganfra
6ad547833f Refactor userEventPermissions 2024-07-29 13:43:47 +02:00
ganfra
2605ddec7a Pin : expose the new rust sdk apis 2024-07-29 12:50:35 +02:00
ganfra
8ab74a7e9c Merge branch 'develop' into feature/fga/pinned_event_feature_flag 2024-07-29 12:50:02 +02:00
ganfra
e6faa4deed Rust sdk update : fix test 2024-07-29 11:09:57 +02:00
bmarty
d288ace4bd Sync Strings from Localazy 2024-07-29 00:26:27 +00:00
ganfra
3adc6d0be8 Timeline Action : refactor how it's computed and align with iOS 2024-07-26 18:20:03 +02:00
ganfra
c59cfd707c Pinned event : create the feature flag 2024-07-25 21:04:35 +02:00
ganfra
2d02c01d5f Pinned event : hide/show banner on timeline scroll 2024-07-25 18:37:46 +02:00
ganfra
4d5aad7899 Merge remote-tracking branch 'origin/develop' into feature/fga/pinned_message_banner_ui 2024-07-25 17:59:04 +02:00
ganfra
878333cc77 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
4f86e21e8d SSS : enhance getBaseClientBuilder to avoid mistakes. 2024-07-25 10:08:31 +02:00