-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fbaf5c
commit 4af23a7
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# NotiSync | ||
|
||
这个App的目标是实现安卓设备之间的通知同步,通过添加配置,用户自行决定本机捕获到的通知向哪个服务器推送,以及从哪个服务器获得通知。 | ||
|
||
# APP使用简介 | ||
|
||
客户端借鉴某些知名科学上网工具的主界面,只现实配置列表,右上角菜单可以选择手动添加配置,从剪切板添加配置,或者设置给予读取通知权限,或者查看已经捕获的通知。 | ||
|
||
![NotiSync 主界面](https://leanote.squarefong.com/api/file/getImage?fileId=5ea88dcf2fc01e02bb00069f) | ||
|
||
如果期望NotiSync作为发送端,请务必赋予读取通知的权限。 | ||
|
||
在添加配置界面,或者修改配置的界面中,第一行为是否运行,当开关处于关闭状态,这个配置将不生效。第二行是备注,用来让用户区分不同配置。第三行是服务器地址,第四行是端口,本App目前使用Http协议,后期将使用https协议以加密传输,保护通知内容不被泄露。最后一项是UUID,这是服务端用来区分用户的唯一标志。最后是工作模式,自行选择作为发送端或者接受端。目前配置文件没有作正确性检查,请自行填写正确的配置。点击右上角的勾即可保存,直接返回则不保存变更。 | ||
|
||
![NotiSync 配置页面](https://leanote.squarefong.com/api/file/getImage?fileId=5ea8904c2fc01e02bb0006a1) | ||
|
||
# TODO | ||
|
||
-[] 计划添加通知的过滤 | ||
-[] 配置的分享 | ||
-[] 配置的导入 |