Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
New version released
Browse files Browse the repository at this point in the history
versionCode=8 versionName=1.0
  • Loading branch information
mudar committed Jan 23, 2014
1 parent c3220f5 commit 36fd2ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified APK/PeaceOfMind.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions FairphonePeaceOfMind/src/main/AndroidManifest.xml
Expand Up @@ -26,8 +26,8 @@ Modifications (MN 2013-12-16):

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ca.mudar.fairphone.peaceofmind"
android:versionCode="6"
android:versionName="0.9.4 beta">
android:versionCode="8"
android:versionName="1.0">

<uses-sdk
android:minSdkVersion="14"
Expand Down
4 changes: 2 additions & 2 deletions FairphonePeaceOfMind/src/main/res/values/strings.xml
Expand Up @@ -21,7 +21,7 @@ Modifications (MN 2013-12-16):
<resources>

<string name="app_name">Peace of Mind+</string>
<string name="app_version">0.9.5</string>
<string name="app_version">1.0</string>
<string name="activity_help">Help</string>
<string name="activity_settings">Settings</string>
<string name="activity_about">About</string>
Expand Down Expand Up @@ -74,7 +74,7 @@ Modifications (MN 2013-12-16):
<string name="about_title">@string/app_name</string>
<string name="btn_about_close">Close</string>
<string name="about_credits_1">Android app developed by <a href="http://www.mudar.ca/">Mudar Noufal</a>. Source code is released under the Apache License version 2.0.</string>
<string name="about_credits_2">Originally developed by <a href="http://www.kwamecorp.com/">Kwame Corporation</a> for the <a href="http://www.fairphone.com/">Fairphone</a>, Peace of Mind+ aims to make the app available to other Android devices.</string>
<string name="about_credits_2">Originally developed by <a href="http://www.kwamecorp.com/">Kwame Corporation</a> for the <a href="http://www.fairphone.com/">Fairphone</a>, Peace of Mind+ aims to make the app available to other Android devices.</string>
<string name="about_website"><a href="http://fairphone.mudar.ca/">fairphone.mudar.ca</a></string>
<string name="about_version">Version %s</string>

Expand Down

0 comments on commit 36fd2ae

Please sign in to comment.