Commit Graph

272 Commits

Author SHA1 Message Date
Ash
c741f1922c Update version 0.8.1 2022-06-05 21:36:47 +08:00
Ash
9a933ce486 Optimize feed loading and chunk sync 2022-06-05 21:05:13 +08:00
Ash
1384012c44 Support RTL language in the reading page 2022-06-02 09:44:03 +08:00
kzaemrio
a94017d564
replace URL inputstream with okhttp inputstream in RssHelper (#85)
* add okhttp3 in ext, and add okhttp-coroutines-jvm lib

* replace URL inputstream with okhttp buffered inputstream in RssHelper

* use executeAsync for parseFullContent in RssHelper

* make searchFeed call without queryRssXml in RssHelper
2022-06-02 09:07:30 +08:00
Ash
fc82363196 Fix background color on startup 2022-06-01 18:53:32 +08:00
Ashinch
1be4779df2
Fix the synchronization bug when importing OPML files after version 0.8.0 (#92) 2022-06-01 17:29:01 +08:00
Ash
999fc40a7c Update languages description 2022-06-01 14:54:40 +08:00
Ashinch
6b0b1b17a4
Merge pull request #81 from comradekingu/patch-1
App strings reworked
2022-06-01 14:38:33 +08:00
Ashinch
dbf2f7f194
Merge branch 'main' into patch-1 2022-06-01 14:37:24 +08:00
Ashinch
db5aa7aca6
Merge pull request #80 from Ashinch/feature/optimize
Feature/optimize
2022-06-01 14:01:31 +08:00
Ash
433ff6e6f2 Optimize the feeds page 2022-06-01 13:55:30 +08:00
Ash
5867186751 Optimize the content styles of articles 2022-05-26 16:58:10 +08:00
Ash
66094f8075 Optimize the flow page 2022-05-25 12:48:20 +08:00
Ash
ba3620d84f Optimize the reading page 2022-05-25 08:31:29 +08:00
Ash
ae394da387 Update dependencies 2022-05-25 08:31:29 +08:00
Ash
647ef7a0bd Rename RY component 2022-05-25 08:31:29 +08:00
Ash
efdff0e49c Rename UiState 2022-05-25 08:31:29 +08:00
Ash
dcbb41f3ab Extract Scaffold component 2022-05-25 08:31:29 +08:00
Ash
27e8780d82 Update Preferences 2022-05-25 08:31:29 +08:00
Ash
140cb3ed0a Move the package 2022-05-25 08:31:29 +08:00
Ash
b33e0a7ac5 Refactor data layer 2022-05-25 08:30:47 +08:00
Ash
ee55f671bc DB record null value 2022-05-25 08:30:47 +08:00
Ash
2f1263c82c Change to variable fields 2022-05-25 08:30:47 +08:00
Ash
b010fe940b Remove invalid @OptIn 2022-05-25 08:30:47 +08:00
Ash
962e0ee8dc Unified CoroutineDispatcher 2022-05-25 08:30:47 +08:00
Ash
a1021c3c3f OkHttpClient DI 2022-05-25 08:30:47 +08:00
Ashinch
31fd54254f
Fixed crash if loading very large (50MB+) images (#83)
From: Feeder
2022-05-25 08:26:13 +08:00
Ash
4b7eb980fd Add French and Czech translations 2022-05-25 08:21:12 +08:00
Allan Nordhøy
cd3c897f35
App strings reworked 2022-05-23 10:16:39 +00:00
Fjuro
3f0f2b82b5
Create values-cs-rCZ/strings.xml (#76) 2022-05-18 02:27:20 +08:00
DodoLeDev
e1690d3f1f
Added French translation (#75)
Read You is now available in French!
2022-05-18 02:27:00 +08:00
helloworldtest123
986af9f6a8
Updated german translation (#72) 2022-05-16 04:28:32 +08:00
Ash
eec397e0de Update version 0.8.0 2022-05-15 22:58:59 +08:00
Ash
12b2531cda Fix insertIfNotExist foreign key conflict 2022-05-15 22:53:05 +08:00
Ashinch
f76abd98be
Add feed's favicon from UI Avatars (#70)
* Add feed's favicon from UI Avatars

* Fix backwards writes
2022-05-15 21:16:34 +08:00
Ashinch
c79649bb77
Add articles image preview (#67)
* Add articles image preview

* Lowers the pagingItem state
2022-05-13 23:21:21 +08:00
Ash
6583f3326c Optimize text display 2022-05-13 11:37:36 +08:00
Ash
8913cf9f2e Add a Share string 2022-05-13 11:09:58 +08:00
helloworldtest123
b18f459a71
Add german and quantaty strings (#64)
* Add German translation

* Add german language und quantity strings

Co-authored-by: Ash <glaxyinfinite@outlook.com>
2022-05-13 10:20:40 +08:00
Ashinch
b31e7eb98e
Add HTML reader from Feeder (#65)
* Add HTML reader from Feeder

Thanks to the Feeder!

* Apply ScrollBar

* Add share menu

* Update README
2022-05-13 10:16:55 +08:00
Matt Vaughn
b7813d45f4
Add a scrollbar to the article screen (#63)
Co-authored-by: Matt Vaughn <matt.vaughn@willowtreeapps.com>
2022-05-11 23:26:37 +08:00
Ash
b292535ab6 Update GitHub workflows 2022-05-10 22:55:35 +08:00
Ashinch
81fdcb498d
Add GitHub and F-droid flavors (#59) 2022-05-10 22:38:57 +08:00
Ash
f2571f133e Update version 0.7.8 2022-05-07 19:32:04 +08:00
Ashinch
dc2e18bcee
Add languages settings (#52) 2022-05-07 18:40:27 +08:00
Ash
a225513088 Fix dynamic system tonal palettes 2022-05-07 14:31:53 +08:00
Ashinch
b1f6b60e72
Replace the first palette with the color scheme provided by the system (#48)
* Replace the first palette with the color scheme provided by the system

* Clean up the code
2022-05-07 00:39:38 +08:00
Ashinch
4c7ff2a84e
Switch to Rome (#50)
* Switch to Rome

* Fix some styles
2022-05-07 00:28:17 +08:00
Ashinch
5e569d1303
Add clear articles feature for feeds and groups (#49)
* Add clear articles in feeds and groups feature

* Fix the display of ClearArticles button
2022-05-06 05:57:49 +08:00
Ashinch
4d2d857676
Merge pull request #47 from Ashinch/feature/dark-theme
Add dark theme settings
2022-05-05 20:58:05 +08:00