platform/core/appfw/watchface-complication.git
5 years agoAdd provider ready sequence 50/204350/2
hyunho [Tue, 23 Apr 2019 08:06:12 +0000 (17:06 +0900)]
Add provider ready sequence

When a watch application send update request right after
provider application launched, sometimes provider cannot
receieve data request becuase dbus subscribe process
is not finished yet. Let's add provider ready event
to make sure that send data request when the provider application
can receieve data request event.

Change-Id: Ib858e24e7c4c094c13ef7952ebc147b3ef782d19
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.22 95/202395/1 accepted/tizen/unified/20190328.234711 submit/tizen/20190328.045748
hyunho [Thu, 28 Mar 2019 04:48:00 +0000 (13:48 +0900)]
Release version 2.0.22

Changes:
 - Using relative path for icon, image path

Change-Id: I85dd3408d2fd525964e67173326815593edc276b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoUsing relative path for icon, image path 22/202322/6
hyunho [Wed, 27 Mar 2019 05:57:45 +0000 (14:57 +0900)]
Using relative path for icon, image path

Change-Id: I55ddb7244f8ed1ca4c7ea563485740a34ff93929
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.21 00/200200/1 accepted/tizen/unified/20190221.015417 submit/tizen/20190220.043748
Hwankyu Jhun [Wed, 20 Feb 2019 04:33:49 +0000 (13:33 +0900)]
Release version 2.0.21

Changes:
 - Make weak dependencies

Change-Id: I226adb9561139437156dfc6c6eb829177248b14b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoMake weak dependencies 82/200182/1
Hwankyu Jhun [Wed, 20 Feb 2019 00:40:59 +0000 (09:40 +0900)]
Make weak dependencies

- Uses "Recommends" instead of "Requires"

Change-Id: I6a21c9e1fe0060e83d8605fcffe9ed206ebe2722
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoRelease version 2.0.20 50/199850/1 accepted/tizen/unified/20190218.063952 submit/tizen/20190215.081801
hyunho [Fri, 15 Feb 2019 04:09:34 +0000 (13:09 +0900)]
Release version 2.0.20

Changes:
 - Unsubscribe dbus when object destroyed
 - Merge "Unsubscribe dbus when object destroyed" into tizen

Change-Id: I3d112c88a36d6d5690cd627bcca7ad7bc229270e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoMerge "Unsubscribe dbus when object destroyed" into tizen
Hyunho Kang [Fri, 15 Feb 2019 04:06:50 +0000 (04:06 +0000)]
Merge "Unsubscribe dbus when object destroyed" into tizen

5 years agoRelease version 2.0.19 51/199651/1 accepted/tizen/unified/20190214.154142 submit/tizen/20190213.070640
Hwankyu Jhun [Wed, 13 Feb 2019 22:56:56 +0000 (07:56 +0900)]
Release version 2.0.19

Changes:
 - Unwatch gdbus when object destroyed
 - Fix crash issue

Change-Id: I51366882c94f5bfdb532bf7dcf576a7e04833457
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoUnsubscribe dbus when object destroyed 18/199618/1
hyunho [Wed, 13 Feb 2019 08:29:34 +0000 (17:29 +0900)]
Unsubscribe dbus when object destroyed

Change-Id: I57cece60af50048b8328a2e1b73ba657e6c16ba5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix crash issue 66/199566/4
Hwankyu Jhun [Wed, 13 Feb 2019 05:19:38 +0000 (14:19 +0900)]
Fix crash issue

- Fixes double free
- Adds an exception handling

Change-Id: Ib4493fc1fb42dc68edc69f521fd095d411f67ed7
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoUnwatch gdbus when object destroyed 13/199413/2
hyunho [Mon, 11 Feb 2019 07:50:59 +0000 (16:50 +0900)]
Unwatch gdbus when object destroyed

gdbus should be unwatched when it's owner is destoryed

Change-Id: Id7e6778462097a4c76aa176a09fa97b4725c8ab4
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.18 05/199405/1 accepted/tizen/unified/20190212.084027 submit/tizen/20190211.074945
mk5004.lee [Mon, 11 Feb 2019 07:40:37 +0000 (16:40 +0900)]
Release version 2.0.18

