Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / android /
2019-02-27 Alexis Laferrièreandroid: NitActivity and NitService use long to hold...
2019-02-27 Alexis Laferrièreandroid & benitlux: use NitObject in clients
2019-02-26 Alexis LaferrièreJava FFI: extra_java_file annotation use full Java...
2019-02-20 Jean Privatantroid/README.md: add raw (for nitunit)
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-01-25 Alexis Laferrièreandroid: update the `sensors` module to use gamnit
2018-01-17 Alexis Laferrièregamnit: rewrite android support
2018-01-17 Alexis Laferrièreandroid: add poll_looper_pause
2017-12-16 Alexis Laferrièreandroid: update example in audio
2017-12-16 Alexis Laferrièreandroid: close file descriptors of sound & music after use
2017-12-16 Alexis Laferrièreandroid: refactor music/sounds and fix trying to use...
2017-12-04 Jean PrivatMerge: annotations: introduce `example` annotation
2017-11-29 Jean PrivatMerge: gamnit: new services and a lot of bug fixes...
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-11-28 Alexis Laferrièreandroid: kindly ask the GC to do its thing when the...
2017-11-28 Alexis Laferrièreandroid: accept adaptive icons and other previous icon...
2017-11-27 Alexis Laferrièregamnit: free images pixel data from RAM after loading...
2017-11-22 Alexis Laferrièreandroid: use global references in `audio` implementation
2017-11-22 Alexis Laferrièreandroid: fix pinning non-local ref to Nit objects from...
2017-11-22 Alexis Laferrièreandroid: avoid callbacks in audio implementation
2017-11-22 Alexis Laferrièreandroid: update native_app_glue
2017-11-22 Alexis Laferrièreandroid: update host setup guide
2017-11-22 Alexis Laferrièreandroid: rewrite of the Android support to use the...
2017-09-08 Alexis Laferrièreapp: report errors in DataStore and fix a warning
2017-09-08 Alexis Laferrièreapp: make DataStore a class and refine on each platform
2017-05-26 Alexis Laferrièreaudio: move some services between the abstraction and...
2017-05-08 Alexis Laferrièreapp.nit: exit and print an error if not bound to a...
2017-05-07 Alexis Laferrièreapp.nit: id the platform at runtime
2017-04-04 Alexis Laferrièremnit::input: move up pointer id
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-10-07 Jean PrivatMerge: android: click event on button release, better...
2016-09-29 Alexis Laferrièreandroid: trigger click event on button release
2016-09-29 Alexis Laferrièreandroid::http_request: fix exception handling
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-08-28 Alexis Laferrièreandroid::audio: remove indirection to sounds.add
2016-08-28 Alexis Laferrièreandroid::audio: revamp param and doc of `load_name`
2016-08-28 Alexis Laferrièreapp::audio: rename `name` to `path`
2016-08-28 Alexis Laferrièreandroid::audio: print errors at loading sounds
2016-08-28 Alexis Laferrièreapp::audio: drop the old load_sound and load_music
2016-07-29 Alexis Laferrièrelib & contrib: remove references to on_start and on_destroy
2016-07-29 Alexis Laferrièreandroid: call on_restart
2016-07-29 Alexis Laferrièreapp.nit & android: move on_create & on_destroy to Andro...
2016-06-27 Alexis Laferrièreandroid, ios & linux: implement `open_in_browser`
2016-06-20 Alexis Laferrièrelib/android: remove unused class `JavaClassLoader`
2016-06-20 Alexis Laferrièrelib/android: fix type of NativeListOfScanResult
2016-05-21 Alexis Laferrièrelib/android: intro motion down_time
2016-05-18 Alexis Laferrièrelib/android: fix align to always be centered vertically
2016-05-17 Jean PrivatMerge: app.nit: navigate between windows with the back...
2016-05-17 Jean PrivatMerge: app.nit: intro `ToggleEvent`
2016-05-17 Alexis Laferrièrelib/android: fix text input losing focus on selection...
2016-05-17 Alexis Laferrièrelib/android: implement back_button support using the...
2016-05-17 Alexis Laferrièrelib/android: add onKey* callbacks to Nit_activity
2016-05-17 Alexis Laferrièrelib/android: implement ToggleEvent
2016-05-17 Alexis Laferrièrelib/android: portrait and landscape import the main...
2016-05-17 Alexis Laferrièrelib/android: update import and doc of `sensors`
2016-05-16 Alexis Laferrièrelib/android: update README with info on the 2 core...
2016-05-16 Alexis Laferrièrelib/android: revamp entrypoint
2016-04-27 Jean Privatandroid: remove superfluous redefinitions of SELF
2016-04-15 Alexis Laferrièrelib/android: implement `TextView::size= & align=` and...
2016-04-04 Alexis Laferrièrelib/android: Java's `MediaPlayer.create` is a pseudo...
2016-03-21 Jean PrivatMerge: app.nit on Android: implement multiple windows...
2016-03-21 Alexis Laferrièrelib/android: use a Fragment to simulate multiple windows
2016-03-21 Alexis Laferrièrelib/android: intro wrapper for basic fragment services
2016-03-21 Alexis Laferrièrelib/android: fix typo in service module
2016-03-21 Alexis Laferrièrelib/android: force linearization of print between pthre...
2016-03-21 Alexis Laferrièrelib/android: hide the title bar at the top of the screen
2016-03-21 Alexis Laferrièrelib/android: implement CheckBox with a android.widget...
2016-03-14 Jean PrivatMerge: lib/android: intro WiFi services wrapper
2016-03-13 Alexis Laferrièrelib/android: intro the `wifi` module
2016-03-13 Alexis Laferrièrelib/android: if there is no activities, run UI code...
2016-03-13 Alexis Laferrièrelib/android: intro support for launching service at...
2016-03-13 Alexis Laferrièrelib/android: intro service support
2016-03-13 Alexis Laferrièrelib/android: update other modules to use android_context
2016-03-13 Alexis Laferrièrelib/android/shared_prefs: use `native_context` and...
2016-03-13 Alexis Laferrièrelib/android/toast: remove some callbacks
2016-03-13 Alexis Laferrièrelib/android: intro `app::native_context` and use in...
2016-03-08 Alexis Laferrièrelib/android: implement `TextInput::is_password`
2016-02-20 Alexis Laferrièrelib/android: use the more general NativeContext with...
2016-02-20 Alexis Laferrièrelib/android: pin Nit buttons from Java callbacks
2016-02-20 Alexis Laferrièrelib/android: fix ListLayout by pinning the adapter...
2016-02-11 Alexis Laferrièrelib/android: better doc on how to configure the host...
2016-01-19 Alexis Laferrièrelib/android/cardboard: remove `gyro_bias` as it no...
2016-01-12 Alexis Laferrièrelib/android: implement `TextAsset`
2016-01-12 Alexis Laferrièrelib/android: fix manipulation of Java stack from assets...
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...
next