Skip to content

Commit

Permalink
Update readme for V4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisanobu Tomari committed Jul 21, 2014
1 parent ac6e1d4 commit d96947d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@

This is an application for Android that shows calendar with moon phase.

<img src="http://img163.imageshack.us/img163/1722/l6c9.jpg" alt="screenshot" />
<img src="http://davy.nyacom.net/mooncal/mooncal_2.png" alt="screenshot" />

## Supported devices
Android 3.0 and later

Verified on an Android 4.1.2 device and an Android 4.3 emulator
Verified on an Android 4.1.2 device and an Android 4.4 emulator

## Changes

Version 4

* includes binary modules for arm64-v8a, x86_64, mips64, armeabi-v7a, armeabi, x86 and mips (NDK R10 in use)
* Removed next/prev month menu items. Use gestures instead.
* A week can start on either Sunday or Monday. Use Settings to switch this.
* Use best representation of Year/Month based on locale settings (only on API>=19).

## How to compile
Requires NDK R9.
Requires NDK R10.

* run ndk-build script included in the NDK in jni directory
* compile using Eclipse
Expand Down

0 comments on commit d96947d

Please sign in to comment.