- Delete unnecessary if statement

Change-Id: Ia15a642baef0e727009d5591ba0df2c058501f5c
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoDelete unnecessary if statement 03/199403/1
mk5004.lee [Mon, 11 Feb 2019 07:32:17 +0000 (16:32 +0900)]
Delete unnecessary if statement

Change-Id: Ibd4fa31b1ba5897ebc7c5adbef344a18b994f192
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoRelease version 2.0.17 93/198693/1 accepted/tizen/unified/20190130.053652 submit/tizen/20190129.023103
mk5004.lee [Tue, 29 Jan 2019 01:27:24 +0000 (10:27 +0900)]
Release version 2.0.17

- Fix static analysis issues

Change-Id: Ib82aafb7fea0e8d7dd3b4cf95027ad100565689c
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoFix static analysis issues 67/197767/13
mk5004.lee [Wed, 16 Jan 2019 07:49:58 +0000 (16:49 +0900)]
Fix static analysis issues

- Unchecked function
  Unreachable code
  Null check after deref

Change-Id: Id926e8efd6469001d18245bc015b3e9fc387ea80
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
5 years agoRelease version 2.0.16 18/196718/1 accepted/tizen/unified/20190104.061401 submit/tizen/20190104.021217
hyunho [Fri, 4 Jan 2019 02:08:36 +0000 (11:08 +0900)]
Release version 2.0.16

Changes:
 - Modify unittests for automation

Change-Id: I30129dd2b9611c28bccf035f31c7ba839fa5bdb2
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoModify unittests for automation 13/196713/2
hyunho [Fri, 4 Jan 2019 01:46:08 +0000 (10:46 +0900)]
Modify unittests for automation

Change-Id: I8a02f62ea4a2aeff39d8b9d06501b8ac0af9369d
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.15 18/194718/1 accepted/tizen/unified/20181207.175508 submit/tizen/20181207.051631
hyunho [Fri, 7 Dec 2018 05:11:56 +0000 (14:11 +0900)]
Release version 2.0.15

Changes:
 - Add description about default values
 - Fix dlog format

Change-Id: I62f3a98ac6458cdc03c098f2890a23ce045e5568
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix dlog format 15/194715/1
hyunho [Fri, 7 Dec 2018 05:05:06 +0000 (14:05 +0900)]
Fix dlog format

Change-Id: I5da8f36aac39adec9a88bb8bb1ab98a3e5c71138
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd description about default values 17/194317/1
hyunho [Mon, 3 Dec 2018 05:17:15 +0000 (14:17 +0900)]
Add description about default values

Change-Id: Ieeff186ab8df0380d8b738e4a6d344a783c3c7d9
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.14 03/194303/1 accepted/tizen/unified/20181203.061757 submit/tizen/20181203.023313
hyunho [Mon, 3 Dec 2018 02:21:43 +0000 (11:21 +0900)]
Release version 2.0.14

Changes:
 - Remove unnecessary sender validation check
 - Add datasharing privilege for provider add callback

Change-Id: I58f1a0ac57b6ba3703518c33d33ac9a8ae48f77b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd datasharing privilege for provider add callback 46/191846/5
hyunho [Wed, 24 Oct 2018 10:34:53 +0000 (19:34 +0900)]
Add datasharing privilege for provider add callback

Change-Id: If51bccdf472bd2d537ca4119ed504b5b529279a0
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRemove unnecessary sender validation check 89/194189/2
hyunho [Fri, 30 Nov 2018 02:06:50 +0000 (11:06 +0900)]
Remove unnecessary sender validation check

Change-Id: I1a983fa40fa56b0adcae01c2397b046667450385
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.13 72/194172/1 accepted/tizen/unified/20181130.065030 submit/tizen/20181129.235002
mk5004.lee [Thu, 29 Nov 2018 23:46:02 +0000 (08:46 +0900)]
Release version 2.0.13

- Fix provider's OnVanish sender info management logic

