Glide v5.0.0-rc05
- Reverting recent Compose updates. See https://github.com/bumptech/glide/issues/5512
- Version bump to 1.0.0-beta03
- Version bump to 1.0.0-beta03
- Update Glide to java 8, AGP to 8.1.0, Gradle to 8.3. See https://github.com/bumptech/glide/pull/5285
- Update to AGP 8.1.1. See https://github.com/bumptech/glide/pull/5295
- Fix outdated JavaDoc for BitmapPoolAdapter. See https://github.com/bumptech/glide/pull/5309
- Update AVIF dependency to latest version to align with 16KB page size. See https://github.com/bumptech/glide/pull/5465
- Use the correct bucket for AVIF GlideModule. See https://github.com/bumptech/glide/pull/5326
- Update TransformationUtils#rotateImageExif to preserve gainmap. See https://github.com/bumptech/glide/pull/5334 by @falhassen
- Add workaround for AOSP bug with decoding single channel hardware gainmaps. See https://github.com/bumptech/glide/pull/5357
- Clean up
preserveGainmapAndColorSpaceForTransformations
flag. See https://github.com/bumptech/glide/pull/5366 - Clean up
setEnableHardwareGainmapFixOnU
flag. See https://github.com/bumptech/glide/pull/5386 by @falhassen - Avoid referencing resource names within Resource Loader. See https://github.com/bumptech/glide/pull/5388 by @benjaminRomano
Full Changelog: https://github.com/bumptech/glide/compare/v5.0.0-rc01...v5.0.0-rc05
0.0.50.beta39测试版本更新
- 所有对话框增加
setCustomDialogLayoutResId(layoutResId)
或setCustomDialogLayoutResId(layoutResId, isLightTheme)
用于单次修改对话框根布局样式,自定义对话框样式更灵活; - 修复BottomMenu和MessageMenu可能因主题版本不一致存在的空指针问题;
- 修复高频重复执行 WaitDialog/TipDialog 状态切换可能导致动画卡住的问题;
- 修复队列对话框无法正常执行的问题;
androidx-8.4.2
从此版本开始,迁移到maven central
0.79.6
- RNGP Add support for
exclusiveEnterpriseRepository
(df5ac988ce by @cortinico)
- Cocoapods: Add the ENTERPRISE_REPOSITORY env var to let user consume artifacts from their personal maven mirror (a74d930c93 by @cipolleschi)
- Codegen: Add missing Babel dependencies (bf2c3af93b by @tido64)
- Legacy Arch: Fix Legacy arch crashing or freezing upon reload (db600b2e9e by @robhogan)
- Modal: Fix Modal first frame being rendered on top-left corner (5a315f8d6b by @cortinico)
- TurboModule: Fix emitting event from turbo module crashes on 32bit android (43bc43e5e8 by @vladimirivanoviliev)
Hermes dSYMS:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
v0.81.0
Hermes dSYMS:
ReactNativeDependencies dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
1.4.2
去掉setStateViewEnabled(boolean stateViewEnabled, boolean isRemoveRefresh)
,只支持一个参数的。
注意:使用setStateViewEnabled(false)
后,需要刷新 setNewData()
或 notifyDataSetChanged()
;
PS: 不要频繁的addHeaderView和removeHeaderView,这样会导致错误。 建议的使用方法是:addHeaderView时,将HeaderView里的布局隐藏,然后在合适的逻辑下显示。
/**
* Sets whether the StateView is displayed
* later need setNewData() or notifyDataSetChanged();
*
* @param isRemoveRefresh Whether to remove StateView immediately
*/
public void setStateViewEnabled(boolean stateViewEnabled, boolean isRemoveRefresh) {
this.mStateViewEnabled = stateViewEnabled;
// if (isRemoveRefresh && !mStateViewEnabled) {
// if (mWrapAdapter != null) {
// mWrapAdapter.getOriginalAdapter().notifyItemRemoved(getPullHeaderSize() + getHeaderViewCount());
// }
// }
}
1.6.13
- Update dependency androidx.compose:compose-bom to v2025.01.01 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/778
- Update dependency androidx.fragment:fragment-ktx to v1.8.6 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/783
- Update dependency androidx.compose:compose-bom to v2025.02.00 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/784
- Update agp to v8.8.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/785
- Update dependency gradle to v8.13 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/788
- Update agp to v8.8.2 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/789
- Update dependency androidx.activity:activity-compose to v1.10.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/790
- Update dependency androidx.constraintlayout:constraintlayout-compose to v1.1.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/791
- Update agp to v8.9.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/793
- Update dependency com.vanniktech.maven.publish to v0.31.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/794
- Update dependency androidx.compose:compose-bom to v2025.03.00 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/795
- Update dependency com.github.skydoves:compose-stable-marker to v1.0.6 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/796
- Update agp to v8.9.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/797
- Update androidxMacroBenchmark to v1.3.4 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/798
- Update dependency androidx.compose:compose-bom to v2025.03.01 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/799
- Update actions/setup-java action to v4.7.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/801
- Update dependency androidx.compose:compose-bom to v2025.04.00 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/802
- Docs: fix typos by @tobioyelekan in https://github.com/skydoves/Balloon/pull/803
- Update agp to v8.9.2 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/804
- Update dependency androidx.compose:compose-bom to v2025.04.01 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/805
- Update dependency gradle to v8.14 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/806
- Update agp to v8.10.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/809
- Update dependency androidx.compose:compose-bom to v2025.05.00 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/810
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/811
- Update dependency com.vanniktech.maven.publish to v0.32.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/812
- Update dependency androidx.compose:compose-bom to v2025.05.01 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/814
- Update dependency androidx.fragment:fragment-ktx to v1.8.7 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/815
- Update dependency gradle to v8.14.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/816
- Update agp to v8.10.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/817
- Added BalloonOverlayPadding data class for customizable overlay paddings and done some minor refactoring. by @hemantj99 in https://github.com/skydoves/Balloon/pull/813
- Update dependency androidx.appcompat:appcompat to v1.7.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/818
- Update dependency androidx.fragment:fragment-ktx to v1.8.8 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/819
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/820
- Update dependency androidx.compose:compose-bom to v2025.06.00 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/821
- Update dependency gradle to v8.14.2 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/822
- Update dependency androidx.compose:compose-bom to v2025.06.01 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/823
- Update dependency com.vanniktech.maven.publish to v0.33.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/825
- Update agp to v8.11.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/826
- Update dependency gradle to v8.14.3 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/827
- Update agp to v8.11.1 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/830
- Update dependency com.vanniktech.maven.publish to v0.34.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/831
- Update dependency androidx.compose:compose-bom to v2025.07.00 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/833
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.2 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/834
- Update agp to v8.12.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/835
- Update androidxMacroBenchmark to v1.4.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/836
- Update dependency androidx.test:runner to v1.7.0 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/837
- Update dependency gradle to v9 by @renovate[bot] in https://github.com/skydoves/Balloon/pull/838
- Stroke balloon by @tobioyelekan in https://github.com/skydoves/Balloon/pull/829
- Enable isClipArrowEnabled by default by setting setBalloonStroke by @skydoves in https://github.com/skydoves/Balloon/pull/839
- Rollback adding the padding values for the elevation by @skydoves in https://github.com/skydoves/Balloon/pull/840
- @tobioyelekan made their first contribution in https://github.com/skydoves/Balloon/pull/803
- @hemantj99 made their first contribution in https://github.com/skydoves/Balloon/pull/813
Full Changelog: https://github.com/skydoves/Balloon/compare/1.6.12...1.6.13
2.2.11
- Updated compileSdk and targetSdk to 36
- Enabled edge-to-edge UI support
- And other improvements
Full Changelog: https://github.com/Yalantis/uCrop/compare/2.2.10...2.2.11