Merge: Android.nit using native_app_glue and vibration
authorJean Privat <jean@pryen.org>
Fri, 6 Jun 2014 19:35:46 +0000 (15:35 -0400)
committerJean Privat <jean@pryen.org>
Fri, 6 Jun 2014 19:35:46 +0000 (15:35 -0400)
commitb0ef23c01790c07efa5c935dab4cc14f8141b90c
treeb9b3301f6519d8c183b83b0acf5fea3ebc957947
parente6d8993987ca1574441188b07e203f66a950b8d6
parent137d8dd3246ff029c4cbb5a814238c18ead547da
Merge: Android.nit using native_app_glue and vibration

* Wrap and use the core features of the NDK's ANativeActivity and native_app_glue's android_app to implement app.nit on Android
* Cleans up a lot a code from mnit_android::android_app
* Intro android::vibration and use it in Dino
* Bonus: Fix mnit apps under Linux

Pull-Request: #479
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Chanoir <chanoir.romain@courrier.uqam.ca>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>