Rays Android Save

🥰 A tool to record, search and manage stickers on your phone. ⭐️ Star to support our work! 一个在本地记录、查找、管理表情包的工具。基于 MVI 架构,使用 Jetpack Compose 编写,完全采用 Material You 风格。⭐️ 点个 Star 以支持此项工作!

Project README

🥰 Rays (Android)

GitHub Workflow Status GitHub release (latest by date) GitHub all downloads Support platform GitHub license Telegram Discord

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.

中文&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 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 ic_home_screen_search ic_add_screen_add ic_share ic_appearance_screen ic_import_export_screen ic_mini_tool_screen ic_style_transfer_screen ic_search_config_screen ic_more_screen ic_settings_screen ic_classification_screen ic_auto_share_screen ic_about_screen

🔍 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.

translate

🛠 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

✨ 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

Open Source Agenda is not affiliated with "Rays Android" Project. README Source: SkyD666/Rays-Android

Open Source Agenda Badge

Open Source Agenda Rating