Read You si integra con alcune API di servizi di terze parti per supportare l'utente nell'utilizzo degli account cloud esistenti come fonti di dati. Integrato con FreshRSS, Miniflux, Tiny Tiny RSS, Inoreader, Feedly, Feedbin. Per avere un account FreshRSS: https://mastodon.uno/@devol/111879986134652899
Go to file
Ash 6d6d364015 Add mark as read UI 2022-03-29 20:34:15 +08:00
app Add mark as read UI 2022-03-29 20:34:15 +08:00
gradle/wrapper Init 2022-03-02 04:28:05 +08:00
.gitignore Init 2022-03-02 04:28:05 +08:00
README-zh.md Use localized language 2022-03-21 14:41:41 +08:00
README.md Use localized language 2022-03-21 14:41:41 +08:00
build.gradle Add FeedOptionDrawer 2022-03-24 23:13:57 +08:00
gradle.properties Fixed auto sync 2022-03-21 22:40:40 +08:00
gradlew Init 2022-03-02 04:28:05 +08:00
gradlew.bat Init 2022-03-02 04:28:05 +08:00
settings.gradle Init 2022-03-02 04:28:05 +08:00

README.md

English by DeepL | 简体中文

Read You

Telegram | Figma | Project Schedule

This is a Reeder copycat, in order to give Android an RSS reader similar to Reeder.

Features

Read You combines the interaction logic of Reeder with the design style of Material Design 3 (You).

The following are the progress made so far and the goals to be worked on in the near future:

  • Local

    • Subscribe to Feed Links
    • Import from OPML
    • Article Sync
    • Article Update Notification
    • Full Content Parsing
    • Filter unread and starred
    • Feed Grouping
    • Localization
    • Search for articles
    • Preference settings
    • Release APK
    • Widget
    • ...
  • Fever API Support

  • Google Reader API Support

  • Inoreader API Support

  • ...

The above features are only preliminary implementations and there may be unknown issues.

Build

If you want to preview the Read You app, you can get the preview version of the APK file in Telegram.

Read You is implemented on Android's native Jetpack Compose architecture.

  1. First you need to get the source code of Read You.

    git clone https://github.com/Ashinch/ReadYou.git
    
  2. Then open it via Android Studio (latest version).

  3. When you click the ▶ Run button, it will be built and run automatically.

    In case of lag, please select Release version build.

Credits