Commit Graph

119 Commits

Author SHA1 Message Date
Adam Brown
9cd9520e52 Fix missing icon on shortcut entries
- adds locus id and context to the messages screen
- only shows shorcuts for the most recent rooms with activity (eventually this might want to be customised
2023-01-14 11:47:31 +00:00
Adam Brown
b13ca617c5 Avoid updating reply state with no yet supported message types 2023-01-07 15:51:55 +00:00
Adam Brown
e990227f81 Add leave room test cases 2023-01-07 14:58:04 +00:00
Adam Brown
f1e05e0a6f Add ability to leave room via overflow menu 2023-01-07 14:26:31 +00:00
Adam Brown
5ddd407884 avoiding versioned plugins and making the buildSrc the main plugin classloader 2022-12-11 15:06:05 +00:00
Adam Brown
f1077efc17 convert to version catalog 2022-12-11 12:50:46 +00:00
Adam Brown
c71f2b8a27 using test engine module 2022-12-05 22:48:38 +00:00
Adam Brown
eb896017f3 First pass at extracting the engine module 2022-12-05 22:25:06 +00:00
Adam Brown
bb7e8603dc Make use of extract state modules 2022-11-28 18:57:50 +00:00
Adam Brown
dace6e9b8a using dynamic colour for links in messages to avoid clashing 2022-11-06 18:52:51 +00:00
Adam Brown
2739aa8ba5 fixing test compilation errors 2022-11-04 09:27:16 +00:00
Adam Brown
7a426ab1e7 add dedicated redacted message type in order to render it separately 2022-11-04 09:10:48 +00:00
Adam Brown
b1c5481d1e adding test for cancelling previous page job
- fixes wrong page key being used to cancel previous
2022-11-03 12:40:27 +00:00
Adam Brown
6492afe063 adding missing image gallery reducer tests 2022-11-03 12:34:05 +00:00
Adam Brown
42761c0899 adding test for fetching media folders 2022-11-03 11:28:27 +00:00
Adam Brown
dcf4b4c80a adding media fetching tests 2022-11-03 10:57:05 +00:00
Adam Brown
533122f1ab porting viewmodel tests to reducer 2022-11-03 09:04:25 +00:00
Adam Brown
f0e5ae4502 porting page reducers to new iteration 2022-11-02 20:55:50 +00:00
Adam Brown
8a8aa375c0 moving page reducer to the compose-core module 2022-11-02 16:10:57 +00:00
Adam Brown
ec56e74c98 cancelling previous page jobs when switch gallery pages 2022-11-02 16:08:29 +00:00
Adam Brown
2b9142b6c4 Merge branch 'main' into tech/redux-pages 2022-11-02 15:58:26 +00:00
Adam Brown
68674aeaab update tests to reflect muting 2022-11-02 14:42:35 +00:00
Adam Brown
dc5a46e0cd lifts room muting to the chat engine 2022-11-02 11:48:59 +00:00
Adam Brown
7e184cf200 add room UI to mute room + persistence layer 2022-11-02 11:15:32 +00:00
Adam Brown
cd6857eb8d add initial state test 2022-11-01 18:01:39 +00:00
Adam Brown
70bc1be72d port profile and page to reducer pattern 2022-11-01 17:36:22 +00:00
Adam Brown
b9dda51112 port messageviewmodel tests to the reducer domain and add more 2022-11-01 12:13:31 +00:00
Adam Brown
a5b7ede2d8 porting messenger domain to reducer 2022-11-01 10:35:48 +00:00
Adam Brown
b243a93782 removing dummy file 2022-10-31 22:33:55 +00:00
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