Skip to content

Commit b2bf25d

Browse files
committed
Prepare for v1.3.0.beta1 release
Updated version numbers and copyright notices (where necessary)
1 parent 9d4e580 commit b2bf25d

36 files changed

Lines changed: 401 additions & 103 deletions

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
Change Log
22
===============================================================================
3+
Version 1.3.0 *(2014-02-07)*
4+
----------------------------
5+
* Fixed: Some file managers do not display all files available for import
6+
* Fixed: Crash when deleting account from accounts list
7+
* Fixed: CASH accounts should have normal DEBIT balance
8+
* Fixed: Crash when quickly opening and navigating from transactions list
9+
* Feature: Mark favorite accounts and quickly access them
10+
* Feature: Display different tabs for recent, favorite and all accounts
11+
* Feature: Add, view and delete recurring transactions (daily, weekly, monthly)
12+
* Feature: Mark accounts as placeholder accounts (cannot contain transactions)
13+
* Feature: Set a default transfer account for each account
14+
* Feature: Color code accounts & themed account views
15+
* Feature: Create default GnuCash account structure from within app
16+
* Improved: Enabled one-button click for rating app and sending feedback
17+
* Improved: Clicking on version information now shows changelog
18+
* Improved: Delete account and all its sub-accounts
19+
* Improved: Sub-accounts default to same account type as parent account
20+
* Improved: Use tab views for sub-accounts and transactions inside accounts
21+
322
Version 1.2.7 *(2013-12-18)*
423
----------------------------
524
* Fixed: Export format always defaults to QIF, ignoring user preference

app/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1919
package="org.gnucash.android"
20-
android:versionCode="22"
21-
android:versionName="1.2.7" >
20+
android:versionCode="23"
21+
android:versionName="1.3.0.beta1" >
2222

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

@@ -55,7 +55,7 @@
5555
<category android:name="android.intent.category.LAUNCHER" />
5656
</intent-filter>
5757
</activity>
58-
<activity android:name=".ui.settings.SettingsActivity"></activity>
58+
<activity android:name=".ui.settings.SettingsActivity"/>
5959
<activity android:name=".ui.transactions.TransactionsActivity"
6060
android:configChanges="orientation|screenSize">
6161
</activity>

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<description>Gnucash Android companion application</description>
2323

2424
<parent>
25-
<version>1.2.7-SNAPSHOT</version>
25+
<version>1.3.0-SNAPSHOT</version>
2626
<groupId>org.gnucash.android</groupId>
2727
<artifactId>gnucash-android-parent</artifactId>
2828
</parent>

app/res/raw-de-rAT/default_accounts.gnucash

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
Copyright (c) 2014 Ngewi Fet <ngewif@gmail.com>
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
217
<gnc-v2
318
xmlns:gnc="http://www.gnucash.org/XML/gnc"
419
xmlns:act="http://www.gnucash.org/XML/act"

app/res/raw-de-rCH/default_accounts.gnucash

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
Copyright (c) 2014 Ngewi Fet <ngewif@gmail.com>
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
217
<gnc-v2
318
xmlns:gnc="http://www.gnucash.org/XML/gnc"
419
xmlns:act="http://www.gnucash.org/XML/act"

app/res/raw-de-rDE/default_accounts.gnucash

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
Copyright (c) 2014 Ngewi Fet <ngewif@gmail.com>
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
217
<gnc-v2
318
xmlns:gnc="http://www.gnucash.org/XML/gnc"
419
xmlns:act="http://www.gnucash.org/XML/act"

app/res/raw-el-rGR/default_accounts.gnucash

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
Copyright (c) 2014 Ngewi Fet <ngewif@gmail.com>
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
217
<gnc-v2
318
xmlns:gnc="http://www.gnucash.org/XML/gnc"
419
xmlns:act="http://www.gnucash.org/XML/act"

app/res/raw-en-rGB/default_accounts.gnucash

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
Copyright (c) 2014 Ngewi Fet <ngewif@gmail.com>
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
217
<gnc-v2
318
xmlns:gnc="http://www.gnucash.org/XML/gnc"
419
xmlns:act="http://www.gnucash.org/XML/act"

app/res/raw-es-rES/default_accounts.gnucash

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
Copyright (c) 2014 Ngewi Fet <ngewif@gmail.com>
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
217
<gnc-v2
318
xmlns:gnc="http://www.gnucash.org/XML/gnc"
419
xmlns:act="http://www.gnucash.org/XML/act"

app/res/raw-es-rMX/default_accounts.gnucash

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
Copyright (c) 2014 Ngewi Fet <ngewif@gmail.com>
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
217
<gnc-v2
318
xmlns:gnc="http://www.gnucash.org/XML/gnc"
419
xmlns:act="http://www.gnucash.org/XML/act"

0 commit comments

Comments
 (0)