Benoit Marty
28f26b1aae
Add test for TimelineItemPollView
2024-02-06 18:30:27 +01:00
Benoit Marty
a13862e7a9
Format file
2024-02-06 17:57:18 +01:00
Benoit Marty
bae47b942e
Add type hierarchy on TimelineEvents.
...
It is not really OK that a Event was able to invoke `LoadMore` for instance.
2024-02-06 17:57:11 +01:00
Benoit Marty
824de9cc11
Add test to ensure that TimelineView loads more Events.
2024-02-06 17:12:14 +01:00
Benoit Marty
866b7e9f55
Merge pull request #2350 from element-hq/feature/bma/improveSendProblemUx
...
Improve send problem ux
2024-02-06 16:11:16 +01:00
Benoit Marty
6234d6e092
Fix API break and change from SDK 0.1.97
2024-02-06 09:18:35 +01:00
Benoit Marty
796fb9b483
Fix test now that the send button is always enabled but can fail if description is too short.
2024-02-06 09:01:59 +01:00
Benoit Marty
021509ad17
Small rework: create classical createPresenter() method to reduce code duplication.
2024-02-06 08:54:49 +01:00
Benoit Marty
5e44bc9878
Fiw formatting error.
2024-02-05 18:33:35 +01:00
Benoit Marty
3e80629f6b
Make the button to send problem enable, but show an error if the decription is too short to prevent users from being blocked.
2024-02-05 16:00:29 +01:00
bmarty
7911a26003
Sync Strings from Localazy
2024-02-05 00:09:59 +00:00
Jorge Martín
166ed9ae79
Only display placeholder list when the room list hasn't loaded yet
2024-02-02 13:31:43 +01:00
Jorge Martín
9783dee537
Tweak room list behaviour:
...
- Instead of an extra item, use `contentPadding`.
- Make sure each item has an unique id.
2024-02-02 13:05:37 +01:00
Jorge Martín
ee5f30d0d9
Fix full placeholder screen
2024-02-02 13:04:56 +01:00
Jorge Martín
b0ce6e7d89
Make the RoomListRoomSummaryFactory.createPlaceholder and RoomListRoomSummaryFactory.createFakeList functions static ones
2024-02-02 13:04:28 +01:00
Jorge Martín
b390215701
Add an empty state to the room list.
...
- Make `RoomListDataSource.allRooms` a `SharedFlow` so we can know when we don't have a value yet.
- Map its output in `RoomListPresenter` to `AsyncData`.
- Display the new empty state when the room list has loaded and has no items.
2024-02-02 12:39:09 +01:00
Marco Antonio Alvarez
e23e9d2e57
fix spacing between continue and report problem
...
Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com >
2024-02-01 18:09:35 +01:00
Marco Antonio Alvarez
ab4b3c2b01
Merge branch 'develop' of github.com:element-hq/element-x-android into align-cta-button-on-login-flow
...
# Conflicts:
# features/onboarding/impl/src/main/kotlin/io/element/android/features/onboarding/impl/OnBoardingView.kt
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_0,NEXUS_5,1.0,en].png
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_1,NEXUS_5,1.0,en].png
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_2,NEXUS_5,1.0,en].png
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_3,NEXUS_5,1.0,en].png
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_4,NEXUS_5,1.0,en].png
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_0,NEXUS_5,1.0,en].png
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_1,NEXUS_5,1.0,en].png
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_2,NEXUS_5,1.0,en].png
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_3,NEXUS_5,1.0,en].png
# tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_4,NEXUS_5,1.0,en].png
2024-02-01 17:54:11 +01:00
Jorge Martin Espinosa
f482e40b04
Merge pull request #2333 from element-hq/feature/jme/use-unencrypted-room-calls-if-room-is-not-encrypted
...
Use `MatrixRoom.isEncrypted` value to set encryption mode in room calls
2024-02-01 16:19:42 +01:00
Jorge Martín
34d7657e19
Use MatrixRoom.isEncrypted value to enable encryption in room calls
2024-02-01 11:49:17 +01:00
jmartinesp
697c482b6d
Sync Strings from Localazy
2024-01-31 11:38:48 +00:00
Jorge Martin Espinosa
47f7f8952b
Add missing device id to settings screen ( #2320 )
...
* Add missing device id to settings screen
* Extract footer component
* Restore `@PreviewWithLargeHeight` logic
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-01-31 10:01:17 +00:00
Jorge Martin Espinosa
7686fbbd07
Make the whole items in advanced settings screen clickable, standarize paddings ( #2314 )
...
* Make sure the whole item in advanced settings screen triggers the toggle action
* Fix UI changes when setting `onChecked` actions to null.
* Fix padding in invite member list items
* Remove redundant `CheckableUserRow` alternatives.
* Use 4dp for padding instead
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-01-30 11:39:04 +00:00
Benoit Marty
bfd6bd63b0
Merge pull request #2313 from element-hq/feature/bma/cleanup
...
Cleanup and ensure that canUserJoinCall is live.
2024-01-30 10:40:35 +01:00
Benoit Marty
444954bad9
Merge pull request #2293 from element-hq/feature/bma/notificationCount
...
Iterate on notification badges
2024-01-30 10:33:17 +01:00
Benoit Marty
a22653d7da
Fix: ensure the effect is restarted on each sync update.
2024-01-30 10:19:53 +01:00
Benoit Marty
aefad3faa1
Ensure that canUserJoinCall is "live"
2024-01-29 12:15:14 +01:00
Benoit Marty
78da1d6a18
Remove useless suspend modifier.
2024-01-29 12:13:36 +01:00
Benoit Marty
bf9f31afe5
Cleanup: no need to provide a CurrentSessionIdHolder, the sessionId can be retrieved from the room.
2024-01-29 12:12:52 +01:00
Benoit Marty
066c502a0c
Merge pull request #2309 from element-hq/sync-localazy
...
Sync Strings
2024-01-29 09:55:38 +01:00
Benoit Marty
2a34747ca7
Merge pull request #2302 from element-hq/feature/bma/sendTyping
...
Send typing notification
2024-01-29 09:16:02 +01:00
bmarty
2be0a69c50
Sync Strings from Localazy
2024-01-29 00:09:56 +00:00
Benoit Marty
2ef8f67951
Send typing notification #2240
2024-01-26 16:30:43 +01:00
Benoit Marty
465748d26f
Add preview for Rust logs (and fix a bug!)
2024-01-26 14:55:53 +01:00
Benoit Marty
407d1cab24
Extract colors to avoid duplication and for more clarity.
2024-01-26 14:49:45 +01:00
Benoit Marty
52e0137904
Rename ColorationMode.Logs to ColorationMode.RustLogs.
2024-01-26 14:46:51 +01:00
Benoit Marty
feed0ada86
FileViewer: fix coloration issue for logs files.
2024-01-26 11:45:01 +01:00
Benoit Marty
8a2490f1e8
Merge pull request #2294 from element-hq/feature/bma/fix
...
Ensure login and password exclude `\n`
2024-01-26 10:11:51 +01:00
Jorge Martin Espinosa
17f22d143b
Add 'send private read receipts' option in advanced settings ( #2290 )
...
* Add 'send private read receipts' option in advanced settings
* Create `SessionPreferencesStore` that stores the settings for the current use separate from those of the app.
* Rename `PreferencesStore` to `AppPreferencesStore` to split the preferences.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-01-26 10:06:26 +01:00
Benoit Marty
9e1ad60bff
Ensure login and password exclude \n. #2263
2024-01-25 18:00:41 +01:00
Benoit Marty
c0da3fb45e
Merge pull request #2292 from element-hq/feature/bma/gitSha
...
Git sha and branch in log
2024-01-25 17:40:43 +01:00
Benoit Marty
fa7566079e
Fix test compilation issue.
2024-01-25 17:22:10 +01:00
Benoit Marty
d8ddde458b
Fix test, there is a new data sent.
2024-01-25 16:46:44 +01:00
Benoit Marty
fc60b79249
Remove extra new line.
2024-01-25 16:46:24 +01:00
Benoit Marty
5737bd8e7a
Ensure the icon stay grey if the global setting is set to mention only.
...
Implement the iOS logic #2282
2024-01-25 16:17:27 +01:00
Benoit Marty
01ba6aa917
Rework: improve OnGoingCallIcon API.
2024-01-25 15:29:11 +01:00
Benoit Marty
4035c1ca5b
Rework: extract sub fun composable.
2024-01-25 15:06:34 +01:00
Benoit Marty
fe0e82b5d6
Map roomInfo.numUnreadNotifications to RoomSummaryDetails.numUnreadNotifications
2024-01-25 15:00:43 +01:00
Benoit Marty
644c4d3570
Move FakeVersionFormatter to the test sourceSet.
2024-01-25 14:36:42 +01:00
Benoit Marty
410a326557
Add test for DefaultVersionFormatter
2024-01-25 14:34:19 +01:00