#Testing
👋 Welcome to GoogleReader API Integration Testing
In the latest main branch, the integration of the GoogleReader API has been merged, and we are looking for thorough validation before the next release.
🤔 How to Participate?
⚠️ Please make sure to back up your data before proceeding.
Choose the latest workflow from the GitHub Actions page and download the artifacts specific to the GitHub version from the workflow's summary page (You may require logging in to GitHub).
🐛 Below are known issues that will be addressed in subsequent commits:
1. Incompatibility with Inoreader.
2. Unable to specify a new group when adding a subnoscription.
3. Marking a feed as read does not take effect.
4. Incompatibility with Miniflux.
5. Import from OPML file.
👇 Here is the latest build at the time of the post (outdated)
👋 Welcome to GoogleReader API Integration Testing
In the latest main branch, the integration of the GoogleReader API has been merged, and we are looking for thorough validation before the next release.
🤔 How to Participate?
⚠️ Please make sure to back up your data before proceeding.
Choose the latest workflow from the GitHub Actions page and download the artifacts specific to the GitHub version from the workflow's summary page (You may require logging in to GitHub).
🐛 Below are known issues that will be addressed in subsequent commits:
1. Incompatibility with Inoreader.
2. Unable to specify a new group when adding a subnoscription.
5. Import from OPML file.
👇 Here is the latest build at the time of the post (outdated)
👍16❤5
#Update
Changelog: 0.9.12
1. Support Google Reader API and FreshRSS API (#536, @Ashinch)
2. Use forward and backward transition animation (#540, @JunkFood02)
3. Provide option to exclude additional information when exporting to OPML file (#567, @Ashinch)
4. Provide option to gray out starred article items (#547, @MauroGuida)
5. Fix "swipe to mark as read article" (#520, @aeghn)
6. Fix empty group not round bottom corner issue (#529, @kid1412621)
7. Fix refresh view after sync (#531, @kid1412621)
8. Fix error caused by missing article noscript (#532, @kid1412621)
9. Fix orphaned articles during sync in Fever API (#534, @Ashinch)
10. Many UI improvements and bug fixes (@Ashinch, @JunkFood02)
11. Translations updates (thanks to everyone who helped out)
Notes
1. Thanks to the FreshRSS community, especially @Alkarex, for their help with this project.
2. ReadYou is currently not fully compatible with Inoreader through the Google Reader API.
3. ReadYou is currently unable to specify a new group when adding a subnoscription through the Google Reader API.
4. When syncing with Google Reader API, ReadYou can fetch up to 10k articles per sync. For read articles, only those within the past month will be synced, while unread and starred articles will be fully synced. The sync speed primarily depends on the number of these articles. The initial sync may take some time, depends on the amount of data difference between the local and server. If you have a large number of feeds, it may still feel slow, I can try to optimize this if needed.
5. We recommend that users who have participated in the testing re-sync or re-add their Google Reader API account after installing version
6. Let's look forward to more improvements in detail in the next version.
Full changelog: 0.9.11...0.9.12
Changelog: 0.9.12
1. Support Google Reader API and FreshRSS API (#536, @Ashinch)
2. Use forward and backward transition animation (#540, @JunkFood02)
3. Provide option to exclude additional information when exporting to OPML file (#567, @Ashinch)
4. Provide option to gray out starred article items (#547, @MauroGuida)
5. Fix "swipe to mark as read article" (#520, @aeghn)
6. Fix empty group not round bottom corner issue (#529, @kid1412621)
7. Fix refresh view after sync (#531, @kid1412621)
8. Fix error caused by missing article noscript (#532, @kid1412621)
9. Fix orphaned articles during sync in Fever API (#534, @Ashinch)
10. Many UI improvements and bug fixes (@Ashinch, @JunkFood02)
11. Translations updates (thanks to everyone who helped out)
Notes
1. Thanks to the FreshRSS community, especially @Alkarex, for their help with this project.
2. ReadYou is currently not fully compatible with Inoreader through the Google Reader API.
3. ReadYou is currently unable to specify a new group when adding a subnoscription through the Google Reader API.
4. When syncing with Google Reader API, ReadYou can fetch up to 10k articles per sync. For read articles, only those within the past month will be synced, while unread and starred articles will be fully synced. The sync speed primarily depends on the number of these articles. The initial sync may take some time, depends on the amount of data difference between the local and server. If you have a large number of feeds, it may still feel slow, I can try to optimize this if needed.
5. We recommend that users who have participated in the testing re-sync or re-add their Google Reader API account after installing version
0.9.12.6. Let's look forward to more improvements in detail in the next version.
Full changelog: 0.9.11...0.9.12
GitHub
feat(greader): support google reader api by Ashinch · Pull Request #536 · Ashinch/ReadYou
Close #221
Below are known issues that will be addressed in subsequent commits:
Incompatibility with Inoreader.
Unable to specify a new group when adding a subnoscription.
Marking a feed as read doe...
Below are known issues that will be addressed in subsequent commits:
Incompatibility with Inoreader.
Unable to specify a new group when adding a subnoscription.
Marking a feed as read doe...
👍24❤5👏2🥰1
#Update
Changelog: 0.10.0
Full changelog: 0.9.12...0.10.0
ZH | EN
1. Bump up Material Design 3 dependencies, compile sdk, and gradle version (#502, @ JunkFood02)
2. Support the in-app language picker for Android 13 (#541, #571, @ JunkFood02)
3. Support add feed via system share sheet (#618, @ JunkFood02)
4. Support for specifying the composition of shared content (#660, @ Ashinch)
5. Improve swipe to star/unstar, swipe to unread, and add configuration (#594, @ JunkFood02)
6. Use system locale to format time display by default. (#617, @ JunkFood02)
7. Switch to androidx edge to edge implementation (#690, @ Moderpach)
8. Add image viewer to the reading page (#578, #545, @ JunkFood02, @ nvllz)
9. Add gestures to swipe up and down on the reading page to switch articles (#589, @ JunkFood02)
10. Add crash report activity to handle uncaught exceptions (#576, @ JunkFood02)
11. Add context menu on long press for items in the flow page (#613, @ JunkFood02)
12. Add line height multiple preference for reading page (#620, @ JunkFood02)
13. Add license list page and improve about page (#664, @ Ashinch)
14. Add troubleshooting page and app preferences import/export tools (#672, #710, @ Ashinch)
15. Fix notification permission request at startup on Android 13 (@ JunkFood02)
16. Fix clash when published date and updated date are both empty (@ JunkFood02)
17. Now replace publish date of an article with the current time if it is a future date (#638, @ Ashinch)
18. Now when cleaning feed or group, the starred articles will be ignored (#652, @ Ashinch)
19. Now automatically restart the app after loading external fonts (#667, @ Ashinch)
20. Now first find the <enclosure> tag as a thumbnail of the article (#681, @ Ashinch)
21. Now by default, sort categories alphabetically during sync on Google Reader (#700, @ mbestavros)
22. New image placeholder (#712, @ JunkFood02)
23. More UI improvements and bug fixes (@ Ashinch, @ JunkFood02)
24. Translations updates (thanks to everyone who helped out)
Notes
1. In order to support the export of setting items, some of the setting items have been reset to default and you may have to reset them.
2. The buymeacoffee.com sponsorship channel is currently unavailable, and the money previously donated has been refunded to the donors' accounts.
3. We are looking for other sponsorship channels, currently available are AFDIAN. If you would like to support the development of ReadYou, you can sponsor it through AFDIAN.
4. Thanks to our sponsors: @ User_3072e, @ User_223be, @ User_3c5c7(Simon), @ User_97ebe, @ Lowae, @ User_28b9f, @ User_yuHC, @ nullqwertyuiop, @ openisgood, @ User_vWca, @ qgmzmy, @ User_97ee1
Changelog: 0.10.0
Full changelog: 0.9.12...0.10.0
ZH | EN
1. Bump up Material Design 3 dependencies, compile sdk, and gradle version (#502, @ JunkFood02)
2. Support the in-app language picker for Android 13 (#541, #571, @ JunkFood02)
3. Support add feed via system share sheet (#618, @ JunkFood02)
4. Support for specifying the composition of shared content (#660, @ Ashinch)
5. Improve swipe to star/unstar, swipe to unread, and add configuration (#594, @ JunkFood02)
6. Use system locale to format time display by default. (#617, @ JunkFood02)
7. Switch to androidx edge to edge implementation (#690, @ Moderpach)
8. Add image viewer to the reading page (#578, #545, @ JunkFood02, @ nvllz)
9. Add gestures to swipe up and down on the reading page to switch articles (#589, @ JunkFood02)
10. Add crash report activity to handle uncaught exceptions (#576, @ JunkFood02)
11. Add context menu on long press for items in the flow page (#613, @ JunkFood02)
12. Add line height multiple preference for reading page (#620, @ JunkFood02)
13. Add license list page and improve about page (#664, @ Ashinch)
14. Add troubleshooting page and app preferences import/export tools (#672, #710, @ Ashinch)
15. Fix notification permission request at startup on Android 13 (@ JunkFood02)
16. Fix clash when published date and updated date are both empty (@ JunkFood02)
17. Now replace publish date of an article with the current time if it is a future date (#638, @ Ashinch)
18. Now when cleaning feed or group, the starred articles will be ignored (#652, @ Ashinch)
19. Now automatically restart the app after loading external fonts (#667, @ Ashinch)
20. Now first find the <enclosure> tag as a thumbnail of the article (#681, @ Ashinch)
21. Now by default, sort categories alphabetically during sync on Google Reader (#700, @ mbestavros)
22. New image placeholder (#712, @ JunkFood02)
23. More UI improvements and bug fixes (@ Ashinch, @ JunkFood02)
24. Translations updates (thanks to everyone who helped out)
Notes
1. In order to support the export of setting items, some of the setting items have been reset to default and you may have to reset them.
2. The buymeacoffee.com sponsorship channel is currently unavailable, and the money previously donated has been refunded to the donors' accounts.
3. We are looking for other sponsorship channels, currently available are AFDIAN. If you would like to support the development of ReadYou, you can sponsor it through AFDIAN.
4. Thanks to our sponsors: @ User_3072e, @ User_223be, @ User_3c5c7(Simon), @ User_97ebe, @ Lowae, @ User_28b9f, @ User_yuHC, @ nullqwertyuiop, @ openisgood, @ User_vWca, @ qgmzmy, @ User_97ee1
GitHub
Comparing 0.9.12...0.10.0 · Ashinch/ReadYou
An Android RSS reader presented in Material You style. - Comparing 0.9.12...0.10.0 · Ashinch/ReadYou
👍16❤7🎉4💘3🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
🆕 Let's take a look at some of the key features in this update!
🖼️🕵️ View images in full screen with panning and zooming gestures
🖼️🕵️ View images in full screen with panning and zooming gestures
👏13🔥3💩1
This media is not supported in your browser
VIEW IN TELEGRAM
↕️📰 Pull up/down for next/previous article!
👍14❤4🆒2💩1
This media is not supported in your browser
VIEW IN TELEGRAM
😎🪄 Mark all as read doesn't mean I'm gonna read all
🔥6👏3❤1😁1💩1
🌐✨ Translation updates! Thanks to contributors from all over the world!
📄 Configure line height for reading page
📄 Configure line height for reading page
🥰16👍5🫡3❤1💩1
Enjoy the update? We develop and maintain Read You in our spare time, and we need your support to keep it free and growing! Consider sponsoring our development to help us continue delivering new features you love, and buy us a coffee ☕️💖
You can support us on AFDIAN with PayPal or Stripe. Alternatively, you can also sponsor us via GitHub Sponsors.
You can support us on AFDIAN with PayPal or Stripe. Alternatively, you can also sponsor us via GitHub Sponsors.
❤20👍3🏆3🔥1
#Update
Changelog: 0.10.1
Full changelog: 0.10.0...0.10.1
1. Fix text icon style for feed (#726, @ Ashinch)
2. Fix issue where early users couldn’t launch the app after importing app preferences (#718, @ Ashinch)
3. Fix some cases causing OPML import failures (#735, @ Ashinch)
4. Fix some window navigation animations (#717, @ JunkFood02)
5. Fix some style issues for RTL languages (#732, #733, @ JunkFood02)
6. Translation updates (Thanks to all contributors)
Notes
This is a bug fix patch. In case you missed it, here is the changelog for version 0.10.0.
Changelog: 0.10.1
Full changelog: 0.10.0...0.10.1
1. Fix text icon style for feed (#726, @ Ashinch)
2. Fix issue where early users couldn’t launch the app after importing app preferences (#718, @ Ashinch)
3. Fix some cases causing OPML import failures (#735, @ Ashinch)
4. Fix some window navigation animations (#717, @ JunkFood02)
5. Fix some style issues for RTL languages (#732, #733, @ JunkFood02)
6. Translation updates (Thanks to all contributors)
Notes
This is a bug fix patch. In case you missed it, here is the changelog for version 0.10.0.
👍22❤3🎉3
Request for Comments
Now, you can retrieve all issues and pull requests with the RFC label. They are usually in the design or Proof of concept(POC) stage and urgently need users to provide their opinions.
Now, you can retrieve all issues and pull requests with the RFC label. They are usually in the design or Proof of concept(POC) stage and urgently need users to provide their opinions.
GitHub
ReadYouApp/ReadYou
An Android RSS reader presented in Material You style. - ReadYouApp/ReadYou
🥰19👍7