-
Notifications
You must be signed in to change notification settings - Fork 2
List of Cordova plugins.
The following are the Cordova plugins that are in use in the Scrollback android application.
-
InappBrowser: Used by the Google module for oauth. Repo
-
PushPlugin: Handles GCM push notifications. Repo
-
UniqueDeviceID: Used to generate unique device IDs for each device that are immune to app re-installs. Repo
-
Device: Defines a global device object that contains information about the current device's hardware and software. [Repo] (https://github.com/apache/cordova-plugin-device)
-
File: Implements a File API for reading and writing to the phone's filesystem. Possibly a dependency. [Repo] (https://github.com/apache/cordova-plugin-file)
-
LauncyMyApp: Provides deep-linking for the app (Allows scrollback.io links to be opened with the Android application). [Repo] (https://github.com/joaomak/LaunchMyApp-PhoneGap-Plugin)
-
NetworkInformation: Provides information about the device's cellular and wifi connection, and whether the device has an internet connection. [Repo] (https://github.com/apache/cordova-plugin-network-information)
-
FacebookPlugin: Enables the application to have Facebook login via single sign on using the device's account manager. [Repo] (https://github.com/Wizcorp/phonegap-facebook-plugin.git)