Skip to content

Commit

Permalink
first step
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastelli committed Feb 7, 2013
0 parents commit b0db1c4
Show file tree
Hide file tree
Showing 143 changed files with 1,871 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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 kind="output" path="bin/classes"/>
</classpath>
33 changes: 33 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>URExApp</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
34 changes: 34 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.urexapp"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="15" />

<application
android:icon="@drawable/ur"
android:label="@string/app_name" >
<activity
android:name="MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="MainTabActivity"></activity>
<activity android:name="OptionsActivity"></activity>
<activity android:name="AddWebActivity"></activity>
<activity android:name="SetGestureActivity"></activity>
<activity android:name="ViewPassActivity"></activity>
<activity android:name="GestureBuilderActivity"></activity>
<activity android:name="UsersActivity"></activity>




</application>

</manifest>
34 changes: 34 additions & 0 deletions bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.urexapp"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="15" />

<application
android:icon="@drawable/ur"
android:label="@string/app_name" >
<activity
android:name="MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="MainTabActivity"></activity>
<activity android:name="OptionsActivity"></activity>
<activity android:name="AddWebActivity"></activity>
<activity android:name="SetGestureActivity"></activity>
<activity android:name="ViewPassActivity"></activity>
<activity android:name="GestureBuilderActivity"></activity>
<activity android:name="UsersActivity"></activity>




</application>

</manifest>
Binary file added bin/AnroidApp.apk
Binary file not shown.
Binary file added bin/URExApp.apk
Binary file not shown.
Binary file added bin/classes.dex
Binary file not shown.
Binary file added bin/classes/com/urexapp/AddWebActivity$1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/classes/com/urexapp/AddWebActivity.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/BuildConfig.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/MainActivity.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/MainTabActivity.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/OptionsActivity$1$1.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/OptionsActivity$1.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/OptionsActivity$2$1.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/OptionsActivity$2.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/OptionsActivity$3$1.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/OptionsActivity$3.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/OptionsActivity.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R$array.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R$attr.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R$color.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R$dimen.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R$drawable.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R$id.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R$layout.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R$string.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R$style.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/R.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/RowData.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 added bin/classes/com/urexapp/SetGestureActivity.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/UsersActivity.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/ViewPassActivity$1$1.class
Binary file not shown.
Binary file not shown.
Binary file added bin/classes/com/urexapp/ViewPassActivity$1.class
Binary file not shown.
Binary file added bin/classes/com/urexapp/ViewPassActivity.class
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions bin/jarlist.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cache for current jar dependecy. DO NOT EDIT.
# format is <lastModified> <length> <SHA-1> <path>
# Encoding is UTF-8
Binary file added bin/res/drawable-hdpi/gbg.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 bin/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 added bin/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 bin/res/drawable-mdpi/cw.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 bin/res/drawable-mdpi/facebook.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 bin/res/drawable-mdpi/gesture.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 bin/res/drawable-mdpi/gestureb.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 bin/res/drawable-mdpi/gesturesm.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 bin/res/drawable-mdpi/gesturesmb.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 bin/res/drawable-mdpi/gmail.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 bin/res/drawable-mdpi/gtalk.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 bin/res/drawable-mdpi/home.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 bin/res/drawable-mdpi/homeb.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 bin/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 bin/res/drawable-mdpi/ic_menu_delete.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 bin/res/drawable-mdpi/ic_menu_edit.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 bin/res/drawable-mdpi/icon.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 bin/res/drawable-mdpi/lastfm.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 bin/res/drawable-mdpi/myspace.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 bin/res/drawable-mdpi/news.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 bin/res/drawable-mdpi/options.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 bin/res/drawable-mdpi/optionsb.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 bin/res/drawable-mdpi/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 bin/res/drawable-mdpi/settingsb.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 bin/res/drawable-mdpi/twitter.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 bin/res/drawable-mdpi/ur.png
Binary file added bin/res/drawable-mdpi/youtube.png
Binary file added bin/res/drawable-xhdpi/ic_launcher.png
Binary file added bin/resources.ap_
Binary file not shown.
6 changes: 6 additions & 0 deletions gen/com/urexapp/BuildConfig.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package com.urexapp;

