version 3.*
- iOS
- Android
- Namespace of libs changed (changed at the begining of development, really, no reason).
- Changed names of "res" files (to prevent possible conflicts).
- Hidden "Title Bar" for camera activity.
- 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);
Apache License, Version 2.0
(c) Citronium, 2014