Skip to content

Commit

Permalink
Hubroid v1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Ringle <eddie@eringle.net>
  • Loading branch information
EddieRingle committed Mar 6, 2010
1 parent 7787a13 commit 20aef81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.idlesoft.android.hubroid" android:versionName="1.1"
android:versionCode="22">
package="org.idlesoft.android.hubroid" android:versionName="1.2"
android:versionCode="2010030600">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".Hubroid" android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar">
Expand Down
6 changes: 6 additions & 0 deletions CHANGES
@@ -1,3 +1,9 @@
v1.2:
* View issue contents and comments
* Full commit messages
* Commit Diffs
* Optimized Layouts

v1.1:
* Follow/Unfollow users & Watch/Unwatch repos via a menu option
* Show open/closed issues for a repo
Expand Down
3 changes: 0 additions & 3 deletions TODO

This file was deleted.

2 changes: 1 addition & 1 deletion res/layout/splash.xml
Expand Up @@ -30,7 +30,7 @@
android:layout_marginTop="-13dip"
android:layout_marginRight="24dip"
android:textColor="#999"
android:text="v1.1" />
android:text="v1.2" />
<TextView
android:id="@+id/tv_splash_copyright"
android:layout_width="wrap_content"
Expand Down

0 comments on commit 20aef81

Please sign in to comment.