platform/core/appfw/watchface-complication.git
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>
5 years agoFix wrong description 61/182761/1
SukHyung, Kang [Thu, 28 Jun 2018 00:53:03 +0000 (09:53 +0900)]
Fix wrong description

Change-Id: I36090136152e4d8a9e29ea1687f6725db2e3da94
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
5 years agoMerge "Fix notify update bug" into tizen
hyunho [Tue, 19 Jun 2018 08:48:05 +0000 (08:48 +0000)]
Merge "Fix notify update bug" into tizen

5 years agoUpdate scripts 41/181941/1
mk5004.lee [Tue, 19 Jun 2018 06:24:49 +0000 (15:24 +0900)]
Update scripts

Change-Id: I3cf991149f09643fae2904eabb87bb5653a8ebe3
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
5 years agoFix notify update bug 54/181654/2
hyunho [Fri, 15 Jun 2018 10:08:32 +0000 (19:08 +0900)]
Fix notify update bug

Change-Id: I9da9b75c1ec8c14392a7a86f4c3d30a786827076
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix complication default state key value 78/181678/2
SukHyung, Kang [Fri, 15 Jun 2018 11:48:37 +0000 (20:48 +0900)]
Fix complication default state key value

Change-Id: I2e7459e58d4abd1adc748ec25487b9851e24be5e
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
6 years agoFix get default value bug 04/180304/6
hyunho [Mon, 28 May 2018 06:37:45 +0000 (15:37 +0900)]
Fix get default value bug

Change-Id: I239b7c9e0ecf1b8a726d84eae98308964cd1bfec
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoRelease version 1.0.8 51/180251/1 accepted/tizen/unified/20180527.044900 submit/tizen/20180526.062558
Semun Lee [Sat, 26 May 2018 06:23:16 +0000 (15:23 +0900)]
Release version 1.0.8

Changes:
 - Fix resource leak

Change-Id: I457accf09d36f8c3085135620222056cfe1e2efe
Signed-off-by: Semun Lee <semun.lee@samsung.com>
6 years agoFix resource leak 50/180250/1
Semun Lee [Sat, 26 May 2018 06:11:14 +0000 (15:11 +0900)]
Fix resource leak

Change-Id: I17f1978325dc2cba123029b325f2b8eac86cd130
Signed-off-by: Semun Lee <semun.lee@samsung.com>
6 years agoRelease version 1.0.7 48/179848/1 accepted/tizen/unified/20180523.144259 submit/tizen/20180523.025607
hyunho [Wed, 23 May 2018 02:42:14 +0000 (11:42 +0900)]
Release version 1.0.7

Changes:
 - Add sender validation check
 - Add missing privilege check
 - Removes sql query log
 - Removes unused variable

Change-Id: Iaefb6ffd9254c43844f8626025dea3caa542625e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoRemoves unused variable 43/179843/1
hyunho [Wed, 23 May 2018 02:23:57 +0000 (11:23 +0900)]
Removes unused variable

Change-Id: I0a704b53d08e22cfb1f56e3f960e314283cc1090
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoRemoves sql query log 36/179836/1
hyunho [Wed, 23 May 2018 01:26:24 +0000 (10:26 +0900)]
Removes sql query log

Change-Id: I4904762cf2a2d9c82d61f6c5fe5f733558a5e738
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoAdd missing privilege check 31/179831/4
jusung son [Tue, 22 May 2018 23:50:49 +0000 (08:50 +0900)]
Add missing privilege check

Change-Id: Ibd52a2477f9f7e84020b58dfb07fa787f8d37aea
Signed-off-by: jusung son <jusung07.son@samsung.com>
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Signed-off-by: jusung son <jusung07.son@samsung.com>
6 years agoAdd sender validation check 17/179717/4
jusung son [Mon, 21 May 2018 09:57:47 +0000 (18:57 +0900)]
Add sender validation check

Change-Id: I5fd469503c50250e16e1bab78d94c5348361ed0f
Signed-off-by: jusung son <jusung07.son@samsung.com>
6 years agoRelease version 1.0.6 50/179650/1 accepted/tizen/unified/20180521.094840 submit/tizen/20180521.020942
mk5004.lee [Mon, 21 May 2018 02:02:27 +0000 (11:02 +0900)]
Release version 1.0.6

