-
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
-
Change-Id: Ia4df42178f7064a6efc235a03219174f07940a1c
-
Change-Id: Ia39c86cf9bd73dc678081be2287008949fbe4c16
-
Change-Id: Ie9cd3109234396757220e5fe0268a7712bf86b31
-
Now Toolkit has dali-adaptor dependency. So app only need toolkit dependency for build So, remove dependency from demo. Change-Id: Ie65a4755be5e584893ef9de014383b501a0d37a8 Signed-off-by: minho.sun <minho.sun@samsung.com>
-
Add two sample apps which using animated gradient visual (doing at review.tizen.org/gerrit/#/c/152141/ ) It's resolution is optimized for wearable (resolution is 360x360) - Call Active Scenario is incomming call. Show incomming gradient effect as radial form animated gradient. And add some animation at call_decline button so make user want to touch it! This sample show how to make animated gradient by json script. - Card Active Scenario is use some coupon with NFC tag. Show gradient effect during NFC taging is enabled. This sample show how to make anmiated gradient by inline code. Change-Id: Ifae6698fbf1b4bc9901efa929594261413d450b2 Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
-
Update example to show how to style TextEditor ScrollBar Change-Id: I62ebf0035490dff2c26f7e7c4df095bd2bc93345 Signed-off-by: minho.sun <minho.sun@samsung.com>
-
Uses volumetric ray casting to draw a sphere with basic per-pixel lighting inside the fragment shader. Also modifies DALi demo make file to support shader files. Change-Id: I0645de8481fa75abb177ca76a5611a51350fc1b7 Todo: Create a separate folder for shaders?
-
Change-Id: Ice5ef50aa0bde7ddac16414dfac8615d76d9ec18
-
Example code for creating a control using visuals with states defined in the stylesheet Change-Id: Ief41cfad7c3eeb8d78bd6540db36e4b761b28e5f
-
Change-Id: I5c1c52ee969ac04a46412f8f6326a655fc7e63d5