Tony and GitHub
db9c5998fe
fix(android): missing consumer-rules.pro ( #3531 )
...
* fix(android): missing `consumer-rules.pro`
* setup android test
* copy right too new
* build api first
* we're still on gradle 8 right now...
* restore the right host on mac
2026-08-13 17:44:29 +08:00
Daniel Mader and GitHub
654bf4891a
feat(barcode-scanner): update androidx.camera from 1.1.0 to 1.5.1 to support 16 KB memory page sizes ( #3038 )
2025-10-20 17:11:17 +02:00
Fabian-Lars and GitHub
6c9b61fb65
chore: Update compileSdk to 36 ( #3039 )
2025-10-20 16:58:29 +02:00
713c54ef83
chore(barcode): remove unused Android dependencies ( #1749 )
...
* chore(barcode): remove unused Android dependencies
Plugin barcode-scanner has two unused Android dependencies:
- com.google.zxing:core
- com.journeyapps:zxing-android-embedded
However, these dependency's AndroidManifest.xml were merged, and contained
required parameters (to get camera's permissions).
See the merged manifests:
- https://github.com/zxing/zxing/blob/zxing-3.3.0/android/AndroidManifest.xml
- https://github.com/journeyapps/zxing-android-embedded/blob/v4.3.0/zxing-android-embedded/AndroidManifest.xml
This commit removes the unused dependencies (and unused Java imports)
and updates the Android manifest.
* chore: remove comments
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-09-10 08:01:29 -03:00
AHQ and GitHub
6b079cfdd1
refactor(android): Remove targetSdk = 34 from every gradle build files ( #1649 )
...
* remove targetSdk
* changelog
* fix md file
* Add the -js ones as well
* remove -js ones
2024-08-12 07:11:04 -03:00
Lucas Fernandes Nogueira and GitHub
7581576a24
chore: update Android target SDK to 34 ( #1368 )
2024-05-25 07:47:19 -03:00
Lucas Fernandes Nogueira and GitHub
454428cd50
feat: add barcode scanner plugin ( #536 )
2023-09-14 09:34:04 -03:00