Merge: SharedPreferences: Nit API wrapping android SharedPreferences class
authorJean Privat <jean@pryen.org>
Wed, 18 Jun 2014 00:42:51 +0000 (20:42 -0400)
committerJean Privat <jean@pryen.org>
Wed, 18 Jun 2014 00:42:51 +0000 (20:42 -0400)
A module wrapping 'android.content.SharedPreferences' allowing to load/save data to internal storage for the android platform. Some tests have been added to the mnit_simple example.

The compiler has been slightly modified to ignore '
' in java extern types.

As asked by @privat and @xymus to store persistant game data.
Signed-off-by: Frédéric Vachon <fredvac@gmail.com>

Pull-Request: #495
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

1  2 
src/common_ffi/java.nit

Simple merge