Skip to content

Commit 8087978

Browse files
committed
Update database version to enable migrations
Fixes crash when trying to export in v2.2.0-beta1 Update translations and extract string resource Update version for v2.2.0-beta2 release
1 parent 5630786 commit 8087978

37 files changed

Lines changed: 254 additions & 275 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'android-apt'
77
def versionMajor = 2
88
def versionMinor = 2
99
def versionPatch = 0
10-
def versionBuild = 1
10+
def versionBuild = 2
1111

1212
def buildTime() {
1313
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")

app/src/main/java/org/gnucash/android/db/DatabaseSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class DatabaseSchema {
3939
* Version number of database containing accounts and transactions info.
4040
* With any change to the database schema, this number must increase
4141
*/
42-
public static final int DATABASE_VERSION = 14;
42+
public static final int DATABASE_VERSION = 15;
4343

4444
/**
4545
* Name of the database

app/src/main/res/menu/nav_drawer_menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</item>
5454
<item
5555
android:id="@+id/nav_section_settings"
56-
android:title="Preferences">
56+
android:title="@string/title_section_preferences">
5757
<menu>
5858
<item
5959
android:id="@+id/nav_item_settings"

app/src/main/res/values-af-rZA/strings.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@
117117
<string name="summary_xml_ofx_header">Enable this option when exporting to third-party application other than GnuCash for desktop</string>
118118
<string name="title_whats_new">What\'s New</string>
119119
<string name="whats_new">
120-
- Support for multiple different books \n
121-
- Adds ownCloud as destination for exports\n
122-
- Compact view for transactions list\n
123-
- Re-design of passcode lock screen\n
124-
- Improved handling of scheduled transactions\n
120+
- Added ability to export to any service which supports the Storage Access Framework \n
121+
- Added option to set the location for regular automatic backups (See backup settings)\n
122+
- Added Bitcoin currency support\n
123+
- Added support for renaming books\n
125124
- Multiple bug fixes and improvements\n
126125
</string>
127126
<string name="label_dismiss">Dismiss</string>

app/src/main/res/values-ar-rSA/strings.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@
117117
<string name="summary_xml_ofx_header">Enable this option when exporting to third-party application other than GnuCash for desktop</string>
118118
<string name="title_whats_new">What\'s New</string>
119119
<string name="whats_new">
120-
- Support for multiple different books \n
121-
- Adds ownCloud as destination for exports\n
122-
- Compact view for transactions list\n
123-
- Re-design of passcode lock screen\n
124-
- Improved handling of scheduled transactions\n
120+
- Added ability to export to any service which supports the Storage Access Framework \n
121+
- Added option to set the location for regular automatic backups (See backup settings)\n
122+
- Added Bitcoin currency support\n
123+
- Added support for renaming books\n
125124
- Multiple bug fixes and improvements\n
126125
</string>
127126
<string name="label_dismiss">Dismiss</string>

app/src/main/res/values-ca-rES/strings.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@
117117
<string name="summary_xml_ofx_header">Habiliteu aquesta opció quan exporteu a aplicacions de tercers diferents de GnuCash per escriptori</string>
118118
<string name="title_whats_new">Novetats</string>
119119
<string name="whats_new">
120-
- Support for multiple different books \n
121-
- Adds ownCloud as destination for exports\n
122-
- Compact view for transactions list\n
123-
- Re-design of passcode lock screen\n
124-
- Improved handling of scheduled transactions\n
120+
- Added ability to export to any service which supports the Storage Access Framework \n
121+
- Added option to set the location for regular automatic backups (See backup settings)\n
122+
- Added Bitcoin currency support\n
123+
- Added support for renaming books\n
125124
- Multiple bug fixes and improvements\n
126125
</string>
127126
<string name="label_dismiss">Dismiss</string>

app/src/main/res/values-cs-rCZ/strings.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@
117117
<string name="summary_xml_ofx_header">Použijte tuto možnost při exportu do aplikace jiného výrobce než GnuCash pro stolní počítače</string>
118118
<string name="title_whats_new">Co je nového</string>
119119
<string name="whats_new">
120-
- Support for multiple different books \n
121-
- Adds ownCloud as destination for exports\n
122-
- Compact view for transactions list\n
123-
- Re-design of passcode lock screen\n
124-
- Improved handling of scheduled transactions\n
120+
- Added ability to export to any service which supports the Storage Access Framework \n
121+
- Added option to set the location for regular automatic backups (See backup settings)\n
122+
- Added Bitcoin currency support\n
123+
- Added support for renaming books\n
125124
- Multiple bug fixes and improvements\n
126125
</string>
127126
<string name="label_dismiss">Dismiss</string>

app/src/main/res/values-de/strings.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,11 @@
117117
<string name="summary_xml_ofx_header">Diese Option aktivieren, wenn Sie die OFX-Dateien für ein anderes Programm als GnuCash auf dem Desktop exportieren</string>
118118
<string name="title_whats_new">Neuigkeiten in dieser Version</string>
119119
<string name="whats_new">
120-
- Unterstützung für mehrere verschiedene Bücher\n
121-
- Fügt ownCloud als Exportziel hinzu\n
122-
- Kompaktansicht für Buchungsliste\n
123-
- Neugestaltung des Zugangscode-Sperrbildschirms\n
124-
- Verbesserte Handhabung terminierter Buchungen\n
125-
- Mehrere Bugfixes und Verbesserungen\n
120+
- Added ability to export to any service which supports the Storage Access Framework \n
121+
- Added option to set the location for regular automatic backups (See backup settings)\n
122+
- Added Bitcoin currency support\n
123+
- Added support for renaming books\n
124+
- Multiple bug fixes and improvements\n
126125
</string>
127126
<string name="label_dismiss">Schließen</string>
128127
<string name="toast_transanction_amount_required">Geben Sie einen Betrag ein, um die Buchung speichern zu können</string>

app/src/main/res/values-el-rGR/strings.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,10 @@
119119
<string name="summary_xml_ofx_header">Ενεργοποίηση αυτής της επιλογής για εξαγωγή σε εφαρμογές τρίτων, εκτός του GnuCash για επιτραπέζιο υπολογιστή.</string>
120120
<string name="title_whats_new">Τι νέο υπάρχει</string>
121121
<string name="whats_new">
122-
- Support for multiple different books \n
123-
- Adds ownCloud as destination for exports\n
124-
- Compact view for transactions list\n
125-
- Re-design of passcode lock screen\n
126-
- Improved handling of scheduled transactions\n
122+
- Added ability to export to any service which supports the Storage Access Framework \n
123+
- Added option to set the location for regular automatic backups (See backup settings)\n
124+
- Added Bitcoin currency support\n
125+
- Added support for renaming books\n
127126
- Multiple bug fixes and improvements\n
128127
</string>
129128
<string name="label_dismiss">Απόρριψη</string>

app/src/main/res/values-en-rGB/strings.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@
117117
<string name="summary_xml_ofx_header">Enable this option when exporting to third-party application other than GnuCash for desktop</string>
118118
<string name="title_whats_new">What\'s New</string>
119119
<string name="whats_new">
120-
- Support for multiple different books \n
121-
- Adds ownCloud as destination for exports\n
122-
- Compact view for transactions list\n
123-
- Re-design of passcode lock screen\n
124-
- Improved handling of scheduled transactions\n
120+
- Added ability to export to any service which supports the Storage Access Framework \n
121+
- Added option to set the location for regular automatic backups (See backup settings)\n
122+
- Added Bitcoin currency support\n
123+
- Added support for renaming books\n
125124
- Multiple bug fixes and improvements\n
126125
</string>
127126
<string name="label_dismiss">Dismiss</string>

0 commit comments

Comments
 (0)