Skip to content

Commit

Permalink
Merge pull request #58 from ciopper90/master
Browse files Browse the repository at this point in the history
Gaia Mobile V1.0.0
  • Loading branch information
luca-dex committed Apr 28, 2014
2 parents 4f33401 + 42ff014 commit 727f9d4
Show file tree
Hide file tree
Showing 125 changed files with 7,672 additions and 715 deletions.
6 changes: 5 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="lib" path="libs/Android-BitmapCache-2.3.jar"/>
<classpathentry kind="lib" path="libs/disklrucache-2.0.2.jar"/>
<classpathentry kind="lib" path="libs/crouton-library-1.8.2.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
19 changes: 14 additions & 5 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.gaiacri.mobile"
android:versionCode="1"
android:versionName="0.5.0" >
android:versionName="@string/app_version" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="16" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CALL_PHONE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>


<application
android:allowBackup="true"
Expand All @@ -24,7 +27,7 @@
android:launchMode= "singleInstance" >
</activity>
<activity
android:name=".MenuPrincipale"
android:name=".MainActivity"
android:label="@string/title_activity_login_user"
android:configChanges="orientation|keyboardHidden|screenSize" >
<intent-filter>
Expand All @@ -35,18 +38,24 @@
</activity>
<activity
android:name=".ElencoAttivita"
android:label="@string/title_activity_elenco_attivita" >
android:label="@string/title_activity_elenco_attivita"
android:configChanges="orientation|keyboardHidden|screenSize" >
</activity>
<activity
android:name=".ElencoAttivita"
android:label="@string/title_activity_elenco_attivita"
android:name=".RubricaDelegati"
android:label="@string/title_activity_rubrica_delegati"
android:configChanges="orientation|keyboardHidden|screenSize" >
</activity>
<activity
android:name=".DisplayAttivita"
android:label="@string/title_activity_display_attivita"
android:configChanges="orientation|keyboardHidden|screenSize" >
</activity>
<activity
android:name=".PostaIngresso"
android:label="@string/title_activity_display_attivita"
android:configChanges="orientation|keyboardHidden|screenSize" >
</activity>
</application>

</manifest>
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## gaia-android (aka Gaia Mobile)

Questo è il progetto per lo sviluppo di un'applicazione per Android che mira ad unire le capacità delle API di Gaia e le potenzialità dei dispositivi mobili Android.
Per compilare il progetto e richiesto di importare le librerie:<br>
[Android Support V7](https://developer.android.com/tools/support-library/setup.html)<br>
[AndroidBootstrap](https://github.com/Bearded-Hen/Android-Bootstrap)<br>
[Crouton](https://github.com/keyboardsurfer/Crouton)


### Collaborare
Expand All @@ -16,11 +20,11 @@ Maggiori informazioni riguardo **il progetto Gaia di Croce Rossa Italiana** sono


## Stato attuale

[Scarica app allo stato beta](https://github.com/CroceRossaItaliana/gaia-android/blob/master/GaiaAndroidV0.6.4.apk?raw=true)
Sara' disponibile a breve sullo store android


### La licenza

Il codice è rilasciato con licenza [GPLv3](https://github.com/AlfioEmanueleFresta/gaia-android/LICENSE.txt).


Binary file added apk/GaiaAndroidV0.6.0.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV0.6.1.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV0.6.10.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV0.6.11.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV0.6.13.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV0.6.14.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV0.6.4.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV0.6.5.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV0.6.6.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV0.6.9.apk
Binary file not shown.
Binary file added apk/GaiaAndroidV1.0.0.apk
Binary file not shown.
Binary file added assets/fontawesome-webfont.ttf
Binary file not shown.
Empty file removed bin/classes/com
Empty file.
Binary file removed bin/classes/it/gaiacri/mobile/Accesso$1.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/Accesso$2.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/Accesso$3.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/Accesso$4.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/Accesso.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/BuildConfig.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/ElencoAttivita.class
Binary file not shown.
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/IntentIntegrator$2.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/IntentIntegrator.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/IntentResult.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/MenuPrincipale$1.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/MenuPrincipale$2.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/MenuPrincipale$3.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/MenuPrincipale.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/R$attr.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/R$dimen.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/R$drawable.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/R$id.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/R$layout.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/R$menu.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/R$string.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/R$style.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/R.class
Binary file not shown.
Binary file removed bin/classes/it/gaiacri/mobile/Richiesta.class
Binary file not shown.
Binary file not shown.
Binary file removed bin/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/res/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
3,832 changes: 3,787 additions & 45 deletions gen/it/gaiacri/mobile/R.java

Large diffs are not rendered by default.

Binary file added libs/Android-BitmapCache-2.3.jar
Binary file not shown.
Binary file modified libs/android-support-v4.jar
Binary file not shown.
Binary file added libs/crouton-library-1.8.2.jar
Binary file not shown.
Binary file added libs/disklrucache-2.0.2.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@

# Project target.
target=android-17
android.library.reference.1=../../workspace/android-support-v7-appcompat
android.library.reference.2=../Android-Bootstrap/AndroidBootstrap
Binary file added res/drawable-hdpi/ic_drawer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-ldpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_drawer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_drawer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xxhdpi/ic_drawer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/default_avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/drawer_shadow.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/ic_action_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/ic_btn_round_more_disabled_down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/ic_btn_round_more_disabled_up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions res/drawable/rectangle.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#5490CC"/>
<corners android:radius="8px"/>
<stroke android:width="2dip" android:color="#A4C2E0"/>
</shape>
5 changes: 5 additions & 0 deletions res/drawable/rectanglesmussato.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#5490CC"/>
<corners android:radius="3px"/>
</shape>
61 changes: 61 additions & 0 deletions res/layout/activity_about.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:context=".AboutAttivita" >
<TextView
android:id="@+id/about_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/gaia_red"
android:textStyle="bold"
android:layout_margin="5dp"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/about_licenza"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/about_portale_gaia"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
android:id="@+id/about_gaia"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
android:id="@+id/about_gaia_mobile"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
android:id="@+id/about_gaia_privacy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:textAppearance="?android:attr/textAppearanceMedium" />

</LinearLayout>
18 changes: 18 additions & 0 deletions res/layout/activity_display_attivita.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="10dp"
tools:context=".MenuPrincipale" >

<LinearLayout
Expand Down Expand Up @@ -33,6 +34,23 @@
android:text="@string/caricamento"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/UlterioriAttivita"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:paddingBottom="@dimen/venti2"
android:text="@string/display_info"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<WebView
android:id="@+id/InfoAttivita"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingBottom="@dimen/venti2"
android:visibility="gone" />
</LinearLayout>
<ListView
android:id="@+id/listElenco"
Expand Down
13 changes: 13 additions & 0 deletions res/layout/activity_display_miei_turni.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="10dp"
tools:context=".MenuPrincipale" >
<ListView
android:id="@+id/listTurni"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</ListView>

</RelativeLayout>
13 changes: 13 additions & 0 deletions res/layout/activity_display_posta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="10dp"
tools:context=".MenuPrincipale" >
<ListView
android:id="@+id/listPosta"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</ListView>

</RelativeLayout>
Loading

0 comments on commit 727f9d4

Please sign in to comment.