Cerulean Plugins is a plugins suite for Apache Cordova (at the moment it's Android only), developed to be used in CeruleanWhisper protected comms software.
Programming languages thus include Java, Androids' RenderScript, C/C++, shell integration, HTML5, CSS3+, JS(ES6,ES7+).
Architecturally it's one large plugin, exporting many methods. Once a sub-plugin matures (with rule of thumb being crossing the 0.1.0 version), it is rewarded with a separate repository for further developement.
At the moment there are only two plugins in the suite:
- blinkFlash, standing at version 0.1.1, and
- blinkWatch, currently at 0.0.2
- CeruleanPlugins Cordova-Android Camera2 test plugin/app pair
Cerulean Plugins is a project authored by Maxim Zhukov.
- cordova-android >6.2.0
- Java JDK 1.7 or greater
- Android SDK http://developer.android.com
-
Create a Cordova Android dedicated testing app for the blinkFlash plugin. -
Move blinkFlash code to a separate Cordova project. - Remove blinkFlash code from Cerulean Plugins base.
-
Move blinkFlash plugin and it corresponding testing app to a separate folder. - Clean out camera-related code from Cerulean Plugins base code.
- Re-implement blinkWatch plugin using existing QR-scanning plugin as a base instead.