mirror of https://github.com/Ashinch/ReadYou.git
99 lines
4.2 KiB
Markdown
99 lines
4.2 KiB
Markdown
<div align="center">
|
|
<img width="200" height="200" style="display: block; border: 1px solid #f5f5f5; border-radius: 9999px;" src="./fastlane/metadata/android/en-US/images/icon.png">
|
|
</div>
|
|
|
|
<br>
|
|
<br>
|
|
<br>
|
|
|
|
<div align="center">
|
|
<img alt="GitHub" src="https://img.shields.io/github/license/Ashinch/ReadYou?color=c3e7ff&style=flat-square">
|
|
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Ashinch/ReadYou?color=c3e7ff&style=flat-square">
|
|
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/Ashinch/ReadYou?color=c3e7ff&style=flat-square">
|
|
<br>
|
|
<a target="_blank" href="https://t.me/ReadYouApp">
|
|
<img alt="Telegram" src="https://img.shields.io/badge/Telegram-ReadYouApp-c3e7ff?logo=telegram&style=flat-square">
|
|
</a>
|
|
<a target="_blank" href="https://www.figma.com/file/ViBW8GbUgkTMmK6a80h8X1/Read-You?node-id=7028%3A23673">
|
|
<img alt="Figma" src="https://img.shields.io/badge/Figma-ReadYou-c3e7ff?logo=figma&style=flat-square">
|
|
</a>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<h1>Read You</h1>
|
|
<p>This is a copy of <a href="https://reederapp.com/">Reeder</a>, in order to give Android an RSS reader similar to Reeder.</p>
|
|
<p>English by DeepL |
|
|
<a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README-zh.md">简体中文</a></p>
|
|
<br/>
|
|
<br/>
|
|
<img src="./fastlane/metadata/android/en-US/images/startup.png" width="19.2%" alt="startup" />
|
|
<img src="./fastlane/metadata/android/en-US/images/feeds.png" width="19.2%" alt="startup" />
|
|
<img src="./fastlane/metadata/android/en-US/images/flow.png" width="19.2%" alt="startup" />
|
|
<img src="./fastlane/metadata/android/en-US/images/read.png" width="19.2%" alt="startup" />
|
|
<img src="./fastlane/metadata/android/en-US/images/settings.png" width="19.2%" alt="startup" />
|
|
<br/>
|
|
<br/>
|
|
</div>
|
|
|
|
## Features
|
|
|
|
**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] Parse Full Content
|
|
- [x] Filter Unread and Starred
|
|
- [x] Feed Grouping
|
|
- [x] Localization
|
|
- [x] Export as OPML
|
|
- [x] 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](https://t.me/ReadYouApp).
|
|
|
|
**Read You** is implemented on Android's native [Jetpack Compose](https://developer.android.com/jetpack/compose) architecture.
|
|
|
|
1. First you need to get the source code of **Read You**.
|
|
|
|
```shell
|
|
git clone https://github.com/Ashinch/ReadYou.git
|
|
```
|
|
|
|
2. Then open it via [Android Studio (latest version)](https://developer.android.com/studio).
|
|
|
|
3. When you click the `▶ Run` button, it will be built and run automatically.
|
|
|
|
> In case of lag, please select Release version build.
|
|
|
|
## Credits
|
|
|
|
- [MusicYou](https://github.com/Kyant0/MusicYou)
|
|
- [ParseRSS](https://github.com/muhrifqii/ParseRSS): [MIT](https://github.com/muhrifqii/ParseRSS/blob/master/LICENSE)
|
|
- [Readability4J](https://github.com/dankito/Readability4J): [Apache License 2.0](https://github.com/dankito/Readability4J/blob/master/LICENSE)
|
|
- [opml-parser](https://github.com/mdewilde/opml-parser): [Apache License 2.0](https://github.com/mdewilde/opml-parser/blob/master/LICENSE)
|
|
- [compose-html](https://github.com/ireward/compose-html): [Apache License 2.0](https://github.com/ireward/compose-html/blob/main/LICENSE.txt)
|
|
- [Rome](https://github.com/rometools/rome): [Apache License 2.0](https://github.com/rometools/rome/blob/master/LICENSE)
|
|
- [Feeder](https://gitlab.com/spacecowboy/Feeder): [GPL v3.0](https://gitlab.com/spacecowboy/Feeder/-/blob/master/LICENSE)
|
|
|
|
## License
|
|
|
|
[GNU GPL v3.0](https://github.com/Ashinch/ReadYou/blob/main/LICENSE)
|