compile 'com.github.buhuiming:BHMAndroid:1.5.0'
- 1.1.6——1.1.7
TitleBar添加新的方法。
- 1.1.7——1.1.8
webView的封装。
- 1.1.8——1.1.9
webView的回调函数更新。
- 1.1.9——1.2.0
代码优化。
- 1.2.0——1.2.1
添加APP集成异常处理模块。
- 1.2.1——1.2.2
添加一些控件。
- 1.2.2——1.2.4
添加一些工具类,如FileUtils,DateUtils。
- 1.2.4——1.2.5
优化<读取图片(拍照/相册)>的用法,拒绝重写onActivityResult方法。
- 1.2.5——1.2.6
增加AutoScaleTextView,固定宽度的TextView,根据显示字符长度缩小字体大小。
- 1.2.6——1.2.7
增加TextImageView,实现类似【请选择>】的效果; 修改<读取图片(拍照/相册)>的bug。
- 1.2.7——1.2.8
公开support包
- 1.2.8——1.2.9
迁移Androidx
- 1.2.9——1.3.0
解决5.0、5.1系统webview闪退
- 1.3.0——1.3.3
优化一些场景,添加androidx的懒加载LazyLoadFragmentAndroidx
- 1.3.3——1.3.4
StatusLayoutManager和ActivityResult迁移合并在一起,修复android11相册剪裁保存失败问题
- 1.3.4——1.5.0
TitleBar、TextImageView添加setTypeface方法,修复若干Bug
Copyright (c) 2020 Bekie
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.