Change-Id: Id29a7b823bb90c0b6218f8cdb26205bfc5a3ebee
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoFix provider's OnVanish sender info management logic 91/194091/3
hyunho [Thu, 29 Nov 2018 02:55:52 +0000 (11:55 +0900)]
Fix provider's OnVanish sender info management logic

Change-Id: Iec25052a1460b4a22e9001842cd73c996e5554f6
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.12 90/193990/1 submit/tizen/20181128.070426
hyunho [Wed, 28 Nov 2018 05:48:00 +0000 (14:48 +0900)]
Release version 2.0.12

Changes:
 - Add validation check
 - Fix apply allowed list bug
 - Adds internal set type API for csharp implementation
 - Checks complication id duplication
 - Fix update request bug
 - Fix resource leak

Change-Id: Id91cf83f9f619632ca68ec72e67aa09016df13be
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix resource leak 52/192152/1
jusung son [Wed, 31 Oct 2018 02:56:28 +0000 (11:56 +0900)]
Fix resource leak

Change-Id: I59d6f2cd4ffd2a6a313e84c232d65675780f34d3
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoFix update request bug 67/192067/1
jusung son [Tue, 30 Oct 2018 01:12:45 +0000 (10:12 +0900)]
Fix update request bug

 - A provider cannot listen to update request signal
   until OnAppear callback is invoked

Change-Id: Id9dcaab063314ad16e7f5bd05158a761e97ce541
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoChecks complication id duplication 45/191745/3
hyunho [Tue, 23 Oct 2018 06:49:46 +0000 (15:49 +0900)]
Checks complication id duplication

Change-Id: I82ff7f59a73cc55c58671ac8b910cc69b3a77fb0
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdds internal set type API for csharp implementation 59/191659/6
hyunho [Mon, 22 Oct 2018 02:04:23 +0000 (11:04 +0900)]
Adds internal set type API for csharp implementation

Change-Id: I27a71c609ea476cb546a2ecbbbcd98a899a23a09
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix apply allowed list bug 21/192021/3
hyunho [Mon, 29 Oct 2018 02:27:47 +0000 (11:27 +0900)]
Fix apply allowed list bug

If apply list failed, current provider info should be cleared(select nothing).
Also clear apply list should update provider info too.

Change-Id: If9b70806ad59fb7459400fa40264bd3be80507b6
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd validation check 06/191606/2
jusung son [Fri, 19 Oct 2018 03:01:10 +0000 (12:01 +0900)]
Add validation check

Change-Id: If3da27e9e989650493ae173189f6c2765ce6c468
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoRelease version 2.0.11 75/191175/1 submit/tizen/20181012.051849
hyunho [Fri, 12 Oct 2018 05:12:11 +0000 (14:12 +0900)]
Release version 2.0.11

Changes:
 - Fix disable/uninstall recovery logic bug

Change-Id: Ic501f04a0932649ab9f78c5d9ed7df6e2eea7f19
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix disable/uninstall recovery logic bug 50/191050/4
hyunho [Thu, 11 Oct 2018 04:55:53 +0000 (13:55 +0900)]
Fix disable/uninstall recovery logic bug

Change-Id: I7126784e610513e30aa1f0259419fcc8d2b6cb9a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.10 55/190955/1 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.015628 accepted/tizen/unified/20181010.061803 submit/tizen/20181010.015615 submit/tizen_5.0/20181101.000003
hyunho [Wed, 10 Oct 2018 01:54:07 +0000 (10:54 +0900)]
Release version 2.0.10

Changes:
 - Fix memory leak

Change-Id: I98643192b4cb47a0c30b32ecef50335922dc3e03
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix memory leak 50/190950/1
hyunho [Wed, 10 Oct 2018 00:49:24 +0000 (09:49 +0900)]
Fix memory leak

Change-Id: I6e071fb9af5c3fd045a135c17dcbcf0758ee5f2a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.9 00/190800/1 accepted/tizen/unified/20181010.061715 submit/tizen/20181005.094503
hyunho [Fri, 5 Oct 2018 09:42:30 +0000 (18:42 +0900)]
Release version 2.0.9

