-
This now lets dali-demo run on Android devices which were failing due to the usage of std::filesystem in the scene3d library in toolkit. Change-Id: I614218e5b4521fa15f93fe513fa2abaa0457632b
-
Change-Id: I71bdf5359b9bec2d42b4befadcb2561bd6019dc7 Signed-off-by: seungho <sbsh.baek@samsung.com>
-
Make ttrace enable always in tizen. Other platform keep current policy Change-Id: I30eb7ffdefd10cbe863d158df6fbf6b6a34cb234 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
- Added drawable-actor example Change-Id: I991c7a28e5c97b56162e018aa0da72e4435c86bb
-
Invoke GBS with --define "rpi_style 1" Changed text size of labels in demo buttons. Change-Id: I3f1f663c2c416ecd26e6b1f1124faf222192bf64 Signed-off-by: David Steele <david.steele@samsung.com>
-
Use capi-appfw-appcontrol instead of unix default fork(). If process group is connected, AMD check whole of them as same process. So even if child process call ecore_shutdown, it's parent process also killed after 5 seconds later. That's why dali-examples / com.samsung.dali-demo got SIGKILL from amd. This patch separate execute logic between unix and tizen by -DTIZEN:BOOL=ON option. TIZEN will be set ON only at packaging/com.samsung.dali-demo.spec NOTE. app_control_send_launch_request need privilege 'http://tizen.org/privilege/appmanager.launch'. Change-Id: I1d37a21f0d3091c0dc2fcbb4806900256e464aa5 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
This reverts commit 1b9d1f6f62ae2f59376282f82d823a28a24680af. Change-Id: I61ad780ec76918f67e1976976ac61950492b61fc
-
Change-Id: Icaebd89c26e954b21e5982e067a13f0c607fc840
-
Change-Id: I326a43cfaeb670507e4e8c4573975cfbdcd3c48a
-
Change-Id: Ic4eeca185cbef2657869adeaf0c6aaa695f3862a
-
Change-Id: I89ad98704eacedd18a0b50fd9d6511fc8e436416
-
Change-Id: Ieee1546e6f20ad0f5fc29c239d7571e463bdcf6f
-
Change-Id: I66647e1c7214a7987a7f2ec9eb99f3dc9429c468
-
Change-Id: Icf83a291c03bef8253d896be8a55454357554a83
-
Change-Id: I2cbd4814fbb3238c188a10900f98b5285da8dc98 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
/tmp doesn't exist for Android, need to use internal data directory Change-Id: I08d8855baa97e175a2874915076d4fd22ff83d6f
-
Change-Id: I5ecc880f2a0167ca1219700bad55107a675dc68d
-
Demos like deferred-shading.example sometimes fail to launch due to libdeferred-shading.example.so doesn't have main() When such error happens, output error to logcat Change-Id: Iecec465cf2436ff04a78ac78bd4c6fee0282ac3d
-
Android 6 or higher support loading libraies directly from apk 64bit dali demo fail to run due to specifying wrong path By not specifying path, we can directly dlopen from apk One less place to have bug Change-Id: I53619979798ab2d4fbccf25a152d92e52e467d0b
-
output an error message through logcat regardless release/debug build also exit with an non-zero exit code so that it won't fall into infinite loop Change-Id: Ib078a7c26a0bfc855f284f3103878e0b94ea1dfa
-
demo build was adding -std=g++11 to cflags in scripts calling library. demo app also had -std=g++11 in own C++ CMakeLists.txt _and_ in gradle. Changed everything to use std=c++17. Change-Id: Id46801a812c043db41514be17e8bd8da2ec97845
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: I2efcbf43209d5d958f3d02535da0f6c8210cb20b
-
Change-Id: I9100493525a0f62cb41bcc0e8d8339515cdf1d4a
-
Change-Id: I063ee68f3c5e5abeea01198141e7082c0e080867 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Change-Id: I4001c2b9a8b3a70e609a12e75dab8d6230334d36 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
- Added webp in cmakelists.txt to copy webp resource - Changed one of gif image to webp in animated-image-example Change-Id: I59726a7a436badffc154a29d4ac29542b1d2629a Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
-
Change-Id: I6eef2f9d09a4dad6c71de9dbd05e9cee68c90acf
-
Change-Id: I63cc23bc73253b2e13359b16448fe90d44679108
-
Change-Id: I5a73c87ae9f6b609273ac88ed6ef041dcf3ae810 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Also start new activity in its own private process. Change-Id: I4ad00730247ce39d9acf26eabb3f06ecc3d8e8b8
-
Change-Id: I408e6c378005398e37df55bdaf2c3cd320830165
-
Change-Id: Icd702fa60797a3076771fc32ac2d1f639ccb006d
-
Change-Id: I2031cc6b7a436a87a9a229ebc0d1650336e2fee0
-
Generates DALi examples shared objects and Android DALi launcher application. Android DALi application apk then can be installed on supported Android device. Change-Id: I2f87030feab33aa5c4c944323eb0ca0c042db6bd
-
* Code added to execute a process from Windows or Unix. Change-Id: Ie28ecb8bb880dfa12f47f033ada3a8b8826e5787 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
* Replace the DEMO_STYLE_IMAGE_DIR var is not needed as is not used in any style file. Change-Id: I9f003f4bdfa9260774d2d0696d6816b2b9a1d255 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Change-Id: I0b5301782e956629415ba53bfa6237c036493b3a Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
- Also removed ununsed consts from dali-table-view - Also removed unused js file from scripts directory Change-Id: Ibb0c0d087ad19943518ce223feb1652f2e7de4e3