Commit Graph

3715 Commits

Author SHA1 Message Date
David Langley
b634db1772 List user define room notification settings
- List user define room notification settings
- Add new user defined style of the room notification settings view
- Add navigation to expose room notification settings ui to the global settings
- Add Progress indicators
- Improve error handing
2023-10-17 16:08:08 +01:00
David Langley
a9d87da1ff Add roomsWithUserDefinedRules data and render list
- get roomsWithUserDefinedRules from rust
- add to state in the presenter
- render in the edit defaults view as a list
2023-09-22 16:16:52 +01:00
Benoit Marty
ab33d064bb Merge pull request #1354 from vector-im/renovate/io.nlopez.compose.rules-detekt-0.x
Update dependency io.nlopez.compose.rules:detekt to v0.2.3
2023-09-19 21:01:07 +02:00
Benoit Marty
4e246b8539 Merge pull request #1382 from bnjbvr/use-raw-homeserver-url
feat: use the raw homeserver URL instead of manually removing the scheme
2023-09-19 21:00:10 +02:00
ganfra
04c1fa5e69 Merge pull request #1378 from vector-im/feature/fga/fix_nav_restoration
DI: rework how components are created and provided
2023-09-19 20:58:50 +02:00
Benjamin Bouvier
4902fe4990 feat: use the raw homeserver URL instead of manually removing the scheme
On the one hand, the SDK knows what to do and will clean up the URL if needs be,
guessing what the best scheme (http or https) is based on the prefix. On the other
hand, trimming the scheme as done here doesn't allow for manual testing on insecure
servers, which is handy in e2e testing situations.
2023-09-19 19:23:11 +02:00
ganfra
49970a5270 Merge pull request #1380 from vector-im/renovate/org.matrix.rustcomponents-sdk-android-0.x
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.56
2023-09-19 18:32:42 +02:00
ganfra
df565ddd9b Merge pull request #1376 from vector-im/feature/fga/fix_room_member_infinite_loop
Fix room member infinite loop
2023-09-19 18:18:54 +02:00
ganfra
30f77eb9c5 Fix test compilation 2023-09-19 18:18:53 +02:00
renovate[bot]
ae83555437 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.56 2023-09-19 16:15:41 +00:00
ganfra
678de99cbb Revert "DI: more cleanup"
This reverts commit dda474cb1e.
2023-09-19 18:07:20 +02:00
ganfra
85125aa854 Fix warning and yield 2023-09-19 18:06:56 +02:00
ganfra
3b31542cd1 Add changelog 2023-09-19 17:58:41 +02:00
ganfra
dda474cb1e DI: more cleanup 2023-09-19 17:57:54 +02:00
ganfra
1a14a18a29 DI: rework how components are created and provided 2023-09-19 17:51:36 +02:00
jonnyandrew
2757b5b13d [Rich text editor] Update code and links style (#1362) 2023-09-19 15:40:59 +00:00
ganfra
3706b3cc5c Fix room member infinite loop 2023-09-19 16:10:27 +02:00
ganfra
d9113448b6 Merge pull request #1371 from vector-im/feature/fga/fix_anr
RoomList : fix ANR (#1370)
2023-09-19 14:17:37 +02:00
Benoit Marty
4d7cad592c Merge pull request #1372 from vector-im/feature/bma/dayNightPreview
Day night preview annotation
2023-09-19 14:04:49 +02:00
ganfra
1004366d95 RoomList : fix ANR (#1370) 2023-09-19 14:01:43 +02:00
Marco Romano
52bbede960 Upgrade rust sdk to .55 (#1365)
Accomodates breaking changes.
2023-09-19 13:33:03 +02:00
jonnyandrew
d291622eea [Rich text editor] Add link functionality to rich text editor (#1309)
* Add link functionality to rich text editor
* Add 'list dialog' component compound design library
* Add 'text field list item' component to compound design library
2023-09-19 11:20:07 +00:00
ElementBot
6dd6e28889 Update screenshots 2023-09-19 11:49:12 +02:00
Benoit Marty
e326e49e4c Use DayNightPreview 2023-09-19 11:49:12 +02:00
Benoit Marty
aee1141613 Merge pull request #1368 from vector-im/renovate/org.jlleitschuh.gradle.ktlint-11.x
Update plugin ktlint to v11.6.0
2023-09-19 09:38:16 +02:00
renovate[bot]
7490f08bb1 Update plugin ktlint to v11.6.0 2023-09-18 23:05:19 +00:00
Benoit Marty
09066696c9 version++ 2023-09-18 21:07:52 +02:00
Benoit Marty
2ea763d56a Merge tag 'v0.2.0' into develop
tag
2023-09-18 21:06:25 +02:00
Benoit Marty
a26ee8caee Merge branch 'release/0.2.0' into main 2023-09-18 21:05:57 +02:00
Benoit Marty
4b2ac12fea Adding fastlane file for version 0.2.0 2023-09-18 21:05:54 +02:00
Benoit Marty
170ff14ad6 Changelog for version 0.2.0 2023-09-18 21:05:03 +02:00
Benoit Marty
c83bd3f393 Setting version for the release 0.2.0 2023-09-18 21:00:18 +02:00
Benoit Marty
a481ca5486 Merge pull request #1367 from vector-im/feature/bma/onboarding
Iterate on onboarding and welcome screens.
2023-09-18 20:58:38 +02:00
ElementBot
f89770c63e Update screenshots 2023-09-18 18:30:54 +00:00
Benoit Marty
e781371228 Remove old logo. 2023-09-18 20:15:33 +02:00
Benoit Marty
a23e25aa4e changelog. 2023-09-18 20:11:42 +02:00
ElementBot
601a2193e5 Update screenshots 2023-09-18 18:10:48 +00:00
Benoit Marty
dc11e526e4 Iterate on onboarding and welcome screens. 2023-09-18 19:48:30 +02:00
David Langley
abb11215ce Merge pull request #1330 from vector-im/dla/feature/room_list_decoration
Show a room list decoration for notification setting applied
2023-09-18 17:27:54 +01:00
David Langley
388e40c223 Merge branch 'develop' into dla/feature/room_list_decoration 2023-09-18 16:48:37 +01:00
Benoit Marty
021e2ebafe Merge pull request #1366 from vector-im/feature/bma/syncStrings
Sync strings
2023-09-18 17:45:44 +02:00
David Langley
8893faae52 Merge branch 'develop' of https://github.com/vector-im/element-x-android into dla/feature/room_list_decoration 2023-09-18 16:44:13 +01:00
Marco Romano
e721130b24 Merge pull request #1361 from vector-im/julioromano/remove_dead_code_timeline
Remove dead code in room summary row
2023-09-18 17:36:38 +02:00
David Langley
242cab4e07 Merge branch 'develop' into dla/feature/room_list_decoration 2023-09-18 16:32:29 +01:00
Benoit Marty
8f01c0b9dd Merge pull request #1363 from vector-im/feature/bma/appIcon
Update app icon
2023-09-18 17:28:43 +02:00
David Langley
2405bf77af Merge branch 'dla/feature/room_list_decoration' of https://github.com/vector-im/element-x-android into dla/feature/room_list_decoration 2023-09-18 16:25:32 +01:00
David Langley
2919555764 Fix unused import. 2023-09-18 16:24:54 +01:00
ElementBot
2d2c6046bb Update screenshots 2023-09-18 15:20:45 +00:00
Benoit Marty
ac6fc74999 Ignore false positive on monochrome icon. 2023-09-18 17:06:35 +02:00
David Langley
0ef28b639e Merge branch 'develop' into dla/feature/room_list_decoration 2023-09-18 16:03:50 +01:00