public final class BuildConfig {
public final static boolean DEBUG = true;
}
120 changes: 120 additions & 0 deletions gen/com/urexapp/R.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
/* 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 com.urexapp;

public final class R {
public static final class array {
public static final int Spinner_Content=0x7f070000;
}
public static final class attr {
}
public static final class color {
public static final int tabDark=0x7f040001;
public static final int tabMedium=0x7f040000;
public static final int tabTransparent=0x7f040002;
}
public static final class dimen {
public static final int corner_radius=0x7f050000;
public static final int tab_space=0x7f050002;
public static final int tab_space_bottom_line=0x7f050004;
public static final int tab_space_plus1=0x7f050003;
public static final int tab_space_top=0x7f050001;
public static final int tab_space_unselected_top=0x7f050005;
}
public static final class drawable {
public static final int app_background=0x7f020000;
public static final int basic=0x7f020001;
public static final int customshape=0x7f020002;
public static final int cw=0x7f020003;
public static final int facebook=0x7f020004;
public static final int gbg=0x7f020005;
public static final int gesture=0x7f020006;
public static final int gestureb=0x7f020007;
public static final int gesturesm=0x7f020008;
public static final int gesturesmb=0x7f020009;
public static final int gmail=0x7f02000a;
public static final int gtalk=0x7f02000b;
public static final int home=0x7f02000c;
public static final int homeb=0x7f02000d;
public static final int ic_launcher=0x7f02000e;
public static final int ic_menu_delete=0x7f02000f;
public static final int ic_menu_edit=0x7f020010;
public static final int icon=0x7f020011;
public static final int lastfm=0x7f020012;
public static final int myspace=0x7f020013;
public static final int news=0x7f020014;
public static final int options=0x7f020015;
public static final int optionsb=0x7f020016;
public static final int record=0x7f020017;
public static final int settings=0x7f020018;
public static final int settingsb=0x7f020019;
public static final int tab_focus=0x7f02001a;
public static final int tab_gesture=0x7f02001b;
public static final int tab_home=0x7f02001c;
public static final int tab_indicator=0x7f02001d;
public static final int tab_options=0x7f02001e;
public static final int tab_press=0x7f02001f;
public static final int tab_selected=0x7f020020;
public static final int tab_unselected=0x7f020021;
public static final int twitter=0x7f020022;
public static final int ur=0x7f020023;
public static final int youtube=0x7f020024;
}
public static final class id {
public static final int TableRow01=0x7f090007;
public static final int about=0x7f090019;
public static final int addbutton=0x7f090012;
public static final int button11=0x7f09000c;
public static final int button12=0x7f09000d;
public static final int confirmar=0x7f090006;
public static final int dialogButtonOK=0x7f090010;
public static final int editText1=0x7f090001;
public static final int editText2=0x7f090003;
public static final int first_tab=0x7f090011;
public static final int fondo=0x7f090000;
public static final int fourth_tab=0x7f09001b;
public static final int genpas=0x7f090015;
public static final int icon=0x7f09001c;
public static final int image=0x7f09000e;
public static final int img=0x7f09000a;
public static final int second_tab=0x7f090013;
public static final int spinner1=0x7f090009;
public static final int tableRow1=0x7f090005;
public static final int tableRow2=0x7f090016;
public static final int tableRow3=0x7f090018;
public static final int tableRow4=0x7f09001a;
public static final int text=0x7f09000f;
public static final int textView1=0x7f090004;
public static final int textView2=0x7f090002;
public static final int textView3=0x7f090008;
public static final int third_tab=0x7f090014;
public static final int title=0x7f09000b;
public static final int unsubs=0x7f090017;
}
public static final class layout {
public static final int back=0x7f030000;
public static final int form=0x7f030001;
public static final int list=0x7f030002;
public static final int main=0x7f030003;
public static final int popup=0x7f030004;
public static final int tab1=0x7f030005;
public static final int tab2=0x7f030006;
public static final int tab3=0x7f030007;
public static final int tab4=0x7f030008;
public static final int tab_indicator=0x7f030009;
}
public static final class string {
public static final int app_name=0x7f060001;
public static final int discard=0x7f060003;
public static final int grabar=0x7f060002;
public static final int hello=0x7f060000;
}
public static final class style {
public static final int app_theme=0x7f080000;
}
}
20 changes: 20 additions & 0 deletions proguard-project.txt
Original file line number Diff line number Diff line change
@@ -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 *;
#}
14 changes: 14 additions & 0 deletions project.properties
Original file line number Diff line number Diff line change
@@ -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-15
Binary file added res/drawable-hdpi/gbg.png
Binary file added res/drawable-hdpi/ic_launcher.png
Binary file added res/drawable-ldpi/ic_launcher.png
Binary file added res/drawable-mdpi/basic.eps
Binary file not shown.
Binary file added res/drawable-mdpi/cw.png
Binary file added res/drawable-mdpi/facebook.png
Binary file added res/drawable-mdpi/gesture.png
Binary file added res/drawable-mdpi/gestureb.png
Binary file added res/drawable-mdpi/gesturesm.png
Binary file added res/drawable-mdpi/gesturesmb.png
Binary file added res/drawable-mdpi/gmail.png
Binary file added res/drawable-mdpi/gtalk.png
Binary file added res/drawable-mdpi/home.png
Binary file added res/drawable-mdpi/homeb.png
Binary file added res/drawable-mdpi/ic_launcher.png
Binary file added res/drawable-mdpi/ic_menu_delete.png
Binary file added res/drawable-mdpi/ic_menu_edit.png
Binary file added res/drawable-mdpi/icon.png
Binary file added res/drawable-mdpi/lastfm.png
Binary file added res/drawable-mdpi/myspace.png
Binary file added res/drawable-mdpi/news.png
Binary file added res/drawable-mdpi/options.png
Binary file added res/drawable-mdpi/optionsb.png
Binary file added res/drawable-mdpi/record.gif
Binary file added res/drawable-mdpi/settings.png
Binary file added res/drawable-mdpi/settingsb.png
Binary file added res/drawable-mdpi/twitter.png
Binary file added res/drawable-mdpi/ur.png
Binary file added res/drawable-mdpi/youtube.png
Binary file added res/drawable-xhdpi/ic_launcher.png
4 changes: 4 additions & 0 deletions res/drawable/app_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffff" />
</shape>
63 changes: 63 additions & 0 deletions res/drawable/customshape.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">

<item android:state_pressed="true" >
<shape>
<gradient
android:startColor="#90B1D0"
android:endColor="#90B1D0"
android:angle="270" />
<stroke
android:width="3dp"
android:color="#90B1D0" />
<corners
android:radius="3dp" />
<padding
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
</shape>
</item>

<item android:state_focused="true" >
<shape>
<gradient
android:endColor="#5D7ABB"
android:startColor="#5D7ABB"
android:angle="270" />
<stroke
android:width="3dp"
android:color="#5D7ABB" />
<corners
android:radius="3dp" />
<padding
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
</shape>
</item>



<item>
<shape>
<gradient
android:endColor="#CDCDCD"
android:startColor="#858585"
android:angle="270" />
<stroke
android:width="3dp"
android:color="#CDCDCD" />
<corners
android:radius="3dp" />
<padding
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
</shape>
</item>
</selector>
8 changes: 8 additions & 0 deletions res/drawable/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- When selected, use grey -->
<item android:drawable="@drawable/ic_launcher"
android:state_selected="true" />
<!-- When not selected, use white-->
<item android:drawable="@drawable/ic_launcher" />
</selector>
32 changes: 32 additions & 0 deletions res/drawable/tab_focus.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:left="@dimen/tab_space" android:right="@dimen/tab_space">
<shape android:shape="rectangle">

<gradient android:angle="-90" android:startColor="@color/tabMedium"
android:endColor="@color/tabDark" />


</shape>
</item>
<!-- draw tab background -->
<item android:top="1sp" android:bottom="26sp" >
<shape android:shape="rectangle">
<solid android:color="@color/tabTransparent" />
</shape>
</item>

<item android:left="2sp" android:top="3sp"
android:right="2sp" android:bottom="2sp" >
<shape android:shape="rectangle">
<corners android:bottomLeftRadius="@dimen/corner_radius"
android:bottomRightRadius="@dimen/corner_radius"
android:topLeftRadius="@dimen/corner_radius"
android:topRightRadius="@dimen/corner_radius"
/>
<gradient android:angle="-90" android:startColor="#20ffffff"
android:endColor="#20ffffff" />

</shape>
</item>
</layer-list>
Loading

0 comments on commit b0db1c4

Please sign in to comment.