mirror of
https://github.com/KeymonSoft/DBCheck.git
synced 2026-04-20 12:49:35 +00:00
Commit inicial
This commit is contained in:
60
B4A/Objects/AndroidManifest.xml
Normal file
60
B4A/Objects/AndroidManifest.xml
Normal file
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="dbcheck.keymon.lat"
|
||||
android:versionCode="1"
|
||||
android:versionName="3.08.31"
|
||||
android:installLocation="internalOnly">
|
||||
|
||||
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="31"/>
|
||||
<supports-screens android:largeScreens="true"
|
||||
android:normalScreens="true"
|
||||
android:smallScreens="true"
|
||||
android:anyDensity="true"/>
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<application
|
||||
android:icon="@drawable/icon"
|
||||
android:label="DBCheck"
|
||||
android:theme="@style/LightTheme"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:allowBackup="false">
|
||||
<activity
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:launchMode="singleTop"
|
||||
android:name=".main"
|
||||
android:label="DBCheck"
|
||||
android:screenOrientation="portrait"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="application/octet-stream" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service
|
||||
android:name=".starter"
|
||||
android:exported="true">
|
||||
</service>
|
||||
<receiver
|
||||
android:name=".starter$starter_BR"
|
||||
android:exported="true">
|
||||
</receiver>
|
||||
<service
|
||||
android:name=".httputils2service"
|
||||
android:exported="true">
|
||||
</service>
|
||||
<receiver
|
||||
android:name=".httputils2service$httputils2service_BR"
|
||||
android:exported="true">
|
||||
</receiver>
|
||||
</application>
|
||||
</manifest>
|
||||
BIN
B4A/Objects/DBCheck.apk
Normal file
BIN
B4A/Objects/DBCheck.apk
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/R$drawable.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/R$drawable.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/R$style.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/R$style.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/R.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/R.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xbitset.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xbitset.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xbytesbuilder.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xbytesbuilder.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xcache.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xcache.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xcollections.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xcollections.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xmainpage.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xmainpage.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xorderedmap.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xorderedmap.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xpages.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xpages.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.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xpagesmanager.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xpagesmanager.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xset.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/b4xset.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.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/httpjob.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/httpjob.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/main$1.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/main$1.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/main.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/main.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/starter$1.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/starter$1.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/starter$2.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/starter$2.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/starter.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/starter.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/subs.class
Normal file
BIN
B4A/Objects/bin/classes/dbcheck/keymon/lat/subs.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/extra/compiled_resources/dbcheck.keymon.lat.zip
Normal file
BIN
B4A/Objects/bin/extra/compiled_resources/dbcheck.keymon.lat.zip
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/temp.ap_
Normal file
BIN
B4A/Objects/bin/temp.ap_
Normal file
Binary file not shown.
BIN
B4A/Objects/classes.dex
Normal file
BIN
B4A/Objects/classes.dex
Normal file
Binary file not shown.
60
B4A/Objects/d8_arguments.txt
Normal file
60
B4A/Objects/d8_arguments.txt
Normal file
@@ -0,0 +1,60 @@
|
||||
--release
|
||||
--output
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects
|
||||
--lib
|
||||
C:\Android\platforms\android-30\android.jar
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-b4ashared-63810097528000\dex_v1\b4ashared.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-core-63810097528000\dex_v1\core.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-randomaccessfile-63810097530000\dex_v1\randomaccessfile.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-sql-63810097530000\dex_v1\sql.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-byteconverter-63810097528000\dex_v1\byteconverter.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-xui-63810097530000\dex_v1\xui.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-javaobject-63810097528000\dex_v1\javaobject.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-okhttp-63810097530000\dex_v1\okhttp.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-stringutils-63810097530000\dex_v1\stringutils.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-okhttp-4.9.0-63810097530000\dex_v1\okhttp-4.9.0.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-okio-2.8.0-63810097530000\dex_v1\okio-2.8.0.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-okhttp-urlconnection-4.9.3-63810097530000\dex_v1\okhttp-urlconnection-4.9.3.zip
|
||||
C:\Android\tools\..\extras\b4a_local\unpacked-kotlin-stdlib-1.6.10-63810097530000\dex_v1\kotlin-stdlib-1.6.10.zip
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xbitset.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xbytesbuilder.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xcache$_b4xcacheitem.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xcache.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xcollections.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xcomparatorsort.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xmainpage$ResumableSub_B4XPage_CloseRequest.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xmainpage.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xorderedmap.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xpages.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xpagesdelegator.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xpagesmanager$PagesMenuListener.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xpagesmanager$ResumableSub_HandleCloseRequest.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xpagesmanager$_b4amenuitem.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xpagesmanager$_b4xpageinfo.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xpagesmanager$_b4xpageparent.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xpagesmanager.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\b4xset.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\dbrequestmanager$_dbcommand.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\dbrequestmanager$_dbresult.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\dbrequestmanager.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\httpjob$_multipartfiledata.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\httpjob.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\httputils2service$1.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\httputils2service$2.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\httputils2service$httputils2service_BR.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\httputils2service.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\main$1.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\main$B4AMenuItemsClickListener.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\main$HandleKeyDelayed.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\main$ResumeMessage.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\main$WaitForLayout.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\main.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\R$drawable.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\R$style.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\R.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\starter$1.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\starter$2.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\starter$starter_BR.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\starter.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\subs.dex
|
||||
C:\CHV\EN DESARROLLO\DBCheck\B4A\Objects\dexed\dbcheck\keymon\lat\designerscripts\LS_mainpage.dex
|
||||
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/R$drawable.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/R$drawable.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/R$style.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/R$style.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/R.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/R.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xbitset.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xbitset.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xbytesbuilder.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xbytesbuilder.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xcache$_b4xcacheitem.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xcache$_b4xcacheitem.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xcache.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xcache.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xcollections.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xcollections.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xcomparatorsort.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xcomparatorsort.dex
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xmainpage.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xmainpage.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xorderedmap.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xorderedmap.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xpages.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xpages.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xpagesdelegator.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xpagesdelegator.dex
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.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xpagesmanager.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xpagesmanager.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xset.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/b4xset.dex
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/dbrequestmanager.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/dbrequestmanager.dex
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/httpjob.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/httpjob.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/httputils2service$1.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/httputils2service$1.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/httputils2service$2.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/httputils2service$2.dex
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/httputils2service.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/httputils2service.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main$1.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main$1.dex
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main$HandleKeyDelayed.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main$HandleKeyDelayed.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main$ResumeMessage.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main$ResumeMessage.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main$WaitForLayout.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main$WaitForLayout.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/main.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/starter$1.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/starter$1.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/starter$2.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/starter$2.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/starter$starter_BR.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/starter$starter_BR.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/starter.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/starter.dex
Normal file
Binary file not shown.
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/subs.dex
Normal file
BIN
B4A/Objects/dexed/dbcheck/keymon/lat/subs.dex
Normal file
Binary file not shown.
18
B4A/Objects/gen/dbcheck/keymon/lat/R.java
Normal file
18
B4A/Objects/gen/dbcheck/keymon/lat/R.java
Normal file
@@ -0,0 +1,18 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* aapt tool from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
|
||||
package dbcheck.keymon.lat;
|
||||
|
||||
public final class R {
|
||||
public static final class drawable {
|
||||
public static final int icon=0x7f010000;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int LightTheme=0x7f020000;
|
||||
public static final int LowerCaseMenu=0x7f020001;
|
||||
}
|
||||
}
|
||||
BIN
B4A/Objects/res/drawable/icon.jpg
Normal file
BIN
B4A/Objects/res/drawable/icon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.9 KiB |
6
B4A/Objects/res/values-v14/theme.xml
Normal file
6
B4A/Objects/res/values-v14/theme.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style
|
||||
name="LightTheme" parent="@android:style/Theme.Holo.Light">
|
||||
</style>
|
||||
</resources>
|
||||
10
B4A/Objects/res/values-v20/theme.xml
Normal file
10
B4A/Objects/res/values-v20/theme.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style
|
||||
name="LightTheme" parent="@android:style/Theme.Material.Light">
|
||||
<item name="android:actionMenuTextAppearance">@style/LowerCaseMenu</item>
|
||||
</style>
|
||||
<style name="LowerCaseMenu" parent="android:TextAppearance.Material.Widget.ActionBar.Menu">
|
||||
<item name="android:textAllCaps">false</item>
|
||||
</style>
|
||||
</resources>
|
||||
BIN
B4A/Objects/shell/bin/classes/dbcheck/keymon/lat/b4xbitset.class
Normal file
BIN
B4A/Objects/shell/bin/classes/dbcheck/keymon/lat/b4xbitset.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/shell/bin/classes/dbcheck/keymon/lat/b4xcache.class
Normal file
BIN
B4A/Objects/shell/bin/classes/dbcheck/keymon/lat/b4xcache.class
Normal file
Binary file not shown.
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