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)
commit511504d20c8a5ba3641a3439600f2a6f1477c977
treeed5222acb7a23b305397e319ed89f7cba4e5ca61
parentd3edb07f9bcdace9edd58973916eebfbd35d3abc
parent91be2ee425f6a0471ce67eae4223d6a50952516a
Merge: Android UI, notifications, toasts and calculator

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>