Changes:
 - Fix doxygen error
 - Add missing internal API delaration

Change-Id: I0f159f397f37b9693354f59b03259cc1566cc28e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd missing internal API delaration 81/190781/9
hyunho [Fri, 5 Oct 2018 08:17:45 +0000 (17:17 +0900)]
Add missing internal API delaration

Change-Id: Iab1536844347e9cb2f4901cef410a9ca224c414b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix doxygen error 50/190650/1
mk5004.lee [Thu, 4 Oct 2018 10:47:17 +0000 (19:47 +0900)]
Fix doxygen error

Change-Id: I912efb4348bb337d5cca40c8daa2d9c39f66e564
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoRelease version 2.0.8 09/190609/1 accepted/tizen/unified/20181005.012350 submit/tizen/20181004.061445
hyunho [Thu, 4 Oct 2018 06:13:18 +0000 (15:13 +0900)]
Release version 2.0.8

Changes:
 - Fix editing check logic

Change-Id: I655621c9e7e2d8d4bdcb6efd74a59a459c9bf1b6
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix editing check logic 76/190576/1
hyunho [Thu, 4 Oct 2018 02:54:48 +0000 (11:54 +0900)]
Fix editing check logic

When appcontrol do not have setup related inforamtion, it means
editing is false and check logic is successfully completed.

Change-Id: Iaaa44b9c7ebcaa29101cc071ddb93c1f9d162042
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.7 64/190564/1 submit/tizen/20181004.015957
hyunho [Thu, 4 Oct 2018 01:55:11 +0000 (10:55 +0900)]
Release version 2.0.7

Changes:
 - Check coding style
 - Creates watchface-common RPM
 - Improve testability
 - Fix memory leak
 - Initialize not initialized member values
 - Fix wrapper object use after free
 - Add wrapper library
 - Fix bug about app_control

Change-Id: Ib04f86943174f2fbdc871a67a4d608a825ff6777
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix bug about app_control 42/190242/6
mk5004.lee [Fri, 28 Sep 2018 10:56:04 +0000 (19:56 +0900)]
Fix bug about app_control

- watchface_editor_launch_setup_app()

Change-Id: Ia90e559e80924998965d1fd055aa8aa2a9f0aeee
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoAdd wrapper library 38/190038/19
hyunho Kang [Wed, 26 Sep 2018 14:52:39 +0000 (23:52 +0900)]
Add wrapper library

Change-Id: I8006d69cc2364fe59a83aaa5b3f123266e5a091e
Signed-off-by: hyunho Kang <gotoxtreme@gmail.com>
5 years agoFix wrapper object use after free 47/190347/1
hyunho [Mon, 1 Oct 2018 07:12:57 +0000 (16:12 +0900)]
Fix wrapper object use after free

Change-Id: I962fc63f1d9c2d930dd123ac0f5f29aa33bebcfb
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoInitialize not initialized member values 42/190342/1
hyunho [Mon, 1 Oct 2018 06:25:50 +0000 (15:25 +0900)]
Initialize not initialized member values

Change-Id: Ifddab062f4818e06ef6d42f05164dc3d2c13154d
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix memory leak 38/190338/1
hyunho [Mon, 1 Oct 2018 06:12:30 +0000 (15:12 +0900)]
Fix memory leak

Change-Id: I9182c7dfd92e8f40ceb17489e21d2cc7ffec39e0
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoImprove testability 99/188799/17
hyunho [Thu, 20 Sep 2018 05:20:40 +0000 (14:20 +0900)]
Improve testability

Change-Id: Iff7025a3248310118d61bc4db608388ed2184c00
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoCreates watchface-common RPM 05/189705/2
hyunho [Thu, 20 Sep 2018 04:15:20 +0000 (13:15 +0900)]
Creates watchface-common RPM

For now every RPM include watchface-common sources
it is inefficient, let's make watchface-common RPM

Change-Id: Ie868d3919b5439d44680c49459713e519c1af0a8
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoCheck coding style 97/189497/5
mk5004.lee [Tue, 18 Sep 2018 07:31:26 +0000 (16:31 +0900)]
Check coding style

