代码拉取完成,页面将自动刷新
点击下载 Demo.apk 或扫描下面的二维码安装
java方式引用
dependencies {
compile 'com.qianwen:update-app:3.5.2'
}
kotlin方式引用
dependencies {
compile 'com.qianwen:update-app-kotlin:1.2.3'
}
1,java方式
new UpdateAppManager
.Builder()
//当前Activity
.setActivity(this)
//更新地址
.setUpdateUrl(mUpdateUrl)
//实现httpManager接口的对象
.setHttpManager(new UpdateAppHttpUtil())
.build()
.update();
2,kotlin方式
updateApp(mUpdateUrl, UpdateAppHttpUtil()).update()
kotlin版本是依赖java版本的,所以java版本的问题kotlin自然修复
v3.5.2
1,修复下载过程中,关闭对话框不能自动安装问题。
v3.5.1
1,修复bug
v3.5.0
1,优化强制更新
v3.4.8
1,修复bug
v3.4.7
1,优化 APP 安装的问题
v3.4.6
1,优化 APP 安装的问题
v3.4.5
1,增加全局异常捕获方法
.handleException(new ExceptionHandler() {
@Override
public void onException(Exception e) {
}
})
v3.4.4
1,修复bug
v3.4.3
1,修复bug
v3.4.2
1,修复bug
v3.4.1
1,给插件使用者更多的配置和开启一些钩子方便适配不同的业务需求
2,适配android8.0
感谢Jiiiiiin对项目的维护
v3.4.0
1,修复
v3.3.9
1,适配android8.0的通知和安装未知来源的app
感谢typ0520对项目的维护
v3.3.8
1,增加存储空间权限申请
V3.3.7
1,修改默认安装包下载路径为download/packageName
感谢bean-liu对项目的维护
V3.3.6
1,去掉对下载路径前缀的校验。
https://github.com/WVector/AppUpdate/issues/26
V3.3.5
1,修复升级对话框布局中的问题。
2,修复静默下载,关闭更新弹窗 再点击更新 一直显示的问题。
https://github.com/WVector/AppUpdate/issues/21
V3.3.4
1,修复对话框更新内容过多,升级按钮被挤压的问题。
2,去掉自动从图片提取颜色的功能, 通过.setThemeColor()设置按钮和精度条颜色,
3,兼容compileSdkVersion <25
V3.3.3
1,修复下载路径是重定向路径不能下载的问题
V3.3.2
1,修复正在下载时,返回桌面报错的问题
https://github.com/WVector/AppUpdate/issues/14
V3.3.1
1,修复对话框外可以点击的问题
V3.3.0
1,可以设置不显示通知栏进度条。
2,可以设置忽略版本。
3,优化下载时页面卡的问题(由于下载进度回调调用频繁,造成ui线程阻塞)。
4,可以静默下载,类似网易云音乐,并且设置wifi状态下。
V3.2.9
1,新增自定义对话框。
2,适配kotlin,写法更简单。
Copyright 2017 千匍
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。