Commit 5b7f20f1 by Lee Jaebin

Initial commit

parents

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

# generated files
bin/
gen/
ABVJE_BL/export/jar/ABVJE_BL.jar
ABVJE_UI_Android/ABVJE_BL_src/
ABVJE_Res_Default_Android/build.xml
ABVJE_Res_Default_Android/local.properties
ABVJE_Res_Default_Android/proguard-project.txt
ABVJE_UI_Android/build.xml
ABVJE_UI_Android/local.properties
ABVJE_UI_Android/proguard-project.txt
RES_CUSTOMIZE/ABVJE_Res_KTNG/build.xml
RES_CUSTOMIZE/ABVJE_Res_KTNG/local.properties
RES_CUSTOMIZE/ABVJE_Res_KTNG/proguard-project.txt
LIB_GooglePlayServices/build.xml
LIB_GooglePlayServices/local.properties
LIB_GooglePlayServices/proguard-project.txt
*.prefs
.gradle
local.properties
*.ap_
*.dex
*.class
.classpath
.project
proguard/
build/
*.iml
*.ipr
*.iws
# User-specific configurations
.idea/libraries/
.idea/workspace.xml
.idea/tasks.xml
.idea/.name
.idea/copyright/profiles_settings.xml
.idea/scopes/scope_settings.xml
.idea/*.xml
app/build/
.DS_Store
ABVJE_Launcher_Android/assets/githash.txt
ABVJE_Launcher_Android/assets/apk/
.idea/dictionaries/
/xwalk_core_library/*.iml
.idea/codeStyles/Project.xml
.idea/caches/build_file_checksums.ser
<component name="InspectionProjectProfileManager">
<settings>
<option name="PROJECT_PROFILE" value="Agentec" />
<option name="USE_PROJECT_PROFILE" value="true" />
<version value="1.0" />
<info color="c0c0c0">
<option name="ERROR_STRIPE_COLOR" value="c0c0c0" />
<option name="myName" value="TODO" />
<option name="myVal" value="50" />
<option name="myExternalName" value="TODO" />
<option name="myDefaultAttributes">
<option name="ERROR_STRIPE_COLOR" value="c0c0c0" />
</option>
</info>
<list size="8">
<item index="0" class="java.lang.String" itemvalue="UNUSED ENTRY" />
<item index="1" class="java.lang.String" itemvalue="TYPO" />
<item index="2" class="java.lang.String" itemvalue="SERVER PROBLEM" />
<item index="3" class="java.lang.String" itemvalue="INFO" />
<item index="4" class="java.lang.String" itemvalue="WEAK WARNING" />
<item index="5" class="java.lang.String" itemvalue="TODO" />
<item index="6" class="java.lang.String" itemvalue="WARNING" />
<item index="7" class="java.lang.String" itemvalue="ERROR" />
</list>
</settings>
</component>
\ No newline at end of file
<component name="DependencyValidationManager">
<scope name="agentec" pattern="(file[ABVJE_BL]:*/||file[ABVJE_Launcher_Android]:*/||file[ABVJE_Res_Default_Android]:*/||file[ABVJE_UI_Android]:*/||file[ABVJE_ABookSee]:*/)&amp;&amp;!file:src/fi/iki/elonen/NanoHTTPD.java&amp;&amp;!file[ABVJE_BL]:src/org/json/adf/*&amp;&amp;!file[ABVJE_UI_Android]:src/jp/agentec/abook/abv/ui/home/library/*&amp;&amp;!file[ABVJE_UI_Android]:src/jp/agentec/abook/abv/cl/billing/*&amp;&amp;!file[ABVJE_BL]:src/jp/agentec/adf/core/*&amp;&amp;!file[ABVJE_BL]:src/jp/agentec/adf/core/formatter/*&amp;&amp;!file[ABVJE_BL]:src/jp/agentec/adf/net/socket/*&amp;&amp;!file[ABVJE_BL]:src/jp/agentec/adf/security/cryptography/*" />
</component>
\ No newline at end of file
apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
api files('libs/voipclient_binterface.jar')
api 'com.android.support:appcompat-v7:21.0.+'
}
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in C:\Users\ThanhChung\AppData\Local\Android\sdk1/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# 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 *;
#}
package com.example.thanhchung.abvje_abooksee;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="jp.agentec.abook.abv.abooksee">
<uses-permission android:name="android.permission.BLUETOOTH" />
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/ico_exit_pressed" />
<item android:state_pressed="false" android:drawable="@drawable/ico_exit_normal"/>
</selector>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment