Skip to content

Commit

Permalink
Some clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Nov 15, 2010
1 parent ec21872 commit ac4f72e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 37 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Expand Up @@ -21,7 +21,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pamela.client"
android:versionCode="3" android:versionName="0.3">
android:versionCode="4" android:versionName="0.4">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".Pamela"
android:label="@string/app_name"
Expand All @@ -47,5 +47,5 @@

<uses-permission android:name="android.permission.INTERNET" />

<uses-sdk android:minSdkVersion="8"></uses-sdk>
<uses-sdk android:minSdkVersion="3"></uses-sdk>
</manifest>
5 changes: 5 additions & 0 deletions RELEASE-NOTES
@@ -1,6 +1,11 @@
This file contains the release notes of Pamela for Android.
For more info see http://0x20.be/Pamela_for_Android

== Version 0.4 ==
2010-11-xx

*

== Version 0.3 ==
2010-11-15

Expand Down
Binary file modified bin/Pamela-for-Android.apk
Binary file not shown.
Binary file modified bin/classes.dex
Binary file not shown.
Binary file modified bin/resources.ap_
Binary file not shown.
3 changes: 1 addition & 2 deletions res/layout/main.xml
Expand Up @@ -37,8 +37,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="5dp">
<View
class="pamela.client.MacListView"
<ListView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/lstText"
Expand Down
33 changes: 0 additions & 33 deletions src/pamela/client/MacListView.java

This file was deleted.

0 comments on commit ac4f72e

Please sign in to comment.