ReadYou Versions Save

An Android RSS reader presented in Material You style.

0.8.3

1 year ago

0.8.3

  1. Allow feed name changes when adding subscriptions (#114)

  2. Add reading page style settings (#132)

  3. Add Italian translation (thanks to @gdonisi)

  4. Add Hindi translation (thanks to augurer)

  5. Add Spanish translation (thanks to @Jayler95)

  6. Add Polish translation (thanks to @maciej-klupp)

  7. Update German translation (thanks to @helloworldtest123)

  8. Built ToS and include it on the F-Droid (thanks to @linsui)

  9. Other detail changes

Now that Read You has basic local reading functionality, these three things will be the next priority.

  1. Some account settings (e.g. sync interval)

  2. Multi-account support (this is necessary before supporting third-party APIs)

  3. Some third-party APIs support (e.g. Fever, Google Reader)

All other feature requests are postponed.

0.8.1

1 year ago

0.8.1

  1. Add French translation (#75, thanks to @DodoLeDev).

  2. Add Czech translation (#76, thanks to @Fjuro).

  3. Change some translated texts (#81, thanks to @comradekingu).

  4. Fix the issue that cannot be synchronized after importing OPML file from 0.8.0 version.

  5. Fix crash if loading very large (50MB+) images (#83, thanks to Feeder).

  6. Fix the issue that some feeds cannot subscribe (#85, thanks to @kzaemrio).

  7. Optimize the case of too many feeds (100+).

  8. Some performance optimizations and detail changes.

0.8.0

2 years ago

0.8.0

  1. Add German translation (#64, thank you @helloworldtest123).

  2. Refactor reading page render (#65, thanks to Feeder's open source code).

  3. Add scrolling indicator bar for reading page (#63, thanks to @mattttvaughn and Albert Chang. for reference only, because there is no Google's API, can only be implemented manually).

  4. Add share article feature.

  5. Add article thumbnail previews (#67, only valid for articles newly synced since this release).

  6. Other detail changes.

Notes

  1. This version is a little laggy, found a lot of problems, the next version will optimize and reformate the code.

  2. It takes three months before you can start contributing translations (Weblate's requirement for open source projects).

0.7.8

2 years ago

0.7.8

  1. Add language settings page (some bugs).

  2. Add dark theme settings.

  3. Add AMOLED dark theme.

  4. Add clear articles feature for feeds and groups.

  5. For Android 12+ devices, now replace the first palette of wallpaper colors with the system provided color scheme.

  6. RSS parsing plugin switched to Rome. (should be able to parse most feeds, known to be unable to parse special formats like Youtube, Reddit, etc.)

0.7.7

2 years ago

0.7.7

  1. Add feeds page style settings.

  2. Add flow page style settings.

  3. Add initial page settings.

  4. Add initial filter settings.

  5. Add change feed URL feature.

  6. Fix the Banner filter description.

0.7.6

2 years ago

0.7.6

  1. Separate ViewPager.

  2. Group notifications by feeds.

  3. Instead of downloading the update file, jump to the release page.

0.7.5

2 years ago

0.7.5

  1. Support RSS Atom protocol.

Notes

  1. The parsing of <content> element in Atom protocol will be supported coming soon.

  2. The ViewPager is being separating and refactoring recently, so the fluency will be improved.

  3. This version is a directly release, so you can test the checking the update function.

0.7.4

2 years ago

0.7.4

  1. Add "Tips & Support" page.

  2. Add update check and download.

  3. Select dynamic color theme by default on first install (if available).

  4. Add swipe down sync feature to the information flow page.

  5. Temporarily add a loading hint when full content parsing.

  6. Update some upstream dependencies (may have unknown defects).

  7. Support RSS v1.0 protocol (to be tested).

  8. Fix the system navigation bar background.

  9. Fix the issue of not intercepting the back event when the option menu is opened.

  10. Optimize some video styles in the reading page.

  11. Optimize some abnormal styles.

Notes

  1. Check for updates once automatically every time when cold start (you can experience it when the next version is released).

  2. When checking for updates, use the Gitee API when Simplified Chinese languages and the GitHub API when other languages.

  3. Please don't check for updates manually too often (a cooling interval of 2 seconds has been set), as the same IP can only access the GitHub API 60 times per hour, and the exact frequency limit of the Gitee API is unknown (it hasn't been reset for 8 hours yet).

  4. Refactoring of reading page came after v0.8, and refactoring of icon and cover came after v0.9, and support for FreshRSS (Fever API, Google Reader API) came after v1.0.

  5. This version can only be synchronized in single thread because of the bug of upstream parsing plugin, which may be a bit slow. The plugin author mentions that it will be fixed in the next version, and the Atom protocol will be supported as well.

0.7.2

2 years ago

0.7.2

  1. New dynamic color system (requires Android 8.1+, the number of dynamic colors depends on the richness of the current wallpaper colors, usually 1 ~ 3).

  2. The color value of the accent color can now also be customized (the entry is in the last swatch of the basic color, it should be noted that the custom color is only for reference, the specific color, the color picking algorithm will automatically select the appropriate Monet color value)

  3. Unimplemented features are now marked in gray to reduce confusion.

  4. Fix the problem of confusing information flow time sorting when the filtering condition is subscription source.

  5. Improve icon size of notification.

  6. Now duplicate articles will not be synced (duplicate means the original page link is the same).

Notes:

  1. The first time you switch colors after installation, it may jump back to the home page, so we will fix it in the next version.

  2. The next version is mainly the "About" page and the built-in new version check.

  3. The reading page will be separated from the sliding group and become a separate page.