Skip to content

Commit

Permalink
Bump version number for release, update in-app release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Mar 12, 2012
1 parent adb9217 commit 0e4f83e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.matburt.mobileorg" package="com.matburt.mobileorg"
android:versionCode="83" android:versionCode="84"
android:versionName="0.8.3" > android:versionName="0.8.4" >


<uses-sdk <uses-sdk
android:minSdkVersion="3" android:minSdkVersion="3"
Expand Down
12 changes: 8 additions & 4 deletions res/raw/upgrade.txt
@@ -1,10 +1,14 @@
MobileOrg Upgrade Notes MobileOrg Upgrade Notes


Changes for 0.8.1: Changes for 0.8.4:


* Fix crashing on Android devices < 2.2 - "Schedule" and "Deadline" support in capture and edit
* Fix for calendar, ignoring the day field from scheduled entries to - Revamped Capture/Edit Display
support people with other locales. - Calendar Support Bug fixes
- Add ability to add sub-nodes to capture (require org-mode patch)
- Edit Dialog Improvements
- Bug fixes
- Better support for Android 4.0


MobileOrg has gone through a lot of changes recently. Because of this you will need to re-synchronize all of your org files. MobileOrg has gone through a lot of changes recently. Because of this you will need to re-synchronize all of your org files.


Expand Down
2 changes: 1 addition & 1 deletion res/xml/preferences.xml
Expand Up @@ -127,7 +127,7 @@
</PreferenceScreen> --> </PreferenceScreen> -->
<PreferenceScreen <PreferenceScreen
android:key="VersionDisp" android:key="VersionDisp"
android:summary="0.8.3" android:summary="0.8.4"
android:title="@string/preference_version" > android:title="@string/preference_version" >
</PreferenceScreen> </PreferenceScreen>
</PreferenceCategory> </PreferenceCategory>
Expand Down

0 comments on commit 0e4f83e

Please sign in to comment.