platform/core/uifw/lottie-player.git
5 years agoexample: update image object pixels properly.
Hermet Park [Tue, 28 May 2019 02:46:56 +0000 (11:46 +0900)]
example: update image object pixels properly.

image object requests the updated pixels in its own designed interface.

5 years agoexample: fix lottieviwer to properly resizable.
Hermet Park [Tue, 28 May 2019 02:22:35 +0000 (11:22 +0900)]
example: fix lottieviwer to properly resizable.

Don't touch object's in evas render stage.
This has also tiny edc code refactoring.

5 years agoUpdate README.md
Subhransu [Mon, 27 May 2019 04:36:02 +0000 (13:36 +0900)]
Update README.md

Updated cmake build instruction

5 years agorlottie/test: Fix test cases
subhransu mohanty [Mon, 27 May 2019 04:27:03 +0000 (13:27 +0900)]
rlottie/test: Fix test cases

5 years agoFixed regression in VPath::Clone() api and updated test cases
subhransu mohanty [Mon, 27 May 2019 01:32:27 +0000 (10:32 +0900)]
Fixed regression in VPath::Clone() api and updated test cases

5 years agocmake: if LIB_INSTALL_DIR is not set default it to /usr/lib
subhransu mohanty [Mon, 27 May 2019 01:05:42 +0000 (10:05 +0900)]
cmake: if LIB_INSTALL_DIR is not set default it to /usr/lib

5 years agorlottie: make sure rle object shared between 2 threads always keeps refcount 1 to...
subhransu mohanty [Fri, 24 May 2019 07:15:18 +0000 (16:15 +0900)]
rlottie: make sure rle object shared between 2 threads always keeps refcount 1 to avoid copy

5 years agorlottie/vector: Added unique(), refcount and clone api to VRle class
subhransu mohanty [Fri, 24 May 2019 07:00:15 +0000 (16:00 +0900)]
rlottie/vector: Added unique(), refcount and clone api to VRle class

5 years agolottie/model: refactor LOTAnimatable to optimize size.
subhransu mohanty [Thu, 23 May 2019 05:54:47 +0000 (14:54 +0900)]
lottie/model: refactor LOTAnimatable to optimize size.

5 years agolicense: keep standard lgpl2 license text
Hermet Park [Fri, 24 May 2019 03:11:31 +0000 (12:11 +0900)]
license: keep standard lgpl2 license text

5 years agorlottie/model: refactor repeater object model to optimize size.
subhransu mohanty [Thu, 23 May 2019 08:10:55 +0000 (17:10 +0900)]
rlottie/model: refactor repeater object model to optimize size.

5 years agorlottie/trim: Fix trim segment calculation.
subhransu mohanty [Thu, 23 May 2019 00:54:16 +0000 (09:54 +0900)]
rlottie/trim: Fix trim segment calculation.

In AE start and end value can naver be -ve. but the final
start and end value after applting interpolator curve could be -ve.

So refactor to always take the -ve value into account.

5 years agoexample: fix screwed code by upstream merge. 97/206597/1 accepted/tizen/unified/20190603.095318 accepted/tizen/unified/20190604.014638 submit/tizen/20190530.111225 submit/tizen/20190531.122943 submit/tizen/20190603.083549
Hermet Park [Wed, 22 May 2019 04:09:47 +0000 (13:09 +0900)]
example: fix screwed code by upstream merge.

Change-Id: If96a02fcd2dc5aa77f5c4e8d0c9e705fa88cd5e3

5 years agorlottie/parser: Fix float data parsing when data in array form. 96/206596/1
subhransu mohanty [Wed, 22 May 2019 03:36:04 +0000 (12:36 +0900)]
rlottie/parser: Fix float data parsing when data in array form.

Take only the 1st element and discard the rest.

Change-Id: If02f520cf72c26f70c152746b80e33a84b11c346

5 years agorlottie/model: Fix repeater processing when its part of an asset layer.
subhransu mohanty [Wed, 22 May 2019 00:55:59 +0000 (09:55 +0900)]
rlottie/model: Fix repeater processing when its part of an asset layer.

5 years agorlottie/meson: Add neon code only if building for arm system
subhransu mohanty [Mon, 20 May 2019 07:20:15 +0000 (16:20 +0900)]
rlottie/meson: Add neon code only if building for arm system

Change-Id: Iaffeaba964be6721b7d52602db30d973756c99cd

