Commit Graph

5996 Commits

Author SHA1 Message Date
Benoit Marty
c7cf909f5e Merge pull request #2457 from element-hq/renovate/firebaseappdistribution
Update firebaseAppDistribution to v4.2.0
2024-02-28 19:01:04 +01:00
renovate[bot]
ccfffc4062 Update firebaseAppDistribution to v4.2.0 2024-02-28 17:22:23 +00:00
Benoit Marty
bf4cda769e Merge pull request #2453 from element-hq/renovate/app.cash.molecule-molecule-runtime-1.x
Update dependency app.cash.molecule:molecule-runtime to v1.4.0
2024-02-28 18:21:30 +01:00
Benoit Marty
a560c74e32 Stop using consumeItemsUntilPredicate 2024-02-28 15:28:23 +01:00
ganfra
4fe3aa1b7e Merge tag 'v0.4.5' into develop 2024-02-28 15:13:28 +01:00
Benoit Marty
57c63f9ccc 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
aa2b412684 Merge pull request #2455 from element-hq/sync-localazy
Sync Strings
2024-02-28 13:54:35 +01:00
bmarty
7fd358166d Sync Strings from Localazy 2024-02-28 11:33:05 +00:00
renovate[bot]
3ba92b65e7 Update dependency com.posthog:posthog-android to v3.1.11 2024-02-28 10:50:06 +00:00
ganfra
ac1df7cce2 Merge branch 'release/0.4.5' into main 2024-02-28 11:09:37 +01:00
ganfra
10b4116300 Adding fastlane file for version 0.4.5 2024-02-28 11:09:33 +01:00
ganfra
37f82252d9 Changelog for version 0.4.5 2024-02-28 11:01:39 +01:00
ganfra
2e4a7dfdd1 Setting version for the release 0.4.5 2024-02-28 10:42:08 +01:00
renovate[bot]
172a998143 Update dependency app.cash.molecule:molecule-runtime to v1.4.0 2024-02-27 22:15:01 +00:00
Benoit Marty
f9c1d2ce97 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
bbc24d70f2 Remove weird trailing comma 2024-02-27 22:19:04 +01:00
Benoit Marty
ce2033bd43 Avoid consumeItemsUntilPredicate and try the deterministic way. 2024-02-27 22:17:11 +01:00
ganfra
ece541cc5f Merge pull request #2452 from element-hq/renovate/dagger
Update dagger to v2.51
2024-02-27 21:11:15 +01:00
ganfra
2c2a2abd10 PinUnlock tests: do not use awaitLastSequentialItem... 2024-02-27 20:31:09 +01:00
renovate[bot]
31f79002e7 Update dagger to v2.51 2024-02-27 19:03:43 +00:00
ganfra
26607761a1 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
f5c6aaf94e RoomListFilters : remove animation on filter toggling 2024-02-27 16:22:30 +01:00
Benoit Marty
05c9c4e227 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
142338be07 An interface is enough. 2024-02-27 14:42:43 +01:00
Benoit Marty
3e65f4bc99 Fix import order. 2024-02-27 14:40:50 +01:00
ElementBot
63787eab4f Update screenshots 2024-02-27 11:21:37 +00:00
Benoit Marty
0c8631417a Add test for DatabaseSessionStore.getAllSessions(), and update data when session is not found. 2024-02-27 12:04:59 +01:00
Benoit Marty
0c6a26f6c1 Add test on DefaultSessionObserver. 2024-02-27 11:39:17 +01:00
Jorge Martin Espinosa
31db4fa3c8 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
ca35c0a800 Remove useless log. 2024-02-27 10:41:14 +01:00
Benoit Marty
2f234573e9 Add test on TextField for TextFieldValue parameter 2024-02-27 10:18:40 +01:00
Benoit Marty
b843b5d9fa Renaming function for code clarity. 2024-02-27 09:53:14 +01:00
Benoit Marty
c35fca3a1b Add test on MediaViewerView 2024-02-27 09:49:10 +01:00
Benoit Marty
ad7bf22f61 Merge pull request #2447 from element-hq/feature/bma/localazyPostProcessing
Improve Localazy post processing
2024-02-26 22:01:55 +01:00
Benoit Marty
66aa342d73 Import string again with new post processing. 2024-02-26 21:36:28 +01:00
Benoit Marty
c61fcabd76 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
63ff99ffa9 Merge pull request #2446 from element-hq/sync-localazy
Sync Strings
2024-02-26 20:41:15 +01:00
bmarty
54ef435d9c Sync Strings from Localazy 2024-02-26 18:17:16 +00:00
Jorge Martin Espinosa
f0700f9904 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
1dc6b0273b 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
b6b120b489 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
9cace3c1de Log the fact that the application is using the global proxy. 2024-02-26 11:01:01 +01:00
ganfra
2c8c43f5d3 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
a536ba583b Also log the filter value. 2024-02-26 10:21:13 +01:00
renovate[bot]
3abcff403f Update coil to v2.6.0 2024-02-23 22:24:22 +00:00
ElementBot
ba9785beca Update screenshots 2024-02-23 20:38:33 +00:00
Benoit Marty
8ac06416ef Merge pull request #2436 from element-hq/feature/bma/strings
Sync Localazy strings.
2024-02-23 20:38:29 +01:00
ganfra
9c119d3c49 MediaViewer : fix konsist 2024-02-23 18:55:45 +01:00
Benoit Marty
c746a0acc5 Sync Localazy strings - including post treatment.
./tools/localazy/downloadStrings.sh --all
2024-02-23 17:45:22 +01:00
Benoit Marty
d0a457d751 Add script to sort XML resource by names. 2024-02-23 17:45:22 +01:00