Java FFI: extra_java_file annotation use full Java class name
[nit.git] / src / platform / android.nit
2019-02-26 Alexis LaferrièreJava FFI: extra_java_file annotation use full Java...
2018-05-11 Alexis Laferrièreandroid: remove the deprecated armeabi target
2018-01-17 Alexis Laferrièreandroid: use the gcc toolchain
2017-11-28 Alexis Laferrièreandroid: tweak the GC compilation flags
2017-11-28 Alexis Laferrièreandroid: don't change metadata in debug mode
2017-11-28 Alexis Laferrièreandroid: accept adaptive icons and other previous icon...
2017-11-22 Alexis Laferrièreandroid: rewrite of the Android support to use the...
2016-08-03 Jean PrivatMerge: app.nit: Intro the `app_files` annotation, and...
2016-07-22 Alexis LaferrièreAndroid: use `app_files` to find android specific files
2016-07-22 Alexis LaferrièreAndroid: move up assets and resources logic
2016-07-22 Alexis LaferrièreAndroid support: import the R class at the top of all...
2016-02-17 Alexis Laferrièrenitc android: do not use quiet the call to ant as it...
2016-02-17 Alexis Laferrièrenitc android: move android specific folders (res/libs...
2015-11-16 Alexis Laferrièresrc/android: do not link with libpng
2015-11-08 Alexis Laferrièrenitc/android: do not compile for MIPS, but it is easy...
2015-11-07 Alexis Laferrièrenitc/android: temporally disable the GC on Android
2015-09-14 Alexis Laferrièresrc/android: skip signing the APK if KEY_ALIAS env...
2015-09-09 Jean Privatsrc: mass rename project->package
2015-08-26 Jean Privatplatform/android: the root group is no more src, thus...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-07-09 Alexis Laferrièresrc/android: use the project to find the assets, res...
2015-05-29 Jean Privatsrc: remove remaining references to .nit_compile
2015-05-29 Jean Privatabstract_compiler: introduce root_compile_dir for platf...
2015-04-28 Alexis Laferrièresrc/android: remove configChange section from XML,...
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-02 Alexis Laferrièrenitc: move up the default values of a project from...
2015-04-02 Alexis Laferrièrenitc: extract common app.nit annotations from Android
2015-03-30 Alexis Laferrièrenitc: `Toolchain` keeps the compiler as an attribute
2015-03-23 Alexis Laferrièrenitc: fix closing manifest writer when done for #1216
2015-03-17 Alexis Laferrièreandroid: declare Activities for the manifest in an...
2015-02-20 Alexis Laferrièrenitc/android: compile Android projects for x86, mips...
2015-01-29 Jean PrivatMerge: ldflags for Android
2015-01-28 Alexis Laferrièrenitc & lib: intro the @android annotation and use it...
2015-01-28 Alexis Laferrièresrc: each platform has a name, except for the default
2015-01-27 Jean PrivatMerge: Android support improvements
2015-01-27 Alexis Laferrièrenitc/android: "handle" all config changes
2015-01-27 Alexis Laferrièrenitc/android: differentiate between debug and release...
2015-01-27 Alexis Laferrièrenitc/android: support using -m with Android compilation
2015-01-26 Alexis Laferrièreandroid: use libgc on Android
2015-01-14 Alexis Laferrièrenitc: move platforms modules to src/platform