Skip to content

Commit

Permalink
Updated strings for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Jan 30, 2013
1 parent e2e84c9 commit 377cfce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Version 1.1.0 *(2013-01-31)*

* Feature: Double entry accounting - every transaction is a transfer
* Feature: Nested accounts
* Feature: SGML support for OFX exports. Fixes encoding detection problems during imports
* Feature: SGML support for OFX exports. Exports are now SGML by default
* Feature: Display what's new to user after minor/major updates
* Improved: Reworked UX for creating accounts
* Improved: Default accounts now match GnuCash desktop accounts
* Fixed: Crash when creating accounts with special characters in the names
* Fixed: GnuCash declares itself as launcher application

* Fixed: Encoding of exported OFX not properly detected by GnuCash desktop

Version 1.0.3 *(2012-11-23)*
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion GnucashMobile/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.gnucash.android"
android:versionCode="5"
android:versionName="1.1.0.beta1" >
android:versionName="1.1.0" >

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15"/>

Expand Down
2 changes: 1 addition & 1 deletion GnucashMobile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<description>Gnucash Android mobile application</description>

<parent>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0</version>
<groupId>org.gnucash.android</groupId>
<artifactId>gnucash-android-parent</artifactId>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Introduction

Gnucash Mobile for Android is companion application for desktop Gnucash designed for Android.
It allows you to record transactions on-the-go and export them in the OFX format and later import the data into Gnucash for the desktop. You can create multiple accounts for transactions in Gnucash.
It allows you to record transactions on-the-go and export them in the OFX format and later import the data into Gnucash for the desktop. You can create multiple accounts for transactions in Gnucash. Double-entry accounting is also supported.

The application supports Android 2.2 Froyo (API level 8) and above.


# Installation

There are different ways to get the Gnucash app for Android.
There are different ways to get the Gnucash app for Android; through the app store, or building it yourself.


### App Store
Expand Down

0 comments on commit 377cfce

Please sign in to comment.