Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency io.github.zxing-cpp:android to v2.3.0 #4282

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.zxing-cpp:android 2.2.0 -> 2.3.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

zxing-cpp/zxing-cpp (io.github.zxing-cpp:android)

v2.3.0

Shiny new stuff (more than I was aware of, after all this time...)

  • Add support for DX Film Edge read by @​Merinorus in https://github.com/zxing-cpp/zxing-cpp/pull/684
  • Add support for detecting and reading Aztec Runes by @​gormster in https://github.com/zxing-cpp/zxing-cpp/pull/763
  • Add reader support for DataBarLimited symbols (sponsored by EUREKAM)
  • Add C-API in official build (EDIT: unfortunately the default is still off, to enable do cmake -DZXING_C_API=ON)
  • Add Kotlin/Native Wrapper by @​ISNing in https://github.com/zxing-cpp/zxing-cpp/pull/719
  • Add Rust wrapper based on C-API
  • Add .NET wrapper based on C-API
  • Introduce new name Barcode for Result which will be removed in 3.0
  • LocalAverage binarizer: re-implement with symmetric threshold interpolation for improved detection of inverted symbols
  • cmake: replace BUILD_... prefix of cmake options with ZXING_...
  • cmake: switch to c++-20 by default for the core library
  • ImageView: introduce bounds checks in constructor
  • ImageView: Add ImageFormat::LumX for 2-byte grey + alpha input
  • ImageFormat: replace 'X' with 'A', e.g. RGBX -> RGBA
  • ZXingReader: add -binarizer <local|global|fixed> command line option
  • ZXingReader: add -single option to setMaxNumberOfSymbols(1)
  • ZXingReader: parse -formats (including 's') command line argument
  • ZXingReader: support reading image file from stdin by passing '-'
  • android: switch 'namespace' from zxingcpp to zxingcpp.lib to fix issue with maven central publication
  • Python: add support to write bytes as binary data
  • ZXing::Version() function to query the library version at runtime (useful when dynamically linked)

New experimental API (cmake option -DZXING_EXPERIMENTAL_API=ON)

  • New experimental Create+Write API for generating/writing barcodes (will replace MultiFormatWriter)
  • New experimental libzint based writer backend
  • New ImageView Barcode::symbol() property
  • New experimental writer API in python

Minor changes and bug fixes

New Contributors

Sponsors

Thanks a lot for all 'old' and 'new' sponsors, listed here in alphabetical order:

Full Changelog: zxing-cpp/zxing-cpp@v2.2.1...v2.3.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Feb 20, 2025
@renovate renovate bot requested a review from a team as a code owner February 20, 2025 03:27
@renovate renovate bot requested review from jmartinesp and removed request for a team February 20, 2025 03:27
Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/gMfgLc

Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.13%. Comparing base (e41a8b5) to head (d242630).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4282   +/-   ##
========================================
  Coverage    80.13%   80.13%           
========================================
  Files         2052     2052           
  Lines        54576    54576           
  Branches      6672     6672           
========================================
  Hits         43733    43733           
  Misses        8560     8560           
  Partials      2283     2283           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jmartinesp jmartinesp merged commit fd3e3d2 into develop Feb 20, 2025
30 checks passed
@jmartinesp jmartinesp deleted the renovate/io.github.zxing-cpp-android-2.x branch February 20, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant