Skip to content

Commit e858b5e

Browse files
committed
1.9.0
1 parent b0762e2 commit e858b5e

File tree

4 files changed

+63
-19
lines changed

4 files changed

+63
-19
lines changed

CHANGELOG.md

Lines changed: 50 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,55 @@
11
CHANGELOG
22
=========
33

4-
1.8.0 (23.04.2024) +40 Commits & 10 Translations
4+
1.9.0 (09.11.2025) +200 Commits & +30 Translations
55
------------
66

7-
#### Function
7+
### Function
8+
9+
- Add: Options to export/import bookmarked articles
10+
- Add: Google GSA bridge
11+
- Fix: Crash on creating ConfigurationOverlayController
12+
- Fix: Fix and improve OPML export/import logic
13+
- Fix: Overlay's bookmark icon coloring
14+
- Fix: Reload event from the dropdown menu
15+
- Fix: Manual syncing
16+
- Update: Split ArticleViewModel to ArticleViewModel, ArticleListViewModel & SortFilterViewModel
17+
- Update: Rebase all viewmodels to be state-based
18+
- Update: Replace deprecated test libraries
19+
- Update: Replace FeedArticle with Article (DB)
20+
- Update: Replace legacy FeedItem calls with the new embedded entity
21+
- Update: Lazy composition of slide pages
22+
- Update: Make all non-flow database calls suspend
23+
- Remove: Double permission declaration in manifest (credits @thePrivacyFanatic)
24+
- Remove: Unused aidl files
25+
26+
### UI/UX
27+
28+
- Add: Permission dialog to enable draw over other apps (should fix usage on Lawnchair - credits @thePrivacyFanatic)
29+
- Add: Bookmark button to article page
30+
- Add: Sort/filter sheet for the launcher layout (as incomplete)
31+
- Add: Support for predictive back gesture
32+
- Add: Option to disable dynamic color
33+
- Add: Option to see bookmarks in xml views
34+
- Add: Tags filter
35+
- Update: Revamp sort/filter sheet layout
36+
- Update: Separate enabled/disabled sources list
37+
- Update: Replace source item's delete button with an enabling switch
38+
- Update: Revamp button and chip layouts
39+
- Update: Padding pages on showing keyboard
40+
- Update: Revamp source edit page
41+
42+
1.8.0 (23.04.2025) +40 Commits & 10 Translations
43+
------------
44+
45+
### Function
846

947
- Update: Revamp viewmodels and repositories applying separation of concerns
1048
- Update: Make prefs real delegates
1149
- Update: Restructure the project into 5 main packages
1250
- TargetSDK 35
1351

14-
#### UI/UX
52+
### UI/UX
1553

1654
- Add: SortFilter sheet to the articles page
1755
- Fix: Back handling on edit and add feed pages
@@ -22,15 +60,15 @@ CHANGELOG
2260
1.7.2 (17.12.2024) +30 Commits & 5 Translations
2361
------------
2462

25-
#### Function
63+
### Function
2664

2765
- Add: Option to open feed in WebView
2866
- Update: Re-sync source after relevant update
2967
- Update: Make FullTextWorker unique
3068
- Update: PullToRefreshLazyColumn based on PullToRefreshBox
3169
- Update: Replace deprecated usage of systemUiVisibility
3270

33-
#### UI/UX
71+
### UI/UX
3472

3573
- Add: Parsing much more and improve existing HTML-tags
3674
- Fix: Placeholder icons visibility on black backgrounds
@@ -42,20 +80,20 @@ CHANGELOG
4280
1.7.1 (17.08.2024) -10 Commits & 1 Translations
4381
------------
4482

45-
#### Function
83+
### Function
4684

4785
- Fix: Crashing offline reader on certain systems
4886
- TargetSDK 34
4987

50-
#### UI/UX
88+
### UI/UX
5189

5290
- Add: Black themes
5391
- Update: Selection dialog layout
5492

5593
1.7.0 (15.08.2024) +120 Commits & +10 Translations
5694
------------
5795

58-
#### Function
96+
### Function
5997

6098
- Fix: Make sure that DataStore is single
6199
- Fix: Restarting app
@@ -70,7 +108,7 @@ CHANGELOG
70108
- Kotlin 2.0
71109
- Dependency Catalogue
72110

73-
#### UI/UX
111+
### UI/UX
74112

75113
- Add: Bookmarks filter to OverlayPage
76114
- Add: Pref to remove duplicate articles
@@ -93,13 +131,13 @@ CHANGELOG
93131
1.6.0 (XX.XX.2023) Y Commits & Z Translations
94132
------------
95133

96-
#### Function
134+
### Function
97135
- Add: Bookmarks page
98136
- Fix: Opening links from article page
99137
- Fix: Editing disabled Feeds
100138
- Update: CompileSdk 34
101139

102-
#### UI
140+
### UI
103141
- Add: Dynamic-theming
104142
- Add: Monochrome app icon
105143
- Fix: StatusBar color
@@ -111,7 +149,7 @@ CHANGELOG
111149
- Update: Use Phosphor icons instead of Material
112150
- Update: Drop Compose Material for Material3
113151

114-
#### UX
152+
### UX
115153
- Add: Share & open-in-browser buttons to article view
116154
- Add: Bookmark button to article cards
117155
- Fix: Showing real state of Switches e.g. in EditFeedPage

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
applicationId = "com.saulhdev.neofeed"
3232
minSdk = 26
3333
targetSdk = 36
34-
versionCode = 1801
35-
versionName = "1.8.1"
34+
versionCode = 1900
35+
versionName = "1.9.0"
3636

3737
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3838
vectorDrawables.useSupportLibrary = true
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Add: Options to export/import bookmarked articles
2+
Add: Option to see bookmarks in launcher layout
3+
Add: Bookmark and Open in SMRY actions to article page
4+
Fix: Fix and improve OPML export/import logic
5+
Fix: Manual syncing
6+
Update: Replace legacy FeedItem calls with the new embedded entity
7+
Update: Revamp source edit page
8+
+ more in +200 commits & +30 translation contributions

local.properties

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
## This file is automatically generated by Android Studio.
2-
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3-
#
4-
# This file should *NOT* be checked into Version Control Systems,
1+
## This file must *NOT* be checked into Version Control Systems,
52
# as it contains information specific to your local configuration.
63
#
74
# Location of the SDK. This is only used by Gradle.
85
# For customization when using a Version Control System, please read the
96
# header note.
10-
sdk.dir=/opt/android-sdk
7+
#Mon Aug 04 18:26:10 CEST 2025
8+
sdk.dir=/home/machiav3lli/Android/Sdk

0 commit comments

Comments
 (0)