GithubHelp home page GithubHelp logo

nekoouo / rays-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skyd666/rays-android

1.0 0.0 0.0 6.99 MB

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

Home Page: https://t.me/SkyD666Chat

License: GNU General Public License v3.0

Kotlin 99.98% AIDL 0.02%

rays-android's Introduction

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

中文       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

rays-android's People

Contributors

skyd666 avatar weblate avatar aaa1115910 avatar lightsummer233 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.