commit 0ac06f67509bc930502e336980b67920614ec10e Author: Victor Date: Sat Aug 24 15:47:48 2013 +0300 Version 1.3 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c75b35d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.classpath +.cproject +.project +assets/ +bin/ +gen/ +obj/ +tmp/ \ No newline at end of file diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..968cadd --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ic_launcher-web.png b/ic_launcher-web.png new file mode 100644 index 0000000..c7ac144 Binary files /dev/null and b/ic_launcher-web.png differ diff --git a/libs/GoogleAdMobAdsSdk-6.2.1.jar b/libs/GoogleAdMobAdsSdk-6.2.1.jar new file mode 100644 index 0000000..f7bae2c Binary files /dev/null and b/libs/GoogleAdMobAdsSdk-6.2.1.jar differ diff --git a/proguard-project.txt b/proguard-project.txt new file mode 100644 index 0000000..6cfe0cb --- /dev/null +++ b/proguard-project.txt @@ -0,0 +1,11 @@ +@E:\\SETUPS\\Disk\\Programming\\Java\\android.pro +-obfuscationdictionary E:\\SETUPS\\Disk\\Programming\\Java\\compact.txt +-optimizationpasses 9 +-allowaccessmodification +-overloadaggressively +#-keep public class android.support.** + +# Ad Mob +#-keep class com.google.ads.AdActivity { (...); } +#-keep class com.google.ads.AdView { (...); } +-dontwarn com.google.ads.** \ No newline at end of file diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..1fb6704 --- /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-17 diff --git a/res/anim/slide_left_in.xml b/res/anim/slide_left_in.xml new file mode 100644 index 0000000..cfd9258 --- /dev/null +++ b/res/anim/slide_left_in.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/res/anim/slide_left_out.xml b/res/anim/slide_left_out.xml new file mode 100644 index 0000000..6af6f69 --- /dev/null +++ b/res/anim/slide_left_out.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/res/anim/slide_right_in.xml b/res/anim/slide_right_in.xml new file mode 100644 index 0000000..34b4d52 --- /dev/null +++ b/res/anim/slide_right_in.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/res/anim/slide_right_out.xml b/res/anim/slide_right_out.xml new file mode 100644 index 0000000..c5ce9ab --- /dev/null +++ b/res/anim/slide_right_out.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..265a769 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-hdpi/ic_new.png b/res/drawable-hdpi/ic_new.png new file mode 100644 index 0000000..e74a0cf Binary files /dev/null and b/res/drawable-hdpi/ic_new.png differ diff --git a/res/drawable-ldpi/ic_launcher.png b/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..1494e39 Binary files /dev/null and b/res/drawable-ldpi/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..0d4a34f Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_new.png b/res/drawable-mdpi/ic_new.png new file mode 100644 index 0000000..fe90678 Binary files /dev/null and b/res/drawable-mdpi/ic_new.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..a851991 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_new.png b/res/drawable-xhdpi/ic_new.png new file mode 100644 index 0000000..68d1ce4 Binary files /dev/null and b/res/drawable-xhdpi/ic_new.png differ diff --git a/res/drawable/background.xml b/res/drawable/background.xml new file mode 100644 index 0000000..ab9db51 --- /dev/null +++ b/res/drawable/background.xml @@ -0,0 +1,5 @@ + + diff --git a/res/drawable/notes_bg_tile_white.png b/res/drawable/notes_bg_tile_white.png new file mode 100644 index 0000000..c25f60d Binary files /dev/null and b/res/drawable/notes_bg_tile_white.png differ diff --git a/res/layout/dialog_name.xml b/res/layout/dialog_name.xml new file mode 100644 index 0000000..7a60cda --- /dev/null +++ b/res/layout/dialog_name.xml @@ -0,0 +1,22 @@ + + + + + +