UpgradeAll
UpgradeAll copied to clipboard
Check updates for Android apps, Magisk modules and more!
The default update server `update-server.xzos.net` is pretty inaccessible for international users in most time, and since the default setting for rule repo is "Follow Server Config", new users have a...
New here from F-Droid and glad to know this great project. I feel surprisingly odd that this App is so understated since I can tell your ambition would have many...
It would be fantastic to add support for built-in http and socks proxy, like many F-Droid clients (e.g. [Neo Store](https://github.com/NeoApplications/Neo-Store)). System VPN is one thing, but sometimes a more flexible...
To distinguish FOSS Apps from others, maybe it's better to include with which license they're shipped, like F-Droid. In the long run maybe something like App's homepage, brief intro, author's...
**新功能** 1. 无需订阅源,直接利用github的搜索/收藏/访问页面,获得一组应用 2. 解析github release页面自动获取release版本的apk文件 3. 解析github action获取自动构建的测试版软件(这个方法存在一些问题,github action需要登录帐号才能下载,并且build不一定有结果,build结果很可能并非可以直接安装的格式) **添加该功能的原因** 去除他人干预地获取应用,更自由,也更便利 **实现方法或步骤** 待定
I couldn't find privacy policy for this app, so pardon me, is there such stuff? If not, I really hope you can compose one, since I'm slightly concerned about privacy...
**描述新功能或计划** 自动更新功能,根据预定的配置自动下载安装包并进行安装。 **添加该功能的原因** 用户反馈 **实现方法或步骤** 1. 等待 1.0 版本 Core 重构完成 2. 等待文件管理功能实现 3. 设计设置 UI(逻辑实现在 Core 库) **该变动涉及的模块** UpgradeAll UpgradeAllCore **该功能是否需要其他平台项目变动** 否 **优先级** 低 **开发状态** Todo **相关的 issues** #13...
**描述新功能或计划** 自动按照本机或指定的平台类型下载文件,可以为不同的跟踪项单独设置平台类型 **添加该功能的原因** 例如:存储重定向 在三星设备上需要使用特定平台的安装包 **实现方法或步骤** 1. 服务端检测平台类型并返回数据 2. 客户端检测平台类型并开始下载 **该变动涉及的模块** [Updater 模块](https://github.com/DUpdateSystem/UpgradeAll/blob/master/core/src/main/java/net/xzos/upgradeall/core/server_manager/module/app/Updater.kt) **该功能是否需要其他平台项目变动** 是 **优先级** 高 **开发状态** Todo **相关的 issues** https://github.com/DUpdateSystem/UpgradeAll/issues/10