Giter Site home page Giter Site logo

actionbar / smscodehelper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gitaiqaq/smscodehelper

0.0 2.0 0.0 47.45 MB

Copy verification code from SMS automatically.

License: GNU Lesser General Public License v3.0

Makefile 0.02% Java 96.08% JavaScript 3.90%

smscodehelper's Introduction

Captchas Tool

本项目为 RikkaW/SmsCodeHelper 的二次开发的完全不同画风版,主要变化为高度自定义的更多配置项,第三方 sdk 的使用

验证码处理工具,检查短信中的验证码并给予在通知栏和Toast显示,输出至剪贴板等操作

Screener

TODO

  • 部分支付通知金额抽取
  • 更加完善的 tasker 插件支持

更新记录(ChangeLog)

  • 修改了一些细节
  • 又改了关于页面
  • 调整优先级,防止通知被覆盖
  • 修复前版本的拨号盘无法启动问题
  • 增加更人性化的日志
  • 增加 tasker 插件支持
  • 修改了一些细节
  • 修复 Android M 重复请求权限问题
  • 修复解析出乱七八糟东西的问题
  • 新的关于页面
  • 修复通知图标
  • 增加测试功能
  • 增加部分解析解析
  • 去除Google验证码G-
  • 优化整合解析器
  • 更少配置项
    • 去除自定义触发关键词
    • 去除自定义来源及解析正则
  • 修复透明状态栏及阴影重叠问题
  • 增加测试用例 100+
  • 增加简述(即说明)
  • 增加配置项
    • 自定义触发关键词
    • 自定义来源及解析正则
  • 反推服务商
  • 拨号盘暗码: *#*#767#*#* (SMS)
  • 增加原生5.0以上Overview Screen卡片颜色
  • 增加配置项
    • 启用/暂停服务
    • 自动复制到剪贴板
      • 检测剪贴板是否为空
    • 更科学的显示通知
      • 点击显示短信内容
      • 点击内容自动复制
      • 视图中显示来源/校验码/服务商等内容
  • 新通知栏图标
  • 新图标 @萌萌的小雅酱
  • 增加 魔趣 OS 验证码解析 SDK
  • 重写/模块化
  • 增加配置界面
  • 增加正则表达式解析
  • 增加通知提醒
  • 精简兼容包(52.2kb)
  • 支持含有大写字母的验证码
  • 减少了一点点体积
  • 新的图标

By: RikkaW

Images

  • 萌萌的小雅酱
    • mipmap-hdpi/ic_launcher.png
    • mipmap-mdpi/ic_launcher.png
    • mipmap-xhdpi/ic_launcher.png
    • mipmap-xxhdpi/ic_launcher.png
    • mipmap-xxxhdpi/ic_launcher.png
    • drawable-hdpi/ic_notify.png
    • drawable-mdpi/ic_notify.png
    • drawable-xhdpi/ic_notify.png
    • drawable-xxhdpi/ic_notify.png
    • drawable-xxxhdpi/ic_notify.png

Build with Gradle

  1. git clone https://github.com/RikkaW/SmsCodeHelper
  2. create a key store file and change configuration
  3. cd SmsCodeHelper
  4. gradle clean build
  5. find -name "rikka.smscodehelper*.apk"

Signing Configs

releaseSigning : [
        storeFile : System.getenv("KEYSTORE"),
        storePassword : System.getenv("KEYSTORE_PASSWORD"),
        alias : System.getenv("KEY_ALIAS"),
        aliasPassword: System.getenv("KEY_PASSWORD")
],

Licenses

GPLv3+

Libraries

smscodehelper's People

Contributors

gitaiqaq avatar

Watchers

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