Rays-Android
Rays-Android copied to clipboard
🥰 A tool to record, search and manage stickers on your phone. ⭐️ Star to support our work! 一个在本地记录、查找、管理表情包的工具。基于 MVI 架构,使用 Jetpack Compose 编写,完全采用 Material You 风...
🥰 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
- Support tagging for stickers
- Support setting search domains (set the fields of the database tables to be searched)
- Support searching using regular expressions
- Support recognizing text in stickers
- Support recommending sticker tags using Ai (support change models)
- Support syncing data using WebDAV and files
- Support AI image style transfer
- Support importing some stickers through the system "Share" page
- Support Monet theming and customizing theme colors, support theme color following the sticker's main color
- Support dark color mode
- ......
🤩 Screenshots
🔍 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