Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ndroid into CroceRossaItaliana-master

Conflicts:
	README.md

Ripristino
  • Loading branch information
ciopper90 committed Apr 16, 2014
2 parents a75f7ed + 4f33401 commit ea1e1b7
Show file tree
Hide file tree
Showing 43 changed files with 3,800 additions and 48 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>
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ Maggiori informazioni riguardo **il progetto Gaia di Croce Rossa Italiana** sono

## Stato attuale

<<<<<<< HEAD
[Scarica app allo stato beta](https://github.com/CroceRossaItaliana/gaia-android/blob/master/GaiaAndroidV0.6.7.apk?raw=true)
=======
[Scarica app allo stato beta](https://github.com/CroceRossaItaliana/gaia-android/blob/master/GaiaAndroidV0.6.4.apk?raw=true)
>>>>>>> 4f33401032f9539b382dfeb210b797f66992a2a7

### La licenza
Expand Down
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.

1 change: 1 addition & 0 deletions project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
# Project target.
target=android-17
android.library.reference.1=../../workspace/android-support-v7-appcompat
android.library.reference.2=../Android-Bootstrap/AndroidBootstrap
5 changes: 3 additions & 2 deletions src/it/gaiacri/mobile/Richiesta.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class Richiesta extends AsyncTask<String, String, String> {
protected static String sid = "";
public static String base = "https://gaia.cri.it/api.php";
//public static String base = "http://192.168.1.125/gaia/api.php";
//public static String base = "http://10.0.2.2/gaia/api.php";
public Context context;
public JSONObject risposta = null;
public JSONObject richiesta = null;
Expand Down Expand Up @@ -72,7 +73,7 @@ protected String doInBackground(String... params) {
JSONObject object = new JSONObject();
object.put("metodo", metodo());
object.put("sid", getSid());
object.put("key", "eb88e6f401ff19d1ce9f0a07c28fddbf08e661d3"); //server gaia.cri.it
object.put("key", "1aa50adbd038855c4c0f1e4953f2f98f18ccbd10"); //server gaia.cri.it
//object.put("key", "bb2c08ff4da11f0b590a7ae884412e2bfd8ac28a"); //server
Iterator<String> ita = mData.keySet().iterator();
while (ita.hasNext()) {
Expand Down Expand Up @@ -124,7 +125,7 @@ protected String doInBackground(String... params) {
errore=5;
}
if(errore==0){
Log.i("Gaia", str);
//Log.i("Gaia", str);
try {
utente = risposta.getJSONObject("sessione").optJSONObject("utente");
sessione=risposta.getJSONObject("sessione");
Expand Down

0 comments on commit ea1e1b7

Please sign in to comment.