Change-Id: Icdaa9b4b86d920aa170bc5640da6d5bb3fbe8138
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoRelease version 2.0.6 88/189588/1 accepted/tizen/unified/20180919.142001 submit/tizen/20180919.054600
hyunho [Wed, 19 Sep 2018 04:43:37 +0000 (13:43 +0900)]
Release version 2.0.6

Changes:
 - Update error message
 - Fix support type bug

Change-Id: Ia0f0fb88fc564d476a3c6faff1efe64479c424fd
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix support type bug 33/189533/1
hyunho [Tue, 18 Sep 2018 10:09:53 +0000 (19:09 +0900)]
Fix support type bug

Complication provider's support event none means every complication can
use the complication provider

Change-Id: Ibf5cc7808138cbf56cf9081cd5abb404edb555bb
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoUpdate error message 32/189332/2
mk5004.lee [Mon, 17 Sep 2018 05:59:54 +0000 (14:59 +0900)]
Update error message

Change-Id: Id70d9c196cdde19777f988268597a47c875ddbbb
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoRelease version 2.0.5 41/189041/1 accepted/tizen/unified/20180913.064047 submit/tizen/20180913.031727
jusung son [Thu, 13 Sep 2018 03:05:47 +0000 (12:05 +0900)]
Release version 2.0.5

Changes:
  - Handle package uninstall signal for support_event
  - Add validation check

Change-Id: I795a2757b86cac34453cb7f8ae04b1ad81d84ab3
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoHandle package uninstall signal for support_event 18/188918/1
jusung son [Wed, 12 Sep 2018 00:02:24 +0000 (09:02 +0900)]
Handle package uninstall signal for support_event

Change-Id: I1569986737d1ebc2bbde2b65457252341e4465f4
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoAdd validation check 54/188854/1
jusung son [Tue, 11 Sep 2018 06:05:23 +0000 (15:05 +0900)]
Add validation check

Change-Id: I2c72dd20593a0329c76401ed21c9f2ea7d784a20
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoRelease version 2.0.4 46/188846/1 accepted/tizen/unified/20180912.061556 submit/tizen/20180911.054515
hyunho [Tue, 11 Sep 2018 05:44:07 +0000 (14:44 +0900)]
Release version 2.0.4

Changes:
 - Fix doxygen error

Change-Id: If261eb054e173d148a2a8ae403857662bea16f51
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix doxygen error 44/188844/1
hyunho [Tue, 11 Sep 2018 05:40:52 +0000 (14:40 +0900)]
Fix doxygen error

Change-Id: I30ead37448476648a4e4f46c025ca5055f547a58
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.3 83/188683/1 accepted/tizen/unified/20180911.055135 submit/tizen/20180907.082231
hyunho [Fri, 7 Sep 2018 08:19:02 +0000 (17:19 +0900)]
Release version 2.0.3

Changes:
 - Fix memory leak

Change-Id: I7dd1117f2ba70cc09fb58575212913ab89ae711b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix memory leak 32/188632/1
hyunho [Fri, 7 Sep 2018 02:18:44 +0000 (11:18 +0900)]
Fix memory leak

Change-Id: I2be6418b217ef30345d0e65664d99785cf4f2f48
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.2 35/188535/1 accepted/tizen/unified/20180906.054631 submit/tizen/20180906.015052
jusung son [Thu, 6 Sep 2018 01:41:31 +0000 (10:41 +0900)]
Release version 2.0.2

  Changes:
   - Fix setup_appid_ setting bug

Change-Id: Ia396beff712da34fa75b55d3b4ae31447b8734d7
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoFix setup_appid_ setting bug 40/188440/1
jusung son [Wed, 5 Sep 2018 06:27:58 +0000 (15:27 +0900)]
Fix setup_appid_ setting bug

Change-Id: I1b9f89f941abd58cdf0cfaaade5ce103ad709859
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoRelease version 2.0.1 72/188272/1 accepted/tizen/unified/20180904.180624 submit/tizen/20180904.003914
hyunho [Mon, 3 Sep 2018 10:56:37 +0000 (19:56 +0900)]
Release version 2.0.1

