Skip to content

Commit 6bbc2b0

Browse files
committed
Update version string for v2.1.0 release
Update README and CONTRIBUTORS files
1 parent 4c42484 commit 6bbc2b0

File tree

5 files changed

+43
-39
lines changed

5 files changed

+43
-39
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Change Log
22
===============================================================================
3-
Version 2.1.0 *(2016-xx-xx)*
3+
Version 2.1.0 *(2016-09-01)*
44
----------------------------
55
* Feature: Use multiple GnuCash books in single application
66
* Feature: Backup/Export to ownCloud servers
77
* Feature: Compact transactions list view for single-entry mode
88
* Improved: Redesign of passcode screen with included alphabet keys
99
* Improved: Scheduled transactions now have more accurate timestamps
1010
* Improved: Generate all scheduled transactions even if a scheduled is missed (e.g. device off)
11+
* Improved: Updated translations (and extracted some hard-coded strings)
1112
* Fixed: Accounts lists not properly refreshed after switching between recent and all
13+
* Fixed: Inaccurate execution of some scheduled transactions
1214

1315
Version 2.0.7 *(2016-05-05)*
1416
----------------------------

CONTRIBUTORS

Lines changed: 0 additions & 33 deletions
This file was deleted.

CONTRIBUTORS.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
GnuCash for Android is a community effort which is made possible by the contributions of
2+
several different people.
3+
Appreciation goes to Muslim Chochlov and the to whole GnuCash community for guiding the
4+
project through the early phases (as Google Summer of Code project 2012) and providing valuable feedback.
5+
6+
### Core Developers:
7+
* Ngewi Fet <[email protected]> - Project maintainer
8+
* Yongxin Wang <[email protected]>
9+
* Oleksandr Tyshkovets <[email protected]>
10+
* Àlex Magaz Graça <[email protected]>
11+
12+
### Other Contributors
13+
The following (incomplete list of) people (in no particular order) contributed (patches and translations) to GnuCash Android:
14+
* Christian Stimming <[email protected]>
15+
* Cristian Marchi <[email protected]>
16+
* Menelaos Maglis <[email protected]>
17+
* Kjell Thomas Pedersen <[email protected]>
18+
* Alexander Galanin <[email protected]>
19+
* Jorge Martínez López <[email protected]>
20+
* Israel Buitron <[email protected]>
21+
* Geert Janssens <[email protected]>
22+
* Nicolas Barranger <[email protected]>
23+
* Sigurd Gartmann <[email protected]>
24+
* Pedro Abel <[email protected]>
25+
* windwarrior <[email protected]>
26+
* Alex Lei <[email protected]>
27+
* Matthew Hague <[email protected]>
28+
* Spanti Nicola <[email protected]>
29+
* Jesse Shieh <[email protected]>
30+
* Terry Chung <[email protected]>
31+
* Caesar Wirth <[email protected]>
32+
* Alceu Rodrigues Neto <[email protected]>
33+
34+
Please visit https://crowdin.com/project/gnucash-android for a more complete list of translation contributions

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ It will build the project for you and install it to the connected Android device
6565
The app is configured to allow you to install a development and production version in parallel on your device.
6666

6767
### With Android Studio
68-
The easiest way to build is to install [Android Studio](https://developer.android.com/sdk/index.html) v1.+
69-
with [Gradle](https://www.gradle.org/) v2.4.
68+
The easiest way to build is to install [Android Studio](https://developer.android.com/sdk/index.html) v2.+
69+
with [Gradle](https://www.gradle.org/) v2.10
7070
Once installed, then you can import the project into Android Studio:
7171

7272
1. Open `File`
@@ -85,7 +85,7 @@ Google+ Community: https://plus.google.com/communities/104728406764752407046
8585
There are several ways you could contribute to the development.
8686

8787
* One way is providing translations for locales which are not yet available, or improving translations.
88-
See this [blog post](http://www.codinguser.com/2012/09/gnucash-for-android-beta-2-lost-in-translation/) for some guidelines.
88+
Please visit [CrowdIn](https://crowdin.com/project/gnucash-android) in order to update and create new translations
8989

9090
* You could as well contribute code, fixing bugs, new features or automated tests. Pull requests are always welcome.
9191
Take a look at the [bug tracker](https://github.com/codinguser/gnucash-android/issues?state=open)

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
import java.text.SimpleDateFormat
21
import org.apache.tools.ant.taskdefs.condition.Os
32

3+
import java.text.SimpleDateFormat
4+
45
apply plugin: 'com.android.application'
56
apply plugin: 'io.fabric'
67

78
def versionMajor = 2
89
def versionMinor = 1
910
def versionPatch = 0
10-
def versionBuild = 5
11+
def versionBuild = 6
1112

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

0 commit comments

Comments
 (0)