更新README.md

pull/67/head 1.0.0
pppscn 3 years ago
parent 435f0d44e6
commit faed6310f6

@ -1,21 +1,32 @@
# 短信转发 信息转发 TranspondSms 把Android手动的短信通过邮件或者钉钉转出去
# SmsForwarder (短信转发器)
Android手机监听短信并根据指定规则转发到其他手机、钉钉机器人、企业微信群机器人、邮箱、bark、webhook等
博文连接[https://www.jianshu.com/p/608d1b1477e3]
官网[https://tsms.allmything.com]
APP下载 [https://pan.baidu.com/s/1kbelTFIf5nwkOY9g6itkvA]
> ⚠ 此项目在 [xiaoyuanhost/TranspondSms](https://github.com/xiaoyuanhost/TranspondSms) 的基础上优化改造而来,感谢原作者!
--------
## 特别声明:
* 本仓库发布的`SmsForwarder`项目中涉及的任何代码/APK仅用于测试和学习研究禁止用于商业用途不能保证其合法性准确性完整性和有效性请根据情况自行判断。
* 本项目内所有资源文件,禁止任何公众号、自媒体进行任何形式的转载、发布。
* 间接使用代码/APK的任何用户包括但不限于在某些行为违反国家/地区法律或相关法规的情况下进行传播, `pppscn` 对于由此引起的任何隐私泄漏或其他后果概不负责。
* 如果任何单位或个人认为该项目的代码/APK可能涉嫌侵犯其权利则应及时通知并提供身份证明所有权证明我们将在收到认证文件后删除相关代码/APK。
--------
## 该工具实现特点和准则:
* **简单** 只做两件事:监听短信---》转发
## 特点和准则:
* **简单** 只做两件事:监听短信 --> 根据指定规则转发
由此带来的好处:
* 功能简单:当时用Pad的时候看手机验证码各种不方便网上搜了好久也有解决方案
* 简洁:当时用Pad的时候看手机验证码各种不方便网上搜了好久也有解决方案
> + AirDroid:手机管理工具功能太多,看着都耗电,权限太多,数据经过三方,账号分级
> + IFTTT:功能太多,看着耗电,权限太多,数据经过三方,收费
> + 还有些其他的也是这些毛病
> + 还有些其他的APP(例如Tasker)也是这些毛病
* 省电运行时只监听广播有短信才执行转发并记录最近n条的转发内容和转发状态
* 健壮越简单越不会出错UNIX设计哲学就越少崩溃运行越稳定持久
@ -30,6 +41,7 @@ APP下载 [https://pan.baidu.com/s/1kbelTFIf5nwkOY9g6itkvA]
| 转发钉钉 | 单个钉钉群已实现 |
| 转发钉钉@某人 | 已实现 |
| 转发邮箱 | 单个邮箱已实现 |
| 转发Bark | 已实现,验证码/动态密码自动复制 |
| 转发企业微信群机器人 | 已实现 |
| 转发web页面 | 单个web页面已实现[向设置的url发送POST请求](doc/POST_WEB.md) |
| 转发规则 | (规则即:什么短信转发到哪里)已实现实现 |
@ -54,40 +66,19 @@ APP下载 [https://pan.baidu.com/s/1kbelTFIf5nwkOY9g6itkvA]
### 应用截图:
![主界面](pic/main.jpg "应用主界面")
![转发详情](pic/maindetail.jpg "转发详情")
![转发规则](pic/rule.jpg "转发规则")
![添加编辑转发规则](pic/ruleset.jpg "添加编辑转发规则")
![发送方](pic/sender.jpg "发送方")
![添加编辑发送方钉钉](pic/sendersetdingding.jpg "添加编辑发送方钉钉")
![添加编辑发送方邮箱](pic/sendersetemail.jpg "添加编辑发送方邮箱")
![添加编辑发送方网页通知](pic/sendersetwebnotify.jpg "添加编辑发送方网页通知")
![状态栏运行状态](pic/taskbar.jpg "状态栏运行状态")
![应用设置](pic/setting.jpg "应用设置")
![意见反馈](pic/settingfeedback.jpg "意见反馈")
![应用更新](pic/update-dingdingsecret.jpg "应用更新")
### 更新记录:
> [v3.5.0](app/release/TSMS_release_20210126_3.5.0.apk) 1钉钉机器人添加 @ 功能
> [v3.4.0](pic/TSMS_release_20210120_3.4.0.apk) 1增加企业微信群机器人通知。2修复设置开机启动崩溃
> [v3.3.0](pic/TSMS_release_20210113_3.3.0.apk) 1增加网页通知验签。2修复网页及钉钉配置测试崩溃
> [v3.2.0](pic/TSMS_release_20210106_3.2.0.apk) 1增加邮箱SSL配置。2邮箱测试结果通知
> [v3.1.0](pic/TSMS_release_20201231_3.1.0.apk) 1界面重构。2增加转发规则页面。3增加发送方页面。4升级配置页面
> [v2.1.0](pic/TSMS_release_20200806_2.1.0.apk) 1增加新版钉钉群机器人安全设置中的加签
> [v2.00](pic/TSMS_release_20200729_2.00.apk) 1移除热点管理回归简单。2修复Android9Android10版本闪退。3添加更新接口。4修复bug
| | |
| ---- | ---- |
| ![主界面](pic/main.png "应用主界面") | ![转发详情](pic/maindetail.png "转发详情") |
| ![转发规则](pic/rule.png "转发规则") | ![添加编辑转发规则](pic/ruleset.png "添加编辑转发规则") |
| ![发送方](pic/sender.png "发送方") | ![添加编辑发送方钉钉](pic/sendersetdingding.png "添加编辑发送方钉钉") |
| ![添加编辑发送方邮箱](pic/sendersetemail.png "添加编辑发送方邮箱") | ![添加编辑发送方Bark](pic/sendersetbark.png "添加编辑发送方Bark") |
| ![添加编辑发送方网页通知](pic/sendersetwebnotify.png "添加编辑发送方网页通知") | ![添加编辑发送方企业微信群机器人](pic/sendersetqywechat.png "添加编辑发送方企业微信群机器人") |
| ![状态栏运行状态](pic/taskbar.png "状态栏运行状态") | ![应用设置](pic/setting.png "应用设置") |
> v1.1 减少手动配置启动参数自启动配置、自动开启热点配置设置好后手机重启也不用重新打开了还能自动为pad开启热点
<u>热点管理
可设置跟随设备启动时启动热点并且在热点关闭后10秒自动重启热点所以想关闭热点先把设置页码的开启热点关掉</u>
(热点助手功能会在后期2020/07/29转移到单独的APP)详见[https://www.jianshu.com/p/f70cf475eddc]
--------
> v1.0 项目初始化,实现转发
## 更新记录:
> [v1.0.0](app/release/SmsForwarder_release_20210213_1.0.0.apk) 优化后第一版
## LICENSE

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Loading…
Cancel
Save