Commit Graph

987 Commits

Author SHA1 Message Date
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
Shinokuni 0942dbe053 Improve navigation with voyager 2023-08-02 21:28:58 +02:00
Shinokuni 4697219312 Use HttpException in LocalRSSDataSource 2023-08-01 21:54:18 +02:00
Shinokuni 35ad5dfbc4 Add FreshRSSDataSource kotlin migration with tests
This new data source is intended to replace the old java one
2023-08-01 21:40:47 +02:00
Shinokuni d673616bb4 Add OkHttp interceptor to raise exceptions for non-successfull requests 2023-07-27 22:55:28 +02:00
Shinokuni 5c7f86b170 Add basic feed list in FeedScreen 2023-07-27 17:37:36 +02:00
Shinokuni d76200e292 Fix pull to refresh not reachable when no item is displayted 2023-07-27 14:53:22 +02:00
Shinokuni 1a37401139 Add swipe to refresh in TimelineScreen with basic item display and refresh 2023-07-23 17:18:03 +02:00
Shinokuni bda5896413 Rewrite HtmlParser in Kotlin with some tests 2023-07-22 19:44:44 +02:00
Shinokuni da496cd91a Initial UI for adding new feed 2023-07-22 15:22:43 +02:00
Shinokuni f7d1eea3ec Add new LocalRSSRepository with some tests 2023-07-21 22:29:52 +02:00
Shinokuni 37f8bab393 Update some dependencies 2023-07-18 22:39:20 +02:00
Shinokuni 4e09c16d53 Add koin first declarations in compose module 2023-03-08 22:48:16 +01:00
Shinokuni e372609298 Disable Niddler entirely 2023-03-03 19:50:10 +01:00
Shinokuni 9710ae9487 Add new DAOs
* Replacement of RxJava by coroutines
* Prepare for their use in the news repositories
2023-03-03 19:49:49 +01:00
Shinokuni 6468d9d733 Add new dependencies 2023-02-28 22:05:32 +01:00
Shinokuni 3a0a8d5c05 Rename compose activity 2023-02-28 21:51:43 +01:00
Shinokuni 43a9ccb218 Add a new temporary module to work on app module compose/kotlin migration 2023-02-26 22:07:43 +01:00
Shinokuni c2585f2dac Introduce base of new UI navigation 2023-02-26 16:18:30 +01:00
Shinokuni c7d83362f9 Add initial color and theming, far from being final 2023-02-25 18:19:12 +01:00
Shinokuni 288b637da7 Integrate Compose into the project 2023-02-21 21:44:02 +01:00
Shinokuni 55d982dd22 Update gradle and kotlin plugins 2023-02-20 19:13:06 +01:00
Shinokuni 8a5fae5411 Use a SwitchPreferenceCompat for the hide feeds preference 2021-11-01 23:44:46 +01:00