v2.3.5
Please use this: https://github.com/afreakyelf/Pdf-Viewer/releases/tag/v2.3.6
- Make cache identifier for local file more unique by @vitoksmile in https://github.com/afreakyelf/Pdf-Viewer/pull/195
- Fixed Coroutines memory leak by @vitoksmile in https://github.com/afreakyelf/Pdf-Viewer/pull/196
- Kotlin 2.1.20 & AGP 8.9.2 by @vitoksmile in https://github.com/afreakyelf/Pdf-Viewer/pull/198
- Clear cache dir by @vitoksmile in https://github.com/afreakyelf/Pdf-Viewer/pull/199
- @vitoksmile made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/195
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.3.4...v2.3.5
0.80.0-rc.0
0.80.0 RC0
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.
0.79.2
- Runtime: Add useShadowNodeStateOnClone and updateRuntimeShadowNodeReferencesOnCommit (22a4e060d5 by @lenaic)
- Blob: Make sure that URLs are parsed following the node specs (6d8a02a666 by @cipolleschi)
- Codegen: Fix codegen ImageSource require (4d7c4bd6e8 by @jakex7)
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.
0.0.50.beta36测试版本更新
- 修复 PopTip 和 PopNotification 通过
.show(activity)
指定要显示到 activity 无效问题; - PopMenu 增加了
.show(activity)
方法;
0.0.50.beta35测试版本更新
- Lifecycle.State.DESTROYED 时机调整到销毁 dialogImpl 之前;
- CustomDialog 中监听 baseView 位置变化的 OnDrawListener 修改为 OnPreDrawListener 以解决部分系统存在的兼容性问题;
- BaseDialog 新增 callDialogDismiss() 用于调用对应对话框实例的 dismiss()
- 新增 bindDismissWithLifecycleOwner(LifecycleOwner) 用于绑定具备特定生命周期的组件,当组件关闭时自动关闭对话框;
- PopTip 增加了限制最大可显示数量设置,例如限制只能显示最多四个提示
PopTip.maxShowCount = 4;
; - PopTip 增加了让位位移动画控制拦截器 PopMoveDisplacementInterceptor,可通过
PopTip.moveDisplacementInterceptor
进行设置; - PopNotification 增加了限制最大可显示数量设置,例如限制只能显示最多四个提示
PopNotification.maxShowCount = 4;
; - PopNotification 增加了让位位移动画控制拦截器 PopMoveDisplacementInterceptor,可通过
PopNotification.moveDisplacementInterceptor
进行设置; - PopMenu、BottomMenu、MessageMenu 增加了菜单分割线设置:
.setItemDivider(ItemDivider)
,其中ItemDivider 提供了 left(左边距(dp))、right(右边距(dp))、color(颜色)设置项,可通过对应的 set 方法进行设置,颜色设置中支持指定亮暗色模式(参数 light)单独设置不同的颜色;
3.7.1
- Fix a crash when a configuration change would happen (ie: rotate the device) by @Andr3Carvalh0 in https://github.com/MikeOrtiz/TouchImageView/pull/657
- @Andr3Carvalh0 made their first contribution in https://github.com/MikeOrtiz/TouchImageView/pull/657
Full Changelog: https://github.com/MikeOrtiz/TouchImageView/compare/3.7...3.7.1
3.7
- Fix deprecation getSerializable() by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/503
- Handle padding correctly by @connyduck in https://github.com/MikeOrtiz/TouchImageView/pull/655
- Bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/559
- Bump kotlin_version from 1.9.10 to 1.9.20 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/563
- Bump com.android.tools.build:gradle from 8.1.2 to 8.1.3 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/564
- Bump androidx.recyclerview:recyclerview from 1.3.1 to 1.3.2 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/561
- Bump com.android.tools.build:gradle from 8.1.3 to 8.2.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/567
- Bump actions/setup-java from 3 to 4 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/570
- Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/572
- Bump kotlin_version from 1.9.20 to 1.9.22 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/573
- Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/577
- Bump com.android.tools.build:gradle from 8.2.0 to 8.3.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/580
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/582
- Bump kotlin_version from 1.9.22 to 1.9.23 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/581
- Bump gradle/wrapper-validation-action from 2.0.0 to 3.3.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/587
- Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/589
- Bump androidx.core:core-ktx from 1.12.0 to 1.13.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/588
- Bump com.android.tools.build:gradle from 8.3.0 to 8.4.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/591
- Bump androidx.core:core-ktx from 1.13.0 to 1.13.1 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/592
- Bump gradle/actions from 3.3.1 to 3.3.2 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/594
- Bump kotlin_version from 1.9.23 to 1.9.24 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/595
- Bump androidx.viewpager2:viewpager2 from 1.0.0 to 1.1.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/596
- Bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/597
- Bump kotlin_version from 1.9.24 to 2.0.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/598
- Bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/603
- Bump gradle/actions from 3.3.2 to 3.4.2 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/605
- Bump gradle/actions from 3.4.2 to 3.5.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/614
- Bump gradle/actions from 3.5.0 to 4 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/616
- Bump gradle-update/update-gradle-wrapper-action from 1 to 2 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/621
- Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/600
- Bump com.android.tools.build:gradle from 8.5.0 to 8.8.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/641
- Bump kotlin_version from 2.0.0 to 2.1.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/638
- Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/640
- Bump androidx.recyclerview:recyclerview from 1.3.2 to 1.4.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/639
- Bump kotlin_version from 2.1.0 to 2.1.10 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/644
- Bump com.android.tools.build:gradle from 8.8.0 to 8.8.1 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/645
- Bump com.android.tools.build:gradle from 8.8.1 to 8.9.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/648
- Bump kotlin_version from 2.1.10 to 2.1.20 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/650
- Bump androidx.core:core-ktx from 1.15.0 to 1.16.0 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/653
- Bump com.android.tools.build:gradle from 8.9.0 to 8.9.1 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/651
- Bump com.android.tools.build:gradle from 8.9.1 to 8.9.2 by @dependabot in https://github.com/MikeOrtiz/TouchImageView/pull/656
- Bump Espresso screenshot tests by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/625
- Update Gradle Wrapper from 8.1.1 to 8.4 by @github-actions in https://github.com/MikeOrtiz/TouchImageView/pull/560
- Update Gradle Wrapper from 8.4 to 8.7 by @github-actions in https://github.com/MikeOrtiz/TouchImageView/pull/585
- Build only with x86 MacOS by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/593
- Remove state save by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/502
- Update Gradle Wrapper from 8.7 to 8.11 by @github-actions in https://github.com/MikeOrtiz/TouchImageView/pull/624
- Disable animations by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/629
- Show git status by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/634
- More matrix build by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/631
- abi x86_64 by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/635
- Faster CI on Ubuntu by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/636
- api35 by @hannesa2 in https://github.com/MikeOrtiz/TouchImageView/pull/642
- Update Gradle Wrapper from 8.11 to 8.13 by @github-actions in https://github.com/MikeOrtiz/TouchImageView/pull/647
- @connyduck made their first contribution in https://github.com/MikeOrtiz/TouchImageView/pull/655
Full Changelog: https://github.com/MikeOrtiz/TouchImageView/compare/3.6...3.7
v2.3.4
- handle file can not be opened because of pdf contains password by @elharies in https://github.com/afreakyelf/Pdf-Viewer/pull/130
- adjust Composable function signature to make source mandatory by @wiryadev in https://github.com/afreakyelf/Pdf-Viewer/pull/135
- Fixed strict policy violations https://github.com/afreakyelf/Pdf-Viewer/issues/171
- https://github.com/afreakyelf/Pdf-Viewer/issues/191
- https://github.com/afreakyelf/Pdf-Viewer/issues/189
- @elharies made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/130
- @wiryadev made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/135
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.3.3...master