-
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
hedrickbt
committed
Jul 4, 2010
0 parents
commit 74a433d
Showing
42 changed files
with
1,935 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 combineaccessrules="false" kind="src" path="/anwim-windows"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</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 @@ | ||
bin |
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>anwimc</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,5 @@ | ||
#Thu May 13 23:30:38 CDT 2010 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 | ||
org.eclipse.jdt.core.compiler.compliance=1.5 | ||
org.eclipse.jdt.core.compiler.source=1.5 |
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,40 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.anwim.client.android" | ||
android:versionCode="1" | ||
android:versionName="1.0.1"> | ||
<application android:icon="@drawable/addressbook" android:label="@string/app_name"> | ||
<activity android:name=".Anwim" | ||
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="Settings" android:label="@string/settings_name"> | ||
<intent-filter> | ||
<action android:name="android.settings.APPLICATION_SETTINGS"></action> | ||
<category android:name="android.intent.category.LAUNCHER"></category> | ||
</intent-filter> | ||
</activity> | ||
|
||
<activity android:name="Servers" android:label="@string/servers_name"> | ||
<intent-filter> | ||
|
||
<category android:name="android.intent.category.LAUNCHER"></category> | ||
</intent-filter> | ||
</activity> | ||
|
||
<activity android:name="Services" android:label="@string/services_name"> | ||
<intent-filter> | ||
|
||
<category android:name="android.intent.category.LAUNCHER"></category> | ||
</intent-filter> | ||
</activity> | ||
</application> | ||
|
||
|
||
<uses-permission android:name="android.permission.INTERNET"></uses-permission> | ||
<uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"></uses-permission> | ||
</manifest> |
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,13 @@ | ||
# 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, | ||
# "build.properties", and override values to adapt the script to your | ||
# project structure. | ||
|
||
# Indicates whether an apk should be generated for each density. | ||
split.density=false | ||
# Project target. | ||
target=Google Inc.:Google APIs:7 |
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.
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,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
<Button | ||
android:id="@+id/servicesbutton" | ||
android:background="@drawable/settings_48" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:onClick="onServicesClick"/> | ||
</LinearLayout> |
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,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
<Button | ||
android:id="@+id/ImageButton01" | ||
android:background="@drawable/settings_48" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"/> | ||
<ImageButton | ||
android:id="@+id/ImageButton02" | ||
android:background="@drawable/settings_48" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"/> | ||
</LinearLayout> |
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,35 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="fill_parent" | ||
android:layout_height="?android:attr/listPreferredItemHeight" | ||
android:padding="6dip"> | ||
<!-- | ||
<ImageView | ||
android:id="@+id/icon" | ||
android:layout_width="wrap_content" | ||
android:layout_height="fill_parent" | ||
android:layout_marginRight="6dip" | ||
android:src="@drawable/icon" /> --> | ||
<LinearLayout | ||
android:orientation="vertical" | ||
android:layout_width="0dip" | ||
android:layout_weight="1" | ||
android:layout_height="fill_parent"> | ||
<TextView | ||
android:id="@+id/toptext" | ||
android:layout_width="fill_parent" | ||
android:layout_height="0dip" | ||
android:layout_weight="1" | ||
android:gravity="center_vertical" | ||
/> | ||
<TextView | ||
android:layout_width="fill_parent" | ||
android:layout_height="0dip" | ||
android:layout_weight="1" | ||
android:id="@+id/bottomtext" | ||
android:singleLine="true" | ||
android:ellipsize="marquee" | ||
/> | ||
</LinearLayout> | ||
</LinearLayout> |
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,89 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:stretchColumns="0"> | ||
<TableRow | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content"> | ||
<EditText | ||
android:id="@+id/searchentry" | ||
android:layout_width="fill_parent" | ||
android:imeOptions="actionSend|flagNoEnterAction" | ||
android:singleLine="true" | ||
android:layout_height="wrap_content"/> | ||
<Button | ||
android:id="@+id/searchbutton" | ||
android:layout_width="40px" | ||
android:layout_height="wrap_content" | ||
android:background="@drawable/searchwidget" | ||
android:onClick="onSearchClick"/> | ||
</TableRow> | ||
<TableRow | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent"> | ||
<ListView | ||
android:layout_span="2" | ||
android:id="@android:id/list" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:drawSelectorOnTop="false" /> | ||
</TableRow> | ||
<TableRow> | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent"> | ||
<TextView | ||
android:id="@+id/android:empty" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:text="@string/main_no_items"/> | ||
</TableRow> | ||
</TableLayout> | ||
--> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
<ListView | ||
android:layout_span="2" | ||
android:id="@android:id/list" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:drawSelectorOnTop="false" /> | ||
<TextView | ||
android:id="@+id/android:empty" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:text="@string/main_no_items"/> | ||
</LinearLayout> | ||
<!-- | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content"> | ||
<EditText | ||
android:id="@+id/searchentry" | ||
android:layout_width="fill_parent" | ||
android:layout_alignParentTop="true" | ||
android:layout_alignParentLeft="true" | ||
android:layout_height="wrap_content"/> | ||
<Button | ||
android:id="@+id/searchbutton" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_toRightOf="@id/searchentry" | ||
android:text="S" | ||
android:layout_alignParentTop="true" | ||
android:layout_alignParentLeft="true" | ||
android:onClick="onSearchClick"/> | ||
<ListView | ||
android:id="@android:id/list" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:layout_below="@id/searchbutton" | ||
android:drawSelectorOnTop="false" /> | ||
</RelativeLayout> | ||
--> |
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,91 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:stretchColumns="0"> | ||
<TableRow | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content"> | ||
<EditText | ||
android:id="@+id/searchentry" | ||
android:layout_width="fill_parent" | ||
android:imeOptions="actionSend|flagNoEnterAction" | ||
android:singleLine="true" | ||
android:layout_height="wrap_content"/> | ||
<Button | ||
android:id="@+id/searchbutton" | ||
android:layout_width="40px" | ||
android:layout_height="wrap_content" | ||
android:background="@drawable/searchwidget" | ||
android:onClick="onSearchClick"/> | ||
</TableRow> | ||
<TableRow | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent"> | ||
<ListView | ||
android:layout_span="2" | ||
android:id="@android:id/list" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:drawSelectorOnTop="false" /> | ||
</TableRow> | ||
<TableRow> | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent"> | ||
<TextView | ||
android:id="@+id/android:empty" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:text="@string/main_no_items"/> | ||
</TableRow> | ||
</TableLayout> | ||
--> | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
<ListView | ||
android:layout_span="2" | ||
android:id="@android:id/list" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:drawSelectorOnTop="false" /> | ||
<TextView | ||
android:id="@+id/android:empty" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:text="@string/main_no_items"/> | ||
</LinearLayout> | ||
|
||
<!-- | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content"> | ||
<EditText | ||
android:id="@+id/searchentry" | ||
android:layout_width="fill_parent" | ||
android:layout_alignParentTop="true" | ||
android:layout_alignParentLeft="true" | ||
android:layout_height="wrap_content"/> | ||
<Button | ||
android:id="@+id/searchbutton" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_toRightOf="@id/searchentry" | ||
android:text="S" | ||
android:layout_alignParentTop="true" | ||
android:layout_alignParentLeft="true" | ||
android:onClick="onSearchClick"/> | ||
<ListView | ||
android:id="@android:id/list" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:layout_below="@id/searchbutton" | ||
android:drawSelectorOnTop="false" /> | ||
</RelativeLayout> | ||
--> |
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,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="fill_parent" | ||
android:layout_height="?android:attr/listPreferredItemHeight" | ||
android:padding="6dip"> | ||
<LinearLayout | ||
android:orientation="vertical" | ||
android:layout_width="0dip" | ||
android:layout_weight="1" | ||
android:layout_height="fill_parent"> | ||
<TextView | ||
android:id="@+id/toptext" | ||
android:layout_width="fill_parent" | ||
android:layout_height="0dip" | ||
android:layout_weight="1" | ||
android:gravity="center_vertical" | ||
/> | ||
</LinearLayout> | ||
<ImageView | ||
android:id="@+id/statusimage" | ||
android:layout_width="wrap_content" | ||
android:layout_height="fill_parent" | ||
android:layout_marginRight="6dip" | ||
/> | ||
</LinearLayout> |
Oops, something went wrong.