GitXplorerGitXplorer
p

AndQuote

public
6 stars
4 forks
1 issues

Commits

List of commits on branch master.
Unverified
3d490262e29308ca3a4b94729862a5d04bd6f0f1

Remove bitcoin address from README

pprogval committed 8 years ago
Unverified
a6dfbed5c0337454469bca72adb20d3bc11114cd

Use full URL to skip redirection.

pprogval committed 12 years ago
Unverified
989ec1f17d1d72f941aa0cbb7c2f3f03c80449f5

Bump version number to 0.3.4.

pprogval committed 12 years ago
Unverified
2101fef6fe1f21280a2b12b1e7ba8a1eb1efc97a

Update 'gotoquote' text field when page is changed.

pprogval committed 12 years ago
Unverified
6afbcb63ef1e5a6a2e95547b26d090691b960623

Fix typo.

pprogval committed 12 years ago
Unverified
8db47e47f0728db8fa1ea34bf4cc00c9ab6fe787

Update msgpack version.

pprogval committed 12 years ago

README

The README file for this repository.

AndQuote is an Android application that browses quotes from various websites, according to their availability on the OpenQuoteApi server.

AndQuote dynamically loads the list of sites from the server, so when a site is added you do not need to update AndQuote, it will be applied automatically.

How to build

Get the source code

git clone git://github.com/ProgVal/AndQuote.git
cd AndQuote
git submodule init
git submodule update

##Compile and install on your device

Signed binary:

ant release
ant installr

Non-signed binary:

ant debug
ant installd