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.
- 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
- ......
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$ | |
Search for content with the keywords "crazy" or "Genshin" | .*crazy.*|.*Genshin.* | |
Search only for the word "crazy" or only for the word "Genshin" | crazy|Genshin or ^crazy$|^Genshin$ | |
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.* |
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).
If you are interested, please help us translate, thank you.
- 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
- Sticker classification: https://github.com/SkyD666/StickerClassification
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 |
This software code is available under the following license