5 years agovector: fixed build error with gcc7 using fallthrough
subhransu mohanty [Mon, 20 May 2019 06:50:59 +0000 (15:50 +0900)]
vector: fixed build error with gcc7 using fallthrough

5 years agoRevert "vector: fix a compile error of strict fallthrough case check."
subhransu mohanty [Mon, 20 May 2019 05:53:02 +0000 (14:53 +0900)]
Revert "vector: fix a compile error of strict fallthrough case check."

This reverts commit e1cf42ba8c1628f6c06cbb6acb78b0ac81521c8f.

The fall through code is as per design.

5 years agolottie/parser: Fixed regression of interpolator string handling.
subhransu mohanty [Mon, 20 May 2019 05:28:20 +0000 (14:28 +0900)]
lottie/parser: Fixed regression of interpolator string handling.

With older bodymovin pluggins the interpolator cache string sometimes
dosen't match with the in and out tangent results into wrong animation.
So parse the interpolator string whenever available.

5 years agovector: fix a compile error of strict fallthrough case check.
Hermet Park [Mon, 20 May 2019 04:24:34 +0000 (13:24 +0900)]
vector: fix a compile error of strict fallthrough case check.

5 years agoexample:refactor to remove naked malloc and RAII warning
subhransu mohanty [Mon, 20 May 2019 04:10:43 +0000 (13:10 +0900)]
example:refactor to remove naked malloc and RAII warning

Change-Id: Idab2ed2cd98fa4fbf127f5c49097c00b8d2111cf

5 years agobuildfix: make it build with c++11
subhransu mohanty [Mon, 20 May 2019 04:18:12 +0000 (13:18 +0900)]
buildfix: make it build with c++11

5 years agoexample:refactor to remove naked malloc and RAII warning
subhransu mohanty [Mon, 20 May 2019 04:10:43 +0000 (13:10 +0900)]
example:refactor to remove naked malloc and RAII warning

5 years agorlottie: always propagate update for precomp layer.
sub.mohanty@samsung.com [Sun, 19 May 2019 04:29:24 +0000 (13:29 +0900)]
rlottie: always propagate update for precomp layer.

Precomp layers can be static with more than 1 frame inside it.
so always propagate update to all its child layers.

5 years agorlottie: Fixed wrong calculation of duration.
subhransu mohanty [Mon, 20 May 2019 01:02:45 +0000 (10:02 +0900)]
rlottie: Fixed wrong calculation of duration.

When lottie file is static but has more than 1 frame of static data
we should return the duration() value correctly.

5 years agovector: refactor vraster to remove naked new and delete call
subhransu mohanty [Fri, 17 May 2019 05:09:46 +0000 (14:09 +0900)]
vector: refactor vraster to remove naked new and delete call

5 years agorlottie: updated compiler flags to treat warning as error
subhransu mohanty [Tue, 14 May 2019 01:00:00 +0000 (10:00 +0900)]
rlottie: updated compiler flags to treat warning as error

5 years agorlottie: remove remaining warnings
subhransu mohanty [Tue, 14 May 2019 00:43:11 +0000 (09:43 +0900)]
rlottie: remove remaining warnings

5 years agolottie/example: remove all warnings in example
subhransu mohanty [Tue, 14 May 2019 00:37:33 +0000 (09:37 +0900)]
lottie/example: remove all warnings in example

5 years agorlottie: added support of lambda expression in setValue.
subhransu mohanty [Mon, 13 May 2019 00:30:56 +0000 (09:30 +0900)]
rlottie: added support of lambda expression in setValue.

5 years agoRevert "vector: build for ARM NEON" accepted/tizen/unified/20190514.082636 submit/tizen/20190514.082137
Hermet Park [Tue, 14 May 2019 08:19:10 +0000 (17:19 +0900)]
Revert "vector: build for ARM NEON"

This reverts commit f47cb7388a4c14f18b9d47d142b54b614db6777b.

This occurs build break in tizen. Plan to commit after fixing it.

Change-Id: I1a1055622c0378088b8e10955e003ed50f9c1aa3

5 years agolottie: shutdown a static analizyer tool warning. accepted/tizen/unified/20190514.080039 submit/tizen/20190514.054145 submit/tizen/20190514.062834
Hermet Park [Mon, 13 May 2019 08:07:21 +0000 (17:07 +0900)]
lottie: shutdown a static analizyer tool warning.

initialize a member variable properly.