- Fix memory leak
  Add null check routine for string
  Fix unittest error

Change-Id: I9645422fba4813ff247eee708ddbbd44d40abe6c
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
6 years agoFix memory leak 90/179490/3
hyunho [Fri, 18 May 2018 07:09:14 +0000 (16:09 +0900)]
Fix memory leak

Change-Id: I3ea1671ef02f31d20e4be91cc587ec8a267fc996
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoAdd null check routine for string 01/179501/4
mk5004.lee [Fri, 18 May 2018 07:57:24 +0000 (16:57 +0900)]
Add null check routine for string

Change-Id: I5f6937ea7a315f97ae1861931fee06c5bcf5c2f1
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
6 years agoFix unittest error 06/179506/2
mk5004.lee [Fri, 18 May 2018 08:26:44 +0000 (17:26 +0900)]
Fix unittest error

Change-Id: I60434734909d4d9ab09fe8bade0e0c5db3c154cc
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
6 years agoRelease version 1.0.5 71/179271/1 accepted/tizen/unified/20180517.151255 submit/tizen/20180517.063953
hyunho [Thu, 17 May 2018 02:06:14 +0000 (11:06 +0900)]
Release version 1.0.5

Changes:
 - Remove unused function
 - Removes dangling API

Change-Id: I4017b75ba5ba10db94f5dbcff0ccce33a1ce75b9
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoRemoves dangling API 12/179112/1
hyunho [Wed, 16 May 2018 01:40:52 +0000 (10:40 +0900)]
Removes dangling API

Change-Id: I2ecd32f3ecba5a61747fd7e9d0b0b8d8b716c495
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoRemove unused function 08/179108/1
hyunho [Wed, 16 May 2018 01:28:21 +0000 (10:28 +0900)]
Remove unused function

Change-Id: Ib3ff9556bdf4cad66677f8bf3783aaf6bd0b9516
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoRelease version 1.0.4 34/179034/1 accepted/tizen/unified/20180515.163502 submit/tizen/20180515.092326
hyunho [Tue, 15 May 2018 09:21:59 +0000 (18:21 +0900)]
Release version 1.0.4

Changes:
 - Fix memory leak
 - Remove circular header include

Change-Id: I77e4713595d7d9ca31935efe505252f05839db4a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoRemove circular header include 22/179022/2
Semun Lee [Tue, 15 May 2018 09:02:05 +0000 (18:02 +0900)]
Remove circular header include

Change-Id: Ie60dc7f7f0e49995cc0f80ce422063d4b186b8e4
Signed-off-by: Semun Lee <semun.lee@samsung.com>
6 years agoFix memory leak 38/178938/8
mk5004.lee [Tue, 15 May 2018 02:54:16 +0000 (11:54 +0900)]
Fix memory leak

Change-Id: I9ac3000355ddf37201b54c235a64a54d5fc4ad76
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
6 years agoRelease version 1.0.3 63/178963/1 submit/tizen/20180515.060617
hyunho [Tue, 15 May 2018 06:03:56 +0000 (15:03 +0900)]
Release version 1.0.3

Changes:
 - Fix bundle copy bug
 - Fix get setup-appid bug
 - Modify api signature
 - Fix touch launch get context bug

Change-Id: Ie10735f484d678006411aec4a9f03cf70b6908c5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoFix touch launch get context bug 21/178921/10
hyunho [Tue, 15 May 2018 01:32:28 +0000 (10:32 +0900)]
Fix touch launch get context bug

Change-Id: I8ae64aff1b19158264d958c3611fdb993d92079e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoModify api signature 12/178912/1
hyunho [Tue, 15 May 2018 00:55:47 +0000 (09:55 +0900)]
Modify api signature

Change-Id: I06142c47f439df27456cca59deefd02d0a9cd45a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoFix get setup-appid bug 42/178842/2
hyunho [Mon, 14 May 2018 08:12:29 +0000 (17:12 +0900)]
Fix get setup-appid bug

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