-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tcastelli
committed
Feb 7, 2013
0 parents
commit b0db1c4
Showing
143 changed files
with
1,871 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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
+1.63 KB
bin/classes/com/urexapp/AddWebActivity$CustomAdapter$ViewHolder.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 not shown.
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 not shown.
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 not shown.
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
+1.66 KB
bin/classes/com/urexapp/SetGestureActivity$CustomAdapter$ViewHolder.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 not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 *; | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.