5 years agoupdated travis for clang build
subhransu mohanty [Thu, 9 May 2019 07:59:13 +0000 (16:59 +0900)]
updated travis for clang build

5 years agorlottie: updated demo section of the README
subhransu mohanty [Thu, 9 May 2019 06:05:50 +0000 (15:05 +0900)]
rlottie: updated demo section of the README

5 years agoadded missing cmake file
subhransu mohanty [Thu, 9 May 2019 06:28:54 +0000 (15:28 +0900)]
added missing cmake file

5 years agoadded lottie2gif converter for both cmake and meson build
subhransu mohanty [Thu, 9 May 2019 05:36:36 +0000 (14:36 +0900)]
added lottie2gif converter for both cmake and meson build

5 years agorlottie: refactor with standard algorithms
subhransu mohanty [Thu, 9 May 2019 00:52:33 +0000 (09:52 +0900)]
rlottie: refactor with standard algorithms

5 years agovector: build for ARM NEON
Mihai Serban [Tue, 7 May 2019 07:12:15 +0000 (10:12 +0300)]
vector: build for ARM NEON

5 years agolottie: resolve c++11 compatible problem. 82/205682/1 submit/tizen/20190513.044419
Hermet Park [Wed, 8 May 2019 11:04:36 +0000 (20:04 +0900)]
lottie: resolve c++11 compatible problem.

no logical changes.

Change-Id: I5ebeb046824801bead33d8dad75f469eef53ecc2

5 years agorlottie: mask item shouldn't inherit parent opacity accepted/tizen/unified/20190508.234040 submit/tizen/20190508.044527
subhransu mohanty [Tue, 7 May 2019 06:20:31 +0000 (15:20 +0900)]
rlottie: mask item shouldn't inherit parent opacity

Change-Id: I1b1ca0d951f394b509cfa0cc746412a2f081c234

5 years agorlottie/header: fixed issue with public header dependency of c++14 20/205220/1
subhransu mohanty [Tue, 30 Apr 2019 07:52:46 +0000 (16:52 +0900)]
rlottie/header: fixed issue with public header dependency of c++14

c++11 only supports static constexpr function with one return statement.
so our maptype() function is valid in c++14 but not on c++11.
to work around used the explicit class instantiation to map property type to value type.

Change-Id: Ife6b6d6a1de81b43f231d577e35c88f8d3b2407c

5 years agorlottie/example: added rlottie example app to convert json to GIF 19/205219/1
subhransu mohanty [Mon, 29 Apr 2019 05:39:46 +0000 (14:39 +0900)]
rlottie/example: added rlottie example app to convert json to GIF

Change-Id: I009113adc97b8da2e35d6fef11b234230bf7839f

5 years agoUpdate style of README 18/205218/1
kimcinoo [Fri, 26 Apr 2019 07:54:00 +0000 (16:54 +0900)]
Update style of README

Change-Id: I88a20da4b7f5ac41e29aa7d571e978866fb92817

5 years agoupdated quick start guide in readme file 17/205217/1
subhransu mohanty [Fri, 26 Apr 2019 07:39:36 +0000 (16:39 +0900)]
updated quick start guide in readme file

Change-Id: I512ce7ccd59580b1f671a99741fd31efa96bee26

5 years agoupdate README with showcase gif and online viewer section 16/205216/1
subhransu mohanty [Fri, 26 Apr 2019 06:02:47 +0000 (15:02 +0900)]
update README with showcase gif and online viewer section

Change-Id: I80c07ca5a4c24f8835ac62e05834757ffa08f864

5 years agoOrganized Readme Page of lottie 15/205215/1
subhransu mohanty [Fri, 26 Apr 2019 05:38:12 +0000 (14:38 +0900)]
Organized Readme Page of lottie

Change-Id: I2e5922b9c96d5f33d7b3bd9779197e7dc8bed154

5 years agorlottie/parser: refactor to optimize code size 36/204636/1 submit/tizen/20190430.023700
subhransu mohanty [Thu, 25 Apr 2019 04:54:43 +0000 (13:54 +0900)]
rlottie/parser: refactor to optimize code size

Change-Id: I9a4e4568c63083d0a9656b1142b14b9fa53ba05c

5 years agorlottie/parser: refactor keyframe parsing 35/204635/1
subhransu mohanty [Thu, 25 Apr 2019 04:10:34 +0000 (13:10 +0900)]
rlottie/parser: refactor keyframe parsing

