Initial Comit
This commit is contained in:
86
DPMCharge/Objects/AndroidManifest.xml
Normal file
86
DPMCharge/Objects/AndroidManifest.xml
Normal file
@@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="shub.dpm"
|
||||
android:versionCode="1"
|
||||
android:versionName="Initial"
|
||||
android:installLocation="internalOnly">
|
||||
|
||||
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
|
||||
<supports-screens android:largeScreens="true"
|
||||
android:normalScreens="true"
|
||||
android:smallScreens="true"
|
||||
android:anyDensity="true"/>
|
||||
<uses-feature android:name="android.hardware.camera" android:required="true" />
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.camera.flash" android:required="false" />
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
<uses-permission android:name="android.hardware.camera"/>
|
||||
<uses-permission android:name="android.hardware.camera.autofocus"/>
|
||||
<uses-permission android:name="android.permission.FLASHLIGHT"/>
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<application
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:icon="@drawable/icon"
|
||||
android:label="DPM ChargeScan"
|
||||
android:theme="@style/DarkTheme"
|
||||
android:networkSecurityConfig="@xml/network_security_config">
|
||||
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.version"
|
||||
android:value="@integer/google_play_services_version" />
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.vision.DEPENDENCIES"
|
||||
android:value="barcode" />
|
||||
<activity
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:launchMode="singleTop"
|
||||
android:name=".main"
|
||||
android:label="DPM ChargeScan"
|
||||
android:screenOrientation="portrait">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
<activity
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:launchMode="singleTop"
|
||||
android:name=".listdata"
|
||||
android:label="DPM ChargeScan"
|
||||
android:screenOrientation="portrait">
|
||||
</activity>
|
||||
<activity
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:launchMode="singleTop"
|
||||
android:name=".param"
|
||||
android:label="DPM ChargeScan"
|
||||
android:screenOrientation="portrait">
|
||||
</activity>
|
||||
<service android:name=".starter">
|
||||
</service>
|
||||
<receiver android:name=".starter$starter_BR">
|
||||
</receiver>
|
||||
<activity
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:launchMode="singleTop"
|
||||
android:name=".about"
|
||||
android:label="DPM ChargeScan"
|
||||
android:screenOrientation="portrait">
|
||||
</activity>
|
||||
<activity
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:launchMode="singleTop"
|
||||
android:name=".appmain"
|
||||
android:label="DPM ChargeScan"
|
||||
android:screenOrientation="portrait">
|
||||
</activity>
|
||||
<service android:name=".httputils2service">
|
||||
</service>
|
||||
<receiver android:name=".httputils2service$httputils2service_BR">
|
||||
</receiver>
|
||||
</application>
|
||||
</manifest>
|
||||
BIN
DPMCharge/Objects/b4xlibs/Files/b4xinputtemplate.bal
Normal file
BIN
DPMCharge/Objects/b4xlibs/Files/b4xinputtemplate.bal
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/b4xlibs/Files/datepicker.bal
Normal file
BIN
DPMCharge/Objects/b4xlibs/Files/datepicker.bal
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/b4xlibs/Files/datetemplate.bal
Normal file
BIN
DPMCharge/Objects/b4xlibs/Files/datetemplate.bal
Normal file
Binary file not shown.
37
DPMCharge/Objects/b4xlibs/Files/dialog.css
Normal file
37
DPMCharge/Objects/b4xlibs/Files/dialog.css
Normal file
@@ -0,0 +1,37 @@
|
||||
.b4xdialog .scroll-bar:horizontal, .b4xdialog .scroll-bar:vertical{
|
||||
-fx-background-color:transparent;
|
||||
}
|
||||
|
||||
.b4xdialog .increment-button, .b4xdialog .decrement-button {
|
||||
-fx-background-color: transparent;
|
||||
-fx-border-color: transparent;
|
||||
}
|
||||
|
||||
.b4xdialog .scroll-bar:horizontal .track,
|
||||
.b4xdialog .scroll-bar:vertical .track{
|
||||
-fx-background-color: transparent;
|
||||
-fx-border-color: transparent;
|
||||
-fx-background-radius: 0em;
|
||||
}
|
||||
|
||||
.b4xdialog .scroll-bar:horizontal .thumb,
|
||||
.b4xdialog .scroll-bar:vertical .thumb {
|
||||
-fx-background-color: #4B4B4B;
|
||||
-fx-background-radius: 5em;
|
||||
}
|
||||
|
||||
.b4xdialoglight .scroll-bar:horizontal .thumb,
|
||||
.b4xdialoglight .scroll-bar:vertical .thumb {
|
||||
-fx-background-color: #B8B8B8;
|
||||
}
|
||||
|
||||
.scroll-pane{
|
||||
-fx-background-color:transparent;
|
||||
}
|
||||
.scroll-pane .viewport {
|
||||
-fx-background-color: transparent;
|
||||
}
|
||||
|
||||
.text-area .content {
|
||||
-fx-padding: 15 5 5 5;
|
||||
}
|
||||
BIN
DPMCharge/Objects/b4xlibs/Files/listtemplate.bal
Normal file
BIN
DPMCharge/Objects/b4xlibs/Files/listtemplate.bal
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/b4xlibs/Files/longtexttemplate.bal
Normal file
BIN
DPMCharge/Objects/b4xlibs/Files/longtexttemplate.bal
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/b4xlibs/Files/searchtemplate.bal
Normal file
BIN
DPMCharge/Objects/b4xlibs/Files/searchtemplate.bal
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/b4xlibs/Files/timeddialogtemplate.bal
Normal file
BIN
DPMCharge/Objects/b4xlibs/Files/timeddialogtemplate.bal
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$anim.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$anim.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$attr.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$attr.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$bool.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$bool.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$color.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$color.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$dimen.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$dimen.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$id.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$id.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$integer.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$integer.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$layout.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$layout.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$plurals.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$plurals.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$string.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$string.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$style.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$style.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$xml.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R$xml.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/appcompat/R.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$anim.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$anim.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$animator.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$animator.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$attr.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$attr.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$bool.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$bool.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$color.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$color.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$dimen.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$dimen.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$drawable.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$drawable.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$id.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$id.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$integer.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$integer.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$layout.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$layout.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$plurals.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$plurals.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$string.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$string.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$style.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$style.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$xml.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R$xml.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/cardview/R.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/coordinatorlayout/R.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/coordinatorlayout/R.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$anim.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$anim.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$animator.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$animator.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$attr.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$attr.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$bool.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$bool.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$color.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$color.class
Normal file
Binary file not shown.
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$dimen.class
Normal file
BIN
DPMCharge/Objects/bin/classes/androidx/core/R$dimen.class
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user