Merge: Android UI, notifications, toasts and calculator
authorJean Privat <jean@pryen.org>
Wed, 26 Nov 2014 23:05:08 +0000 (18:05 -0500)
committerJean Privat <jean@pryen.org>
Wed, 26 Nov 2014 23:05:08 +0000 (18:05 -0500)
This is the base of a the API for native controls on Android. As such, is it a work in progress.

Example applications:
* app.nit UI test
* Calculator

Features still to do:
* Wrap `ViewGroup`s with Nity classes. This will allow us to make all native classes private.
* Implement `ListView` and other useful views.
* Offer more notifications features from later APIs.

Pull-Request: #934
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge