diff --git a/gale/context/Context.cpp b/gale/context/Context.cpp index aefaca6..8eff2ea 100644 --- a/gale/context/Context.cpp +++ b/gale/context/Context.cpp @@ -269,8 +269,6 @@ gale::Context::Context(gale::Application* _application, int32_t _argc, const cha //etk::cout.setOutputFile(true); GALE_INFO("GALE v:" << gale::getVersion()); - // TODO : remove this ... - etk::initDefaultFolder("galeApplNoName"); // request the init of the application in the main context of openGL ... if (m_imulationActive == true) { m_simulationFile.filePuts(etk::to_string(gale::getTime())); diff --git a/lutin_gale.py b/lutin_gale.py index 40a3ab0..95d76aa 100644 --- a/lutin_gale.py +++ b/lutin_gale.py @@ -566,10 +566,10 @@ def tool_generate_main_java_class(target, module, package_name): """ #add properties on wallpaper : - # my_module.pkg_add("ANDROID_WALLPAPER_PROPERTIES", ["list", key, title, summary, [["key","value display"],["key2","value display 2"]]) - # my_module.pkg_add("ANDROID_WALLPAPER_PROPERTIES", ["list", "testpattern", "Select test pattern", "Choose which test pattern to display", [["key","value display"],["key2","value display 2"]]]) - # my_module.pkg_add("ANDROID_WALLPAPER_PROPERTIES", ["bool", key, title, summary, ["enable string", "disable String"]) - # my_module.pkg_add("ANDROID_WALLPAPER_PROPERTIES", ["bool", "movement", "Motion", "Apply movement to test pattern", ["Moving test pattern", "Still test pattern"] + # my_module.add_pkg("ANDROID_WALLPAPER_PROPERTIES", ["list", key, title, summary, [["key","value display"],["key2","value display 2"]]) + # my_module.add_pkg("ANDROID_WALLPAPER_PROPERTIES", ["list", "testpattern", "Select test pattern", "Choose which test pattern to display", [["key","value display"],["key2","value display 2"]]]) + # my_module.add_pkg("ANDROID_WALLPAPER_PROPERTIES", ["bool", key, title, summary, ["enable string", "disable String"]) + # my_module.add_pkg("ANDROID_WALLPAPER_PROPERTIES", ["bool", "movement", "Motion", "Apply movement to test pattern", ["Moving test pattern", "Still test pattern"] #copy needed resources : for res_source, res_dest in module.get_pkg("ANDROID_RESOURCES"): if res_source == "":