Change-Id: I062a6c0f7c6627f2a55b8eaaa16d50e66c33ea4c

5 years agorlottie: added sync version of render function in capi
subhransu mohanty [Thu, 25 Apr 2019 01:16:02 +0000 (10:16 +0900)]
rlottie: added sync version of render function in capi

5 years agoadded missing header
subhransu mohanty [Wed, 24 Apr 2019 09:00:40 +0000 (18:00 +0900)]
added missing header

5 years agorlottie/parser: Fixed issue with latest bodymovin update
subhransu mohanty [Wed, 24 Apr 2019 07:56:51 +0000 (16:56 +0900)]
rlottie/parser: Fixed issue with latest bodymovin update

5 years agorlottie: Added dynamic property change feature
subhransu mohanty [Tue, 23 Apr 2019 05:59:50 +0000 (14:59 +0900)]
rlottie: Added dynamic property change feature

The keypath can handle globe(**) and wildchar(*) reg ex.
Currently only support fillcolor , fill opacity , stroke color , stroke opacity and stroke width property.

5 years agoupdate README
Hermet Park [Fri, 19 Apr 2019 04:46:18 +0000 (13:46 +0900)]
update README

5 years agoupdated README
Hermet Park [Fri, 19 Apr 2019 04:36:59 +0000 (13:36 +0900)]
updated README

5 years agolottie: Added proxymodel to support dynamic property change.
subhransu mohanty [Tue, 16 Apr 2019 06:04:53 +0000 (15:04 +0900)]
lottie: Added proxymodel to support dynamic property change.

Change-Id: Ifcde0e3d65656d4f55028151e5f302f75997fc86

5 years agolottie: fixed issue with anchor property in repeater transformation
subhransu mohanty [Fri, 19 Apr 2019 00:25:47 +0000 (09:25 +0900)]
lottie: fixed issue with anchor property in repeater transformation

Change-Id: I6fb4a56d0b3b125c0d9b9bd2c217ffc974f25c51

5 years agorlottie: Fix issue with repeater object.
subhransu mohanty [Thu, 18 Apr 2019 07:03:21 +0000 (16:03 +0900)]
rlottie: Fix issue with repeater object.
Below issues are fixed
   1. when repeater has 0 copies.
   2. when "copies" property has animation.
   3. Wrong matrix computation when repeater transformation has anchor value.

Fixed abstract_circle.json resource.

Change-Id: Iaef475b1bc98bf7b4b68076fb9078d11bac362a3

5 years agoexample: refactor lottieview to test both c and cpp api
subhransu mohanty [Wed, 17 Apr 2019 07:47:11 +0000 (16:47 +0900)]
example: refactor lottieview to test both c and cpp api

Change-Id: Ie1c9e2f5a25b620cec0d14ed593095d8696a727c

5 years agovector: + exception handling accepted/tizen/unified/20190419.020107 submit/tizen/20190417.052006
Hermet Park [Mon, 15 Apr 2019 05:18:51 +0000 (14:18 +0900)]
vector: + exception handling

prevent a case of dividing by zero.

Change-Id: I6e99d6b97bda1f395042e2704953e65bb14758aa

5 years agolottieanimation: + exceptional handling.
Hermet Park [Mon, 15 Apr 2019 05:14:27 +0000 (14:14 +0900)]
lottieanimation: + exceptional handling.

prevent just in case of dividing by zero.

Change-Id: Ib8b803b4048cf492e1908636a7cc073d63c1f586

5 years agorlottie: added compilation switch to build imageloader as part of rlottie library. accepted/tizen/unified/20190404.022008 accepted/tizen/unified/20190410.002123 submit/tizen/20190403.055426 submit/tizen/20190403.063646 submit/tizen/20190408.115831
sub.mohanty@samsung.com [Mon, 1 Apr 2019 14:08:35 +0000 (23:08 +0900)]
rlottie: added compilation switch to build imageloader as part of rlottie library.

5 years agorlottie: enable conditional compilation of logging support.
sub.mohanty@samsung.com [Fri, 29 Mar 2019 11:19:40 +0000 (20:19 +0900)]
rlottie: enable conditional compilation of logging support.

5 years agorlottie: refactor thread support to make it configurable at compile time.
subhransu mohanty [Fri, 29 Mar 2019 06:44:21 +0000 (15:44 +0900)]
rlottie: refactor thread support to make it configurable at compile time.

