Skip to content

Commit

Permalink
Merge commit '6a0fdf2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chrqls committed Dec 31, 2013
2 parents faf2982 + 6a0fdf2 commit f78070a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.smilec.smile"
android:versionCode="9"
android:versionName="0.9.7b1">
android:versionName="0.9.8b1">

<uses-sdk android:minSdkVersion="7" />

<application
android:icon="@drawable/icon"
android:icon="@drawable/icon_jamsj"
android:label="@string/app_name"
android:theme="@style/Theme.FullScreen"
android:debuggable="true">
Expand Down
Binary file added res/drawable/icon_jamsj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string name="toast_starting">Starting…</string>
<string name="toast_solving">Solving…</string>
<string name="toast_sorting">Sorting…</string>
<string name="toast_recovering">Recovering…</string>
<string name="toast_recovering">Returning to Session ...</string>
<string name="toast_retaking">Retaking…</string>
<string name="toast_down_or_unavailable">Smileplug is down or unavailable</string>

Expand Down Expand Up @@ -66,7 +66,7 @@
<string name="top_scores">TOP SCORER</string>

<string name="about">About</string>
<string name="about_text">SMILE Teacher App 0.3.1: The activity management application for teachers,
<string name="about_text">SMILE Teacher App 0.9.8b1: The activity management application for teachers,
called the SMILE Teacher, serves to manage and
save data from the activity via an ad-hoc network. It is a
Graphic User Interface-based application that can be
Expand Down

0 comments on commit f78070a

Please sign in to comment.