Skip to content

Commit

Permalink
Updated CONTRIBUTORS and README
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Oct 16, 2012
1 parent d1cb33b commit 37fde12
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Cristian Marchi <cri.penta@gmail.com>
Menelaos Maglis <mmaglis@metacom.gr>
Kjell Thomas Pedersen <kjelltp@gmail.com>
Alexander Galanin <al@galanin.nnov.ru>
Jorge Martínez López <jorgeml@gmail.com>
Jorge Martínez López <jorgeml@gmail.com>
Israel Buitron <israel.buitron@gmail.com>
2 changes: 1 addition & 1 deletion GnucashMobile/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
<string name="toast_no_transactions_to_export">No hay transacciones disponibles para exportar</string>
<string name="key_about">about_gnucash</string>
<string name="title_about_gnucash">Acerca de Gnucash</string>
<string name="summary_about_gnucash">GnucashMobile es una aplicaci&#243;n de registro de gastos financieros para Android.\nPermite un registro flexible de gastos en cualquier lugar que luego pueden ser exportados al formato Open Financial eXchange (OFX) e importados en la aplicaci&#243;n Gnucash para el escritorio.</string>
<string name="summary_about_gnucash">GnucashMobile es una aplicaci&#243;n de registro de gastos financieros para Android.\nPermite un registro flexible de gastos en cualquier lugar que luego pueden ser exportados al formato Open Financial eXchange (OFX) e importados en la aplicaci&#243;n Gnucash para el escritorio.</string>
<string name="title_about">About</string>
<string name="toast_error_exporting">No se pudo guardar el archivo OFX en:\n</string>
<string name="toast_ofx_exported_to">Archivo OFX exportado a:\n</string>
Expand Down
35 changes: 24 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,37 @@
# Introduction

Gnucash Mobile for Android is companion application for desktop Gnucash
designed for the Android operating system.
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.
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.

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


# Installation

All the subprojects in the GnucashMobile folder are Eclipse Android projects.
In order to compile the application, you need to import the com_actionbarsherlock
and GnucashMobile projects into your eclipse workspace. Then you can build and install
the application on your Android device.
There are different ways to get the Gnucash app for Android.

You can also build and install the Gnucash for Android application from source. This is of particular interest for those who want to contribute or those who wish to live on the bleeding edge.

### App Store
Coming soon. Stay tuned….

If you are interested in running the Robotium tests, also import the GnucashTest
project into your workspace and run it as "Android JUnit Test".
### Eclipse

The Android SDK primarily supports Eclipse for development and consequently, all the subprojects in the GnucashMobile folder are Eclipse Android projects. In order to compile the application, you need to import the com_actionbarsherlock and GnucashMobile projects into your eclipse workspace. Then you can just invoke "Run as Android application" from eclipse in order to build and install the application on your Android device.

If you are interested in running the Robotium tests, also import the GnucashTest project into your workspace and run it as "Android JUnit Test".

### Maven

Gnucash for Android also supports the Apache Maven build automation tool.
This method is more interesting if you do not want to download and install eclipse and the necessary Android plugins. It is especially interesting if you already have maven installed.
There are a few steps you need in order to get up and running with maven.

* Download and install [Maven](http://maven.apache.org/download.html) (follow the instructions on the website)
* Clone the GnucashMobile source using: git clone git://github.com/codinguser/GnucashMobile.git
* Open a terminal in the GnucashMobile folder and run *mvn clean install*
(**Note**: If you also want to run the tests, see this [blog post](http://goo.gl/TprMw) for details )
* To install the application on your phone, switch to the GnucashMobile subfolder and run *mvn android:deploy*

#Licence
Gnucash for Android is free software; you can redistribute it and/or
Expand Down

0 comments on commit 37fde12

Please sign in to comment.