Changes:
 - Fix memory leak
 - Adds internal api for get provider name
 - Add privlevel to doxygen
 - Add trusted provider feature
 - Fix uninitialized local value
 - Handling uncaught exception

Change-Id: I144a9a59cc68584064d8f1985a4b8e7bb859942b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoHandling uncaught exception 64/188264/1
hyunho [Mon, 3 Sep 2018 10:41:25 +0000 (19:41 +0900)]
Handling uncaught exception

Change-Id: I14af7892c464a679d485f3fe53c6e09e934a5cc2
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix uninitialized local value 63/188263/1
hyunho [Mon, 3 Sep 2018 10:39:01 +0000 (19:39 +0900)]
Fix uninitialized local value

Change-Id: I4dbd45ccce31ac5dc9a87ed2df1817755136d8b4
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd trusted provider feature 75/187575/8
jusung son [Fri, 24 Aug 2018 09:08:31 +0000 (18:08 +0900)]
Add trusted provider feature

Change-Id: I69d8dc4a924aeedde2060a2f8c0954ebd6e56a51
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoAdd privlevel to doxygen 81/187681/3
hyunho [Mon, 27 Aug 2018 23:26:22 +0000 (08:26 +0900)]
Add privlevel to doxygen

Change-Id: Ibc8b4b2d4e673c5737815f034beeeb9d2a722057
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdds internal api for get provider name 47/187847/7
hyunho [Wed, 29 Aug 2018 03:51:01 +0000 (12:51 +0900)]
Adds internal api for get provider name

- watchface_editor_get_complication_provider_name

Change-Id: I001bba278e8057ce50ae36a2001670cd41048180
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix memory leak 03/187803/1
mk5004.lee [Tue, 28 Aug 2018 11:38:28 +0000 (20:38 +0900)]
Fix memory leak

Change-Id: I3c0c3fae63db21a08d56de71f4dc333f6559af16
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoRelease version 2.0.0 48/187448/2 accepted/tizen/unified/20180824.062653 submit/tizen/20180823.092530
hyunho [Thu, 23 Aug 2018 08:31:27 +0000 (17:31 +0900)]
Release version 2.0.0

Changes:
 - Add highligt to support editor's highlighting
 - Add error callback for provider error case
 - Change touch launch function to transfer event function
 - Remove set type API
 - Add datasharing privilege for add updated callback
 - Add function to check shared data is valid in complication provider
 - Add apis for screen reader text
 - Fix doxygen errors
 - Adds feature check logic
 - Add editor's complication is support check feature
 - Handling uncaught exception
 - Add description for error callback
 - Modify invoke logic for error callback
 - Add check logic for bad cast
 - Fix return local variable issue
 - Fix memory leak
 - Use localtime_r for thread safty

Change-Id: I0bda3ff78f77d8b85cffa9a7580f25d53b53af29
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoUse localtime_r for thread safty 04/187404/2
hyunho [Thu, 23 Aug 2018 02:39:54 +0000 (11:39 +0900)]
Use localtime_r for thread safty

Change-Id: Ice459eae65746c5a194d7f20e810925243274f90
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix memory leak 03/187403/5
hyunho [Thu, 23 Aug 2018 02:27:00 +0000 (11:27 +0900)]
Fix memory leak

Change-Id: I77ace1498f370c5b968e33936f3d46e7466b3497
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix return local variable issue 02/187402/3
hyunho [Thu, 23 Aug 2018 02:18:24 +0000 (11:18 +0900)]
Fix return local variable issue

Change-Id: I40c8131562c840fe6a58971395a3ecc7d1f767e0
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd check logic for bad cast 03/186903/5
hyunho [Thu, 16 Aug 2018 10:20:38 +0000 (19:20 +0900)]
Add check logic for bad cast

Change-Id: I8a49cc02d51e387277ef71d61db0709963c47c14
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoModify invoke logic for error callback 44/187344/5
hyunho [Wed, 22 Aug 2018 06:32:21 +0000 (15:32 +0900)]
Modify invoke logic for error callback