5 years agolottie: a small optimization.
Hermet Park [Wed, 27 Mar 2019 06:35:37 +0000 (15:35 +0900)]
lottie: a small optimization.

reserve mask size as possible in advance, reduce data copies.

5 years agocapi: code rectoring
Hermet Park [Wed, 27 Mar 2019 06:17:01 +0000 (15:17 +0900)]
capi: code rectoring

keep code consistency of mask with matte.

5 years agorlottie: Fix issue with intersect mask 33/202633/2 submit/tizen/20190402.051338 submit/tizen/20190402.080200 submit/tizen/20190403.050239
JunsuChoi [Tue, 2 Apr 2019 01:31:45 +0000 (10:31 +0900)]
rlottie: Fix issue with intersect mask

When do an Intersect mask, it need to initialize rle like a Subtract.

Change-Id: I931835b8845ffa23d2032cbd70026ddee5cb7882

5 years agorlottie: added travis ci support.
subhransu mohanty [Wed, 27 Mar 2019 01:21:53 +0000 (10:21 +0900)]
rlottie: added travis ci support.

5 years agorlottie: added travis build badge to the rlottie main page.
subhransu mohanty [Wed, 27 Mar 2019 02:08:29 +0000 (11:08 +0900)]
rlottie: added travis build badge to the rlottie main page.

5 years agorlottie/vector: remove unused version of vCompare to avoid warning.
subhransu mohanty [Mon, 25 Mar 2019 07:40:29 +0000 (16:40 +0900)]
rlottie/vector: remove unused  version of vCompare to avoid warning.

5 years agoWin support
yuangu [Fri, 22 Mar 2019 10:53:50 +0000 (18:53 +0800)]
Win support

5 years agorlottie: fix the issue with trim(start,end) update when offset is -ve.
subhransu mohanty [Mon, 25 Mar 2019 07:09:36 +0000 (16:09 +0900)]
rlottie: fix the issue with trim(start,end) update when offset is -ve.

5 years agorlotti/model: Fix issue with trim offset calculation. 29/202029/1 accepted/tizen/unified/20190327.160529 submit/tizen/20190327.041330
subhransu mohanty [Fri, 22 Mar 2019 04:23:17 +0000 (13:23 +0900)]
rlotti/model: Fix issue with trim offset calculation.

Change-Id: I30298c3354d8afaf6a6d540d9a12e90e51dc0853

5 years agorlottie/vector: support subsurface rendering with arbitrary offset. 56/201956/1
subhransu mohanty [Thu, 21 Mar 2019 06:35:58 +0000 (15:35 +0900)]
rlottie/vector: support subsurface rendering with arbitrary offset.

Change-Id: I16c26dc3e7bf8ca57438fd0d3e785c8951f142c5

5 years agorlottie: fix typo. 55/201955/1
subhransu mohanty [Thu, 21 Mar 2019 06:32:15 +0000 (15:32 +0900)]
rlottie: fix typo.

Change-Id: I137c66df39efcdf1d1cfcd457a38b09417ac053b

5 years ago[rlottie]: Added layers() api to return the layer info list of the composition. 03/201703/1
subhransu mohanty [Fri, 15 Mar 2019 08:01:12 +0000 (17:01 +0900)]
[rlottie]: Added layers() api to return the layer info list of the composition.

Change-Id: I0158d2296dc2486f8d371bd469ff53cec4188d07

5 years agocmake: fix cmake error for install command on windows 02/201702/1
Hermet Park [Mon, 18 Mar 2019 07:34:33 +0000 (16:34 +0900)]
cmake: fix cmake error for install command on windows

For DLL platforms (all Windows-based systems including Cygwin),
the DLL import library is treated as an ARCHIVE target.

https://github.com/Samsung/rlottie/issues/14#issue-421341587

Change-Id: I463e024cd2569859502d4138200d29e72a8d2756

5 years agorlottie: Use opacity value when rendering gradient. 62/201462/1 submit/tizen/20190318.043137 submit/tizen/20190318.043555 submit/tizen/20190318.114709 submit/tizen/20190319.041006
subhransu mohanty [Thu, 14 Mar 2019 08:34:03 +0000 (17:34 +0900)]
rlottie: Use opacity value when rendering gradient.

Change-Id: I73d663bf9236ac7899eb6d781cf7cfbb9f9f9728

