Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 822 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 822 Bytes

zbar-phonegap-plugin

Target Cordova

version 3.*

Supported paltforms

  • iOS
  • Android

Android notices

Libs

Changes

  1. Namespace of libs changed (changed at the begining of development, really, no reason).
  2. Changed names of "res" files (to prevent possible conflicts).
  3. Hidden "Title Bar" for camera activity.
  4. Replaced res access (plugin has no access to Cordova application package).

For example, instead of

R.color.viewfinder_mask

use

String PACKAGE_NAME = context.getPackageName();
Resources resources = getResources();
resources.getIdentifier("viewfinder_mask", "color", PACKAGE_NAME);

License

Apache License, Version 2.0

Credits

(c) Citronium, 2014