1 days ago
glide

Glide v5.0.0-rc05

Compose

KTX

  • Version bump to 1.0.0-beta03

Build Changes

Bugs

Full Changelog: https://github.com/bumptech/glide/compare/v5.0.0-rc01...v5.0.0-rc05

4 days ago
DialogX

0.0.50.beta39测试版本更新

  • 所有对话框增加 setCustomDialogLayoutResId(layoutResId)setCustomDialogLayoutResId(layoutResId, isLightTheme) 用于单次修改对话框根布局样式,自定义对话框样式更灵活;
  • 修复BottomMenu和MessageMenu可能因主题版本不一致存在的空指针问题;
  • 修复高频重复执行 WaitDialog/TipDialog 状态切换可能导致动画卡住的问题;
  • 修复队列对话框无法正常执行的问题;
8 days ago
BannerViewPager

3.5.17

  • Fix build error.
8 days ago
BigImageViewPager

androidx-8.4.2

从此版本开始,迁移到maven central

16 days ago
react-native

0.79.6

Added

Android specific

iOS specific

  • Cocoapods: Add the ENTERPRISE_REPOSITORY env var to let user consume artifacts from their personal maven mirror (a74d930c93 by @cipolleschi)

Fixed

Android specific


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.

19 days ago
react-native

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.

20 days ago
ByRecyclerView

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());
//            }
//        }
    }
21 days ago
Balloon

1.6.13

What's Changed

New Contributors

Full Changelog: https://github.com/skydoves/Balloon/compare/1.6.12...1.6.13

22 days ago
BannerViewPager

3.5.16

  • Fix #308 #330 #351
23 days ago
uCrop

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