@ -0,0 +1,14 @@ |
|||||||
|
*.iml |
||||||
|
.gradle |
||||||
|
/local.properties |
||||||
|
/.idea/caches |
||||||
|
/.idea/libraries |
||||||
|
/.idea/modules.xml |
||||||
|
/.idea/workspace.xml |
||||||
|
/.idea/navEditor.xml |
||||||
|
/.idea/assetWizardSettings.xml |
||||||
|
.DS_Store |
||||||
|
/build |
||||||
|
/captures |
||||||
|
.externalNativeBuild |
||||||
|
.cxx |
@ -0,0 +1,29 @@ |
|||||||
|
apply plugin: 'com.android.application' |
||||||
|
|
||||||
|
android { |
||||||
|
compileSdkVersion 29 |
||||||
|
buildToolsVersion "29.0.2" |
||||||
|
defaultConfig { |
||||||
|
applicationId "com.hisensehitachi.himitboard" |
||||||
|
minSdkVersion 19 |
||||||
|
targetSdkVersion 29 |
||||||
|
versionCode 1 |
||||||
|
versionName "1.0" |
||||||
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
||||||
|
} |
||||||
|
buildTypes { |
||||||
|
release { |
||||||
|
minifyEnabled false |
||||||
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
dependencies { |
||||||
|
implementation fileTree(dir: 'libs', include: ['*.jar']) |
||||||
|
implementation 'androidx.appcompat:appcompat:1.2.0' |
||||||
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.1' |
||||||
|
testImplementation 'junit:junit:4.12' |
||||||
|
androidTestImplementation 'androidx.test:runner:1.3.0' |
||||||
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' |
||||||
|
} |
@ -0,0 +1,21 @@ |
|||||||
|
# Add project specific ProGuard rules here. |
||||||
|
# You can control the set of applied configuration files using the |
||||||
|
# proguardFiles setting in build.gradle. |
||||||
|
# |
||||||
|
# For more details, see |
||||||
|
# http://developer.android.com/guide/developing/tools/proguard.html |
||||||
|
|
||||||
|
# If your project uses WebView with JS, uncomment the following |
||||||
|
# and specify the fully qualified class name to the JavaScript interface |
||||||
|
# class: |
||||||
|
#-keepclassmembers class fqcn.of.javascript.interface.for.webview { |
||||||
|
# public *; |
||||||
|
#} |
||||||
|
|
||||||
|
# Uncomment this to preserve the line number information for |
||||||
|
# debugging stack traces. |
||||||
|
#-keepattributes SourceFile,LineNumberTable |
||||||
|
|
||||||
|
# If you keep the line number information, uncomment this to |
||||||
|
# hide the original source file name. |
||||||
|
#-renamesourcefileattribute SourceFile |
@ -0,0 +1 @@ |
|||||||
|
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] |
@ -0,0 +1,23 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
package="com.hisensehitachi.himitboard"> |
||||||
|
|
||||||
|
<application |
||||||
|
android:allowBackup="true" |
||||||
|
android:icon="@mipmap/icon" |
||||||
|
android:label="@string/app_name" |
||||||
|
android:maxAspectRatio="2.4" |
||||||
|
android:roundIcon="@mipmap/icon" |
||||||
|
android:supportsRtl="true" |
||||||
|
android:theme="@style/Theme.AppCompat.NoActionBar" |
||||||
|
android:usesCleartextTraffic="true"> |
||||||
|
<activity android:name=".MainActivity"> |
||||||
|
<intent-filter> |
||||||
|
<action android:name="android.intent.action.MAIN" /> |
||||||
|
|
||||||
|
<category android:name="android.intent.category.LAUNCHER" /> |
||||||
|
</intent-filter> |
||||||
|
</activity> |
||||||
|
</application> |
||||||
|
<uses-permission android:name="android.permission.INTERNET" /> |
||||||
|
</manifest> |
After Width: | Height: | Size: 296 KiB |
After Width: | Height: | Size: 328 KiB |
After Width: | Height: | Size: 328 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 278 KiB |
After Width: | Height: | Size: 278 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 448 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 308 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 308 KiB |
After Width: | Height: | Size: 308 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 448 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 448 KiB |
After Width: | Height: | Size: 247 KiB |
After Width: | Height: | Size: 247 KiB |
After Width: | Height: | Size: 247 KiB |
After Width: | Height: | Size: 247 KiB |
After Width: | Height: | Size: 448 KiB |
After Width: | Height: | Size: 448 KiB |
After Width: | Height: | Size: 296 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 191 KiB |
After Width: | Height: | Size: 280 KiB |
After Width: | Height: | Size: 208 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 781 B |
After Width: | Height: | Size: 886 B |
After Width: | Height: | Size: 923 B |
After Width: | Height: | Size: 781 B |
After Width: | Height: | Size: 989 B |
After Width: | Height: | Size: 923 B |
After Width: | Height: | Size: 923 B |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 33 KiB |