Skip to content

Commit

Permalink
Version POSTA! la mejor la 1.12 lo mejor de Rusia y Argentina junto =P
Browse files Browse the repository at this point in the history
  • Loading branch information
marianferra committed Nov 3, 2011
1 parent f40c9a3 commit 11bf4f5
Show file tree
Hide file tree
Showing 32 changed files with 793 additions and 472 deletions.
123 changes: 80 additions & 43 deletions andrac/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,45 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ar.com.thinksoft.ac.andrac" android:versionCode="0"
android:versionName="@string/version">
<application android:icon="@drawable/icono" android:label="@string/app_name"
android:name=".contexto.Aplicacion" android:theme="@style/CustomTheme"
android:debuggable="true">
<activity android:name=".pantallas.Main"
android:configChanges="keyboard|keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".pantallas.Login"
android:configChanges="keyboard|keyboardHidden|orientation"
android:theme="@android:style/Theme.NoDisplay" />
<activity android:name=".pantallas.Registro"
android:configChanges="keyboard|keyboardHidden|orientation" />
<activity android:name=".pantallas.ListaReclamos"
android:configChanges="keyboard|keyboardHidden|orientation" />
<activity android:name=".pantallas.IniciarReclamo"
android:configChanges="keyboard|keyboardHidden|orientation" />
<activity android:name=".pantallas.CamaraView"
android:configChanges="keyboard|keyboardHidden|orientation" />
<activity android:name=".pantallas.PerfilUsuario"
android:configChanges="keyboard|keyboardHidden|orientation" />
<activity android:name=".pantallas.ListaReclamosGuardados"
android:configChanges="keyboard|keyboardHidden|orientation" />
<activity android:name=".pantallas.Configuracion"
android:configChanges="keyboard|keyboardHidden|orientation" />
<service android:name=".servicios.ServicioRest"
android:enabled="true" />
</application>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.CONTROL_LOCATION_UPDATES" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<uses-sdk android:targetSdkVersion="8" android:minSdkVersion="8" />
</manifest>
package="ar.com.thinksoft.ac.andrac"
android:versionCode="0"
android:versionName="@string/version" >

<application
android:icon="@drawable/icono"
android:label="@string/app_name"
android:name=".contexto.Aplicacion"
android:theme="@style/CustomTheme" >
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.SplashScreen"
android:theme="@style/Theme.Transparent" >
<intent-filter >
<action android:name="android.intent.action.MAIN" >
</action>

<category android:name="android.intent.category.LAUNCHER" >
</category>
</intent-filter>
</activity>
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.Main" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.Login"
android:theme="@android:style/Theme.NoDisplay" />
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.Registro" />
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.ListaReclamos" />
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.IniciarReclamo" />
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.CamaraView" />
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.PerfilUsuario" />
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.ListaReclamosGuardados" />
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.Configuracion" />
<activity
android:configChanges="keyboard|keyboardHidden|orientation"
android:name=".pantallas.MainPreference" />

<service
android:enabled="true"
android:name=".servicios.ServicioRest" />
</application>

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.CONTROL_LOCATION_UPDATES" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET" />

<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />

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

</manifest>
3 changes: 0 additions & 3 deletions andrac/default.properties

This file was deleted.

2 changes: 1 addition & 1 deletion andrac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ar.com.thinksoft.ac</groupId>
<artifactId>andrac</artifactId>
<version>1.93-SNAPSHOT</version>
<version>1.12-SNAPSHOT</version>
<packaging>apk</packaging>
<name>andrac</name>

Expand Down
11 changes: 11 additions & 0 deletions andrac/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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 use,
# "ant.properties", and override values to adapt the script to your
# project structure.

# Project target.
target=android-8
4 changes: 4 additions & 0 deletions andrac/res/anim/appear.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="800" />
</set>
4 changes: 4 additions & 0 deletions andrac/res/anim/disappear.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:interpolator="@android:anim/decelerate_interpolator"
android:fromAlpha="1.0" android:toAlpha="0.0" android:duration="800" />
</set>
Binary file added andrac/res/drawable-hdpi/ic_im_splash.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 andrac/res/drawable-hdpi/ic_menu_about.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 andrac/res/drawable-hdpi/ic_menu_logout.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 andrac/res/drawable-hdpi/ic_menu_new.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 andrac/res/drawable-hdpi/ic_menu_profile.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 andrac/res/drawable-hdpi/ic_menu_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 andrac/res/drawable-hdpi/logo.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 removed andrac/res/drawable-land/wallpaper.jpg
Binary file not shown.
Binary file added andrac/res/drawable-land/wallpaper.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 removed andrac/res/drawable-port/wallpaper.jpg
Binary file not shown.
Binary file added andrac/res/drawable-port/wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 0 additions & 51 deletions andrac/res/layout/configuracion.xml

This file was deleted.

Loading

0 comments on commit 11bf4f5

Please sign in to comment.