Releases: Tencent/QMUI_Android
Releases · Tencent/QMUI_Android
2.0.0-alpha02
- Bugfix: Crash Happened on Android 7 and lower.
- Bugfix: QMUIBottomSheet overlapped the navigation bar.
2.0.0-alpha01
- Migrated the library to Androidx and updated minSdkVersion to 19.
- Provided dark mode(skin) support. Almost all widgets are covered.
- Refactor some widget such as QMUIPopup, QMUITabSegment. Provided more function.
- Provided some simple kotlin methods.
1.4.4
1.4.0
1.3.4
1.3.3
1.3.1
- Added a new widget: QMUIContinuousNestedScrollLayout.
- Added a new widget: QMUIRadiusImageView2. Implemented with QMUILayout.
- Updated arch library to 0.5.0. Fixed issues on new androidx version.
- Features: QMUIQQFaceView supports paragraph space when ellipsize at the end.
- Features: QMUITabSegment supports space weight.
- Features: QMUIPullRefreshLayout added method setToRefreshDirectly().
- Fixed issues: #562,#562 and, #563.
1.2.0
1.1.12
1.1.11
- Updated arch library to 0.3.0. Now developer must update support library to 28 or use androidx.
- Feature: Added custom typeface support in QMUITabSegment.
- Fixed a bug that QMUICollapsingTopBarLayout will lose title if swipe back.
- Fixed a bug that span click event is not triggered in QMUIQQFaceView. #473