Commit Graph

6393 Commits

Author SHA1 Message Date
ganfra 2a497bd8b1 Merge tag 'v0.4.5' into develop 2024-02-28 15:13:28 +01:00
Benoit Marty ac3c6205e1 Merge pull request #2450 from element-hq/renovate/com.posthog-posthog-android-3.x
Update dependency com.posthog:posthog-android to v3.1.11
2024-02-28 15:03:08 +01:00
Benoit Marty 609abee809 Generate screenshots for foreign languages ("de" and "fr" for now). #2454 2024-02-28 14:30:34 +01:00
Benoit Marty 356736c426 Merge pull request #2455 from element-hq/sync-localazy
Sync Strings
2024-02-28 13:54:35 +01:00
bmarty 7710876089 Sync Strings from Localazy 2024-02-28 11:33:05 +00:00
renovate[bot] c4af83532c Update dependency com.posthog:posthog-android to v3.1.11 2024-02-28 10:50:06 +00:00
ganfra cb1bc677c6 Merge branch 'release/0.4.5' into main 2024-02-28 11:09:37 +01:00
ganfra c151827d2f Adding fastlane file for version 0.4.5 2024-02-28 11:09:33 +01:00
ganfra 859f569559 Changelog for version 0.4.5 2024-02-28 11:01:39 +01:00
ganfra 65888ccaad Setting version for the release 0.4.5 2024-02-28 10:42:08 +01:00
renovate[bot] 089ae81331 Update dependency app.cash.molecule:molecule-runtime to v1.4.0 2024-02-27 22:15:01 +00:00
Benoit Marty 9ff00ee8e8 Merge pull request #2451 from element-hq/feature/fga/room_list_filter_improvements
[Improvements] Room list filters
2024-02-27 23:13:28 +01:00
Benoit Marty ff7175c95c Remove weird trailing comma 2024-02-27 22:19:04 +01:00
Benoit Marty 041c7f5558 Avoid consumeItemsUntilPredicate and try the deterministic way. 2024-02-27 22:17:11 +01:00
ganfra 0aa3774718 Merge pull request #2452 from element-hq/renovate/dagger
Update dagger to v2.51
2024-02-27 21:11:15 +01:00
ganfra 2be4beafd5 PinUnlock tests: do not use awaitLastSequentialItem... 2024-02-27 20:31:09 +01:00
renovate[bot] 7df74065b4 Update dagger to v2.51 2024-02-27 19:03:43 +00:00
ganfra bd87e99df1 RoomListFilters : use kotlin filtering as rust one is slower and has more chance to bust the room list cache. 2024-02-27 16:24:54 +01:00
ganfra 593a94b994 RoomListFilters : remove animation on filter toggling 2024-02-27 16:22:30 +01:00
Benoit Marty 7e2fd62d04 Merge pull request #2448 from element-hq/feature/bma/testMediaViewerView
Add test on MediaViewerView and other missing unit tests.
2024-02-27 15:51:45 +01:00
Benoit Marty 0df33bf3e6 An interface is enough. 2024-02-27 14:42:43 +01:00
Benoit Marty e90b09b9cf Fix import order. 2024-02-27 14:40:50 +01:00
ElementBot f7ca9d5726 Update screenshots 2024-02-27 11:21:37 +00:00
Benoit Marty b634fb43e2 Add test for DatabaseSessionStore.getAllSessions(), and update data when session is not found. 2024-02-27 12:04:59 +01:00
Benoit Marty eacb515e14 Add test on DefaultSessionObserver. 2024-02-27 11:39:17 +01:00
Jorge Martin Espinosa edf01cf8a7 Bump CI max JVM heap size and CPU usage (#2444)
* Bump CI max JVM heap size and CPU usage

* Bump Heap size a bit more for `build`

* Bump Heap size for tests too
2024-02-27 11:26:56 +01:00
Benoit Marty 38bb166298 Remove useless log. 2024-02-27 10:41:14 +01:00
Benoit Marty cbf6e2383d Add test on TextField for TextFieldValue parameter 2024-02-27 10:18:40 +01:00
Benoit Marty f484be0e0b Renaming function for code clarity. 2024-02-27 09:53:14 +01:00
Benoit Marty 43b5b2196e Add test on MediaViewerView 2024-02-27 09:49:10 +01:00
Benoit Marty ea77ba54e6 Merge pull request #2447 from element-hq/feature/bma/localazyPostProcessing
Improve Localazy post processing
2024-02-26 22:01:55 +01:00
Benoit Marty 6d31c7d1d3 Import string again with new post processing. 2024-02-26 21:36:28 +01:00
Benoit Marty 200243d19a Localazy post treatment: unbreakable space before punctuation and ellipsis char, correct apostrophe char for French ellipsis. 2024-02-26 21:36:13 +01:00
Benoit Marty ac01430bf5 Merge pull request #2446 from element-hq/sync-localazy
Sync Strings
2024-02-26 20:41:15 +01:00
bmarty 5c8be8f61f Sync Strings from Localazy 2024-02-26 18:17:16 +00:00
Jorge Martin Espinosa cdf89adcd2 Show blocked users list (#2437)
* Show blocked users list.

Also allow to unblock them from this list.

* Add non-blocking `AsyncIndicatorHost` component

* Use `StateFlow` for getting ignored users.

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-02-26 15:24:22 +00:00
ganfra 1fd78f2e69 Merge pull request #2440 from element-hq/renovate/coil
Update coil to v2.6.0
2024-02-26 15:02:39 +01:00
Benoit Marty 5939c64158 Merge pull request #2435 from element-hq/feature/bma/proxyConfig
Provide global proxy to the SDK
2024-02-26 11:01:18 +01:00
Benoit Marty 0994960b79 Log the fact that the application is using the global proxy. 2024-02-26 11:01:01 +01:00
ganfra 3213847a5b Merge pull request #2438 from element-hq/feature/fga/improve_media_viewer
[Improvement] MediaViewer/Attachment experience
2024-02-26 10:39:02 +01:00
Benoit Marty d169388a80 Also log the filter value. 2024-02-26 10:21:13 +01:00
renovate[bot] 6c5c1a8ac7 Update coil to v2.6.0 2024-02-23 22:24:22 +00:00
ElementBot 92db11f8ef Update screenshots 2024-02-23 20:38:33 +00:00
Benoit Marty d9fdd14182 Merge pull request #2436 from element-hq/feature/bma/strings
Sync Localazy strings.
2024-02-23 20:38:29 +01:00
ganfra 3a5f3c04d2 MediaViewer : fix konsist 2024-02-23 18:55:45 +01:00
Benoit Marty b9933acf98 Sync Localazy strings - including post treatment.
./tools/localazy/downloadStrings.sh --all
2024-02-23 17:45:22 +01:00
Benoit Marty 917fc12c26 Add script to sort XML resource by names. 2024-02-23 17:45:22 +01:00
ganfra 74d1aeeccb AttachmentsPreview: set zoomable state 2024-02-23 17:36:38 +01:00
ganfra 90923c2e89 Attachment : quickly improve rendering too 2024-02-23 17:26:31 +01:00
ganfra 22676cc5eb MediaViewer : introduce fullscreen and flick to dismiss behavior 2024-02-23 16:55:41 +01:00