Skip to content

Commit

Permalink
menu, changed schedule + updating
Browse files Browse the repository at this point in the history
  • Loading branch information
lsiegert committed Nov 13, 2011
1 parent 8056102 commit da19f29
Show file tree
Hide file tree
Showing 15 changed files with 483 additions and 469 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lsiegert"
android:versionCode="2"
android:versionName="2">
android:versionName="2.5">
<application android:icon="@drawable/icon_terrible" android:label="@string/app_name" android:debuggable="false">
<activity android:name=".NUHockey"
android:label="@string/app_name"
Expand Down
6 changes: 3 additions & 3 deletions default.properties → project.properties
@@ -1,10 +1,10 @@
# 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
# "ant.properties", and override values to adapt the script to your
# project structure.

# Project target.
Expand Down
Binary file added res/drawable-ldpi/ic_menu_info_details.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-ldpi/ic_menu_refresh.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_menu_info_details.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_menu_refresh.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions res/menu/menu.xml
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/changeseason"
android:icon="@drawable/ic_menu_info_details"
android:title="@string/changeseason" />
<item android:id="@+id/sort"
android:icon="@drawable/ic_menu_info_details"
android:title="@string/sort" />
<item android:id="@+id/info"
android:icon="@drawable/ic_menu_info_details"
android:title="@string/info" />
<item android:id="@+id/update"
android:icon="@drawable/ic_menu_refresh"
android:title="@string/update" />
</menu>
5 changes: 5 additions & 0 deletions res/values/strings.xml
Expand Up @@ -5,5 +5,10 @@
<string name="schedule">Schedule</string>
<string name="rss">RSS</string>
<string name="stats">Your Stats</string>
<string name="info">Info</string>
<string name="update">Update</string>
<string name="info_text">Check off the games you\'ve been to on the Schedule tab.</string>
<string name="changeseason">Change Season</string>
<string name="sort">Sort</string>
<item type="string" name="databaseVersion" format="integer">5</item>
</resources>
197 changes: 0 additions & 197 deletions src/com/lsiegert/DatabaseHelper.java

This file was deleted.

0 comments on commit da19f29

Please sign in to comment.