整理:更新readme
@ -68,7 +68,7 @@
|
|||||||
- [x] 转发到其他手机短信【注意:非免费的,转发短信运营商有收费的,建议没有网络时启用,并设置好内容过滤规则】
|
- [x] 转发到其他手机短信【注意:非免费的,转发短信运营商有收费的,建议没有网络时启用,并设置好内容过滤规则】
|
||||||
- [x] 在线检测新版本、升级
|
- [x] 在线检测新版本、升级
|
||||||
- [x] 清理缓存
|
- [x] 清理缓存
|
||||||
- [x] 兼容 Android 5.xx 6.xx、7.xx、8.xx、9.xx、10.xx
|
- [x] 兼容 Android 5.xx、6.xx、7.xx、8.xx、9.xx、10.xx、11.xx
|
||||||
- [x] 支持双卡手机,增加卡槽标识/运营商/手机号(如果能获取的话)
|
- [x] 支持双卡手机,增加卡槽标识/运营商/手机号(如果能获取的话)
|
||||||
- [x] 支持多重匹配规则
|
- [x] 支持多重匹配规则
|
||||||
- [x] 支持标注卡槽号码(优先使用)、设备信息;自定义转发信息模版
|
- [x] 支持标注卡槽号码(优先使用)、设备信息;自定义转发信息模版
|
||||||
@ -124,6 +124,7 @@
|
|||||||
+ https://github.com/xuexiangjys/XUpdateAPI (在线升级)
|
+ https://github.com/xuexiangjys/XUpdateAPI (在线升级)
|
||||||
+ https://github.com/mailhu/emailkit (邮件发送)
|
+ https://github.com/mailhu/emailkit (邮件发送)
|
||||||
+ https://github.com/alibaba/fastjson (Json解析)
|
+ https://github.com/alibaba/fastjson (Json解析)
|
||||||
|
+ https://github.com/getActivity/XXPermissions (权限请求框架)
|
||||||
+ [](https://jb.gg/OpenSourceSupport) (License Certificate for JetBrains All Products Pack)
|
+ [](https://jb.gg/OpenSourceSupport) (License Certificate for JetBrains All Products Pack)
|
||||||
|
|
||||||
--------
|
--------
|
||||||
@ -196,7 +197,7 @@ Benefit by simplicity:
|
|||||||
|
|
||||||
### Workflow:
|
### Workflow:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Features:
|
### Features:
|
||||||
|
|
||||||
@ -268,6 +269,7 @@ Benefit by simplicity:
|
|||||||
+ https://github.com/xuexiangjys/XUpdateAPI (online update)
|
+ https://github.com/xuexiangjys/XUpdateAPI (online update)
|
||||||
+ https://github.com/mailhu/emailkit (email sending)
|
+ https://github.com/mailhu/emailkit (email sending)
|
||||||
+ https://github.com/alibaba/fastjson (json parsing)
|
+ https://github.com/alibaba/fastjson (json parsing)
|
||||||
|
+ https://github.com/getActivity/XXPermissions (Permissions)
|
||||||
+ [](https://jb.gg/OpenSourceSupport) (License Certificate for JetBrains All Products Pack)
|
+ [](https://jb.gg/OpenSourceSupport) (License Certificate for JetBrains All Products Pack)
|
||||||
|
|
||||||
--------
|
--------
|
||||||
|
@ -165,4 +165,6 @@ dependencies {
|
|||||||
//AndroidAsync
|
//AndroidAsync
|
||||||
implementation 'com.koushikdutta.async:androidasync:3.1.0'
|
implementation 'com.koushikdutta.async:androidasync:3.1.0'
|
||||||
|
|
||||||
|
// 权限请求框架:https://github.com/getActivity/XXPermissions
|
||||||
|
implementation 'com.github.getActivity:XXPermissions:13.2'
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
tools:context="com.idormy.sms.forwarder.MainActivity">
|
tools:context="com.idormy.sms.forwarder.MainActivity">
|
||||||
|
<item
|
||||||
|
android:id="@+id/to_setting"
|
||||||
|
android:orderInCategory="100"
|
||||||
|
android:title="@string/setting"
|
||||||
|
android:icon="@drawable/ic_settings"
|
||||||
|
app:showAsAction="never" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/to_app_list"
|
android:id="@+id/to_app_list"
|
||||||
android:orderInCategory="100"
|
android:orderInCategory="100"
|
||||||
@ -15,12 +21,6 @@
|
|||||||
android:title="@string/clone"
|
android:title="@string/clone"
|
||||||
android:icon="@drawable/ic_clone"
|
android:icon="@drawable/ic_clone"
|
||||||
app:showAsAction="never" />
|
app:showAsAction="never" />
|
||||||
<item
|
|
||||||
android:id="@+id/to_setting"
|
|
||||||
android:orderInCategory="100"
|
|
||||||
android:title="@string/setting"
|
|
||||||
android:icon="@drawable/ic_settings"
|
|
||||||
app:showAsAction="never" />
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/to_about"
|
android:id="@+id/to_about"
|
||||||
android:orderInCategory="100"
|
android:orderInCategory="100"
|
||||||
|
BIN
pic/dingtalk.png
Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 161 KiB |
BIN
pic/qywechat.png
Before Width: | Height: | Size: 384 KiB After Width: | Height: | Size: 384 KiB |
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 394 KiB |
1
pic/working_principle_en.drawio
Normal file
BIN
pic/working_principle_en.png
Normal file
After Width: | Height: | Size: 367 KiB |