audio: move some services between the abstraction and the Android layers
[nit.git] / lib / android / audio.nit
2017-05-26 Alexis Laferrièreaudio: move some services between the abstraction and...
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-04-04 Alexis Laferrièrelib/android: Java's `MediaPlayer.create` is a pseudo...
2015-12-16 Alexis Laferrièrelib/android: fix frenglish doc
2015-11-30 Jean Privatandroid: make native audio_manager access private
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-10 BlackMinouAndroid:audio: little fix when loading sound or music
2015-09-09 BlackMinouandroid/audio: fix infinite recursion
2015-08-27 Alexis Laferrièrelib/android: apply audio hook on portable methods
2015-07-28 BlackMinouAndroid/audio: load from res before assets
2015-06-09 BlackMinouandroid audio : update with error management
2015-05-27 Alexis Laferrièrelib/android: update to use `self` in Java code
2015-05-14 Alexis Laferrièrelib/android: `audio` still depends on the old `native_a...
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2015-01-21 BlackMinouAndroid audio : better audio handling
2014-11-12 Alexis Laferrièrelib/android: remove all custom SELF types
2014-09-27 Jean Privatlib: some update towards more use of new constructors
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-02 Alexis Laferrièreandroid: update users of `java::io`
2014-08-15 Jean Privatlib: prepare for new constructors
2014-08-13 Frédéric Vachonlib/android: Fixes audio module tests
2014-07-22 Jean Privatlib/android: update to Java `long` to represent a Nit...
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-07-17 Alexis Laferrièrelib/android: remove useless as(not null) from audio
2014-07-08 Romain ChanoirIntroduction of the android audio API, needs android...