5 years agorlottie/example: sort the resource list before displaying. 61/201461/1
subhransu mohanty [Wed, 13 Mar 2019 10:13:15 +0000 (19:13 +0900)]
rlottie/example: sort the resource list before displaying.

Change-Id: Ida87b1a7f4f353b236b0009f8538a436cfee5014

5 years ago[rlottie]: clear any existing brush data before drawing bitmap. 70/201370/1 submit/tizen/20190314.062257 submit/tizen/20190314.080413 submit/tizen/20190314.103410
subhransu mohanty [Wed, 13 Mar 2019 06:57:03 +0000 (15:57 +0900)]
[rlottie]: clear any existing brush data before drawing bitmap.

Change-Id: I13328147ffd29d09dd8bfc8a9b374bbf20fea4a4

5 years agocapi: update doc. 68/201268/1
Hermet Park [Tue, 12 Mar 2019 04:50:23 +0000 (13:50 +0900)]
capi: update doc.

add missing parameter description.

Change-Id: I01795768914a77b62ce47218d7f2aae5834cfa63

5 years ago[rlottie] Added setDrawRegion api to Surface for supporting subsurface rendering. 07/201007/1 submit/tizen/20190307.054450 submit/tizen/20190311.042353 submit/tizen/20190311.104527
subhransu mohanty [Wed, 6 Mar 2019 06:46:09 +0000 (15:46 +0900)]
[rlottie] Added setDrawRegion api to Surface for supporting subsurface rendering.

Change-Id: Ia0d740625858931116103303e1eb398d7f7a00fa

5 years agorlottie: now loadFromData() api takes resourcePath for loading external resource 40/200840/1
subhransu mohanty [Mon, 4 Mar 2019 04:19:47 +0000 (13:19 +0900)]
rlottie: now loadFromData() api takes resourcePath for loading external resource

Change-Id: Ide58a5b1282a91d099785c4b63976a75dd267775

5 years agorlottie: remove dependancy of -stdc++14 flag to link against rlottie library. 34/200834/1
subhransu mohanty [Mon, 4 Mar 2019 08:05:01 +0000 (17:05 +0900)]
rlottie: remove dependancy of -stdc++14 flag to link against rlottie library.

Change-Id: I7254b04daebbd1a796b3195a63fcc1de8df5da9d

5 years agoexample : Change keyframe_set/get to progress_set/get APIs 94/200594/1
JunsuChoi [Wed, 27 Feb 2019 06:47:53 +0000 (15:47 +0900)]
example : Change keyframe_set/get to progress_set/get APIs

Change-Id: Ic5e5a7bf91c73d2d43ec5a6e02c2afbaa4747434

5 years agovector stb: check oom for safety. 59/200259/1 accepted/tizen/unified/20190225.232726 submit/tizen/20190222.001114 submit/tizen/20190222.044455 submit/tizen/20190225.055416 submit/tizen/20190225.071954
Hermet Park [Thu, 21 Feb 2019 01:58:44 +0000 (10:58 +0900)]
vector stb: check oom for safety.

Change-Id: I35d9eff0dde7b9ba2b2d5a1a6a9b1f85a14261c3

5 years agoupdated READE file. 18/199818/1
Hermet Park [Mon, 11 Feb 2019 12:17:27 +0000 (21:17 +0900)]
updated READE file.

Change-Id: Ic668f95534504d1b221391beaff6b3b1b0494b23

5 years agolottieitem: Add alpha property in LOTMask 75/199275/2 accepted/tizen/unified/20190214.060609 submit/tizen/20190211.061543 submit/tizen/20190211.061921 submit/tizen/20190213.001307 submit/tizen/20190213.060634 submit/tizen/20190213.062652
JunsuChoi [Fri, 8 Feb 2019 05:51:11 +0000 (14:51 +0900)]
lottieitem: Add alpha property in LOTMask

Change-Id: I929839c5a0a1677a530b5197e45ec230ea145dd1

5 years agofix typo. 58/199258/2 accepted/tizen/unified/20190208.061716 submit/tizen/20190208.021412 submit/tizen/20190208.043508
Hermet Park [Fri, 8 Feb 2019 02:08:08 +0000 (11:08 +0900)]
fix typo.

Package name must be lottie-player,
Also, we could have an internal name rlottie.

Change-Id: Id8670e85d1905062133b12c871bee37d10e496ec

