Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SkyD666/Rays-Android
🥰 A tool to record, search and manage stickers on your phone. ⭐️ Star to support our work! 一个在本地记录、查找、管理表情包的工具。基于 MVI 架构,使用 Jetpack Compose 编写,完全采用 Material You 风格。⭐️ 点个 Star 以支持此项工作!
https://github.com/SkyD666/Rays-Android
android compose datastore genshin genshin-impact hilt jetpack kotlin material-you md3 mvi-architecture navigation room sticker webdav
Last synced: 3 months ago
JSON representation
🥰 A tool to record, search and manage stickers on your phone. ⭐️ Star to support our work! 一个在本地记录、查找、管理表情包的工具。基于 MVI 架构,使用 Jetpack Compose 编写,完全采用 Material You 风格。⭐️ 点个 Star 以支持此项工作!
- Host: GitHub
- URL: https://github.com/SkyD666/Rays-Android
- Owner: SkyD666
- License: gpl-3.0
- Created: 2023-04-04T14:23:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T15:44:49.000Z (11 months ago)
- Last Synced: 2023-12-19T16:51:56.008Z (11 months ago)
- Topics: android, compose, datastore, genshin, genshin-impact, hilt, jetpack, kotlin, material-you, md3, mvi-architecture, navigation, room, sticker, webdav
- Language: Kotlin
- Homepage: https://t.me/SkyD666Chat
- Size: 6.1 MB
- Stars: 86
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
🥰 Rays (Android)
Rays (Record All Your Stickers), A tool to record, search and manage stickers on your phone.
🥰 Are you still struggling with too many stickers on your phone and having trouble finding the ones you want? This tool will help you manage your stickers! 😋
Rays utilizes the MVI architecture and fully adopts the Material You design style. All pages are developed using Jetpack Compose.
中文      
Help us translate
## 💡 Features
1. Support **tagging** for stickers
2. Support setting **search domains** (set the **fields of the database tables** to be searched)
3. Support searching using **regular expressions**
4. Support **recognizing text** in stickers
5. Support **recommending sticker tags** using **Ai** (support change models)
6. Support **syncing data using WebDAV and files**
7. Support **AI image style transfer**
8. Support importing some stickers through the **system "Share" page**
9. Support **Monet theming and customizing theme colors**, support **theme color following the sticker's main color**
10. Support **dark color mode**
11. ......## 🤩 Screenshots
![ic_home_screen](image/en/ic_home_screen.jpg) ![ic_home_screen_search](image/en/ic_home_screen_search.jpg)
![ic_add_screen_add](image/en/ic_add_screen_add.jpg) ![ic_share](image/en/ic_share.jpg)
![ic_appearance_screen](image/en/ic_appearance_screen.jpg) ![ic_import_export_screen](image/en/ic_import_export_screen.jpg)
![ic_mini_tool_screen](image/en/ic_mini_tool_screen.jpg) ![ic_style_transfer_screen](image/en/ic_style_transfer_screen.jpg)
![ic_search_config_screen](image/en/ic_search_config_screen.jpg) ![ic_more_screen](image/en/ic_more_screen.jpg)
![ic_settings_screen](image/en/ic_settings_screen.jpg) ![ic_classification_screen](image/en/ic_classification_screen.jpg)
![ic_auto_share_screen](image/en/ic_auto_share_screen.jpg) ![ic_about_screen](image/en/ic_about_screen.jpg)## 🔍 Search examples
Intent
Text input in the search bar when using regular expression
Text input in the search bar when regular expression is not used
Search for content with the keyword "Genshin"
.*Genshin.*
Genshin
Search only for the word "Genshin"
Genshin or ^Genshin$
⚠️Impossible
Search for content with the keywords "crazy" or "Genshin"
.*crazy.*|.*Genshin.*
⚠️Impossible
Search only for the word "crazy" or only for the word "Genshin"
crazy|Genshin or ^crazy$|^Genshin$
⚠️Impossible
Search for content with the keywords "crazy" and "Genshin"
.*crazy.* .*Genshin.*
crazy Genshin
Search for content with the keywords ("crazy" and with "Genshin") or "ikun"
.*crazy.*|.*ikun.* .*Genshin.*|.*ikun.*
⚠️Impossible
Note: and logic is represented by space, tab, line break, multiple of the above characters together are considered as one, extra spaces before and after the input box text will be ignored. The "content" in the form refers to the selected search domain (the results of multiple search domains are combined).
## 🌏 Translation
If you are interested, please help us **translate**, thank you.
## 🛠 Primary technology stack
- Jetpack **Compose**
- **MVI** Architecture
- Kotlin **Coroutines and Flow**
- **Material You**
- **ViewModel**
- **Hilt**
- **DataStore**
- **TensorFlow** Lite
- **ML Kit** (Machine Learning)
- **Room**
- **AIDL**
- Splash Screen
- Navigation
- Coil
- Lottie
- Profile Installer## 🤖 Machine learning
- Sticker classification: https://github.com/SkyD666/StickerClassification
## ✨ Other works
Work
Description
Link
AniVu, an all-in-one tool for RSS anime subscription and updates, bit torrent downloads, and video playback.
https://github.com/SkyD666/AniVu
Raca (Record All Classic Articles), a tool to record and search abstract passages and mini-essays in the comments section locally. 🤗 Are you still having trouble remembering the content of your mini-essay and facing the embarrassing situation of forgetting the front, middle and back? Using this tool will help you record the mini-essays you come across and never worry about forgetting them again! 😋
https://github.com/SkyD666/Raca-Android
NightScreen, when you use your phone at night 🌙, Night Screen can help you reduce the brightness of the screen and reduce the damage to your eyes.
https://github.com/SkyD666/NightScreen
## 📃 License
This software code is available under the following **license**
[**GNU General Public License v3.0**](LICENSE)