2 days ago
ImageToolbox

3.7.2-alpha01

What's Changed

  • Added swipe to dismiss for toasts
  • Fixed Image Preview tool lags
  • AI models moved to hugging face, and older versions will be unable to download them in future
  • Fixed markup layers positioning after save by #2618
  • UI and performance improvements

Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/3.7.1...3.7.2-alpha01

2 days ago
react-native

0.85.0-rc.5

Fixed

iOS specific


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core 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.

5 days ago
Pdf-Viewer

v2.4.0

Cache strategy alignment and regression coverage

This release aligns the three cache strategies with their intended behavior and adds regression coverage around caching, rendering, and embedded-view lifecycle cleanup.

What changed

  • MAXIMIZE_PERFORMANCE now clearly behaves as the high-retention mode:
    • reuses downloaded remote PDFs
    • keeps page bitmaps in memory and on disk
    • keeps prefetch enabled
  • MINIMIZE_CACHE now behaves as a reduced-storage mode:
    • reuses the current remote PDF
    • keeps page bitmaps in memory only
    • disables disk page-bitmap caching
    • retains only one document cache on disk
  • DISABLE_CACHE now behaves as a transient mode:
    • does not reuse persistent remote files
    • disables disk page-bitmap caching
    • disables prefetch
    • still keeps visible rendering correct

Bug fixes included

  • Fixed incorrect remote cache retention and reuse behavior across cache strategies.
  • Fixed DISABLE_CACHE so transient remote sessions no longer interfere with or delete persistent cache from other strategies.
  • Fixed embedded PdfRendererView.initWithUrl(...) cleanup so transient remote files are cleaned up on lifecycle destroy, not only in PdfViewerActivity.
  • Fixed stale disk page-bitmap artifacts when reopening the same document under a stricter cache strategy.
  • Hardened render job and callback bookkeeping in PdfRendererCore with minSdk-21-safe logic.

Testing and regression coverage

  • Added a dedicated internal CachePolicy layer to centralize strategy behavior.
  • Added unit tests covering:
    • cache policy mapping
    • document retention rules
    • transient cleanup behavior
  • Added hermetic instrumentation coverage for:
    • local PDF behavior under all three strategies
    • remote PDF reuse vs non-reuse
    • embedded PdfRendererView lifecycle cleanup
    • strategy downgrade behavior for stale disk bitmap cache
  • Added a debug-only embedded host activity used to verify PdfRendererView cleanup outside PdfViewerActivity.

Compatibility

  • No public API breaking changes.
  • Existing CacheStrategy APIs remain the same; behavior is now more consistent and predictable.
5 days ago
Pdf-Viewer

v2.3.8 | Bug fixes

What's Changed

New Contributors

Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.3.7...v2.3.8

7 days ago
DialogX

0.0.51.beta2 测试版本更新

0.0.51.beta2

  • 修复多选模式在有默认选中项的情况下 getSelectionIndexArray与getSelectTextArray为null的问题(PR:529);
  • 修复DialogFragment模式下onStart中activity弱引用为空未判断问题(issues https://github.com/kongzue/DialogX/issues/530);

感谢 @utafrali @caglareker @HdShare 的贡献!

7 days ago
PhotoEditor

v.3.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/burhanrashid52/PhotoEditor/compare/v.3.0.2...v.3.1.0

8 days ago
GSYVideoPlayer

v12.0.0

What's Changed

Full Changelog: https://github.com/CarGuo/GSYVideoPlayer/compare/v11.3.0...v12.0.0

8 days ago
PhotoEditor

v.3.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/burhanrashid52/PhotoEditor/compare/v.3.0.2...v.3.1.0

9 days ago
ImageToolbox

3.7.1-beta01

What's Changed

  • Added One UI switch type
  • Added full resolution export for markup layers by #2571
  • Fixed preset applying for large images by #2579
  • Fixed image reading after overwriting by #2583
  • Improved error message when saving to a non-existent folder by #2588
  • Improved barcode scanner UI
  • UI & Animations improvements

Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/3.7.1-alpha01...3.7.1-beta01