Commit Graph

1159 Commits

Author SHA1 Message Date
Shinokuni a3f78094f1 Merge all TextField errors in TextFieldError class 2024-01-19 22:38:41 +01:00
Shinokuni 2631712361 Add AddFolderDialog in FeedTab 2024-01-19 21:35:55 +01:00
Shinokuni caf55451d3 Add UpdateFeedDialog in FeedTab 2024-01-18 18:45:34 +01:00
Shinokuni a6d753ef8a Add DeleteFeedDialog in FeedTab 2024-01-17 16:42:03 +01:00
Shinokuni 215399d3ac Improve state management in FeedTab 2024-01-17 15:48:07 +01:00
Shinokuni 69788de077 Show feeds without folders in FeedTab 2024-01-14 01:01:45 +01:00
Shinokuni 672de764de Improve AddFeedDialog looking and behaviour
- Add error management for URL TextField
- Add account dropdown
2024-01-14 00:57:22 +01:00
Shinokuni 76cff80e68 Improve FeedTab global behaviour and looking 2024-01-12 21:23:20 +01:00
Shinokuni 7d17740713 Improve FeedBottomSheet looking and add Update color option 2024-01-12 19:49:35 +01:00
Shinokuni 5cd7ead78f Show feeds as sub items of folders in FeedTab 2024-01-12 19:28:25 +01:00
Shinokuni 6b50d40800 Improve feed item lookingin FeedTab and add initial feed bottom sheet 2024-01-11 23:37:48 +01:00
Shinokuni d76be31b75 Merge branch 'compose-migration' into develop 2024-01-11 22:16:42 +01:00
Shinokuni 304f3c02e0 Add base of pagination in TimelineTab 2024-01-11 22:16:30 +01:00
Shinokuni 413dba4db5 Fix id conflict in feedsWithoutFolder query 2023-08-27 22:34:53 +02:00
Shinokuni 5a6a6d4b23 Update compose BOM 2023-08-27 22:31:47 +02:00
Shinokuni 51806993a1 Add read state update on TimelineItem click and fav/share actions 2023-08-27 17:29:19 +02:00
Shinokuni 03ee5deab9 Improve logic to build drawer folders and feeds list
* db requests down to 2
* react to changes when feeds/folders/items read state are modified
2023-08-27 15:48:33 +02:00
Shinokuni 36f768044a Implement androidx Paging and unify TimeLineViewModel state 2023-08-23 23:03:19 +02:00
Shinokuni 16ed0ef05e Add compact option in TimelineItem 2023-08-21 18:46:37 +02:00
Shinokuni 698abfe32b Replace collectAsState() by collectAsStateWithLifecycle() everywhere 2023-08-20 17:54:56 +02:00
Shinokuni dab044d313 Integrate Drawer open/close state in the viewModel 2023-08-20 17:45:52 +02:00
Shinokuni db2b089533 Display folders and feeds in Drawer 2023-08-20 17:31:35 +02:00
Shinokuni cffc102b20 Add initial drawer state in TimelineViewModel 2023-08-20 14:10:17 +02:00
Shinokuni deb6426edf Close Drawer on back pressed 2023-08-20 12:38:10 +02:00
Shinokuni 3f665e6ab5 Add logic to build drawer folders and feeds list 2023-08-20 12:22:25 +02:00
Shinokuni 005858b8cd Add initial drawer with default items 2023-08-18 22:45:04 +02:00
Shinokuni 282e3dd9f8 Add TimelineTab topBar icons 2023-08-18 18:17:14 +02:00
Shinokuni d13048be70 Improve TimelineItem large layout 2023-08-17 22:52:15 +02:00
Shinokuni 8e8b0abf80 Rename utils package to util 2023-08-15 22:56:26 +02:00
Shinokuni fffbf18ad9 Update android gradle plugin 2023-08-15 22:44:44 +02:00
Shinokuni f67c3f8892 Use feed icon and feed color in TimelineItem 2023-08-15 21:48:56 +02:00
Shinokuni d97da320b4 Rewrite FeedColors with some tests 2023-08-15 19:07:55 +02:00
Shinokuni d1e170a1b8 Add favicon recovery in HtmlParser 2023-08-15 14:55:36 +02:00
Shinokuni 3d6cbfe65f Better react to account change in TimelineViewModel 2023-08-14 23:31:56 +02:00
Shinokuni b15eb9fa91 Add TimelineItem large layout base 2023-08-14 22:40:29 +02:00
Shinokuni 8a04fad0d7 Add subpackage theme 2023-08-14 18:17:36 +02:00
Shinokuni 87aa0a5f44 Add spacing MaterialTheme extension and spacer composables 2023-08-14 17:38:14 +02:00
Shinokuni 89eddf04b0 Revert android-emulator-runner api-version to 29 2023-08-14 16:43:33 +02:00
Shinokuni 816aa852b4 Fix android-emulator-runner version 2023-08-14 16:38:09 +02:00
Shinokuni 5b73f2952c Update android-emulator-runner step 2023-08-14 16:36:47 +02:00
Shinokuni 7fbc4cf5c3 Put java version in quotes 2023-08-14 16:26:30 +02:00
Shinokuni 39e824a02c Add distribution in setup-java step 2023-08-14 16:24:46 +02:00
Shinokuni 23e47c93d8 Use java 11 in CI 2023-08-14 16:20:33 +02:00
Shinokuni 38179f66c0 Make Github CI job work again
* Make old app module compile
* Disable appcompose lint abortion
* Make appcompose instrumented tests work
2023-08-14 15:58:29 +02:00
Shinokuni cf0f94bff2 Add topAppBar to some tabs 2023-08-07 19:31:01 +02:00
Shinokuni f08d3eac71 Add delete accounts and new account screen tracks in AccountTab 2023-08-07 17:01:19 +02:00
Shinokuni c88f6fe2bc Handle back gesture in HomeScreen 2023-08-07 16:55:14 +02:00
Shinokuni dac54a307f Add account creation screens with global account state management 2023-08-07 13:45:28 +02:00
Shinokuni c9db21e881 Enable BottomAppBar selected animation 2023-08-05 22:17:51 +02:00
Shinokuni ad0ffe55c9 Add initial account creation path 2023-08-03 14:57:04 +02:00