What's Changed
- Bump Kotlin, KSP & SQLDelight by @msasikanth in #143
- Update dependency com.codingfeline.buildkonfig to v0.15.0 by @renovate in #136
- Update essenty to v1.3.0 by @renovate in #144
- [1.28.1] Post-release merge by @tramline-github in #145
- Convert sealed sub-objects to data objects by @msasikanth in #146
- Update decompose to v2.2.0-compose-experimental-beta02 by @msasikanth in #147
- Update dependency com.codingfeline.buildkonfig to v0.15.1 by @renovate in #149
- Update dependency com.google.devtools.ksp to v1.9.21-1.0.15 by @renovate in #138
- Minor build config changes by @msasikanth in #150
- Update dependency gradle to v8.5 by @renovate in #151
- Update dependency androidx.work:work-runtime-ktx to v2.9.0 by @renovate in #153
- Update dependency com.diffplug.spotless to v6.23.1 by @renovate in #148
- Update androidx.datastore to v1.1.0-alpha07 by @renovate in #152
- Update dependency com.diffplug.spotless to v6.23.2 by @renovate in #155
- Move
models
to:core:model
module by @msasikanth in #156 - Extract utils into util package in
:core:base
module by @msasikanth in #157 - Move feed fetcher and parsers to network module by @msasikanth in #158
- Update actions/setup-java action to v4 by @renovate in #154
- Update android.gradle.plugin to v8.2.0 by @renovate in #159
- Add sticky headers in expanded feeds bottom by @msasikanth in #160
- Stop reporting job cancellation exceptions in
FeedsRefreshWorker
by @msasikanth in #161 - Improve date parsing coverage of RSS & Atom posts by @msasikanth in #162
- Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.5.0 by @renovate in #163
- Try getting date from
updated
tag if there is no there is nopublished
tag in atom feeds by @msasikanth in #165 - Show unread posts count in feeds bottom sheet by @msasikanth in #166
- Add setting to toggle the unread posts count visibility in the feeds sheet by @msasikanth in #167
- Extract hardcoded feeds header strings into strings object by @msasikanth in #168
- Skip parser when date is already fetched when parsing atom feeds by @msasikanth in #170
- Fix DB migration to include default value for read column in bookmarks table by @msasikanth in #169
- Update dependency com.mohamedrejeb.ksoup:ksoup-html to v0.3.0 by @renovate in #171
- Minor UI tweaks to unread badge by @msasikanth in #172
- Add support for deleting read posts after a certain period by @msasikanth in #173
- Move background workers on Android back to root package by @msasikanth in #174
- Stop removing
www .
when transforming the URL for fetching the feed by @msasikanth in #175 - Update Decompose to v2.2.0-compose-experimental by @renovate in #176
- Update stately to v2.0.6 by @renovate in #177
- Skip updating posts in a feed if the post is published before the feed last clean up time by @msasikanth in #178
- Update dependency com.diffplug.spotless to v6.23.3 by @renovate in #179
- Add option to feed list item to mark all posts in a feed as read by @msasikanth in #180
- Reset home screen scroll position when selected feed state changes by @msasikanth in #181
- Add "no new posts" view to home screen by @msasikanth in #182
- Update ktor to v2.3.7 by @renovate in #184
- Update Decompose to v2.2.1-compose-experimental by @renovate in #185
Full Changelog: v1.28.1-hotfix...v1.29.0