readme: add information section
[nit.git] / lib / android /
2015-12-16 Alexis Laferrièrelib/android: fix frenglish doc
2015-12-14 Alexis Laferrièrelib/android: fix `AndroidKeyEvent::to_c` to return...
2015-12-14 Alexis Laferrièrelib/mnit: update doc and style of the `input` module
2015-12-14 Alexis Laferrièrelib/mnit & implementations: move up `is_move` from...
2015-12-10 Alexis Laferrièrelib/android: demultiply pixel data from alpha value...
2015-12-08 Jean Privatcode: explicitly call init in some named constructors
2015-11-30 Jean Privatandroid: make native audio_manager access private
2015-11-18 Alexis Laferrièrelib/c: rename memmove to move
2015-11-17 Alexis Laferrièrelib/android: revert Android's multiplication of color...
2015-11-16 Alexis Laferrièrelib/android: intro a service to unpack pixel data from...
2015-11-16 Alexis Laferrièrelib/android: add more services to NativeBitmap
2015-11-16 Alexis Laferrièrelib/android: `AssetManager::bitmap` only has to return...
2015-11-11 Alexis Laferrièrelib/android: use the standard "medium" size for labels
2015-11-11 Alexis Laferrièrelib/app/ui & platforms: intro ListLayout
2015-11-10 Alexis Laferrièrelib/app/ui & platforms: intro Label
2015-11-10 Alexis Laferrièrelib/app/ui & platforms: use CompositeControl::remove...
2015-11-10 Alexis Laferrièrelib/android/ui: use more global references
2015-11-10 Alexis Laferrièrelib/android/ui: by default, calls to UI features are...
2015-11-10 Alexis Laferrièrelib/android/ui: implement new_global_ref where it was...
2015-11-08 Alexis Laferrièrelib/android: implement http_request, using the Java...
2015-11-03 Alexis Laferrièrelib/android: intro `NativeActivity::run_on_ui_thread`
2015-09-30 Alexis Laferrièrelib/android: update constructors in assets_and_resources
2015-09-15 BlackMinouandroid/audio: doesn't resume sounds paused by the...
2015-09-15 BlackMinouandroid/audio: fix multiple music playing when pausing app
2015-09-14 Jean PrivatMerge: glesv2: more services from OpenGL ES 2.0 to...
2015-09-14 Jean PrivatMerge: Fix Music loading bug for friendz
2015-09-12 Alexis Laferrièrelib/android: add ANativeWindow::set_buffers_geometry
2015-09-10 Jean PrivatMerge: Ballz improvements
2015-09-10 BlackMinouAndroid:audio: little fix when loading sound or music
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-09 BlackMinouandroid/sensors: the example and some whitespace
2015-09-09 BlackMinouandroid/audio: fix infinite recursion
2015-09-04 Jean PrivatMerge: Better synopses in many packages for a prettier...
2015-09-02 Jean PrivatMerge: Ini of projects
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-29 Alexis Laferrièrelib: improve synopsis and doc of many libs
2015-08-28 Alexis Laferrièrecontrib & examples: update users of mnit implementations
2015-08-28 Jean PrivatMerge: Rename `standard` as `core`
2015-08-27 Jean Privatcode: update references to `standard`
2015-08-27 Alexis Laferrièrelib/android: fix `Bundle::string` behavior on null...
2015-08-27 Alexis Laferrièrelib/android: use a global reference for `Bundle::native...
2015-08-27 Alexis Laferrièrelib/android: apply audio hook on portable methods
2015-08-03 Jean PrivatMerge: Tinks! a multiplayer crossplatform action game...
2015-08-02 Alexis Laferrièrelib/android: fix `just_went_down` to support secondary...
2015-07-30 Jean PrivatMerge: A little fix to android::audio
2015-07-28 BlackMinouAndroid/audio: load from res before assets
2015-07-26 Alexis Laferrièrelib/android: intro `AndroidPointerEvent::is_move`
2015-07-26 Alexis Laferrièrelib/android: remove a few warnings
2015-07-21 Jean Privatlib/app: provide conditional importation of app extensions
2015-07-09 Alexis Laferrièrelib/android: intro `NativeActivity::finish`
2015-07-09 Alexis Laferrièrelib/android: support secondary pointers in motion event...
2015-07-09 Alexis Laferrièrelib/android: intro: `acting_pointer` and fix warnings...
2015-07-09 Alexis Laferrièrelib/android: use latest language features for `AndroidM...
2015-07-09 Alexis Laferrièrelib/android: intro the real `pointer_id`
2015-07-09 Alexis Laferrièrelib/android: rename `pointer_id` to `pointer_index`
2015-07-09 Alexis Laferrièrelib/android: landscape mode use sensor
2015-06-09 BlackMinouandroid assets and resources update
2015-06-09 BlackMinouandroid audio : update with error management
2015-06-02 Lucas Bajoletcompiler: Changed types of Char to uint32_t and NativeS...
2015-05-29 Alexis Laferrièrelib: update doc to refer to the `serialize` annotation
2015-05-27 Alexis Laferrièrelib/android: clean up whitespace errors in `bundle`
2015-05-27 Alexis Laferrièrelib/android: update to use `self` in Java code
2015-05-26 Alexis Laferrièrelib/android: fix style of `shared_preferences_api10...
2015-05-20 Alexis Laferrièrelib & contrib: update users of json::serialization
2015-05-19 Alexis Laferrièrelib/android: update `ui_test` to the new Android UI
2015-05-19 Alexis Laferrièrelib: update README of android and app
2015-05-15 Alexis Laferrièrelib/android: revamp `android::ui` to implement `app...
2015-05-14 Alexis Laferrièrelib/android: `audio` still depends on the old `native_a...
2015-05-14 Alexis Laferrièrelib/android: `nit_activity` implement the new app.nit...
2015-05-14 Alexis Laferrièrelib: update the old NDK based android to use new lifecycle
2015-05-14 Alexis Laferrièrelib/android: assets_and_resources need only `dalvik`
2015-05-13 Jean PrivatMerge: Revamp app.nit print_error and print_warning
2015-05-12 Alexis LaferrièreMerge branch 'master' into android-annotations
2015-05-12 Alexis LaferrièreMerge branch 'master' into print_error
2015-05-09 Alexis Laferrièrelib/android: make native methods of `log` private
2015-05-09 Alexis Laferrièrelib/android: move the implementation of prints to the...
2015-05-09 Alexis Laferrièrelib/app & android: move log_prefix to Android, where...
2015-05-09 Alexis Laferrièrelib & examples: update users of Android API version...
2015-05-09 Alexis Laferrièrelib & src: name Android API version annotations
2015-05-09 Alexis Laferrièrelib/android: make `ui` a group and clean doc
2015-05-08 Alexis Laferrièrelib/android/ui: move up some services the extern classe...
2015-05-08 Alexis Laferrièrelib/android: make `ui` a group and clean doc
2015-05-08 Alexis Laferrièrelib/android: the `vibration` module only needs `dalvik`
2015-05-08 Alexis Laferrièrelib/android: the `toast` module only needs `dalvik`
2015-05-08 Alexis Laferrièrelib/android: `Intent` do not need a context and update...
2015-05-08 Alexis Laferrièrelib/android: move intent launching services out of...
2015-05-08 Alexis Laferrièrelib/android: shared preferences only need `dalvik`
2015-05-08 Alexis Laferrièrelib/android: rename android_data_store to data_store
2015-04-10 Jean Privatcode: remove `protected` from top-level methods (now...
2015-04-02 Alexis Laferrièrelib & examples: update modules using the java_package...
2015-04-02 Alexis Laferrièrenitc: extract common app.nit annotations from Android
2015-03-18 Alexis Laferrièrelib/android: update `ui` to use NitActivity and be...
2015-03-18 Alexis Laferrièrelib/android: remove popup hack in `ui`
2015-03-18 Alexis Laferrièrelib/android: intro our very own NitActivity
2015-03-17 Alexis Laferrièreandroid: declare Activities for the manifest in an...
2015-03-17 Alexis Laferrièrelib/android: the dalvik module is higher in the importa...
2015-03-17 Alexis Laferrièrelib/android: fix typos in the dalvik module
2015-03-17 Alexis Laferrièrelib/android: clean up whitespaces in native_app_glue
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2015-02-17 Alexis Laferrièrelib/android: add the gamepad module
next