rssbox-android
rssbox-android copied to clipboard
It is a rss reader for android. Based on Rust and Slint-ui.
trafficstars
中文文档
Introduction
It is a RSS reader. It is designed for android platform. However, you can compile it for Linux/Windows, maybe Macos(I'm not verify it), platform. It is a pure Rust project. UI based on Slint UI. Feel free to use it. If you encounter any problem, sending me a feedback.
Features
- [x] Show RSS new message.
- [x] Collect the message you like.
- [x] Add, edit and delete a RSS.
- [x] Add RSS from the [Find] page.
- [x] Setting for UI, reading, sync, proxy, clear cache and others.
Android platform build information
min-sdk-version = 23target-sdk-version = 32
How to build?
- Install
RustandCargo - Install Android
sdk,ndk,jdk17, and set environment variables - Run
maketo build a release version android APK - Run
make debugto run it on desktop platform - Refer to Makefile for more information