Skip to content

ttatarinov/zbar-phonegap-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

zbar-phonegap-plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published