Commit graph

147 commits

Author SHA1 Message Date
ganfra
ba85483d6d Fix insets padding on bottomSheet 2022-11-24 12:05:25 +01:00
ganfra
3beeaf9d27 Timeline: handle loadMore pre-loading 2022-11-24 11:59:44 +01:00
ganfra
a7c05dcda2 Timeline: Extract MessageEventBubble 2022-11-24 11:50:03 +01:00
ganfra
d81baee3ee Create nightly_manual.yml 2022-11-24 11:30:26 +01:00
ganfra
7a729cb2bc Update nightly.yml 2022-11-24 11:29:35 +01:00
ganfra
358f81d3be Update nightly.yml
add manual workflow
2022-11-24 11:24:45 +01:00
ganfra
9107147c50 Timeline: update bubble style 2022-11-24 10:53:26 +01:00
ganfra
cfda0f08bf RoomList: extend a bit the range of SS window 2022-11-24 10:39:31 +01:00
ganfra
0c0379dbf1 Timeline: fix bad layouting 2022-11-23 20:07:24 +01:00
ganfra
3285d566ff Timeline: Add JumpToBottom button 2022-11-23 19:26:58 +01:00
ganfra
f92d1621d4 Timeline: add autoscroll on new messages 2022-11-23 19:10:57 +01:00
ganfra
f5d7132a50 Timeline: fix duplicate key with local echo 2022-11-23 18:56:15 +01:00
ganfra
26b24ab572 Theme: try to play with insets 2022-11-23 18:56:01 +01:00
Benoit Marty
7385f959ff Merge branch 'feature/bma/optimizeLazyColumn' into develop 2022-11-23 18:08:44 +01:00
Benoit Marty
5026f459d0 Use provided modifier 2022-11-23 18:06:13 +01:00
Benoit Marty
e29e0a99db Do not use key to ensure that the list scroll if a room appears at the top 2022-11-23 17:33:06 +01:00
Benoit Marty
2e05b52167 Add small list of links. 2022-11-23 17:30:44 +01:00
Benoit Marty
e31131ee69 Optimize lazy column 2022-11-23 17:07:08 +01:00
ganfra
e1798deba2 RoomList: remove old item 2022-11-23 17:02:31 +01:00
ganfra
6ecf64c385 Merge branch 'develop' of https://github.com/vector-im/element-x-android-poc into develop 2022-11-23 15:39:17 +01:00
ganfra
a87ecde8a4 RoomList: avoid recomposition 2022-11-23 15:39:03 +01:00
Benoit Marty
db1cdbfbd4 Setup nighlty build + GitHub action 2022-11-23 15:11:27 +01:00
ganfra
a495da31fa Merge branch 'develop' of https://github.com/vector-im/element-x-android-poc into develop 2022-11-23 14:48:39 +01:00
ganfra
a75b906414 RoomList: simple implementation of setRange 2022-11-23 14:48:26 +01:00
Benoit Marty
ac87b480e6 Move ViewModel declaration to method param 2022-11-23 14:15:51 +01:00
ganfra
9cf648193e Update compose dependencies 2022-11-23 11:22:32 +01:00
ganfra
ae6b6fe1f3 Fix roomlist filter back 2022-11-23 10:39:40 +01:00
ganfra
d9d87e4d2f Fix some theming 2022-11-22 20:12:47 +01:00
ganfra
2154e5cd09 Use SlidingSync timeline 2022-11-22 19:37:03 +01:00
ganfra
e1ea7afcef Use coldCache 2022-11-22 19:36:55 +01:00
ganfra
a7fca33a8f Update matrix-rust-sdk to demo branch 2022-11-22 19:28:35 +01:00
ganfra
6c6fecf6e8 Composer: avoid recomposition 2022-11-22 19:28:22 +01:00
ganfra
b9247970ed Merge branch 'develop' of https://github.com/vector-im/element-x-android-poc into develop 2022-11-22 19:09:45 +01:00
Benoit Marty
4e05182df4 Quick snackbar for unimplemented actions 2022-11-22 18:43:49 +01:00
ganfra
207859f05e Try to improve composer... 2022-11-22 18:15:32 +01:00
ganfra
5daa19cc6f Set InitialDeviceName to "ElementX Android" 2022-11-22 17:47:09 +01:00
ganfra
fa021fb438 RoomList: improve filter 2022-11-22 17:34:24 +01:00
ganfra
5e30891765 Merge branch 'develop' of https://github.com/vector-im/element-x-android-poc into develop 2022-11-22 17:22:01 +01:00
ganfra
944b0c7257 Makes search view in TopBar 2022-11-22 17:21:49 +01:00
Benoit Marty
d44a287933 Redact event from the bottom sheet 2022-11-22 16:53:56 +01:00
Benoit Marty
dd4d2bcd74 Temporary block orientation to sensorPortrait because the RichTextEditor library is crashing on configuration change.
No quick fix found so far.
2022-11-22 16:13:16 +01:00
ganfra
5dc7999a97 Add animation on screen navigation 2022-11-22 16:11:05 +01:00
ganfra
4521e59647 Timeline: improve image aspectRatio 2022-11-22 15:46:46 +01:00
ganfra
cf25198739 Merge branch 'develop' of https://github.com/vector-im/element-x-android-poc into develop 2022-11-22 14:15:51 +01:00
ganfra
1948e75ece Improve images on timeline 2022-11-22 14:15:38 +01:00
Benoit Marty
1f05c41ab7 Filter room list 2022-11-22 13:27:11 +01:00
ganfra
3e6c3d0397 Other way of observing form state 2022-11-22 12:56:37 +01:00
ganfra
cf0570661d Login: should fix case after logout... 2022-11-22 12:22:52 +01:00
ganfra
bf64c8945a Merge branch 'develop' of https://github.com/vector-im/element-x-android-poc into develop 2022-11-22 12:10:45 +01:00
ganfra
b2d154f4a0 Login: try to fix some stuff around login/logout.. 2022-11-22 12:04:01 +01:00