commit 3a8bcdfbcd159872df58ab51c208640a0bce4cfb Author: Administrator Date: Sat Feb 15 09:29:09 2014 +0100 First commit diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..7bc01d9 --- /dev/null +++ b/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..4caa2e5 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + SudokuSolver + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..b080d2d --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..a7e4420 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/AndroidManifest.xml b/bin/AndroidManifest.xml new file mode 100644 index 0000000..a7e4420 --- /dev/null +++ b/bin/AndroidManifest.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/classes/com/example/SudokuSolver/MainActivity.class b/bin/classes/com/example/SudokuSolver/MainActivity.class new file mode 100644 index 0000000..57dcf50 Binary files /dev/null and b/bin/classes/com/example/SudokuSolver/MainActivity.class differ diff --git a/bin/classes/com/example/SudokuSolver/SudokuGrid.class b/bin/classes/com/example/SudokuSolver/SudokuGrid.class new file mode 100644 index 0000000..e881456 Binary files /dev/null and b/bin/classes/com/example/SudokuSolver/SudokuGrid.class differ diff --git a/bin/classes/com/example/SudokuSolver/SudokuGridlarge.class b/bin/classes/com/example/SudokuSolver/SudokuGridlarge.class new file mode 100644 index 0000000..5da3b45 Binary files /dev/null and b/bin/classes/com/example/SudokuSolver/SudokuGridlarge.class differ diff --git a/bin/classes/com/example/myfirstapp/BuildConfig.class b/bin/classes/com/example/myfirstapp/BuildConfig.class new file mode 100644 index 0000000..2f05992 Binary files /dev/null and b/bin/classes/com/example/myfirstapp/BuildConfig.class differ diff --git a/bin/classes/com/example/myfirstapp/R$attr.class b/bin/classes/com/example/myfirstapp/R$attr.class new file mode 100644 index 0000000..38ebb2e Binary files /dev/null and b/bin/classes/com/example/myfirstapp/R$attr.class differ diff --git a/bin/classes/com/example/myfirstapp/R$dimen.class b/bin/classes/com/example/myfirstapp/R$dimen.class new file mode 100644 index 0000000..0ee546d Binary files /dev/null and b/bin/classes/com/example/myfirstapp/R$dimen.class differ diff --git a/bin/classes/com/example/myfirstapp/R$drawable.class b/bin/classes/com/example/myfirstapp/R$drawable.class new file mode 100644 index 0000000..58b3ad8 Binary files /dev/null and b/bin/classes/com/example/myfirstapp/R$drawable.class differ diff --git a/bin/classes/com/example/myfirstapp/R$id.class b/bin/classes/com/example/myfirstapp/R$id.class new file mode 100644 index 0000000..07dd4b7 Binary files /dev/null and b/bin/classes/com/example/myfirstapp/R$id.class differ diff --git a/bin/classes/com/example/myfirstapp/R$layout.class b/bin/classes/com/example/myfirstapp/R$layout.class new file mode 100644 index 0000000..7843bd7 Binary files /dev/null and b/bin/classes/com/example/myfirstapp/R$layout.class differ diff --git a/bin/classes/com/example/myfirstapp/R$menu.class b/bin/classes/com/example/myfirstapp/R$menu.class new file mode 100644 index 0000000..e6b29cc Binary files /dev/null and b/bin/classes/com/example/myfirstapp/R$menu.class differ diff --git a/bin/classes/com/example/myfirstapp/R$string.class b/bin/classes/com/example/myfirstapp/R$string.class new file mode 100644 index 0000000..a8c90c8 Binary files /dev/null and b/bin/classes/com/example/myfirstapp/R$string.class differ diff --git a/bin/classes/com/example/myfirstapp/R$style.class b/bin/classes/com/example/myfirstapp/R$style.class new file mode 100644 index 0000000..0a3d953 Binary files /dev/null and b/bin/classes/com/example/myfirstapp/R$style.class differ diff --git a/bin/classes/com/example/myfirstapp/R.class b/bin/classes/com/example/myfirstapp/R.class new file mode 100644 index 0000000..5e88382 Binary files /dev/null and b/bin/classes/com/example/myfirstapp/R.class differ diff --git a/bin/jarlist.cache b/bin/jarlist.cache new file mode 100644 index 0000000..0565465 --- /dev/null +++ b/bin/jarlist.cache @@ -0,0 +1,3 @@ +# cache for current jar dependency. DO NOT EDIT. +# format is +# Encoding is UTF-8 diff --git a/gen/com/example/myfirstapp/BuildConfig.java b/gen/com/example/myfirstapp/BuildConfig.java new file mode 100644 index 0000000..b3d08e3 --- /dev/null +++ b/gen/com/example/myfirstapp/BuildConfig.java @@ -0,0 +1,6 @@ +/** Automatically generated file. DO NOT MODIFY */ +package com.example.myfirstapp; + +public final class BuildConfig { + public final static boolean DEBUG = true; +} \ No newline at end of file diff --git a/gen/com/example/myfirstapp/R.java b/gen/com/example/myfirstapp/R.java new file mode 100644 index 0000000..a606aab --- /dev/null +++ b/gen/com/example/myfirstapp/R.java @@ -0,0 +1,168 @@ +/* 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 com.example.myfirstapp; + +public final class R { + public static final class attr { + } + public static final class dimen { + /** Default screen margins, per the Android Design guidelines. + + Customize dimensions originally defined in res/values/dimens.xml (such as + screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. + + */ + public static final int activity_horizontal_margin=0x7f040000; + public static final int activity_vertical_margin=0x7f040001; + } + public static final class drawable { + public static final int cell_shape=0x7f020000; + public static final int ic_launcher=0x7f020001; + } + public static final class id { + public static final int LinearLayout1=0x7f080000; + public static final int TextView_1=0x7f08000e; + public static final int TextView_10=0x7f080011; + public static final int TextView_11=0x7f080012; + public static final int TextView_12=0x7f080013; + public static final int TextView_13=0x7f08001a; + public static final int TextView_14=0x7f08001b; + public static final int TextView_15=0x7f08001c; + public static final int TextView_16=0x7f080023; + public static final int TextView_17=0x7f080024; + public static final int TextView_18=0x7f080025; + public static final int TextView_19=0x7f080014; + public static final int TextView_2=0x7f08000f; + public static final int TextView_20=0x7f080015; + public static final int TextView_21=0x7f080016; + public static final int TextView_22=0x7f08001d; + public static final int TextView_23=0x7f08001e; + public static final int TextView_24=0x7f08001f; + public static final int TextView_25=0x7f080026; + public static final int TextView_26=0x7f080027; + public static final int TextView_27=0x7f080028; + public static final int TextView_28=0x7f080029; + public static final int TextView_29=0x7f08002a; + public static final int TextView_3=0x7f080010; + public static final int TextView_30=0x7f08002b; + public static final int TextView_31=0x7f080032; + public static final int TextView_32=0x7f080033; + public static final int TextView_33=0x7f080034; + public static final int TextView_34=0x7f08003b; + public static final int TextView_35=0x7f08003c; + public static final int TextView_36=0x7f08003d; + public static final int TextView_37=0x7f08002c; + public static final int TextView_38=0x7f08002d; + public static final int TextView_39=0x7f08002e; + public static final int TextView_4=0x7f080017; + public static final int TextView_40=0x7f080035; + public static final int TextView_41=0x7f080036; + public static final int TextView_42=0x7f080037; + public static final int TextView_43=0x7f08003e; + public static final int TextView_44=0x7f08003f; + public static final int TextView_45=0x7f080040; + public static final int TextView_46=0x7f08002f; + public static final int TextView_47=0x7f080030; + public static final int TextView_48=0x7f080031; + public static final int TextView_49=0x7f080038; + public static final int TextView_5=0x7f080018; + public static final int TextView_50=0x7f080039; + public static final int TextView_51=0x7f08003a; + public static final int TextView_52=0x7f080041; + public static final int TextView_53=0x7f080042; + public static final int TextView_54=0x7f080043; + public static final int TextView_55=0x7f080044; + public static final int TextView_56=0x7f080045; + public static final int TextView_57=0x7f080046; + public static final int TextView_58=0x7f08004d; + public static final int TextView_59=0x7f08004e; + public static final int TextView_6=0x7f080019; + public static final int TextView_60=0x7f08004f; + public static final int TextView_61=0x7f080056; + public static final int TextView_62=0x7f080057; + public static final int TextView_63=0x7f080058; + public static final int TextView_64=0x7f080047; + public static final int TextView_65=0x7f080048; + public static final int TextView_66=0x7f080049; + public static final int TextView_67=0x7f080050; + public static final int TextView_68=0x7f080051; + public static final int TextView_69=0x7f080052; + public static final int TextView_7=0x7f080020; + public static final int TextView_70=0x7f080059; + public static final int TextView_71=0x7f08005a; + public static final int TextView_72=0x7f08005b; + public static final int TextView_73=0x7f08004a; + public static final int TextView_74=0x7f08004b; + public static final int TextView_75=0x7f08004c; + public static final int TextView_76=0x7f080053; + public static final int TextView_77=0x7f080054; + public static final int TextView_78=0x7f080055; + public static final int TextView_79=0x7f08005c; + public static final int TextView_8=0x7f080021; + public static final int TextView_80=0x7f08005d; + public static final int TextView_81=0x7f08005e; + public static final int TextView_9=0x7f080022; + public static final int action_settings=0x7f08005f; + public static final int button0=0x7f08000c; + public static final int button1=0x7f080003; + public static final int button2=0x7f080004; + public static final int button3=0x7f080005; + public static final int button4=0x7f080006; + public static final int button5=0x7f080007; + public static final int button6=0x7f080008; + public static final int button7=0x7f080009; + public static final int button8=0x7f08000a; + public static final int button9=0x7f08000b; + public static final int fragment1=0x7f080001; + public static final int tableRow1=0x7f08000d; + public static final int tableRow2=0x7f080002; + } + public static final class layout { + public static final int activity_main=0x7f030000; + public static final int sudokugrid=0x7f030001; + public static final int sudokugridlarge=0x7f030002; + } + public static final class menu { + public static final int display_message=0x7f070000; + public static final int main=0x7f070001; + } + public static final class string { + public static final int Hint=0x7f050003; + public static final int action_settings=0x7f050001; + public static final int app_name=0x7f050000; + public static final int title_activity_display_message=0x7f050002; + } + public static final class style { + /** + Base application theme, dependent on API level. This theme is replaced + by AppBaseTheme from res/values-vXX/styles.xml on newer devices. + + + Theme customizations available in newer API levels can go in + res/values-vXX/styles.xml, while customizations related to + backward-compatibility can go here. + + + Base application theme for API 11+. This theme completely replaces + AppBaseTheme from res/values/styles.xml on API 11+ devices. + + API 11 theme customizations can go here. + + Base application theme for API 14+. This theme completely replaces + AppBaseTheme from BOTH res/values/styles.xml and + res/values-v11/styles.xml on API 14+ devices. + + API 14 theme customizations can go here. + */ + public static final int AppBaseTheme=0x7f060000; + /** Application theme. + All customizations that are NOT specific to a particular API-level can go here. + */ + public static final int AppTheme=0x7f060001; + } +} diff --git a/ic_launcher-web.png b/ic_launcher-web.png new file mode 100644 index 0000000..5fa97d6 Binary files /dev/null and b/ic_launcher-web.png differ diff --git a/libs/android-support-v4.jar b/libs/android-support-v4.jar new file mode 100644 index 0000000..96644ed Binary files /dev/null and b/libs/android-support-v4.jar differ diff --git a/lint.xml b/lint.xml new file mode 100644 index 0000000..ee0eead --- /dev/null +++ b/lint.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/proguard-project.txt b/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# 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 *; +#} diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..4ab1256 --- /dev/null +++ b/project.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-19 diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..7ee89ad Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..5883655 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..95276eb Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..cabe36c Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/drawable/cell_shape.xml b/res/drawable/cell_shape.xml new file mode 100644 index 0000000..6772455 --- /dev/null +++ b/res/drawable/cell_shape.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/res/layout-land/activity_main.xml b/res/layout-land/activity_main.xml new file mode 100644 index 0000000..dae10dc --- /dev/null +++ b/res/layout-land/activity_main.xml @@ -0,0 +1,181 @@ + + + + + + + + +