5 years agolottie/parser: only keep the 1st interpolatr string from the array and discard rest. 11/198511/1 accepted/tizen/unified/20190201.061433 accepted/tizen/unified/20190202.022444 submit/tizen/20190128.112154 submit/tizen/20190128.120547 submit/tizen/20190131.061936 submit/tizen/20190201.062521
subhransu mohanty [Fri, 25 Jan 2019 05:31:30 +0000 (14:31 +0900)]
lottie/parser: only keep the 1st interpolatr string from the array and discard rest.
Fixed issue with resource peli-canon.json

Change-Id: If0ab2a6b6227b25ae193749a9618b81a08361bbd

5 years agolottie: Add image_loader plugin for cmake build. 83/198383/2
subhransu mohanty [Thu, 24 Jan 2019 09:02:00 +0000 (18:02 +0900)]
lottie: Add image_loader plugin for cmake build.

Change-Id: I21217f6c1b8f45d4183bf58f9c86c0de62bd7a44

5 years agolottie: Added support for rendering embedded image resource 77/198277/3
subhransu mohanty [Wed, 23 Jan 2019 08:20:17 +0000 (17:20 +0900)]
lottie: Added support for rendering embedded image resource

Change-Id: I330ee46e7bccabbebe2b15b54d21582212c1f020

5 years agoSpec: fix pc file 78/198378/1
JunsuChoi [Thu, 24 Jan 2019 08:05:38 +0000 (17:05 +0900)]
Spec: fix pc file

Change-Id: I98532f5ddd26d9792a4ba3401b577284f5c61a82

5 years agolottie: final changes to rename from lottie-player to rlottie 44/198344/2 submit/tizen/20190124.051235
subhransu mohanty [Thu, 24 Jan 2019 02:28:50 +0000 (11:28 +0900)]
lottie: final changes to rename from lottie-player to rlottie

Change-Id: Ie2ed4d7c3fb08abd3f8fe484021d478e90bc9d91

5 years agoremove lottie player naming usage. 02/198302/2 submit/tizen/20190123.114853
Hermet Park [Wed, 23 Jan 2019 11:07:45 +0000 (20:07 +0900)]
remove lottie player naming usage.

Change-Id: Id2549402e8aa6d8db328e14908f1d4f62ca05603

5 years agopackaging: rename lottie-player to rlottie. 93/198293/2
Hermet Park [Wed, 23 Jan 2019 11:04:40 +0000 (20:04 +0900)]
packaging: rename lottie-player to rlottie.

This is a trial-error test that could be accepted by server test.

Change-Id: Ib7ccc4f5d5282df9d119b1efb1de51ffb3cbb0b9

5 years agoexample: update new header name of efl animation_view. 76/198276/3
Hermet Park [Wed, 23 Jan 2019 08:17:58 +0000 (17:17 +0900)]
example: update new header name of efl animation_view.

Change-Id: I6f2b73fc13808027e42122bed58052f99dc67a7c

5 years agolottie-player: remove old capi headers. 75/198275/1
Hermet Park [Wed, 23 Jan 2019 08:15:20 +0000 (17:15 +0900)]
lottie-player: remove old capi headers.

efl now looks at rlottie headers.

Change-Id: I6b2acfa5423c5ddceafdc85b64d551d2417ad565

5 years agoRevert "lottie: rename lottie-player to rlottie for cmake and gbs build, update names... accepted/tizen/unified/20190128.061629 submit/tizen/20190123.060112
Hermet Park [Wed, 23 Jan 2019 05:46:34 +0000 (14:46 +0900)]
Revert "lottie: rename lottie-player to rlottie for cmake and gbs build, update namespace to rlottie."

This reverts commit 569f16a7e999ad697008900948192b13c0e27f4f.

5 years agolottie: rename lottie-player to rlottie for cmake and gbs build, update namespace... 73/198173/3
subhransu mohanty [Tue, 22 Jan 2019 04:45:07 +0000 (13:45 +0900)]
lottie: rename lottie-player to rlottie for cmake and gbs build, update namespace to rlottie.

Change-Id: I51f85201c06be4cb42c2036a0162b9124149e781

5 years agolottie: rename lottie-player to rlottie in meson build 95/198095/2
sub.mohanty@samsung.com [Sat, 19 Jan 2019 00:22:16 +0000 (09:22 +0900)]
lottie: rename lottie-player to rlottie in meson build

Change-Id: Ie19ea2d849af95b348417e826dcc2fb7e6ded86b