first working version from Android Studio

This commit is contained in:
Vincent KHERBACHE
2015-01-29 23:47:56 +01:00
commit e55edb3754
5195 changed files with 1523796 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.googlecode.tesseract.android;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.googlecode.tesseract.android";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "";
}

View File

@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.googlecode.tesseract.android;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "com.googlecode.tesseract.android";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "";
}

View File

@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.googlecode.tesseract.android.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.googlecode.tesseract.android.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = -1;
public static final String VERSION_NAME = "";
}

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2011 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.googlecode.tesseract.android"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
</manifest>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2011 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.googlecode.tesseract.android"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
</manifest>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/main/assets"/></dataSet><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/debug/assets"/></dataSet></merger>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/main/assets"/></dataSet><dataSet config="release"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/release/assets"/></dataSet></merger>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/intermediates/bundles/debug/assets"/></dataSet><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/androidTest/assets"/></dataSet></merger>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/intermediates/bundles/debug/res"/></dataSet><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/androidTest/res"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/rs/test/debug"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/generated/test/debug"/></dataSet><mergedItems/></merger>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/main/res"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/rs/debug"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/generated/debug"/></dataSet><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/debug/res"/></dataSet><mergedItems/></merger>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/main/res"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/rs/release"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/generated/release"/></dataSet><dataSet config="release"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/release/res"/></dataSet><mergedItems/></merger>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.googlecode.tesseract.android.test" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:functionalTest="false"
android:handleProfiling="false"
android:label="Tests for com.googlecode.tesseract.android.test"
android:targetPackage="com.googlecode.tesseract.android.test" />
<application>
<uses-library android:name="android.test.runner" />
</application>
</manifest>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.googlecode.tesseract.android.test">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.googlecode.tesseract.android.test"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for com.googlecode.tesseract.android.test"/>
</manifest>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,2 @@
Manifest-Version: 1.0

View File

@@ -0,0 +1,2 @@
Manifest-Version: 1.0