-
- to tilt world, tilt device or if tilt isn't supported, swipe; - tap to scatter particles; - double click to trigger color change; Change-Id: I8c72ea1ff7a8226b03b5e106936ca3644ef1f5b3
-
Change-Id: I336525894567d22349f883ff6d673ba0e2f8a2ff Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: If50a69da01c02fdb6047d766d5d213648b02a360 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I4d4c8df78c78281e565ec9932df43a598e68a439 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
- there is no need to pre-populate the item view; it will be populated upon activation; - removed branching & multiple returns in FileWatcher::FileHasChanged(); Change-Id: I47a92d5f0e3d84701f1688ba083f4a6850b6d909 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: Ia0c3cd2a9de29b0ef43fb1976707c073a5f98713
-
Change-Id: I49395004f4f340942df35af15d950a9190aa8ea0
-
This is the tip of the branch with AT-SPI commits to be merged into DALi. Change-Id: I9379659f00f560433758240c32935ca9d7d898fb
-
Change-Id: I20d6675ab05cd9eb6344cc11e74aab37ed5f6441
-
Change-Id: Id75cd199c76d96a1f37652846d462915cb15c5b9
-
sometimes deferred-shading demo fail to launch due to main() is not found Add DALI_EXPORT_API to ensure export of main() Change-Id: I2fe96baa8679c2bf0edc4d9ed5bdd52a59ffc11a
-
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 asset files are not extracted to file system directly, cannot use fopen, but need to use asset specific api to read, which is wrapped by dali-adaptor api. Change-Id: If775e04e4e2d562755bce3eeb9f79fa279e5da70
-
Change-Id: Ib1869c5aa9f8a6aea0c6d0a8e8f6efc38944d6d6
-
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
-
Change-Id: Id776480aa47a753d501fc3af930b723e48a85d75
-
Change-Id: I949b883820d4b96b0ebadf01967d62e5be889fd7
-
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: Ib4e73ae1f04bd1a62c4373aab445d4e723b513d5
-
Change-Id: Ie802f27afba4069d87b52ba7256410c4f3cec4ab Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Modify simple-text-field to support programatical selection modification Change-Id: I173f0484113cf5e8cbc99b54ab1e0b2e83ea6c05
-
Change-Id: I93307aa3606085549cb22a36a1844d532418a9ae
-
Change-Id: Iaeaef8ea642713314f271dd269c2974abb6efcfc
-
Change-Id: If45b62cd020858588491a4701fb834675caf8f2a
-
Change-Id: Iae6c68478a056ef778ce33c12399eeed885db49f
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Since the text labels are supposed to be aligned to a grid, the new target position is calculated based on this instead of getting the position of the supposedly related text label, which might be midway through an animation at the time. Change-Id: Id83e89c13f2e03325966ab890aa5ca00e94fa100 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: Ibac08e501fcabc27396d3c871d4275efa5955502
-
Change-Id: Ic99cbf5d597c659fefc44b943109f50d311445ae
-
Change-Id: I2969e88887c684a556c7372ca7f4e07abc3969fa
-
Change-Id: I5d7f00f98adb1e803eca89b76da8eb3dcb3a1fe2 Signed-off-by: György Straub <g.straub@partner.samsung.com>