Merge: app.nit on Android: implement multiple windows support with fragments
authorJean Privat <jean@pryen.org>
Mon, 21 Mar 2016 20:32:24 +0000 (16:32 -0400)
committerJean Privat <jean@pryen.org>
Mon, 21 Mar 2016 20:32:24 +0000 (16:32 -0400)
commit6410f6d6038f0ace1a4075370e5066d8e182134e
tree91501c70140bcb59e45ecadaa55938d3d65cd963
parentd47f8127f46678bb1f01e0a8fab66e10655fd664
parent53205adf21b923d365e66f3db47887f1220267e8
Merge: app.nit on Android: implement multiple windows support with fragments

This PR intro support for Andorid apps composed of multiple windows. There is now one fragment par app.nit window, and it is set as visible when assigned to `app.window=`.

Support for multi-windows apps on other platforms will be provided by future PRs, along with a portable API for the back button and to navigate between windows. This system, on Android at least, could probably be extended to show more that one window at a time on larger tablet devices.

Pull-Request: #1989
Reviewed-by: Jean Privat <jean@pryen.org>
lib/android/ui/native_ui.nit
lib/android/ui/ui.nit