Commit graph

3699 commits

Author SHA1 Message Date
Benjamin Bouvier
ffb1302211 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
jonnyandrew
d784ca3804
[Rich text editor] Update code and links style (#1362) 2023-09-19 15:40:59 +00:00
ganfra
f1ad735272
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
f808dcd6ea
Merge pull request #1372 from vector-im/feature/bma/dayNightPreview
Day night preview annotation
2023-09-19 14:04:49 +02:00
ganfra
6746bf5d44 RoomList : fix ANR (#1370) 2023-09-19 14:01:43 +02:00
Marco Romano
0d05df0651
Upgrade rust sdk to .55 (#1365)
Accomodates breaking changes.
2023-09-19 13:33:03 +02:00
jonnyandrew
ee8d27e927
[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
3d7927c0b5 Update screenshots 2023-09-19 11:49:12 +02:00
Benoit Marty
2819448cd4 Use DayNightPreview 2023-09-19 11:49:12 +02:00
Benoit Marty
1eb949146a
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]
4e83f5555f
Update plugin ktlint to v11.6.0 2023-09-18 23:05:19 +00:00
Benoit Marty
c550e28452 version++ 2023-09-18 21:07:52 +02:00
Benoit Marty
98afb534d6 Merge tag 'v0.2.0' into develop
tag
2023-09-18 21:06:25 +02:00
Benoit Marty
141cac7d53 Merge branch 'release/0.2.0' into main 2023-09-18 21:05:57 +02:00
Benoit Marty
5886e6ba18 Adding fastlane file for version 0.2.0 2023-09-18 21:05:54 +02:00
Benoit Marty
90e1fe6b77 Changelog for version 0.2.0 2023-09-18 21:05:03 +02:00
Benoit Marty
71952bb75d Setting version for the release 0.2.0 2023-09-18 21:00:18 +02:00
Benoit Marty
9134b26e9b
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
21ecc0be6d Update screenshots 2023-09-18 18:30:54 +00:00
Benoit Marty
689b9b1d81 Remove old logo. 2023-09-18 20:15:33 +02:00
Benoit Marty
73726076ad changelog. 2023-09-18 20:11:42 +02:00
ElementBot
e9a5f5453a Update screenshots 2023-09-18 18:10:48 +00:00
Benoit Marty
6947fb1ba1 Iterate on onboarding and welcome screens. 2023-09-18 19:48:30 +02:00
David Langley
50fbc5e869
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
0d172dfcf1
Merge branch 'develop' into dla/feature/room_list_decoration 2023-09-18 16:48:37 +01:00
Benoit Marty
635a4eb6a8
Merge pull request #1366 from vector-im/feature/bma/syncStrings
Sync strings
2023-09-18 17:45:44 +02:00
David Langley
bd97cca6aa 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
739c1d9d6b
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
f4652313e7
Merge branch 'develop' into dla/feature/room_list_decoration 2023-09-18 16:32:29 +01:00
Benoit Marty
69b57b88e2
Merge pull request #1363 from vector-im/feature/bma/appIcon
Update app icon
2023-09-18 17:28:43 +02:00
David Langley
70d9fee326 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
67b9e94e19 Fix unused import. 2023-09-18 16:24:54 +01:00
ElementBot
f7ae97f126 Update screenshots 2023-09-18 15:20:45 +00:00
Benoit Marty
b80366692c Ignore false positive on monochrome icon. 2023-09-18 17:06:35 +02:00
David Langley
8098193173
Merge branch 'develop' into dla/feature/room_list_decoration 2023-09-18 16:03:50 +01:00
David Langley
6497d2184f Add test. 2023-09-18 16:03:30 +01:00
Marco Romano
b88ce40962
Enable Android 13/14 predictive back gesture #1360
https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture
2023-09-18 16:56:35 +02:00
Benoit Marty
0453ea5904 Localazy sync 2023-09-18 16:42:35 +02:00
Benoit Marty
f42455cbb5 Ensure locale is taken into account by paparazzi. 2023-09-18 16:36:10 +02:00
David Langley
c160a37b2c 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 15:05:50 +01:00
David Langley
e48a9ee08d Fix typo, remove unnecessary filter of all rooms in the datasource. 2023-09-18 15:05:43 +01:00
Benoit Marty
ae9ecd9a55 Set different app icon background for debug/release/nightly. (#1089) 2023-09-18 15:18:00 +02:00
Marco Romano
5974ca0975 Remove dead code in room summary row
Not sure why it's unused but it's almost 1 year old so probably safe to remove.
2023-09-18 14:42:42 +02:00
Benoit Marty
a719f1df30 New app icon (imported with 64% of scale) 2023-09-18 13:10:07 +02:00
Marco Romano
5d15b1ab91 Enable Android 13/14 predictive back gesture
https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture
2023-09-18 12:07:26 +02:00
David Langley
bc29a31986
Merge branch 'develop' into dla/feature/room_list_decoration 2023-09-18 10:34:32 +01:00
ganfra
1d65cc90db
Merge pull request #1358 from vector-im/feature/fga/fix_invalidated_room_summary
Fix RoomSummary: RoomListEntry.Invalidated
2023-09-18 11:08:15 +02:00
Benoit Marty
a946726978
Merge pull request #1352 from vector-im/renovate/com.google.firebase
Update dependency com.google.firebase:firebase-bom to v32.3.1
2023-09-18 11:01:49 +02:00
Benoit Marty
3e9f5bbfad
Merge pull request #1351 from vector-im/feature/jme/1302-allow-users-to-change-their-avatars
Add preference screen for user profile
2023-09-18 10:58:42 +02:00
ganfra
e73afad96c RoomSummary: RoomListEntry.Invalidated should not build empty room summary 2023-09-18 10:56:29 +02:00