Error callback is called when selected provider is not available
for some reason. (eg. Uninstalled, disabled, event not supported, privilege)
Error callback will called when watch application sends update request with
watchface_complication_send_update_request or periodic update or received
uninstall/diable events from pkgmgr

Change-Id: If52a8b5433a0a01ca78279c6d74076bff7de3a95
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd description for error callback 29/187329/2
SukHyung, Kang [Wed, 22 Aug 2018 05:25:46 +0000 (14:25 +0900)]
Add description for error callback

Change-Id: I2056c45d9fcec3ab371f5f83bf42b869e34fbf56
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
5 years agoHandling uncaught exception 11/187311/4
hyunho [Wed, 22 Aug 2018 02:11:09 +0000 (11:11 +0900)]
Handling uncaught exception

Change-Id: Iaf8e2301666dfbe4b3602c692eb246932515ded8
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd editor's complication is support check feature 21/187021/12
hyunho [Fri, 17 Aug 2018 08:30:11 +0000 (17:30 +0900)]
Add editor's complication is support check feature

- watchface_editor_get_complication_is_supported

Change-Id: Ia16cd544ad55b9e08106af84dbe0d70ba5601015
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdds feature check logic 03/187303/4
hyunho [Wed, 22 Aug 2018 01:26:44 +0000 (10:26 +0900)]
Adds feature check logic

Change-Id: Ic8b7382b000caef2653d19053c228cf0040c3009
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix doxygen errors 18/187218/2
hyunho [Tue, 21 Aug 2018 05:05:08 +0000 (14:05 +0900)]
Fix doxygen errors

Change-Id: I0d85c165f2dc0558125313e84cd9de4c0ef40489
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd apis for screen reader text 79/186479/3
MyungKi Lee [Fri, 10 Aug 2018 01:41:39 +0000 (01:41 +0000)]
Add apis for screen reader text

This reverts commit 30568fa32c4997c840a0196d4d6942c6f0fd2797.

Change-Id: Ia3eb78d33b113e004da28f8e092e1d517ff70245
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd function to check shared data is valid in complication provider 32/186532/7
SukHyung, Kang [Fri, 10 Aug 2018 06:18:24 +0000 (15:18 +0900)]
Add function to check shared data is valid in complication provider

Change-Id: Iffee2667a54b3e62c4c70557292a98f150581b39
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd datasharing privilege for add updated callback 10/186610/4
hyunho [Mon, 13 Aug 2018 01:21:49 +0000 (10:21 +0900)]
Add datasharing privilege for add updated callback

Change-Id: I90f3920a2721dbc6e31c4704132e4cb1a28d77d1
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRemove set type API 02/186002/5
hyunho [Mon, 6 Aug 2018 10:22:27 +0000 (19:22 +0900)]
Remove set type API

Remove watchface_complication_provider_data_set_type.
Framework will automatically fill in type for shared data

Change-Id: Iec6cfa4aa05b76fb4549dad61730dfb22560fd94
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoChange touch launch function to transfer event function 85/185085/25
SukHyung, Kang [Thu, 26 Jul 2018 04:46:40 +0000 (13:46 +0900)]
Change touch launch function to transfer event function

Change-Id: Icbef216f3bc16d2bfa938a207b8b924b2cceedb0
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd error callback for provider error case 74/186374/11
hyunho [Thu, 9 Aug 2018 07:45:11 +0000 (16:45 +0900)]
Add error callback for provider error case

When every candidate provider is not available for some
reason(disabled/uninstalled) watch application should know it for handling
error.

Change-Id: Ia60bdb6b0d4fc4917d22c96c6c388730f3dbef31
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd highligt to support editor's highlighting 20/184220/23
hyunho [Mon, 16 Jul 2018 10:32:49 +0000 (19:32 +0900)]
Add highligt to support editor's highlighting

Change-Id: I16d9b05dea82c6fde640ba828266df62eb982b7a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 1.0.9 06/186506/1 accepted/tizen/unified/20180813.061520 submit/tizen/20180813.010333
hyunho [Fri, 10 Aug 2018 01:50:51 +0000 (10:50 +0900)]
Release version 1.0.9

Changes:
 - Fix get default value bug
 - Fix complication default state key value
 - Fix notify update bug
 - Update scripts
 - Merge "Fix notify update bug" into tizen
 - Fix wrong description
 - Add internal API to get container
 - Update description
 - Add exception handling based on try-catch
 - Guarantee the integrity of singletons
 - Add code to check return value
 - Fix get default value logic
 - Add apis for screen reader text
 - Remove duplicate code
 - Check coding style
 - Check coding style
 - Check coding style
 - Revert "Add apis for screen reader text"

Change-Id: I6938201776cae09eddc7a8735e09b6c0a2e87850
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRevert "Add apis for screen reader text" 78/186478/2
MyungKi Lee [Fri, 10 Aug 2018 01:32:55 +0000 (01:32 +0000)]
Revert "Add apis for screen reader text"

This reverts commit acf3652f92a9e08879bd2479d89d79b969725c0b.

Change-Id: I1ee90f0681b4267f76fd59696fe87b34fdea3b44
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoCheck coding style 88/186188/2
mk5004.lee [Wed, 8 Aug 2018 03:13:45 +0000 (12:13 +0900)]
Check coding style

- additional

Change-Id: I0367fa85c2c8d4f538b2508198e3c3d6ea96d95d
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoCheck coding style 20/185620/2
mk5004.lee [Wed, 1 Aug 2018 07:08:22 +0000 (16:08 +0900)]
Check coding style

- parser, watchface-common

Change-Id: I7f3fc6d5661a6aa9e7a291decd0eae45f438de11
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoCheck coding style 18/185518/4
mk5004.lee [Tue, 31 Jul 2018 06:08:10 +0000 (15:08 +0900)]
Check coding style

Change-Id: I213b444a706971d3f118f810ec43619f7f56de3f
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoRemove duplicate code 91/185191/3
mk5004.lee [Fri, 27 Jul 2018 01:53:07 +0000 (10:53 +0900)]
Remove duplicate code

Change-Id: Iaf7eef3c7b403332da8333d0db63f532c189c31a
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoAdd apis for screen reader text 35/184935/11
mk5004.lee [Tue, 24 Jul 2018 10:31:07 +0000 (19:31 +0900)]
Add apis for screen reader text

- watchface_complication_data_get_screen_reader_text
  watchface_complication_provider_data_set_screen_reader_text

Change-Id: I0f4c68d843f3171a2012a8a9338f920546e05f0f
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoFix get default value logic 54/185154/6
hyunho [Thu, 26 Jul 2018 09:01:15 +0000 (18:01 +0900)]
Fix get default value logic

Change-Id: I73aa36ac9e5ee6b1e72c7f3f79168ef278b97d73
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd code to check return value 33/185133/1
jusung son [Thu, 26 Jul 2018 07:17:46 +0000 (16:17 +0900)]
Add code to check return value

Change-Id: Ia1f574e6cde732499eef33b3092306d12a7cf0f4
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoGuarantee the integrity of singletons 17/185017/3
jusung son [Wed, 25 Jul 2018 08:11:17 +0000 (17:11 +0900)]
Guarantee the integrity of singletons

Change-Id: Ia913d29ae9b4b34625135c7a20086a266363459a
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoAdd exception handling based on try-catch 24/184924/3
jusung son [Tue, 24 Jul 2018 09:08:00 +0000 (18:08 +0900)]
Add exception handling based on try-catch

Change-Id: Ib5d755b453d5b4211e8e149a826a298affa1664f
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 years agoUpdate description 38/184938/1
mk5004.lee [Tue, 24 Jul 2018 10:43:45 +0000 (19:43 +0900)]
Update description

Change-Id: I5e23fa333f7e5f5610a31cb26b2cd32a93fe2790
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoAdd internal API to get container 36/182736/5
hyunho [Wed, 27 Jun 2018 11:06:34 +0000 (20:06 +0900)]
Add internal API to get container

Change-Id: Icac12e3ab9668a6513453d60ab74d69c8d7564bc
Signed-off-by: hyunho <hhstark.kang@samsung.com>