mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-03 01:17:41 +08:00
Update of README and other small fixes
This commit is contained in:
parent
915dc8cdee
commit
4817819f00
26
README.md
26
README.md
@ -233,21 +233,21 @@ Benefit by simplicity:
|
||||
|
||||
--------
|
||||
|
||||
### Screenshot:
|
||||
### Screenshots :
|
||||
|
||||
| Docking in Ntf. screen | Main screen | Forward rules | Forward detail |
|
||||
| Docking in Ntf. screen | Main screen | Fwding rules | Fwding details |
|
||||
| ---- | ---- | ---- | ---- |
|
||||
|  |  |  |  |
|
||||
| Test of Fw. rule(s) | Multiple rules | Supported senders | Add/Edit DingTalk sender |
|
||||
|  |  |  |  |
|
||||
| Add/Edit E-mail sender | Add/Edit Bark sender | Add/Edit Webhook | Add/Edit WeCom Bot sender |
|
||||
|  |  |  |  |
|
||||
|  |  |  |  |
|
||||
| Test of a Fw. rule | Multiple filters | Supported senders | Add/Edit DingTalk sender |
|
||||
|  |  |  |  |
|
||||
| Add/Edit E-mail sender | Add/Edit Bark sender | Add/Edit Webhook | Add/Edit WeCom Group Bot sender |
|
||||
|  |  |  |  |
|
||||
| Add/Edit Telegram Bot sender | Add/Edit ServerChan Turbo sender | Add/Edit WeCom Group sender | Settings |
|
||||
|  |  |  |  |
|
||||
| About/Update | RegEx & specific SIM slot | SMS Fw. template w/ SIM slot info. | Add/Edit an SMS forwarding rule |
|
||||
|  |  |  |  |
|
||||
| Add/Edit FeiShu Bot sender | Import and export (one-key cloning) | Listen to ntf. of other Apps and fw. | Get App pkg name(s) |
|
||||
|  | ") |  | ") |
|
||||
|  |  |  |  |
|
||||
| About/Update | RegEx & SIM filters | SMS fwding template w/ SIM label | Add/Edit an SMS fwding rule |
|
||||
|  |  |  |  |
|
||||
| Add/Edit FeiShu Bot sender | Import and export (One-key Cloning) | Listen to ntf. of other Apps and fw. | Get App pkg name(s) |
|
||||
|  | ") |  | ") |
|
||||
|
||||
--------
|
||||
|
||||
@ -269,7 +269,7 @@ Benefit by simplicity:
|
||||
+ https://github.com/xuexiangjys/XUpdateAPI (online update)
|
||||
+ https://github.com/mailhu/emailkit (email sending)
|
||||
+ https://github.com/alibaba/fastjson (json parsing)
|
||||
+ https://github.com/getActivity/XXPermissions (Permissions)
|
||||
+ https://github.com/getActivity/XXPermissions (permission requiring)
|
||||
+ [](https://jb.gg/OpenSourceSupport) (License Certificate for JetBrains All Products Pack)
|
||||
|
||||
--------
|
||||
|
27
README_en.md
27
README_en.md
@ -64,7 +64,7 @@ Benefit by simplicity:
|
||||
- [x] Forward to webhook (a single web page [sending POST/GET requests to a designated URL](doc/POST_WEB.md));
|
||||
- [x] Forward to WeCom Bots;
|
||||
- [x] Forward to WeCom enterprise channels;
|
||||
- [x] 转发到ServerChan(Server酱·Turbo版)
|
||||
- [x] Forward to ServerChan·Turbo;
|
||||
- [x] Forward to Telegram Bots (Proxy support ready);
|
||||
- [x] Forward to another mobile phone via SMS [Note: Paid service, carriers may charge for SMS forwarding. SMS forwarding should apply with filtered rules when device has no Internet access.]
|
||||
- [x] Check for new version and upgrade;
|
||||
@ -89,21 +89,21 @@ Benefit by simplicity:
|
||||
|
||||
--------
|
||||
|
||||
### Screenshot:
|
||||
### Screenshots :
|
||||
|
||||
| Docking in Ntf. screen | Main screen | Forward rules | Forward detail |
|
||||
| Docking in Ntf. screen | Main screen | Fwding rules | Fwding details |
|
||||
| ---- | ---- | ---- | ---- |
|
||||
|  |  |  |  |
|
||||
| Test of Fw. rule(s) | Multiple rules | Supported senders | Add/Edit DingTalk sender |
|
||||
|  |  |  |  |
|
||||
| Add/Edit E-mail sender | Add/Edit Bark sender | Add/Edit Webhook | Add/Edit WeCom Bot sender |
|
||||
|  |  |  |  |
|
||||
|  |  |  |  |
|
||||
| Test of a Fw. rule | Multiple filters | Supported senders | Add/Edit DingTalk sender |
|
||||
|  |  |  |  |
|
||||
| Add/Edit E-mail sender | Add/Edit Bark sender | Add/Edit Webhook | Add/Edit WeCom Group Bot sender |
|
||||
|  |  |  |  |
|
||||
| Add/Edit Telegram Bot sender | Add/Edit ServerChan Turbo sender | Add/Edit WeCom Group sender | Settings |
|
||||
|  |  |  |  |
|
||||
| About/Update | RegEx & specific SIM slot | SMS Fw. template w/ SIM slot info. | Add/Edit an SMS forwarding rule |
|
||||
|  |  |  |  |
|
||||
| Add/Edit FeiShu Bot sender | Import and export (one-key cloning) | Listen to ntf. of other Apps and fw. | Get App pkg name(s) |
|
||||
|  | ") |  | ") |
|
||||
|  |  |  |  |
|
||||
| About/Update | RegEx & SIM filters | SMS fwding template w/ SIM label | Add/Edit an SMS fwding rule |
|
||||
|  |  |  |  |
|
||||
| Add/Edit FeiShu Bot sender | Import and export (One-key Cloning) | Listen to ntf. of other Apps and fw. | Get App pkg name(s) |
|
||||
|  | ") |  | ") |
|
||||
|
||||
--------
|
||||
|
||||
@ -125,6 +125,7 @@ Benefit by simplicity:
|
||||
+ https://github.com/xuexiangjys/XUpdateAPI (online update)
|
||||
+ https://github.com/mailhu/emailkit (email sending)
|
||||
+ https://github.com/alibaba/fastjson (json parsing)
|
||||
+ https://github.com/getActivity/XXPermissions (permission requiring)
|
||||
+ [](https://jb.gg/OpenSourceSupport) (License Certificate for JetBrains All Products Pack)
|
||||
|
||||
--------
|
||||
|
@ -17,7 +17,7 @@
|
||||
<string name="sender_setting">Sender Setting</string>
|
||||
<string name="app_list">App List</string>
|
||||
<string name="log_tips">Tips: Pull to refresh; Long press to delete one log entry.</string>
|
||||
<string name="rule_tips">Tips: Tap "NEW FORWARDING RULE" to add a new rule; Long press a rule to delete; Tap an existing rule to edit.</string>
|
||||
<string name="rule_tips">Tips: Tap "NEW SMS/Call Fw. RULE" to add a new rule; Long press a rule to delete; Tap an existing rule to edit.</string>
|
||||
<string name="sender_tips">Tips: Tap "NEW SENDER" to add a new sender; Long press a sender to delete; Tap an existing sender to edit.</string>
|
||||
<string name="app_tips">Tips: Tap to copy the package name of an App; Long press an App to start and jump to it.</string>
|
||||
<!--AboutActivity-->
|
||||
@ -28,10 +28,10 @@
|
||||
<string name="open_source">Repo URL</string>
|
||||
<string name="synchronize_mirror">Repo Mirror</string>
|
||||
<string name="qq_group">QQ Group</string>
|
||||
<string name="qq_group1">1st:562854376</string>
|
||||
<string name="qq_group2">2nd:31330492</string>
|
||||
<string name="join_qq_group1">Join 1st Group</string>
|
||||
<string name="join_qq_group2">Join 2nd Group</string>
|
||||
<string name="qq_group1">Group 1:562854376</string>
|
||||
<string name="qq_group2">Group 2:31330492</string>
|
||||
<string name="join_qq_group1">Join Group 1</string>
|
||||
<string name="join_qq_group2">Join Group 2</string>
|
||||
<string name="cache">Cache size</string>
|
||||
<string name="purge">Purge</string>
|
||||
<string name="checking">Checking…</string>
|
||||
@ -42,7 +42,7 @@
|
||||
<string name="bt_refresh_log">Clear Logs</string>
|
||||
<string name="delete_log_title">Delete confirmation</string>
|
||||
<string name="delete_log_tips">Are you sure to delete this log entry?</string>
|
||||
<string name="delete_log_toast">This log entry is deleted.</string>
|
||||
<string name="delete_log_toast">The log entry is deleted.</string>
|
||||
<string name="details">Details</string>
|
||||
<string name="clear_logs_tips">Are you sure to clear all forwarding logs?</string>
|
||||
<string name="pull_tips">Pull to refresh.</string>
|
||||
@ -59,10 +59,10 @@
|
||||
<string name="add_sender_first">Please add a sender first.</string>
|
||||
<string name="select_sender">Select Sender</string>
|
||||
<string name="rule_tester">Rule tester:</string>
|
||||
<string name="new_sms_rule">New SMS Fw. rule</string>
|
||||
<string name="new_call_rule">New Call Fw. rule</string>
|
||||
<string name="new_app_rule">New App Fw. rule</string>
|
||||
<string name="test_sim_slot">Test Sim Slot</string>
|
||||
<string name="new_sms_rule">New SMS Fw. Rule</string>
|
||||
<string name="new_call_rule">New Call Fw. Rule</string>
|
||||
<string name="new_app_rule">New App Fw. Rule</string>
|
||||
<string name="test_sim_slot">Test SIM Slot</string>
|
||||
<string name="test_phone_number">Test Phone Number</string>
|
||||
<string name="test_msg_content">Test Msg Content</string>
|
||||
<string name="test_package_name">Test PackageName</string>
|
||||
@ -150,26 +150,26 @@
|
||||
<string name="WebNotifyWebServer">WebServer e.g. https://a.b.com/msg?token=xyz</string>
|
||||
<string name="WebNotifyWebParams">WebParams e.g. payload=%7B%22text%22%3A%22[msg]%22%7D [msg] will be replaced with text message content. \nSupport Json format, for example: {"text":[MSG]}.\n Note: MSG is automatically utF-8 encoded in addition to JSON format</string>
|
||||
<string name="WebNotifySecret">Secret (sign is not counted if left blank)</string>
|
||||
<string name="SmsSimSlot">Sim Slot</string>
|
||||
<string name="SmsSimSlot">SIM Slot</string>
|
||||
<string name="same_source">Same source</string>
|
||||
<string name="SmsMobiles">Receive mobile phone numbers separated by, e.g. 15888888888;19999999999</string>
|
||||
<string name="OnlyNoNetwork">Enable when no network is available</string>
|
||||
<!--SettingActivity-->
|
||||
<string name="device_name">Device name</string>
|
||||
<string name="sim1_remark" tools:ignore="Typos">SIM1 Remark</string>
|
||||
<string name="sim2_remark" tools:ignore="Typos">SIM2 Remark</string>
|
||||
<string name="carrier_mobile">Carrier_Mobile Number</string>
|
||||
<string name="sim1_remark" tools:ignore="Typos">SIM1 Label</string>
|
||||
<string name="sim2_remark" tools:ignore="Typos">SIM2 Label</string>
|
||||
<string name="carrier_mobile">Label of SIM, eg.: "CMCC", "13800138000", etc.</string>
|
||||
<string name="low_power_alarm_threshold">Low power alarm threshold</string>
|
||||
<string name="low_power_alarm_threshold_tips">Value range: 0–100. Left blank or 0 is disabled</string>
|
||||
<string name="retry_interval">Retry interval (seconds)</string>
|
||||
<string name="retry_interval_tips">Retry five times after it fails</string>
|
||||
<string name="forward_sms">Forward sms</string>
|
||||
<string name="forward_sms_tips">Main switch, grant the permission to read short messages, notify short messages, and send short messages</string>
|
||||
<string name="forward_sms_tips">Main switch, requires permissions to read and sned SMS messages, especially verification SMS texts.</string>
|
||||
<string name="forward_missed_calls">Forward missed calls</string>
|
||||
<string name="forward_missed_calls_tips">Main switch, please grant read call history, contact rights</string>
|
||||
<string name="forward_missed_calls_tips">Main switch, requires permissions to read call log and contacts.</string>
|
||||
<string name="forward_app_notify">Forward app notify</string>
|
||||
<string name="forward_app_notify_tips">Master switch, please grant notice first</string>
|
||||
<string name="enable_custom_templates">Enable custom templates</string>
|
||||
<string name="forward_app_notify_tips">Main switch, requires permission to read notification.</string>
|
||||
<string name="enable_custom_templates">Global custom template</string>
|
||||
<string name="enable_custom_templates_tips">Priority: custom template for forwarding rules > Global custom template > System default</string>
|
||||
<string name="enable_regex_replace">Enable regular replacement content</string>
|
||||
<string name="enable_regex_replace_tips">Format: RegularExpression===ReplacementResult,One rule per line.\ne.g. (\\d{3})\\d+(\\d{4})===$1****$2</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user