summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
jeon [Mon, 2 Sep 2019 11:00:59 +0000 (20:00 +0900)]
backends: change default animation names following default naming rule
Change-Id: I1f6e8a1f72341cc4f7897551d84f05b352dfb577
jeon [Thu, 29 Aug 2019 10:23:05 +0000 (19:23 +0900)]
default_backend: add some animations - alarm, connected, error, network_error, paring, system_processing - default animations are added all
Change-Id: Ic98e1fbd2a72aeb88fac91d9dfb1e395dae1a6eb
jeon [Thu, 29 Aug 2019 03:18:20 +0000 (12:18 +0900)]
default_backend: add some animations - easy_setup, emergency, mic_off, normal, sw_update_done, time_out
Change-Id: I8b4e7862d0776e3820466a52a845bcfc20bf60e7
Sung-Jin Park [Wed, 28 Aug 2019 07:11:38 +0000 (16:11 +0900)]
pui_sample : add PUI event handlers, creates pui ani handlers @ intial time
Change-Id: I5816552dd45acb1b745b728799ead358149229c3
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 28 Aug 2019 05:45:29 +0000 (14:45 +0900)]
PUI: remove unnecessary event callbacks and refine logs
Change-Id: I73921dd10a37ec7a3f94e0c15aeced710ea86603
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
jeon [Wed, 28 Aug 2019 05:32:33 +0000 (14:32 +0900)]
defaul_backend: implement some animations - listening, processing, speaking, streaming
Change-Id: Ia2ae64ae1a7a1da8b82b02e8bdcfd04119fbd0be
Sung-Jin Park [Wed, 28 Aug 2019 01:14:36 +0000 (10:14 +0900)]
default_backend: leave timestamp inside frame callback and make use of ani_info for tests
Change-Id: I4e4aab6e885c5680ceb3c26e8a4e8fbc959f89d2
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 27 Aug 2019 11:40:13 +0000 (20:40 +0900)]
PUI: fix pui_ani_control, pui_ani_status_update and so on
- pui_ani_control
stop the animation being played before start playing a new animation
- pui_ani_status_update
when the status of a animation has been changed, create/send PUI_EVENT_ANI_XXX
event to notify it to the application
- events removal
remove events regarding buffer release, frame done
- handle visibility changes
when the window is fully-obscured and an animation is being played,
the animation must be stopped
when the window is unobscured, we must notify application to have
the opportunity to start again
Change-Id: Icb2b54abaaf4d33a4b337ac477553608e5275aa1
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 21 Aug 2019 08:28:39 +0000 (17:28 +0900)]
default_backend: add test example for getting/updating buffer
Change-Id: Ife473647c4ae8f33b18a4992b73d717180fe9bf8
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 21 Aug 2019 08:27:14 +0000 (17:27 +0900)]
fix pui_ani_control_buffer location
Change-Id: I7ed20304a71b66a9e4c4dac239a8f0c9293d6ef9
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 21 Aug 2019 08:26:31 +0000 (17:26 +0900)]
default_backend/res: modify json files
Change-Id: I3172de3f51126cb4e9915ccbd61e9c74f61fc37e
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 21 Aug 2019 07:45:00 +0000 (16:45 +0900)]
Update AUTHORS and boiler plates
Change-Id: I97c53c906f27402d0c5531a0f98174fa3f87b892
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 21 Aug 2019 07:15:45 +0000 (16:15 +0900)]
pui_sample: modify animation id(s) and fix log position
Change-Id: I8127c8f138c2fe15409d7aab8edd69343458492c
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 21 Aug 2019 07:14:43 +0000 (16:14 +0900)]
default_backend: modify animation id in json files
Change-Id: I367bf74553a7a4166280d0d4a384b166f6e0a3ce
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 21 Aug 2019 07:12:01 +0000 (16:12 +0900)]
PUI: fill out missing variables when an ani is created, fix timer stuff
Change-Id: I4a4fae5bcfd55c9ff6abe6812067b8aee14bbb9a
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 21 Aug 2019 07:07:17 +0000 (16:07 +0900)]
default_backend: modify return type of get_ani_info_from_ani_collection, fix the free logic of _animation_hash
Change-Id: I75ecec5305d33465cd1eb3a3ff7ee182f5ad97ab
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 21 Aug 2019 04:15:34 +0000 (13:15 +0900)]
PUI: fix memory corruption
Change-Id: If4f0ab5e84283da4dfac610c09bd1f25383830ae
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 20 Aug 2019 08:55:08 +0000 (17:55 +0900)]
pui_sample: stop/destroy current animation before we start a new animation
Change-Id: I960113c991297c07455504c2a997b67d9567c4fc
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Mon, 19 Aug 2019 10:29:53 +0000 (19:29 +0900)]
default_backend: remove memset() as snprintf writes null to the given buffer
Change-Id: I36d01e6e470a9633cfb1b4e386a190b880243de7
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
jeon [Fri, 16 Aug 2019 12:05:00 +0000 (21:05 +0900)]
PUI: collect animations when pui is loaded
Change-Id: I764b9368d36f1719d7e3dbbf8510dd67c8aa411a
jeon [Fri, 16 Aug 2019 07:45:08 +0000 (16:45 +0900)]
pui: change default backend's path
Change-Id: I7581e585c7b69e22d8775cfcea8d731e7d01f293
jeon [Fri, 16 Aug 2019 07:40:42 +0000 (16:40 +0900)]
default_backend: install animation data files
Change-Id: I4b624b9507f37393b5b7f05c3c3d9e14cf1c9965
jeon [Wed, 14 Aug 2019 09:53:03 +0000 (18:53 +0900)]
backend: add default_backend initial codes
Change-Id: Ie01ec8bb3f9b61ffd791497307cb15b56ebdd100
Sung-Jin Park [Wed, 7 Aug 2019 11:54:07 +0000 (20:54 +0900)]
renew pui prototype again
Change-Id: I0240934656a3e275ce702f4b3aa9c4b7f745137e
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Thu, 11 Jul 2019 06:27:47 +0000 (15:27 +0900)]
renew pui prototype
Change-Id: Iaeb10104cd31f5245393eff9d0069fdf85d827f1
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Tue, 17 Dec 2019 10:50:13 +0000 (19:50 +0900)]
Intial commit
Change-Id: Iaa09437bab2e1def1cbd37d7aeb42f1e56bbbf0b
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
Tizen Infrastructure [Mon, 16 Dec 2019 05:00:48 +0000 (05:00 +0000)]
Initial empty repository