Merge: Symetric [] & []= in android::shared_preferences
authorJean Privat <jean@pryen.org>
Tue, 15 Jul 2014 21:59:56 +0000 (17:59 -0400)
committerJean Privat <jean@pryen.org>
Tue, 15 Jul 2014 21:59:56 +0000 (17:59 -0400)
Now SharedPreferences[]= always serialize, and [] deserialize. This would be the default dehavior for a Nit application. The other getter/setter for primitive types are still available but must be used directly.

Pull-Request: #577
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Frédéric Vachon <fredvac@gmail.com>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge