Commit Graph

90 Commits

Author SHA1 Message Date
Adam Brown de1aa00715 wip 2022-10-31 20:35:02 +00:00
Adam Brown 2e2e4aff99 use matching colour for attachment icon and message hint 2022-10-30 18:42:22 +00:00
Adam Brown 2ad4ca1c61 add fullscreen image viewing when tapping image 2022-10-30 18:23:05 +00:00
Adam Brown 918f186560 allowing duplicate text content and handling header line breaks 2022-10-29 13:59:29 +01:00
Adam Brown de8c476ed5 Merge branch 'main' of github.com:ouchadam/helium into feature/message-formatting 2022-10-24 22:19:20 +01:00
Adam Brown c25171eeca fixing wrong author name in replies 2022-10-24 22:11:47 +01:00
Adam Brown 9476fc5814 handling more text parsing cases for fallbacks and urls 2022-10-24 22:03:53 +01:00
Adam Brown fddcdaa50c adding custom html parsing with tag styling 2022-10-23 23:15:46 +01:00
Adam Brown f695b319eb handling bubble long clicks as copy text events 2022-10-22 16:18:15 +01:00
Adam Brown 4a912c70fa reusing image request build base instance to avoid redundant creations 2022-10-22 14:02:13 +01:00
Adam Brown e024860a77 extract reply bubble view to the components module 2022-10-22 11:46:33 +01:00
Adam Brown d17ee34d78 porting image bubble to design system 2022-10-18 22:25:52 +01:00
Adam Brown 9ba6d70daa extracts the swipeable bubble container to the design system 2022-10-18 22:08:24 +01:00
Adam Brown f47a44063b fixing images causing decryption errors
- introduces a dedicated encrypted room event type
2022-10-17 20:47:04 +01:00
Adam Brown cf9d94a72b Fix Android 13 being unable to launch attachment picker
- Android 13 requires the read_media_images permission instead of read external
2022-10-12 22:36:17 +01:00
Adam Brown 86ad2a8a32 fixing wrong room overview in test state 2022-10-12 20:10:35 +01:00
Adam Brown d491bb844a porting directory tests to engine 2022-10-12 20:03:44 +01:00
Adam Brown 8f1d8cdcc1 porting messenger tests to the engine module 2022-10-12 19:57:16 +01:00
Adam Brown 8bbf7258be porting media decryption to the chat engine 2022-10-09 19:38:33 +01:00
Adam Brown e61dea7ba7 porting the messenger module to chat-engine 2022-10-09 19:22:03 +01:00
Adam Brown baf7cfc17a porting message observing to the chat engine 2022-10-09 18:58:03 +01:00
Adam Brown ec5c58a95c adding error views to profile, messenger and settings screens 2022-10-09 15:53:26 +01:00
Adam Brown 7e0d4d6013 add error handling to the image gallery 2022-10-09 15:40:07 +01:00
Adam Brown 990cb08347 exposing option to enable/disable sending read receipts
Disabled by default
2022-10-08 11:35:14 +01:00
Adam Brown 0e4f6d6ac2 lifting hidden/private read receipt option to the view model 2022-10-08 11:09:08 +01:00
Adam Brown 1e060dad44 fixing wrong in progress reply text colour for material you 2022-10-05 21:36:44 +01:00
Adam Brown 511273517e extracting flow extension for starting and ignoring future emissions 2022-10-03 20:08:03 +01:00
Adam Brown 8e336fd730 avoiding duplicated room event emissions when watching a specific room id 2022-10-03 20:08:03 +01:00
Adam Brown 03cb954ea8 computing the image size before sending to allow it to be used in local echos
- fixes local echo images changing size
2022-10-03 20:08:03 +01:00
Adam Brown 1efb1cf6c6 styling the inline composer rely to match the reply messages 2022-10-03 20:08:03 +01:00
Adam Brown d18c14b152 using bubble colour with alpha for the reply background + some tweaks to padding and corners 2022-10-03 20:08:03 +01:00
Adam Brown 98d0652616 adding button to dismiss inprogress reply 2022-10-03 20:08:03 +01:00
Adam Brown 933197dfd7 supporting local echos for text replies 2022-10-03 20:08:03 +01:00
Adam Brown cbf1e568a7 fixing test compilation error 2022-10-03 20:08:03 +01:00
Adam Brown aa277615e5 adding support for sending replies 2022-10-03 20:08:03 +01:00
Adam Brown 2486a1eef6 adding barebones styling to the reply box 2022-10-03 20:08:03 +01:00
Adam Brown 625a2f682f adding sliding reply animation 2022-10-03 20:08:03 +01:00
Adam Brown f4e852b628 flattening box layer 2022-10-03 20:08:03 +01:00
Adam Brown 65bc3d8100 moving the hint state to the field decoration 2022-10-03 20:08:03 +01:00
Adam Brown a919e1b966 adding swiping to start reply process 2022-10-03 20:08:03 +01:00
Adam Brown 86a8865cd1 updating to latest material3 lib 2022-10-03 20:08:03 +01:00
Adam Brown c2b45d6fa9 temporarily removing no-op room settings toolbar overflow 2022-09-29 19:52:44 +01:00
Adam Brown c39a474774 fixing reply text being unreadable on some material/theme combinations 2022-09-29 19:47:54 +01:00
Adam Brown e0c1421fd5 fixing missing input cursor due to decoration box not taking the original text field into account 2022-09-29 17:42:31 +01:00
Adam Brown ff69156330 including room name in the image gallery toolbar 2022-09-29 16:43:40 +01:00
Adam Brown 14d625765c avoiding try emit 2022-09-29 16:25:33 +01:00
Adam Brown 415ea4b150 providing image gallery via DI graph 2022-09-29 16:24:17 +01:00
Adam Brown 3f956d1903 moving the image gallery to the messenger module and attaching to a attachment button 2022-09-29 14:32:04 +01:00
Adam Brown 114aa9f785 persisting the decrypted images to the disk and enabling in memory image cache 2022-09-26 22:59:35 +01:00
Adam Brown 3c865179d7 improving image decrypting pipeline to use one less copy and adding smoke test to sending encrypted images 2022-09-21 22:42:04 +01:00