diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..a4763d1 --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..ad77ac5 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + GaiaAndroid + + + + + + 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..a97b3bb --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bin/AndroidManifest.xml b/bin/AndroidManifest.xml new file mode 100644 index 0000000..a97b3bb --- /dev/null +++ b/bin/AndroidManifest.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bin/GaiaAndroid.apk b/bin/GaiaAndroid.apk new file mode 100644 index 0000000..ff4bf73 Binary files /dev/null and b/bin/GaiaAndroid.apk differ diff --git a/bin/classes.dex b/bin/classes.dex new file mode 100644 index 0000000..f9dc90e Binary files /dev/null and b/bin/classes.dex differ diff --git a/bin/classes/it/gaiacri/mobile/Accesso$1.class b/bin/classes/it/gaiacri/mobile/Accesso$1.class new file mode 100644 index 0000000..14e3771 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/Accesso$1.class differ diff --git a/bin/classes/it/gaiacri/mobile/Accesso$2.class b/bin/classes/it/gaiacri/mobile/Accesso$2.class new file mode 100644 index 0000000..6aec405 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/Accesso$2.class differ diff --git a/bin/classes/it/gaiacri/mobile/Accesso$3.class b/bin/classes/it/gaiacri/mobile/Accesso$3.class new file mode 100644 index 0000000..89cbb07 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/Accesso$3.class differ diff --git a/bin/classes/it/gaiacri/mobile/Accesso$4.class b/bin/classes/it/gaiacri/mobile/Accesso$4.class new file mode 100644 index 0000000..ab32710 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/Accesso$4.class differ diff --git a/bin/classes/it/gaiacri/mobile/Accesso$RichiestaLogin.class b/bin/classes/it/gaiacri/mobile/Accesso$RichiestaLogin.class new file mode 100644 index 0000000..733b1df Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/Accesso$RichiestaLogin.class differ diff --git a/bin/classes/it/gaiacri/mobile/Accesso$RichiestaWelcome.class b/bin/classes/it/gaiacri/mobile/Accesso$RichiestaWelcome.class new file mode 100644 index 0000000..e1d4fe7 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/Accesso$RichiestaWelcome.class differ diff --git a/bin/classes/it/gaiacri/mobile/Accesso.class b/bin/classes/it/gaiacri/mobile/Accesso.class new file mode 100644 index 0000000..e97e2e3 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/Accesso.class differ diff --git a/bin/classes/it/gaiacri/mobile/BuildConfig.class b/bin/classes/it/gaiacri/mobile/BuildConfig.class new file mode 100644 index 0000000..75096ec Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/BuildConfig.class differ diff --git a/bin/classes/it/gaiacri/mobile/MenuPrincipale.class b/bin/classes/it/gaiacri/mobile/MenuPrincipale.class new file mode 100644 index 0000000..c2e4a91 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/MenuPrincipale.class differ diff --git a/bin/classes/it/gaiacri/mobile/R$attr.class b/bin/classes/it/gaiacri/mobile/R$attr.class new file mode 100644 index 0000000..fe7a648 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/R$attr.class differ diff --git a/bin/classes/it/gaiacri/mobile/R$drawable.class b/bin/classes/it/gaiacri/mobile/R$drawable.class new file mode 100644 index 0000000..49f9b9b Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/R$drawable.class differ diff --git a/bin/classes/it/gaiacri/mobile/R$id.class b/bin/classes/it/gaiacri/mobile/R$id.class new file mode 100644 index 0000000..3748ced Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/R$id.class differ diff --git a/bin/classes/it/gaiacri/mobile/R$layout.class b/bin/classes/it/gaiacri/mobile/R$layout.class new file mode 100644 index 0000000..13e8edb Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/R$layout.class differ diff --git a/bin/classes/it/gaiacri/mobile/R$menu.class b/bin/classes/it/gaiacri/mobile/R$menu.class new file mode 100644 index 0000000..10b64e0 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/R$menu.class differ diff --git a/bin/classes/it/gaiacri/mobile/R$string.class b/bin/classes/it/gaiacri/mobile/R$string.class new file mode 100644 index 0000000..07ea94b Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/R$string.class differ diff --git a/bin/classes/it/gaiacri/mobile/R$style.class b/bin/classes/it/gaiacri/mobile/R$style.class new file mode 100644 index 0000000..c9f85a3 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/R$style.class differ diff --git a/bin/classes/it/gaiacri/mobile/R.class b/bin/classes/it/gaiacri/mobile/R.class new file mode 100644 index 0000000..b4aae8c Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/R.class differ diff --git a/bin/classes/it/gaiacri/mobile/Richiesta.class b/bin/classes/it/gaiacri/mobile/Richiesta.class new file mode 100644 index 0000000..14cb921 Binary files /dev/null and b/bin/classes/it/gaiacri/mobile/Richiesta.class differ diff --git a/bin/dexedLibs/android-support-v4-714a29c0173cb8382e9a364153c9eaf5.jar b/bin/dexedLibs/android-support-v4-714a29c0173cb8382e9a364153c9eaf5.jar new file mode 100644 index 0000000..1732256 Binary files /dev/null and b/bin/dexedLibs/android-support-v4-714a29c0173cb8382e9a364153c9eaf5.jar differ diff --git a/bin/res/drawable-hdpi/ic_launcher.png b/bin/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..55af74a Binary files /dev/null and b/bin/res/drawable-hdpi/ic_launcher.png differ diff --git a/bin/res/drawable-ldpi/ic_launcher.png b/bin/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..126ba84 Binary files /dev/null and b/bin/res/drawable-ldpi/ic_launcher.png differ diff --git a/bin/res/drawable-mdpi/ic_launcher.png b/bin/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..7cbd792 Binary files /dev/null and b/bin/res/drawable-mdpi/ic_launcher.png differ diff --git a/bin/res/drawable-xhdpi/ic_launcher.png b/bin/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..d5713d3 Binary files /dev/null and b/bin/res/drawable-xhdpi/ic_launcher.png differ diff --git a/bin/resources.ap_ b/bin/resources.ap_ new file mode 100644 index 0000000..9ecf3e9 Binary files /dev/null and b/bin/resources.ap_ differ diff --git a/gen/it/gaiacri/mobile/BuildConfig.java b/gen/it/gaiacri/mobile/BuildConfig.java new file mode 100644 index 0000000..6b2ff84 --- /dev/null +++ b/gen/it/gaiacri/mobile/BuildConfig.java @@ -0,0 +1,6 @@ +/** Automatically generated file. DO NOT MODIFY */ +package it.gaiacri.mobile; + +public final class BuildConfig { + public final static boolean DEBUG = true; +} \ No newline at end of file diff --git a/gen/it/gaiacri/mobile/R.java b/gen/it/gaiacri/mobile/R.java new file mode 100644 index 0000000..1e9a6c1 --- /dev/null +++ b/gen/it/gaiacri/mobile/R.java @@ -0,0 +1,86 @@ +/* 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 it.gaiacri.mobile; + +public final class R { + public static final class attr { + } + public static final class drawable { + public static final int ic_launcher=0x7f020000; + } + public static final class id { + public static final int button1=0x7f07000a; + public static final int email=0x7f070004; + public static final int login=0x7f070006; + public static final int login_form=0x7f070002; + public static final int login_status=0x7f070000; + public static final int login_status_message=0x7f070001; + public static final int menu_forgot_password=0x7f07000b; + public static final int menu_settings=0x7f07000c; + public static final int password=0x7f070005; + public static final int sign_in_button=0x7f070007; + public static final int textView1=0x7f070008; + public static final int textView2=0x7f070009; + public static final int textView3=0x7f070003; + } + public static final class layout { + public static final int activity_accesso=0x7f030000; + public static final int activity_menu_principale=0x7f030001; + } + public static final class menu { + public static final int activity_accesso=0x7f060000; + public static final int activity_menu_principale=0x7f060001; + } + public static final class string { + public static final int action_sign_in_register=0x7f040006; + public static final int action_sign_in_short=0x7f040007; + public static final int app_name=0x7f040000; + public static final int error_field_required=0x7f04000d; + public static final int error_incorrect_password=0x7f04000c; + public static final int error_invalid_email=0x7f04000a; + public static final int error_invalid_password=0x7f04000b; + public static final int hello_world=0x7f040001; + public static final int login_progress_signing_in=0x7f040009; + public static final int menu_forgot_password=0x7f040008; + public static final int menu_settings=0x7f040002; + /** Strings related to login + */ + public static final int prompt_email=0x7f040004; + public static final int prompt_password=0x7f040005; + public static final int title_activity_menu_principale=0x7f040003; + } + 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=0x7f050000; + /** Application theme. + All customizations that are NOT specific to a particular API-level can go here. + */ + public static final int AppTheme=0x7f050001; + public static final int LoginFormContainer=0x7f050002; + } +} diff --git a/ic_launcher-web.png b/ic_launcher-web.png new file mode 100644 index 0000000..22660c6 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..6080877 Binary files /dev/null and b/libs/android-support-v4.jar differ 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..a3ee5ab --- /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/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..52cbae9 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-ldpi/ic_launcher.png b/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..79e725a 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..c6df91c 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..8d2d134 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/layout/activity_accesso.xml b/res/layout/activity_accesso.xml new file mode 100644 index 0000000..c58008e --- /dev/null +++ b/res/layout/activity_accesso.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + +