Mobile first

This commit is contained in:
Eudes Inácio
2021-02-24 10:42:01 +01:00
parent 094bf52e93
commit 4ec53c6452
2044 changed files with 30038 additions and 524787 deletions
+77 -4
View File
@@ -6,13 +6,13 @@
<param name="android-package" value="de.appplant.cordova.plugin.badge.Badge"/>
</feature>
<feature name="File">
<param name="android-package" value="org.apache.cordova.file.FileUtils"/>
<feature name="FilePath">
<param name="android-package" value="com.hiddentao.cordova.filepath.FilePath"/>
<param name="onload" value="true"/>
</feature>
<feature name="FilePath">
<param name="android-package" value="com.hiddentao.cordova.filepath.FilePath"/>
<feature name="OkHttpPlugin">
<param name="android-package" value="com.google.cordova.OkHttpPlugin"/>
<param name="onload" value="true"/>
</feature>
@@ -20,14 +20,87 @@
<param name="android-package" value="io.sqlc.SQLitePlugin"/>
</feature>
<feature name="Camera">
<param name="android-package" value="org.apache.cordova.camera.CameraLauncher"/>
</feature>
<feature name="Device">
<param name="android-package" value="org.apache.cordova.device.Device"/>
</feature>
<feature name="Notification">
<param name="android-package" value="org.apache.cordova.dialogs.Notification"/>
</feature>
<feature name="File">
<param name="android-package" value="org.apache.cordova.file.FileUtils"/>
<param name="onload" value="true"/>
</feature>
<feature name="Globalization">
<param name="android-package" value="org.apache.cordova.globalization.Globalization"/>
</feature>
<feature name="InAppBrowser">
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser"/>
</feature>
<feature name="WLInitializationPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.WLInitializationPlugin"/>
<param name="onload" value="true"/>
</feature>
<feature name="LoggerPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.LoggerPlugin"/>
</feature>
<feature name="WLApp">
<param name="android-package" value="com.worklight.androidgap.plugin.WLApp"/>
</feature>
<feature name="NativePage">
<param name="android-package" value="com.worklight.androidgap.plugin.NativePage"/>
</feature>
<feature name="SecurityPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.SecurityPlugin"/>
</feature>
<feature name="NetworkDetector">
<param name="android-package" value="com.worklight.androidgap.plugin.NetworkDetector"/>
</feature>
<feature name="DeviceAuth">
<param name="android-package" value="com.worklight.androidgap.plugin.DeviceAuthPlugin"/>
</feature>
<feature name="WifiPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.WifiPlugin"/>
</feature>
<feature name="FIPSHttpPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.FIPSHttpPlugin"/>
</feature>
<feature name="WLCustomDialog">
<param name="android-package" value="com.worklight.androidgap.plugin.WLCustomDialog"/>
</feature>
<feature name="WLSplashScreen">
<param name="android-package" value="com.worklight.androidgap.plugin.WLSplashScreenPlugin"/>
</feature>
<feature name="WLAuthorizationManagerPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.WLAuthorizationManagerPlugin"/>
</feature>
<feature name="WLDirectUpdatePlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.WLDirectUpdatePlugin"/>
</feature>
<feature name="WLNativeXHRPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.WLNativeXHRPlugin"/>
</feature>
<feature name="WLActionSenderPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.WLActionSenderPlugin"/>
</feature>
<feature name="WLCertificatePinningPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.WLCertificatePinningPlugin"/>
</feature>
<feature name="WLResourceRequestPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.WLResourceRequestPlugin"/>
</feature>
<feature name="ChallengeHandlerPlugin">
<param name="android-package" value="com.worklight.androidgap.plugin.ChallengeHandlerPlugin"/>
</feature>
<feature name="StatusBar">
<param name="android-package" value="org.apache.cordova.statusbar.StatusBar"/>
<param name="onload" value="true"/>