Created
June 24, 2015 02:10
-
-
Save MBratkowski/8d62b7fbebb41b6953aa to your computer and use it in GitHub Desktop.
Andorid Sudoku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="SudokuV3" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> | |
<component name="FacetManager"> | |
<facet type="android-gradle" name="Android-Gradle"> | |
<configuration> | |
<option name="GRADLE_PROJECT_PATH" value=":app" /> | |
</configuration> | |
</facet> | |
<facet type="android" name="Android"> | |
<configuration> | |
<option name="SELECTED_BUILD_VARIANT" value="debug" /> | |
<option name="SELECTED_TEST_ARTIFACT" value="_android_test_" /> | |
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" /> | |
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" /> | |
<option name="ASSEMBLE_TEST_TASK_NAME" value="assembleDebugAndroidTest" /> | |
<option name="SOURCE_GEN_TASK_NAME" value="generateDebugSources" /> | |
<option name="TEST_SOURCE_GEN_TASK_NAME" value="generateDebugAndroidTestSources" /> | |
<option name="ALLOW_USER_CONFIGURATION" value="false" /> | |
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" /> | |
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" /> | |
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res" /> | |
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" /> | |
</configuration> | |
</facet> | |
</component> | |
<component name="NewModuleRootManager" inherit-compiler-output="false"> | |
<output url="file://$MODULE_DIR$/build/intermediates/classes/debug" /> | |
<output-test url="file://$MODULE_DIR$/build/intermediates/classes/androidTest/debug" /> | |
<exclude-output /> | |
<content url="file://$MODULE_DIR$"> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource="false" generated="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/debug" isTestSource="false" generated="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/debug" isTestSource="false" generated="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/generated/debug" type="java-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/androidTest/debug" isTestSource="true" generated="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/androidTest/debug" isTestSource="true" generated="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/androidTest/debug" isTestSource="true" generated="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" type="java-test-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/generated/androidTest/debug" type="java-test-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/res" type="java-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/resources" type="java-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/assets" type="java-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/aidl" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/jni" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/rs" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/res" type="java-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/assets" type="java-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/aidl" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/jni" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/rs" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/res" type="java-test-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/resources" type="java-test-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/assets" type="java-test-resource" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/aidl" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/coverage-instrumented-classes" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex-cache" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jacoco" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javaResources" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/libs" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/ndk" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/proguard" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/outputs" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/tmp" /> | |
</content> | |
<orderEntry type="jdk" jdkName="Android API 20 Platform" jdkType="Android SDK" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
<orderEntry type="library" exported="" name="support-v4-20.0.0" level="project" /> | |
<orderEntry type="library" exported="" name="support-annotations-20.0.0" level="project" /> | |
</component> | |
</module> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'com.android.application' | |
android { | |
compileSdkVersion 20 | |
buildToolsVersion "21.1.2" | |
defaultConfig { | |
applicationId "com.example.sudokuv3" | |
minSdkVersion 14 | |
targetSdkVersion 18 | |
} | |
buildTypes { | |
release { | |
minifyEnabled false | |
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' | |
} | |
} | |
} | |
dependencies { | |
compile 'com.android.support:support-v4:20.0.0' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Automatically generated file. DO NOT MODIFY | |
*/ | |
package com.example.sudokuv3.test; | |
public final class BuildConfig { | |
public static final boolean DEBUG = Boolean.parseBoolean("true"); | |
public static final String APPLICATION_ID = "com.example.sudokuv3.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 = ""; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Automatically generated file. DO NOT MODIFY | |
*/ | |
package com.example.sudokuv3; | |
public final class BuildConfig { | |
public static final boolean DEBUG = Boolean.parseBoolean("true"); | |
public static final String APPLICATION_ID = "com.example.sudokuv3"; | |
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 = ""; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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.sudokuv3; | |
public final class R { | |
public static final class anim { | |
public static final int cykl_7=0x7f040000; | |
public static final int wstrzasy=0x7f040001; | |
} | |
public static final class array { | |
public static final int trudnosc=0x7f060000; | |
} | |
public static final class attr { | |
} | |
public static final class color { | |
public static final int puzzle_ciemny=0x7f070000; | |
public static final int puzzle_jasny=0x7f070001; | |
public static final int puzzle_pierwszy_plan=0x7f070002; | |
public static final int puzzle_podpowiedz_0=0x7f070003; | |
public static final int puzzle_podpowiedz_1=0x7f070004; | |
public static final int puzzle_podpowiedz_2=0x7f070005; | |
public static final int puzzle_podswietlenie=0x7f070006; | |
public static final int puzzle_tlo=0x7f070007; | |
public static final int puzzle_zaznaczony=0x7f070008; | |
public static final int tlo=0x7f070009; | |
} | |
public static final class dimen { | |
public static final int activity_horizontal_margin=0x7f080000; | |
public static final int activity_vertical_margin=0x7f080001; | |
} | |
public static final class drawable { | |
public static final int ic_launcher=0x7f020000; | |
} | |
public static final class id { | |
public static final int action_settings=0x7f0c0010; | |
public static final int klawiatura=0x7f0c0005; | |
public static final int klawiatura_1=0x7f0c0006; | |
public static final int klawiatura_2=0x7f0c0007; | |
public static final int klawiatura_3=0x7f0c0008; | |
public static final int klawiatura_4=0x7f0c0009; | |
public static final int klawiatura_5=0x7f0c000a; | |
public static final int klawiatura_6=0x7f0c000b; | |
public static final int klawiatura_7=0x7f0c000c; | |
public static final int klawiatura_8=0x7f0c000d; | |
public static final int klawiatura_9=0x7f0c000e; | |
public static final int przycisk_informacje=0x7f0c0002; | |
public static final int przycisk_kontynuacja=0x7f0c0000; | |
public static final int przycisk_nowa=0x7f0c0001; | |
public static final int przycisk_wyjscie=0x7f0c0003; | |
public static final int tresc_informacje=0x7f0c0004; | |
public static final int ustawienia=0x7f0c000f; | |
} | |
public static final class layout { | |
public static final int activity_sudoku=0x7f030000; | |
public static final int informacje=0x7f030001; | |
public static final int klawiatura=0x7f030002; | |
} | |
public static final class menu { | |
public static final int menu=0x7f0b0000; | |
public static final int sudoku=0x7f0b0001; | |
} | |
public static final class string { | |
public static final int action_settings=0x7f090000; | |
public static final int app_name=0x7f090001; | |
public static final int etykieta_brak_ruchow=0x7f090002; | |
public static final int etykieta_informacje=0x7f090003; | |
public static final int etykieta_kontynuacja=0x7f090004; | |
public static final int etykieta_latwy=0x7f090005; | |
public static final int etykieta_nowa_gra=0x7f090006; | |
public static final int etykieta_sredni=0x7f090007; | |
public static final int etykieta_trudny=0x7f090008; | |
public static final int etykieta_ustawienia=0x7f090009; | |
public static final int etykieta_wyjscie=0x7f09000a; | |
public static final int glowny_tytul=0x7f09000b; | |
public static final int hello_world=0x7f09000c; | |
public static final int podsumowanie_muzyka=0x7f09000d; | |
public static final int podsumowanie_podpowiedzi=0x7f09000e; | |
public static final int skrot_ustawienia=0x7f09000f; | |
public static final int tekst_informacje=0x7f090010; | |
public static final int tytul_gra=0x7f090011; | |
public static final int tytul_informacje=0x7f090012; | |
public static final int tytul_klawiatura=0x7f090013; | |
public static final int tytul_muzyka=0x7f090014; | |
public static final int tytul_nowa_gra=0x7f090015; | |
public static final int tytul_podpowiedzi=0x7f090016; | |
public static final int tytul_ustawienia=0x7f090017; | |
} | |
public static final class style { | |
/** | |
Theme customizations available in newer API levels can go in | |
res/values-vXX/styles.xml, while customizations related to | |
backward-compatibility can go here. | |
API 11 theme customizations can go here. | |
API 14 theme customizations can go here. | |
*/ | |
public static final int AppBaseTheme=0x7f0a0000; | |
/** All customizations that are NOT specific to a particular API-level can go here. | |
*/ | |
public static final int AppTheme=0x7f0a0001; | |
} | |
public static final class xml { | |
public static final int ustawienia=0x7f050000; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
package com.example.sudokuv3; | |
public final class BuildConfig { | |
public static final boolean DEBUG; | |
public static final java.lang.String APPLICATION_ID = "com.example.sudokuv3"; | |
public static final java.lang.String BUILD_TYPE = "debug"; | |
public static final java.lang.String FLAVOR = ""; | |
public static final int VERSION_CODE = 1; | |
public static final java.lang.String VERSION_NAME = ""; | |
public BuildConfig() { /* compiled code */ } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
package com.example.sudokuv3; | |
public class Gra extends android.app.Activity { | |
private static final java.lang.String ZNACZNIK = "Sudoku"; | |
public static final java.lang.String TRUDNOSC_KLUCZ = "org.przyklad.sudoku.trudnosc"; | |
public static final int TRUDNOSC_LATWY = 0; | |
public static final int TRUDNOSC_SREDNI = 1; | |
public static final int TRUDNOSC_TRUDNY = 2; | |
private static final java.lang.String PREF_PUZZLE = "puzzle"; | |
protected static final int TRUDNOSC_KONTYNUACJA = -1; | |
private int[] puzzle; | |
private final java.lang.String puzzleLatwe = "360000000004230800000004200070460003820000014500013020001900000007048300000000045"; | |
private final java.lang.String puzzleSrednie = "650000070000506000014000005007009000002314700000700800500000630000201000030000097"; | |
private final java.lang.String puzzleTrudne = "009000000080605020501078000000000700706040102004000000000720903090301080000000600"; | |
private com.example.sudokuv3.WidokPuzzle widokPuzzle; | |
private final int[][][] wykorzystane; | |
public Gra() { /* compiled code */ } | |
protected void onCreate(android.os.Bundle savedInstanceState) { /* compiled code */ } | |
private int[] wezPuzzle(int trud) { /* compiled code */ } | |
private static java.lang.String doZnakowPuzzle(int[] puz) { /* compiled code */ } | |
protected static int[] odZnakowPuzzle(java.lang.String string) { /* compiled code */ } | |
private int wezPole(int x, int y) { /* compiled code */ } | |
private void ustawPole(int x, int y, int wartosc) { /* compiled code */ } | |
protected java.lang.String wezZnakPola(int x, int y) { /* compiled code */ } | |
protected boolean ustawPoleJesliPoprawne(int x, int y, int wartosc) { /* compiled code */ } | |
protected void pokazKlawiatureLubBlad(int x, int y) { /* compiled code */ } | |
protected int[] wezUzytePola(int x, int y) { /* compiled code */ } | |
private void obliczUzytePola() { /* compiled code */ } | |
private int[] obliczUzytePola(int x, int y) { /* compiled code */ } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
package com.example.sudokuv3; | |
public class Informacje extends android.app.Activity { | |
public Informacje() { /* compiled code */ } | |
protected void onCreate(android.os.Bundle savedInstanceState) { /* compiled code */ } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
package com.example.sudokuv3; | |
public class Klawiatura extends android.app.Dialog { | |
protected static final java.lang.String ZNACZNIK = "Sudoku"; | |
private final android.view.View[] klawisze; | |
private android.view.View klawiatura; | |
private final int[] uzyte; | |
private final com.example.sudokuv3.WidokPuzzle widokPuzzle; | |
public Klawiatura(android.content.Context kontekst, int[] uzyte, com.example.sudokuv3.WidokPuzzle widokPuzzle) { /* compiled code */ } | |
protected void onCreate(android.os.Bundle savedInstanceState) { /* compiled code */ } | |
public boolean onKeyDown(int kodKlaw, android.view.KeyEvent zdarzenie) { /* compiled code */ } | |
private boolean isValid(int pole) { /* compiled code */ } | |
private void zwrocWynik(int pole) { /* compiled code */ } | |
private void znajdzWidoki() { /* compiled code */ } | |
private void ustawObiektyNasluchujace() { /* compiled code */ } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
package com.example.sudokuv3; | |
public class Preferencje extends android.preference.PreferenceActivity { | |
public Preferencje() { /* compiled code */ } | |
protected void onCreate(android.os.Bundle savedInstaceState) { /* compiled code */ } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
package com.example.sudokuv3; | |
public final class R { | |
public R() { /* compiled code */ } | |
public static final class xml { | |
public static final int ustawienia = 2131034112; | |
public xml() { /* compiled code */ } | |
} | |
public static final class style { | |
public static final int AppBaseTheme = 2131361792; | |
public static final int AppTheme = 2131361793; | |
public style() { /* compiled code */ } | |
} | |
public static final class string { | |
public static final int action_settings = 2131296256; | |
public static final int app_name = 2131296257; | |
public static final int etykieta_brak_ruchow = 2131296258; | |
public static final int etykieta_informacje = 2131296259; | |
public static final int etykieta_kontynuacja = 2131296260; | |
public static final int etykieta_latwy = 2131296261; | |
public static final int etykieta_nowa_gra = 2131296262; | |
public static final int etykieta_sredni = 2131296263; | |
public static final int etykieta_trudny = 2131296264; | |
public static final int etykieta_ustawienia = 2131296265; | |
public static final int etykieta_wyjscie = 2131296266; | |
public static final int glowny_tytul = 2131296267; | |
public static final int hello_world = 2131296268; | |
public static final int podsumowanie_muzyka = 2131296269; | |
public static final int podsumowanie_podpowiedzi = 2131296270; | |
public static final int skrot_ustawienia = 2131296271; | |
public static final int tekst_informacje = 2131296272; | |
public static final int tytul_gra = 2131296273; | |
public static final int tytul_informacje = 2131296274; | |
public static final int tytul_klawiatura = 2131296275; | |
public static final int tytul_muzyka = 2131296276; | |
public static final int tytul_nowa_gra = 2131296277; | |
public static final int tytul_podpowiedzi = 2131296278; | |
public static final int tytul_ustawienia = 2131296279; | |
public string() { /* compiled code */ } | |
} | |
public static final class menu { | |
public static final int menu = 2131427328; | |
public static final int sudoku = 2131427329; | |
public menu() { /* compiled code */ } | |
} | |
public static final class layout { | |
public static final int activity_sudoku = 2130903040; | |
public static final int informacje = 2130903041; | |
public static final int klawiatura = 2130903042; | |
public layout() { /* compiled code */ } | |
} | |
public static final class id { | |
public static final int action_settings = 2131492880; | |
public static final int klawiatura = 2131492869; | |
public static final int klawiatura_1 = 2131492870; | |
public static final int klawiatura_2 = 2131492871; | |
public static final int klawiatura_3 = 2131492872; | |
public static final int klawiatura_4 = 2131492873; | |
public static final int klawiatura_5 = 2131492874; | |
public static final int klawiatura_6 = 2131492875; | |
public static final int klawiatura_7 = 2131492876; | |
public static final int klawiatura_8 = 2131492877; | |
public static final int klawiatura_9 = 2131492878; | |
public static final int przycisk_informacje = 2131492866; | |
public static final int przycisk_kontynuacja = 2131492864; | |
public static final int przycisk_nowa = 2131492865; | |
public static final int przycisk_wyjscie = 2131492867; | |
public static final int tresc_informacje = 2131492868; | |
public static final int ustawienia = 2131492879; | |
public id() { /* compiled code */ } | |
} | |
public static final class drawable { | |
public static final int ic_launcher = 2130837504; | |
public drawable() { /* compiled code */ } | |
} | |
public static final class dimen { | |
public static final int activity_horizontal_margin = 2131230720; | |
public static final int activity_vertical_margin = 2131230721; | |
public dimen() { /* compiled code */ } | |
} | |
public static final class color { | |
public static final int puzzle_ciemny = 2131165184; | |
public static final int puzzle_jasny = 2131165185; | |
public static final int puzzle_pierwszy_plan = 2131165186; | |
public static final int puzzle_podpowiedz_0 = 2131165187; | |
public static final int puzzle_podpowiedz_1 = 2131165188; | |
public static final int puzzle_podpowiedz_2 = 2131165189; | |
public static final int puzzle_podswietlenie = 2131165190; | |
public static final int puzzle_tlo = 2131165191; | |
public static final int puzzle_zaznaczony = 2131165192; | |
public static final int tlo = 2131165193; | |
public color() { /* compiled code */ } | |
} | |
public static final class attr { | |
public attr() { /* compiled code */ } | |
} | |
public static final class array { | |
public static final int trudnosc = 2131099648; | |
public array() { /* compiled code */ } | |
} | |
public static final class anim { | |
public static final int cykl_7 = 2130968576; | |
public static final int wstrzasy = 2130968577; | |
public anim() { /* compiled code */ } | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
package com.example.sudokuv3; | |
public class Sudoku extends android.app.Activity implements android.view.View.OnClickListener { | |
private static final java.lang.String ZNACZNIK = "Sudoku"; | |
public Sudoku() { /* compiled code */ } | |
public void onCreate(android.os.Bundle savedInstanceState) { /* compiled code */ } | |
public void onClick(android.view.View v) { /* compiled code */ } | |
public boolean onCreateOptionsMenu(android.view.Menu menu) { /* compiled code */ } | |
public boolean onOptionsItemSelected(android.view.MenuItem element) { /* compiled code */ } | |
private void otworzDialogNowaGra() { /* compiled code */ } | |
private void uruchomGre(int i) { /* compiled code */ } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IntelliJ API Decompiler stub source generated from a class file | |
// Implementation of methods is not available | |
package com.example.sudokuv3; | |
public class WidokPuzzle extends android.view.View { | |
private static final java.lang.String ZNACZNIK = "Sudoku"; | |
private static final java.lang.String WYBX = "wybX"; | |
private static final java.lang.String WYBY = "wybY"; | |
private static final java.lang.String ZOBACZ_STAN = "zobaczStan"; | |
private static final int ID = 42; | |
private float szerokosc; | |
private float wysokosc; | |
private int wybX; | |
private int wybY; | |
private final android.graphics.Rect wybProst; | |
private final com.example.sudokuv3.Gra gra; | |
public WidokPuzzle(android.content.Context kontekst) { /* compiled code */ } | |
protected android.os.Parcelable onSaveInstanceState() { /* compiled code */ } | |
protected void onRestoreInstanceState(android.os.Parcelable stan) { /* compiled code */ } | |
protected void onSizeChanged(int s, int w, int staras, int staraw) { /* compiled code */ } | |
protected void onDraw(android.graphics.Canvas plotno) { /* compiled code */ } | |
public boolean onTouchEvent(android.view.MotionEvent zdarzenie) { /* compiled code */ } | |
public boolean onKeyDown(int kodKlaw, android.view.KeyEvent zdarzenie) { /* compiled code */ } | |
public void ustawWybranePole(int pole) { /* compiled code */ } | |
private void wybierz(int x, int y) { /* compiled code */ } | |
private void wezProst(int x, int y, android.graphics.Rect prost) { /* compiled code */ } | |
} |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dex | |
035 ��pq�p�{p�s�u:��x�2���( p xV4 �F � p lp # �� � <� 2 d� � �� l� �F �! �! �! �! �! �! �! " '" J" d" �" �" �" �" # *# 2# O# r# �# �# �# �# �# �# �# | |
$ $ '$ :$ R$ m$ y$ �$ �$ �$ �$ �$ �$ �$ % % +% 4% =% N% Z% l% x% ~% �% �% �% & >& n& �& �& �& ' A' w' �' �' ( ( B( N( [( e( n( �( �( �( �( �( �( �( ) *) <) V) w) �) �) �) �) �) * * &* 4* A* O* ^* j* w* �* �* �* �* �* �* �* + + '+ 1+ =+ K+ `+ o+ {+ �+ �+ �+ �+ �+ �+ �+ �+ �+ , , , , -, 9, H, R, p, z, �, �, �, �, �, �, $- /- 7- T- �- �- �- �- �- �- �- �- �- �- �- �- �- �- �- . . . . . . '. /. 8. C. L. W. [. c. n. w. ~. �. �. �. �. �. �. �. �. �. �. �. �. / / / &/ ;/ K/ S/ _/ b/ k/ |/ �/ �/ �/ �/ �/ �/ �/ �/ �/ �/ �/ �/ �/ �/ 0 | |
0 0 !0 /0 30 90 H0 v0 y0 �0 1 r1 u1 y1 �1 �1 �1 �1 &2 .2 ;2 >2 C2 W2 k2 z2 �2 �2 �2 �2 �2 �2 �2 �2 | |
3 3 (3 63 @3 L3 O3 U3 \3 d3 l3 p3 3 �3 �3 �3 �3 �3 �3 �3 �3 �3 �3 �3 �3 �3 �3 �3 4 !4 =4 H4 U4 b4 q4 �4 �4 �4 �4 �4 �4 �4 �4 �4 �4 �4 �4 �4 �4 5 5 5 $5 )5 /5 55 ;5 C5 U5 v5 �5 �5 �5 �5 6 56 Z6 �6 �6 �6 �6 7 7 47 B7 O7 [7 �7 �7 �7 �7 �7 �7 8 8 :8 T8 b8 w8 �8 �8 �8 �8 9 9 /9 F9 U9 k9 {9 �9 �9 �9 �9 �9 �9 �9 �9 : +: B: X: i: u: �: �: �: �: �: �: �: �: ; ; :; ^; u; �; �; �; �; *< H< c< �< �< �< �< = = == V= w= �= �= �= �= > 6> [> �> �> �> �> ? 9? `? �? �? �? �? !@ @@ h@ �@ �@ �@ �@ A BA ^A }A �A �A �A �A "B SB tB �B �B �B C 1C 9C HC dC �C �C �C �C D 'D OD hD }D �D �D �D �D �D /E @E UE sE �E �E �E �E �E F *F DF aF |F �F �F �F �F �F �F G G (G 6G @G FG UG _G nG }G �G �G �G �G �G �G | |
H H /H 2H HH SH WH [H gH �H �H �H �H �H �H I 4I >I \I sI �I �I �I �I �I J J 2J PJ lJ �J �J �J �J �J K K 'K 8K JK SK eK wK �K �K �K �K �K L >L ML ]L eL |L �L �L �L �L �L �L �L �L �L �L M M "M 2M BM KM TM ^M xM �M !N vN �N O 9O `O �O �O �O P -P WP P �P �P Q Q Q IQ }Q �Q R SR �R �R �R �R �R S S )S 3S BS YS yS �S �S �S T /T �T �T �T �T �T U &U CU ]U �U �U �U V #V ?V �V �V �V �V W CW uW �W �W �W �W �W �W �W �W �W X /X 8X RX _X sX �X �X �X �X �X �X �X Y %Y ;Y ZY yY �Y �Y �Y �Y �Y Z 'Z <Z KZ mZ ~Z �Z �Z �Z �Z �Z �Z �Z �Z �Z [ [ [ [ )[ 9[ N[ [[ z[ �[ �[ �[ �[ �[ �[ �[ \ \ /\ H\ �\ �\ �\ �\ �\ �\ �\ ] 8] L] a] ] �] �] �] �] ^ ^ $^ 5^ ?^ L^ W^ c^ n^ x^ �^ �^ �^ �^ �^ �^ �^ �^ _ _ 5_ Q_ i_ z_ �_ �_ �_ �_ �_ �_ �_ ` ` 6` J` _` s` �` �` �` �` �` �` �` �` a %a 9a Ta oa �a �a �a �a �a �a b b $b <b Zb �b �b �b �b c 9c Uc _c bc kc |c �c �c �c �c �c d d #d 4d Ed Id Nd Td [d _d fd kd rd xd �d �d �d �d �d �d �d e e %e =e de }e �e �e �e �e �e f )f >f Tf if �f �f �f �f �f �f �f g 3g Ig rg �g �g �g �g �g �g h h h *h 9h Ph Yh oh �h �h i (i @i _i ri �i �i �i �i �i �i �i j *j Nj ]j oj �j �j �j �j �j �j k (k Ck ck �k �k �k �k �k �k �k l l 5l Xl jl �l �l �l �l �l !m ;m wm �m �m �m �m n "n An an sn �n �n �n �n �n �n �n �n o /o Zo to �o �o �o �o �o �o �o p p )p ;p ?p Hp Lp Qp Up \p ap gp op vp {p p �p �p �p �p �p �p �p �p �p �p �p �p �p �p q Dq eq wq �q �q �q �q �q �q �q r r %r Dr Hr \r wr �r �r �r �r �r �r �r �r �r s s (s @s Xs es vs �s �s �s �s �s �s t !t /t @t Vt ft pt st �t �t �t �t �t �t �t u (u 4u Iu ]u su �u �u �u �u �u �u �u v v 8v Pv dv pv {v �v �v �v �v �v �v �v �v w $w 9w Aw Uw pw �w �w �w �w �w �w �w �w �w x 1x Gx ]x vx �x �x �x �x �x �x �x �x �x �x �x �x �x �x �x �x �x �x �x �x y y y y y !y 'y /y 7y =y Dy Ly Sy Zy _y ey ly ty }y �y �y �y �y �y �y �y �y �y �y �y �y z z &z 9z Ez Jz Oz [z `z dz �z �z �z { ={ `{ y{ �{ �{ �{ �{ | /| R| ~| �| �| �| } 1} N} q} �} �} �} �} ~ $~ @~ c~ �~ �~ �~ �~ , ` � � � � %� J� o� �� �� � � ;� ]� � �� ʁ �� � @� i� �� �� � � .� X� z� �� �� Ѓ �� � 6� P� t� �� �� ф � &� Q� z� �� ҅ � )� l� �� ׆ �� � 1� L� _� v� �� �� �� ԇ � '� I� c� �� �� �� ʈ � �� � #� F� q� �� �� މ �� � 6� L� j� �� �� Ȋ � � =� x� �� ؋ � &� @� ^� �� �� Ќ �� � F� l� �� �� �� | |
� 4� X� }� �� Ԏ �� "� H� o� �� �� � � 4� _� �� �� � � � X� �� � E� w� �� � [� �� � +� i� �� � � X� �� �� ޖ $� T� �� �� ݗ � 1� V� �� �� ٘ � C� q� �� �� � %� j� �� �� �� ?� i� �� ɛ �� )� Y� �� �� � � @� h� �� ȝ � 9� n� �� ʞ � .� l� �� ן � )� P� �� �� � H� p� �� ӡ � 7� i� �� �� � � \� �� �� �� :� � �� � *� _� �� ͥ � Z� �� � >� �� ߧ )� \� �� Ǩ � 3� s� �� ܩ � G� }� �� �� .� i� �� ݫ 8� w� �� � ,� k� �� � =� �� ڮ � G� �� ů � � F� v� �� ٰ �� 0� t� �� � � =� q� �� ڲ � M� �� �� Գ �� .� k� �� � 8� �� �� � � A� x� �� � � A� r� �� ܷ � 9� q� �� ڸ � V� �� ֹ � 5� f� �� Ⱥ � ?� �� �� !� K� �� ż � <� i� �� ɽ �� )� g� �� � � \� �� � � H� v� �� �� +� ^� �� �� 7� �� �� �� 5� �� �� � G� w� �� �� � >� n� �� �� � J� �� �� �� +� ^� �� � c� �� � P� �� �� � ;� �� �� � g� �� �� � 3� d� �� �� � <� v� �� �� 4� u� �� �� � X� �� �� �� � F� t� �� �� � :� m� �� �� �� '� _� �� �� "� r� �� � t� �� �� �� $� H� t� �� �� �� � C� h� �� �� �� � =� f� �� �� � 8� s� �� �� � V� �� �� � .� T� � �� �� � E� f� �� �� �� � K� x� �� �� %� y� �� &� �� �� � H� �� �� � � �� � >� h� �� � `� �� �� #� b� �� �� � I� �� �� � <� l� �� �� E� �� �� � 5� s� �� �� 2� l� �� �� | |
� U� �� �� � Z� �� �� �� &� Q� |� �� �� | |
� I� �� �� �� B� p� �� �� V� �� �� � g� �� � 9� s� �� �� (� _� �� �� � E� � �� �� $� U� �� �� �� !� R� z� �� �� �� )� }� �� "� U� �� �� � O� �� �� � 5� c� �� �� �� � :� h� �� �� � N� �� �� �� � X� �� �� �� >� �� �� �� 7� �� �� E� �� �� N� �� �� M � � � ' � � @ � � ) � � N � � F � � ] � $ � � W � � 2 � � 5 | |
� | |
� � ^ � � i � w � $ � � D � � , u � � / u � � J � � � % P � � � < u � � L � � � - h � � P ~ � � 0 b � � A t � � " c � � � 1 p � � ? k � � ] � � E � � C | � ! _! �! �! " N" �" �" �" 1# u# �# �# 5$ q$ �$ �$ 9% �% �% & E& s& �& �& ' ;' m' �' �' '( W( �( �( �( ) )) A) f) �) �) �) | |
* '* F* Z* u* �* �* �* + B+ ^+ v+ �+ �+ �+ , 0, R, {, �, �, �, �, - <- U- q- �- �- �- �- . B. c. �. �. �. �. / </ i/ �/ �/ �/ �/ 80 Y0 p0 �0 �0 �0 >1 q1 �1 �1 2 @2 i2 �2 �2 �2 3 D3 k3 �3 �3 �3 �3 4 H4 f4 �4 �4 �4 �4 5 (5 E5 p5 �5 �5 �5 �5 6 56 P6 o6 �6 �6 �6 �6 7 @7 ]7 �7 �7 �7 �7 8 58 P8 h8 s8 �8 �8 �8 �8 �8 9 .9 S9 v9 �9 �9 �9 �9 : 8: [: x: �: �: �: �: ; 1; R; q; �; �; �; < %< H< g< �< �< �< �< �< �< = $= 4= N= i= �= �= �= �= �= > > A> V> p> �> �> �> �> �> �> ? G? ^? v? �? �? �? �? �? @ D@ h@ }@ �@ �@ �@ �@ A A 6A XA {A �A �A �A �A B 'B ;B VB jB ~B �B �B �B �B C &C IC mC �C �C �C �C D .D ID xD �D �D �D �D �D E %E \E �E �E F RF �F �F G 4G HG _G wG �G �G �G H H 6H NH bH wH �H �H �H �H sI �I �I �I �I �I J 0J BJ pJ �J �J K hK �K �K �K �K �K L &L GL �L M ,M =M RM mM �M �M �M �M �M N (N @N YN ~N �N �N �N O >O eO �O �O �O �O "P HP sP �P �P �P Q -Q 7Q BQ SQ dQ qQ �Q �Q �Q �Q �Q �Q �Q �Q R $R 4R JR sR �R �R �R �R �R | |
S 'S ;S PS jS yS �S �S �S �S �S �S �S T %T 9T MT \T nT �T �T �T �T �T U .U >U RU fU �U �U �U �U �U �U V 2V UV �V �V �V �V �V �V W W %W \W oW �W �W �W �W �W ;X ]X �X �X �X �X �X �X �X �X �X �X Y Y $Y 4Y EY VY pY }Y �Y �Y �Y Z &Z eZ �Z �Z �Z �Z [ 0[ K[ Y[ l[ |[ �[ �[ �[ \ ,\ J\ g\ �\ �\ �\ �\ ] *] F] i] �] �] �] �] ^ 2^ ]^ x^ �^ �^ �^ _ 1_ =_ J_ Y_ a_ l_ w_ �_ �_ �_ �_ �_ �_ �_ �_ �_ ` 2` �` �` �` �` �` a %a Ia aa wa �a �a �a �a �a �a �a �a b b b 'b Ab Pb db qb �b �b �b �b �b �b �b �b c c !c 5c Fc ~c �c �c �c �c �c d d Ed hd �d �d �d �d �d �d �d �d e -e Ie Xe �e �e �e �e �e �e f f 1f <f af �f �f �f �f �f �f �f g g !g *g Og Vg [g `g lg rg wg �g �g �g �g �g �g h 8h Eh vh �h �h �h �h �h �h i 7i gi �i �i �i �i j ,j 5j Dj Kj `j rj �j �j �j �j �j �j �j k k #k ,k =k Ok ck �k �k �k �k �k �k l !l -l Fl kl �l �l �l �l �l �l �l �l �l �l �l m m (m 4m Dm Pm _m jm sm �m �m �m �m �m �m �m �m &n Ln fn }n �n �n �n �n �n o o >o Uo lo �o �o �o �o �o p p 1p Hp Zp up �p �p �p �p �p �p �p q &q @q Vq rq �q �q �q �q �q �q r r 6r Pr mr yr �r �r �r �r �r �r �r �r �r s s %s >s Fs Ss qs �s �s �s �s �s �s %t >t Pt ]t jt ot t �t �t �t �t �t �t �t �t �t u u u !u .u Du Iu au yu �u �u �u �u �u �u v %v 3v Bv Rv hv xv �v �v �v �v �v �v �v �v �v w 5w [w ww �w �w �w �w | |
x x @x rx �x �x �x �x �x �x �x y 6y Uy uy �y �y �y �y | |
z .z Dz �z �z { d{ �{ �{ �{ �{ | *| B| K| `| z| �| �| �| �| } } (} :} N} Y} e} |} �} �} �} �} ~ 7~ F~ X~ [~ _~ g~ u~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ �~ ) 4 < E L U [ a f l s z � � � � � � � � � � � � � � � � � � � � � � � "� *� 0� 7� ?� F� N� W� ^� c� h� n� u� }� �� �� �� �� �� �� �� �� ր ܀ � � � �� �� � � � � � $� )� ;� W� |� �� �� �� Ɓ ځ � � � � 9� L� `� p� �� �� �� Ղ �� � (� 8� M� c� {� �� �� à �� � 4� ?� O� f� �� �� �� Ʉ � � &� F� i� �� �� ͅ Ӆ م � � $� 6� f� y� �� �� � � � � � �� �� � � � � � � %� +� 2� 7� ;� @� F� K� Q� X� ^� c� h� o� u� |� �� �� �� �� �� �� �� �� Ç LJ ʇ · ҇ և ڇ އ � � ;� V� j� �� �� �� �� � ?� h� �� ˉ � 9� `� �� � � L� }� �� � � � .� I� ]� r� �� �� �� �� Ō ˌ � � �� �� �� � � � � !� )� 0� ?� H� M� V� a� m� t� z� }� �� �� �� �� �� �� ƍ ͍ ٍ � �� �� � � � %� .� :� F� R� _� k� x� �� �� �� �� �� Ď Ў � � � � � $� 0� <� H� T� a� k� z� �� �� �� �� �� �� ˏ � �� � � $� 2� @� O� `� i� q� � �� �� �� �� ̐ � �� � � *� 8� =� P� W� |� �� �� �� �� �� ё � �� � � *� 7� C� O� Z� d� n� }� �� �� �� �� �� ʒ ֒ � � "� =� ]� d� m� w� �� �� �� Ǔ Г ؓ � �� � � ?� N� W� h� o� {� �� �� �� �� �� �� �� ɔ ܔ � � � � � 2� F� V� ]� f� n� s� |� �� ͕ ە � $� ]� y� �� �� ܖ �� � +� K� k� �� �� �� � � &� =� M� ^� p� �� �� �� � �� � !� Q� v� �� �� ٙ � � .� L� e� �� �� Ț �� '� 5� H� W� j� �� �� �� Û ݛ � � � /� I� _� n� �� �� �� �� �� �� ݜ � �� �� � � � .� H� O� ]� r� x� ~� �� �� �� �� �� �� � � � (� 0� 8� B� R� b� n� � �� �� �� �� �� �� ɞ ֞ ݞ � �� � � � � <� X� g� m� x� �� �� �� �� �� �� ˟ ٟ � �� � � � ,� 9� I� S� [� e� m� u� �� �� �� �� �� �� �� Ƞ ͠ Ѡ ֠ ۠ � � � � � $� -� C� K� T� W� [� b� n� �� �� �� �� �� á ԡ � � �� � )� 3� P� k� s� ~� �� �� �� �� ͢ � � � � � -� 5� A� U� _� z� �� � �� � � � � )� 7� O� ]� f� s� {� �� �� �� �� ̤ ߤ � � � � ,� 4� C� N� W� ^� o� |� �� �� �� �� ť ѥ ܥ � �� | |
� � � +� ?� K� [� k� u� ~� �� �� �� Ȧ ܦ � � � � (� 2� <� C� N� U� \� u� �� �� �� �� ɧ ֧ � �� �� � � &� 2� <� F� Q� X� _� l� y� �� �� �� �� Ĩ ʨ Ψ Ө ٨ � � � �� � � � ,� 7� C� R� c� k� x� �� �� �� �� �� �� ĩ ̩ ש � � �� � � � 2� :� Q� j� �� �� �� �� �� �� �� Ъ � � � � "� :� I� ]� r� �� �� �� �� ɫ ܫ � �� � � +� 6� C� T� ^� k� ~� �� �� �� �� Ǭ ۬ � �� � � +� J� W� e� r� �� �� �� �� �� Э � � �� � � &� I� P� ^� i� q� �� �� �� ʮ � �� � '� 9� I� W� c� w� �� �� �� �� ̯ Я կ ߯ � � �� � � � )� 4� =� L� W� `� r� �� �� �� �� ϰ ް � �� � � &� 2� B� J� Y� r� z� �� �� �� �� �� �� �� ʱ ر ޱ � � �� | |
� � � .� 8� H� Q� ^� g� q� y� �� �� �� �� Ʋ β ֲ ߲ �� � � � � (� 5� D� W� _� i� y� �� �� �� �� ó ѳ ׳ � � �� � | |
� � � %� .� ?� O� Z� g� w� �� �� �� �� Ѵ � � � #� @� P� k� |� �� �� ȵ ܵ � � � )� A� Y� p� �� �� �� ̶ � � � 7� S� g� �� �� �� · ѷ � �� � '� =� F� Q� `� s� }� �� �� �� �� �� ʸ ո � � � � � (� 5� =� K� [� a� f� v� �� �� �� �� �� �� �� ɹ � � �� � � � � -� H� R� h� p� �� �� ĺ ֺ � �� � � %� 5� B� R� b� k� q� �� �� �� �� �� �� �� �� �� ʻ � � �� �� | |
� � � � 0� A� T� ]� m� �� �� �� �� �� �� Ѽ � � � (� 5� :� D� N� W� d� l� v� �� �� �� Ľ Խ � �� � � 2� H� V� ]� h� u� �� �� �� �� �� �� �� þ վ � � � � 3� C� V� g� x� �� �� �� �� �� �� ˿ տ � � �� � � � 0� C� ]� q� �� �� �� �� �� �� �� �� �� �� �� �� � � (� 5� 8� A� L� W� r� ~� �� �� �� �� �� �� �� �� �� � � � � +� 3� H� Q� a� l� v� ~� �� �� �� �� �� �� �� � � (� 8� J� ]� k� ~� �� �� �� �� �� �� �� �� �� � � !� ,� I� S� b� k� v� �� �� �� �� �� �� �� �� �� �� �� �� � � � � $� 1� A� N� V� ^� i� y� �� �� �� �� �� �� �� �� �� �� � � � ,� B� M� [� e� k� u� �� �� �� �� �� �� �� �� �� �� �� �� �� � � � 5� K� P� d� �� �� �� �� �� �� �� � "� 3� D� \� o� �� �� �� �� � &� :� I� e� r� �� �� �� �� �� �� �� �� � � 5� C� V� e� z� �� �� �� �� �� �� �� �� � � <� P� g� r� �� �� �� �� �� �� �� � � ,� G� c� v� �� �� �� �� �� �� �� � � � 3� I� S� _� n� �� �� �� �� �� �� �� � � %� 2� A� K� Y� p� ~� �� �� �� �� �� �� | |
� !� C� S� g� s� }� �� �� �� �� �� �� �� � � )� A� V� _� q� �� �� �� �� �� �� �� �� � "� 2� =� T� g� s� �� �� �� �� �� �� �� �� � � 5� B� T� g� w� �� �� �� �� �� �� � � � ,� 9� E� Q� u� �� �� �� �� �� �� �� �� � #� 9� V� o� z� �� �� �� �� �� �� �� �� �� �� � "� ,� C� S� `� t� �� �� �� �� �� �� �� �� �� � � (� /� 8� V� _� �� �� �� �� �� �� �� �� �� � � )� <� E� P� ^� i� z� �� �� �� �� �� �� �� �� � &� :� [� y� �� �� �� �� �� �� �� �� �� � � /� D� M� b� m� |� �� �� �� �� �� �� �� � � /� @� L� Z� e� � �� �� �� �� �� �� �� �� | |
� '� 8� X� c� o� �� �� �� �� �� �� �� � � "� 2� C� T� c� r� �� �� �� �� �� �� �� � '� :� N� Y� r� �� �� �� �� �� � � %� 0� ;� P� a� o� |� �� �� �� �� �� �� �� �� � � /� ?� U� d� u� �� �� �� �� �� �� �� �� � � '� 5� @� K� c� �� �� �� �� �� �� �� �� � #� <� J� \� u� �� �� �� �� �� �� �� �� �� � &� <� G� W� h� s� �� �� �� �� �� �� �� �� � +� D� d� o� �� �� �� �� �� �� �� �� �� � � 1� ;� G� O� ]� p� � �� �� �� �� �� �� �� � � � $� :� C� R� d� �� �� �� �� �� �� �� � � !� 1� F� L� Z� `� n� |� �� �� �� �� �� �� �� �� �� �� � � � � $� 3� >� V� a� p� �� �� �� �� �� �� �� �� �� | |
� � %� .� >� S� c� u� �� �� �� �� �� �� �� �� �� � � � )� 1� D� P� \� h� u� }� �� �� �� �� �� �� �� �� �� �� �� �� � � � "� .� C� U� d� s� y� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� � %� 7� <� A� J� N� S� X� ^� i� v� �� �� �� �� �� �� �� �� �� �� �� �� � � 3� B� I� R� ^� k� y� �� �� �� �� �� �� �� �� �� � | |
� � %� 1� A� L� [� l� ~� �� �� �� �� �� �� �� �� �� �� �� | |
� +� <� F� P� X� a� s� �� �� �� �� �� �� �� �� � � /� ?� O� j� �� �� �� �� �� �� �� �� �� � � )� =� K� W� d� y� �� �� �� �� �� �� �� �� �� �� � � +� 9� J� a� p� y� �� �� �� �� �� �� �� �� �� � � � 1� O� W� d� s� �� �� �� �� �� �� �� �� �� � � '� 3� B� Q� b� l� t� �� �� �� �� �� �� �� �� �� � � � $� 2� ?� J� ]� h� v� �� �� �� �� �� �� �� �� �� � (� 4� @� I� e� w� �� �� �� �� �� �� �� �� �� �� �� �� �� �� � � � +� 6� ;� H� f� m� v� ~� �� �� �� �� �� �� �� �� �� � � � &� 1� :� D� G� N� Y� d� j� w� �� �� �� �� �� �� �� �� �� �� � � $� ,� =� K� a� r� {� �� �� �� �� �� �� �� �� �� �� �� �� �� � | |
� � � $� +� <� F� Q� U� Z� ^� c� h� l� {� �� �� �� �� �� �� �� �� �� � � � !� /� >� D� J� Y� e� p� t� ~� �� �� �� �� �� �� �� �� �� � � (� 4� C� U� _� w� �� �� �� �� �� �� �� �� � #� <� H� X� i� v� }� �� �� �� �� �� �� �� �� �� � !� ;� J� V� q� � �� �� �� �� �� �� �� �� � � (� 2� ;� N� W� q� �� �� �� �� �� �� �� � � ,� 9� B� P� b� s� � �� �� �� �� �� �� �� �� | |