Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jing332/AlistAndroid
AList 安卓版本,APK安装即用,无需Root或Termux。
https://github.com/jing332/AlistAndroid
alist android apk golang jetpack-compose
Last synced: 16 days ago
JSON representation
AList 安卓版本,APK安装即用,无需Root或Termux。
- Host: GitHub
- URL: https://github.com/jing332/AlistAndroid
- Owner: jing332
- Archived: true
- Created: 2023-08-12T09:26:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-16T13:01:21.000Z (10 months ago)
- Last Synced: 2024-08-01T08:18:27.217Z (3 months ago)
- Topics: alist, android, apk, golang, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 362 KB
- Stars: 446
- Watchers: 4
- Forks: 37
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[![Release](https://github.com/jing332/AlistAndroid/actions/workflows/release.yaml/badge.svg)](https://github.com/jing332/AlistAndroid/actions/workflows/release.yaml)
[![Test](https://github.com/jing332/AlistAndroid/actions/workflows/build.yaml/badge.svg)](https://github.com/jing332/AlistAndroid/actions/workflows/build.yaml)
[![CheckAList](https://github.com/jing332/AlistAndroid/actions/workflows/sync_alist.yaml/badge.svg)](https://github.com/jing332/AlistAndroid/actions/workflows/sync_alist.yaml)#### 🚩 [FRP](https://github.com/fatedier/frp) 安卓版本:https://github.com/jing332/FrpAndroid
## 本项目已停更,请前往Flutter重制版本(安卓4.4) [AListFlutter](https://github.com/jing332/AListFlutter)
# AlistAndroid
AlistAndroid是一个基于AList的Android客户端,使用Kotlin编写,使用Jetpack Compose作为UI框架。
> [Github Action](https://github.com/jing332/AlistAndroid/actions/workflows/sync_alist.yaml)
> 会每小时检查最新的 [AList发布](https://github.com/alist-org/alist/releases)
> 并自动构建APK,发布到 [Release](https://github.com/jing332/AlistAndroid/releases)
> 中,您只需耐心等待片刻并在应用内检查更新即可。# Download
- [Github Action (DEV)](https://github.com/jing332/AlistAndroid/actions/workflows/build.yaml)
---
- [Github Releases (Stable)](https://github.com/jing332/AlistAndroid/releases)
# Build
```shell
cd alist-lib/scripts
chmod +x *.sh
./install_alist.sh
./install_web.sh
./install_gomobile.sh
./install_aar.sh
```
> More: https://github.com/jing332/file/blob/main/android_repo_build.md