Niccolò Gnani
|
d8bfe61f20
|
fix(barcode-scanner): remove unnecessary permission checks on Android (fix #2312) (#3121)
|
2025-11-24 14:27:46 +01:00 |
|
Olivier Lemasle
|
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 |
|
Lucas Nogueira
|
acd383af75
|
fix(android): adjust for Kotlin and project warnings
|
2024-05-30 14:52:47 -03:00 |
|
Lucas Fernandes Nogueira
|
e438e0a62d
|
feat: update to alpha.17, typed mobile plugin IPC arguments (#676)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2023-10-29 16:06:44 -03:00 |
|
Lucas Fernandes Nogueira
|
454428cd50
|
feat: add barcode scanner plugin (#536)
|
2023-09-14 09:34:04 -03:00 |
|