Commit Graph

122 Commits

Author SHA1 Message Date
Adam Brown d44c331eab Add app room state persistence and allow rooms to be marked with bubbles 2023-01-26 21:30:46 +00:00
Adam Brown 6a1d360036 Add app room state model 2023-01-26 21:25:25 +00:00
Adam Brown 8312c20d5d Add table for client side extra room metadata 2023-01-26 21:25:25 +00:00
Adam Brown 69c55c05dc Add test case for applying locus id in notification builder 2023-01-17 21:48:23 +00:00
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 167c3f81c4 Add beta version usecase tests 2022-12-30 16:38:49 +00:00
Adam Brown c6ad944994 Downscoping the shared flow to avoid leaking downstream 2022-12-29 20:42:15 +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 0020c29426 logging inner error cause to the log output
- also fixes log lines introducing blank lines due to a missing line height
2022-11-10 23:13:09 +00:00
Adam Brown 946d4a2d33 adding migration for muted room table 2022-11-07 08:15:51 +00:00
Adam Brown ac6c4e8194 updating current page when goto fails due to already being on the same page 2022-11-03 17:21:12 +00:00
Adam Brown d28ea9c67f adding tests around the firebase registrar 2022-11-03 15:57:55 +00:00
Adam Brown b417b83fdf adding test around top level push registrar switching 2022-11-03 15:40:03 +00:00
Adam Brown 1991468a01 using unified push wrapper to allow for testing 2022-11-03 14:37:06 +00:00
Adam Brown 8545d0dab4 adding unified push registrar tests 2022-11-03 14:32:42 +00:00
Adam Brown 1e8d868348 adding unified push delegate tests 2022-11-03 13:44:01 +00:00
Adam Brown 093e5b64bb splitting the unified push reciever logic to a testable delegate 2022-11-03 13:11:01 +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 678897e8de extracting reducer scope creation 2022-11-03 08:04:24 +00:00
Adam Brown f0e5ae4502 porting page reducers to new iteration 2022-11-02 20:55:50 +00:00
Adam Brown 7a13f530b0 porting settings to reducer pattern
- creates a generate page reducer for combining with other reducers
2022-11-02 19:29:48 +00:00
Adam Brown 8a8aa375c0 moving page reducer to the compose-core module 2022-11-02 16:10:57 +00:00
Adam Brown 2b9142b6c4 Merge branch 'main' into tech/redux-pages 2022-11-02 15:58:26 +00:00
Adam Brown 87083b07dd removing debug log option for state changes 2022-11-02 14:45:08 +00:00
Adam Brown 20e4470511 reverting preference set changes 2022-11-02 14:35:29 +00:00
Adam Brown 34aa7f9502 observe unread events for notifications from rooms which are not muted 2022-11-02 14:28:04 +00:00
Adam Brown ab6a5303dc converting the muted rooms to a database table 2022-11-02 14:16:24 +00:00
Adam Brown 92639beb73 binding muted state to a icon within the room ist 2022-11-02 14:03:16 +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 e753cd30ad fix state emissions becoming out of sync when using async handlers 2022-11-02 11:12:49 +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 327ba92767 port ReducerTest to exported module fixtures 2022-11-01 09:15:23 +00:00
Adam Brown 86f640d301 more tests around the directory reducer and helpers 2022-11-01 09:09:15 +00:00
Adam Brown 38e242e8d1 update directory viewmodel test to reducer style 2022-10-31 22:32:58 +00:00
Adam Brown fe363058b5 save and restoring state view model 2022-10-31 21:09:15 +00:00
Adam Brown de1aa00715 wip 2022-10-31 20:35:02 +00:00
Adam Brown fddcdaa50c adding custom html parsing with tag styling 2022-10-23 23:15:46 +01:00
Adam Brown 1ac9ce1ec0 extracting the firebase version to the dependencies file and updating to latest 2022-10-22 12:16:31 +01:00
Adam Brown 23ba01509c fixing key imports failing the first time 2022-10-17 23:05:13 +01:00
Adam Brown b8689292c3 request notification permission on android 13 when showing home content 2022-10-12 22:59:31 +01:00