docs: update fastlane and readme

This commit is contained in:
tunbmoon
2026-02-15 17:27:47 +08:00
parent d69cc7f9f9
commit c686c1d40b
16 changed files with 49 additions and 59 deletions
+5 -4
View File
@@ -14,7 +14,7 @@
</div>
Astronia 是一款轻量级现代化 Android M3U8 视频播放器,采用 Material Design 3 设计。它提供简洁直观的界面,支持多种格式的流媒体视频播放。UI 设计灵感来自 [Seal](https://github.com/JunkFood02/Seal)。
Astronia 是一款轻量级现代化的安卓 M3U8 视频播放器,采用 Material Design 3 设计。它提供简洁直观的界面,随时随地观看IPTV直播。UI 设计灵感来自 [Seal](https://github.com/JunkFood02/Seal)。
## 📱 屏幕截图
@@ -29,12 +29,10 @@ Astronia 是一款轻量级的现代化 Android M3U8 视频播放器,采用 Ma
## 📖 功能特性
- 🎬 M3U8 视频流播放
- 📱 Material Design 3 界面
- 🌙 深色模式支持
- 📺 画中画支持
- 🎨 现代化直观界面
- 🔒 注重隐私(不收集数据)
- 🎬 分辨率切换支持
- 🌐 多语言支持(30+
## ⬇️ 下载
@@ -52,8 +50,11 @@ UI 设计和实现深受 [Seal](https://github.com/JunkFood02/Seal) 启发,许
- [Music You](https://github.com/Kyant0/MusicYou)
使用的库和工具:
- [Jellyfin Media3 FFmpeg Decoder](https://github.com/jellyfin/jellyfin-android)
- [Material color utilities](https://github.com/material-foundation/material-color-utilities)
- [Monet](https://github.com/Kyant0/Monet)
- [Compose Markdown](https://github.com/jeziellago/compose-markdown)
- [Reorderable](https://github.com/Calvin-LL/Reorderable)
## ⚠️ 免责声明
+5 -4
View File
@@ -14,7 +14,7 @@
</div>
Astronia 是一款輕量級的現代化 Android M3U8 視訊播放器,採用 Material Design 3 設計。它提供簡潔直觀的介面,支援多種格式的串流媒體視訊播放。UI 設計靈感來自 [Seal](https://github.com/JunkFood02/Seal)。
Astronia 是一款輕量級的現代化 Android M3U8 視訊播放器,採用 Material Design 3 設計。它提供簡潔直觀的介面,隨時隨地觀看IPTV直播。UI 設計靈感來自 [Seal](https://github.com/JunkFood02/Seal)。
## 📱 熒幕截圖
@@ -29,12 +29,10 @@ Astronia 是一款輕量級的現代化 Android M3U8 視訊播放器,採用 Ma
## 📖 功能特性
- 🎬 M3U8 視訊串流播放
- 📱 Material Design 3 介面
- 🌙 深色模式支援
- 📺 子母畫面支援
- 🎨 現代化直觀介面
- 🔒 注重隱私(不收集資料)
- 🎬 解析度切換支援
- 🌐 多語言支援(30+
## ⬇️ 下載
@@ -52,8 +50,11 @@ UI 設計和實作深受 [Seal](https://github.com/JunkFood02/Seal) 啟發,許
- [Music You](https://github.com/Kyant0/MusicYou)
使用的函式庫和工具:
- [Jellyfin Media3 FFmpeg Decoder](https://github.com/jellyfin/jellyfin-android)
- [Material color utilities](https://github.com/material-foundation/material-color-utilities)
- [Monet](https://github.com/Kyant0/Monet)
- [Compose Markdown](https://github.com/jeziellago/compose-markdown)
- [Reorderable](https://github.com/Calvin-LL/Reorderable)
## ⚠️ 免責聲明
+5 -34
View File
@@ -14,7 +14,7 @@ English
</div>
Astronia is a lightweight and modern M3U8 video player for Android, built with Material Design 3. It provides a clean and intuitive interface for streaming video content with support for various formats and playback features. The UI design is inspired by [Seal](https://github.com/JunkFood02/Seal).
Astronia is a lightweight and modern M3U8 video player for Android, built with Material Design 3. It provides a clean and intuitive interface for watching IPTV live streams anytime, anywhere. The UI design is inspired by [Seal](https://github.com/JunkFood02/Seal).
## 📱 Screenshoots
@@ -29,12 +29,10 @@ Astronia is a lightweight and modern M3U8 video player for Android, built with M
## 📖 Features
- 🎬 M3U8 video streaming playback
- 📱 Material Design 3 UI
- 🌙 Dark mode support
- 📺 Picture-in-Picture mode
- 🎨 Modern and intuitive interface
- 🔒 Privacy-focused (no data collection)
- 🎬 Resolution switching support
- 🌐 Multi-language support (30+)
## ⬇️ Download
@@ -43,36 +41,6 @@ Astronia is a lightweight and modern M3U8 video player for Android, built with M
Download from [IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/com.antoniegil.astronia) for automatic updates.
## 🔨 Build Instructions
### Prerequisites
- Android Studio Hedgehog (2023.1.1) or later
- JDK 17
- Android SDK with API 24-36
### Building from Source
1. Clone the repository:
```bash
git clone https://github.com/antoniegil/Astronia.git
cd Astronia
```
2. Build the APK:
```bash
./gradlew assembleRelease
```
3. The APK will be generated at:
```
app/build/outputs/apk/release/Astronia-{version}-release.apk
```
### Build Variants
- **Release**: Optimized production build with ProGuard enabled
- **Debug**: Development build with debugging symbols
Note: Release builds require a signing key. For unsigned builds, use `assembleDebug` instead.
## 🧱 Credits
The UI design and implementation are heavily inspired by [Seal](https://github.com/JunkFood02/Seal), with many components and design patterns adapted from its Material Design 3 implementation.
@@ -82,8 +50,11 @@ Additional UI elements and design concepts are borrowed from:
- [Music You](https://github.com/Kyant0/MusicYou)
Libraries and tools:
- [Jellyfin Media3 FFmpeg Decoder](https://github.com/jellyfin/jellyfin-android)
- [Material color utilities](https://github.com/material-foundation/material-color-utilities)
- [Monet](https://github.com/Kyant0/Monet)
- [Compose Markdown](https://github.com/jeziellago/compose-markdown)
- [Reorderable](https://github.com/Calvin-LL/Reorderable)
## ⚠️ Disclaimer
@@ -1,4 +0,0 @@
Fix Auto-Update Check Failure
Fix Theme Settings Real-Time Updates
For full changelogs, please refer to GitHub
@@ -1,5 +0,0 @@
Fix Android 7-9 compatibility issues.
Improve the playback UI component.
Fix crash when switching channels after tab change
For full changelogs, please refer to GitHub
@@ -1,3 +0,0 @@
Simplify update mechanism and remove install permission
For full changelogs, please refer to GitHub
@@ -1,11 +1,9 @@
Astronia is a lightweight and modern M3U8 video player for Android, built with Material Design 3. It provides a clean and intuitive interface for streaming video content.
Astronia is a lightweight and modern M3U8 video player built with Material Design 3. It provides a clean and intuitive interface for watching IPTV live streams anytime, anywhere.
<b>Features</b>
- 🎬 M3U8 video streaming playback
- 📱 Material Design 3 UI
- 🌙 Dark mode support
- 📺 Picture-in-Picture mode
- 🎨 Modern and intuitive interface
- 🔒 Privacy-focused (no data collection)
- 🎬 Resolution switching support
- 🌐 Multi-language support (30+)
@@ -1 +1 @@
Lightweight and modern M3U8 video player for Android
Lightweight and modern M3U8 video player
@@ -0,0 +1,4 @@
增强 M3U 元数据支持(tvg-country、tvg-language、tvg-logo)。
恢复HTTP明文连接的支持。并设置首次连接强制使用 HTTPS,如果 HTTPS 连接失败则自动回退到 HTTP。
完整更新日志请参阅 GitHub
@@ -0,0 +1,9 @@
Astronia 是一款轻量级现代化的 M3U8 视频播放器,采用 Material Design 3 设计。它提供简洁直观的界面,随时随地观看IPTV直播。
<b>功能特性</b>
- 📱 Material Design 3 界面
- 🌙 深色模式支持
- 📺 画中画模式
- 🎬 分辨率切换支持
- 🌐 多语言支持(30+
@@ -0,0 +1 @@
轻量级现代化 M3U8 视频播放器
@@ -0,0 +1 @@
Astronia
@@ -0,0 +1,4 @@
增強 M3U 元資料支援(tvg-country、tvg-language、tvg-logo)。
恢復HTTP明文連結的支援,並設定首次連接強制使用 HTTPS,如果 HTTPS 連線失敗則自動回退到 HTTP。
完整更新日誌請參閱 GitHub
@@ -0,0 +1,10 @@
Astronia 是一款輕量級現代化的 M3U8 影片播放器,採用 Material Design 3 設計。它提供簡潔直觀的介面,隨時隨地觀看IPTV直播。
<b>功能特性</b>
- 🎬 M3U8 影片串流播放
- 📱 Material Design 3 介面
- 🌙 深色模式支援
- 📺 子母畫面模式
- 🎬 解析度切換支援
- 🌐 多語言支援(30+
@@ -0,0 +1 @@
輕量級現代化 M3U8 影片播放器
@@ -0,0 +1 @@
Astronia