ReadYou/README.md

62 lines
2.0 KiB
Markdown
Raw Normal View History

2022-03-20 10:35:17 +01:00
English by DeepL | [简体中文](https://github.com/Ashinch/ReadYou/blob/main/README-zh.md)
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
# Read You
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
[Telegram](https://t.me/ReadYouApp) | [Figma](https://www.figma.com/file/ViBW8GbUgkTMmK6a80h8X1/Reader-You?node-id=7028%3A23673) | [Project Schedule](https://github.com/Ashinch/ReadYou/projects/1)
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
This is a [Reeder](https://reederapp.com/) copycat, in order to give Android an RSS reader similar to Reeder.
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
## Features
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
**Read You** combines the interaction logic of Reeder with the design style of [Material Design 3 (You)](https://m3.material.io/).
The following are the progress made so far and the goals to be worked on in the near future:
- [x] Local
- [x] Subscribe to Feed Links
- [x] Import from OPML
- [x] Article Sync
- [x] Article Update Notification
- [x] Full Content Parsing
- [x] Filter unread and starred
- [x] Feed Grouping
2022-03-20 17:07:45 +01:00
- [x] Localization
2022-03-20 10:35:17 +01:00
- [ ] Search for articles
- [ ] Preference settings
- [ ] Release APK
- [ ] Widget
2022-03-08 22:12:19 +01:00
- [ ] ...
2022-03-20 10:35:17 +01:00
- [ ] Fever API Support
- [ ] Google Reader API Support
- [ ] Inoreader API Support
2022-03-08 22:12:19 +01:00
- [ ] ...
2022-03-20 10:35:17 +01:00
> The above features are only preliminary implementations and there may be unknown issues.
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
## Build
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
> If you want to preview the Read You app, you can get the **preview version** of the APK file in [Telegram](https://t.me/ReadYouApp).
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
**Read You** is implemented on Android's native [Jetpack Compose](https://developer.android.com/jetpack/compose) architecture.
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
1. First you need to get the source code of **Read You**.
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
```shell
git clone https://github.com/Ashinch/ReadYou.git
```
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
2. Then open it via [Android Studio (latest version)](https://developer.android.com/studio).
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
3. When you click the `▶ Run` button, it will be built and run automatically.
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
> In case of lag, please select Release version build.
2022-03-08 22:12:19 +01:00
2022-03-20 10:35:17 +01:00
## Credits
2022-03-08 22:12:19 +01:00
- [MusicYou](https://github.com/Kyant0/MusicYou)
- [ParseRSS](https://github.com/muhrifqii/ParseRSS)
- [Readability4J](https://github.com/dankito/Readability4J)
2022-03-20 10:35:17 +01:00
- To be improved