Skip to content

Releases: Ashinch/ReadYou

0.7.4

25 Apr 12:37
Compare
Choose a tag to compare

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

22 Apr 08:20
Compare
Choose a tag to compare

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.