platform/core/appfw/watchface-complication.git
4 years agoRelease version 2.1.6 82/214182/1 accepted/tizen/unified/20190919.065313 submit/tizen/20190919.011422
hyunho [Thu, 19 Sep 2019 01:13:21 +0000 (10:13 +0900)]
Release version 2.1.6

Changes:
 - Add missing header

Change-Id: I13778891c4d5531f74af928cccd62ebdb7c6814a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoAdd missing header 81/214181/1
hyunho [Thu, 19 Sep 2019 01:03:55 +0000 (10:03 +0900)]
Add missing header

Change-Id: Ife8820c159052a51463fb970d4f5a517a9ff785a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRelease version 2.1.5 77/214077/1 accepted/tizen/unified/20190918.102250 submit/tizen/20190918.010644
hyunho [Wed, 18 Sep 2019 00:52:23 +0000 (09:52 +0900)]
Release version 2.1.5

Changes:
 - Add timeinfo setter/getter APIs
 - Checks bundle_encode result

Change-Id: I5f38f447ca18dcbe406732bb2dc88fb055f28441
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoChecks bundle_encode result 92/213992/4
hyunho [Tue, 17 Sep 2019 06:25:03 +0000 (15:25 +0900)]
Checks bundle_encode result

Change-Id: I46bdd088b3fc00f5bfde358a77ae3844c116a61c
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoAdd timeinfo setter/getter APIs 58/212558/14
hyunho [Fri, 23 Aug 2019 03:33:24 +0000 (12:33 +0900)]
Add timeinfo setter/getter APIs

Change-Id: Iacb3a33a653eb2473ddc9f38cf740c6c1155a863
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRelease version 2.1.4 04/213204/1 accepted/tizen/unified/20190904.110707 submit/tizen/20190903.012148 submit/tizen/20190903.055055 submit/tizen/20190904.080314
hyunho [Tue, 3 Sep 2019 01:20:46 +0000 (10:20 +0900)]
Release version 2.1.4

Changes:
 - Add upgrade script

Change-Id: I7a920c67769dca42c3df9a7a969df793ee18d13c
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoAdd upgrade script 40/213140/2
hyunho [Mon, 2 Sep 2019 01:22:40 +0000 (10:22 +0900)]
Add upgrade script

Change-Id: Ic2852c8c44823577c51d5681ccc40215f6ca7b14
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRelease version 2.1.3 64/213064/1 submit/tizen/20190830.041902 submit/tizen/20190902.012958
hyunho [Fri, 30 Aug 2019 04:07:32 +0000 (13:07 +0900)]
Release version 2.1.3

Changes:
 - Make some getter methods as immutable methods
 - Change interfaces to add key word 'const'
 - Use nullptr instead of NULL
 - Refactor DBManager
 - Check coding sytle
 - Fix some issues
 - Fix gtest memory leak

Change-Id: I2848631dba43b67ac993bd8266af659d56ccfc78
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoFix gtest memory leak 92/212992/1
hyunho [Thu, 29 Aug 2019 06:17:31 +0000 (15:17 +0900)]
Fix gtest memory leak

Change-Id: Ib9e2ed06c869afa8feb5c2e7030c95b0d11e744a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoFix some issues 11/210511/1
mk5004.lee [Mon, 22 Jul 2019 04:55:44 +0000 (13:55 +0900)]
Fix some issues

- unreachable dead code
  unchecked retrun value

Change-Id: Icfea04af4b96057aaea92f18dc6f2759c7c38f2c
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
4 years agoCheck coding sytle 06/209906/1
mk5004.lee [Fri, 12 Jul 2019 08:07:08 +0000 (17:07 +0900)]
Check coding sytle

Change-Id: Idf60dbc13dc37dd35c15d44baa71520a5fd56126
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
4 years agoRefactor DBManager 00/209300/6
Junghoon Park [Thu, 4 Jul 2019 11:50:07 +0000 (20:50 +0900)]
Refactor DBManager

- Use RAII idiom

Change-Id: I23adf5cffb6f1c6f603499e84db642950a377a32
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
4 years agoUse nullptr instead of NULL 61/209261/1
Junghoon Park [Thu, 4 Jul 2019 06:01:45 +0000 (15:01 +0900)]
Use nullptr instead of NULL

Change-Id: I5610881895900d73004be948c12d0c8aa3025da5
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
4 years agoChange interfaces to add key word 'const' 57/209257/1
Junghoon Park [Thu, 4 Jul 2019 04:18:26 +0000 (13:18 +0900)]
Change interfaces to add key word 'const'

- To make immutable methods, keyword 'const' was added

Change-Id: I4bec8668c843eedfa4dbecac93f5e88c87720dda
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
4 years agoMake some getter methods as immutable methods 52/209252/1
Junghoon Park [Thu, 4 Jul 2019 02:45:59 +0000 (11:45 +0900)]
Make some getter methods as immutable methods

- Add 'const' at the end of method definition to make immutable method

Change-Id: I3b05bacf3c386cb0cab4b0726df132632ac53a29
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
4 years agoRelease version 2.1.2 83/208483/1 accepted/tizen/unified/20190625.111200 submit/tizen/20190625.053230
hyunho [Tue, 25 Jun 2019 05:26:18 +0000 (14:26 +0900)]
Release version 2.1.2

Changes:
 - Fix editable context bug
 - Fix wrong exception handling

Change-Id: Ide750264532273a8ee8b7d23175e55557193e250
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoFix wrong exception handling 67/208367/5
hyunho [Mon, 24 Jun 2019 01:53:32 +0000 (10:53 +0900)]
Fix wrong exception handling

nothrow only guarantee that new operation will not throw exception.
Using nothrow cannot prevent exceptions thrown by a constructor.

Change-Id: I1cafbe6c582f64abb007c12dcafd79fac569ffcb
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoFix editable context bug 95/208295/1
hyunho [Fri, 21 Jun 2019 07:37:36 +0000 (16:37 +0900)]
Fix editable context bug

Change-Id: I65c92d23b89e0dd26ba7d463b49c71040bcec243
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRelease version 2.1.1 82/208282/1 accepted/tizen/unified/20190621.121912 submit/tizen/20190621.053948
hyunho [Fri, 21 Jun 2019 05:36:59 +0000 (14:36 +0900)]
Release version 2.1.1

Changes:
 - Fix context bundle creation bug

Change-Id: I52ae2b1b7fa83c68ce490981eb732aa4890eefff
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoFix context bundle creation bug 78/208278/1
hyunho [Fri, 21 Jun 2019 04:43:54 +0000 (13:43 +0900)]
Fix context bundle creation bug

- context raw value can be an empty string

Change-Id: I96ead9ad9e6aa89a8412073effb4c3066b84c184
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRelease version 2.1.0 16/208216/1 accepted/tizen/unified/20190620.071922 submit/tizen/20190620.025552
hyunho [Thu, 20 Jun 2019 02:52:50 +0000 (11:52 +0900)]
Release version 2.1.0

Changes:
 - Fix ToString bug
 - Fix pkgmgr client is not cleared bug
 - Apply mockup framework to gtest
 - Replace internal Bundle with tizen_base::Bundle
 - Remove unnecessary GetInst
 - Remove unnecessary exception handling codes
 - Remove duplicate codes
 - Remove mock objects
 - Fix apply not exist allow list bug
 - Handling OOM error
 - Add is_valid TCs
 - Fix memory leak
 - Remove unnecessary initialize
 - Remove unused value

Change-Id: I20532faffabf2d57a4a03b63a1b7ddbd09145c75
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRevert "Release version 2.1.0" 15/208215/1
Hyunho Kang [Thu, 20 Jun 2019 02:51:43 +0000 (02:51 +0000)]
Revert "Release version 2.1.0"

This reverts commit bdd07e4f08f4bd3acafd5f5a1a304fb3e07a242d.

Change-Id: I9875b3ce13896da2cc15b5a6144d218d2ce4ccaa

4 years agoRelease version 2.1.0 11/208211/2
hyunho [Thu, 20 Jun 2019 01:41:31 +0000 (10:41 +0900)]
Release version 2.1.0

Changes:
 - Fix ToString bug
 - Fix pkgmgr client is not cleared bug
 - Apply mockup framework to gtest
 - Replace internal Bundle with tizen_base::Bundle
 - Remove unnecessary GetInst
 - Remove unnecessary exception handling codes
 - Remove duplicate codes
 - Remove mock objects
 - Fix apply not exist allow list bug
 - Handling OOM error
 - Add is_valid TCs
 - Fix memory leak
 - Remove unnecessary initialize

Change-Id: I9f629adb833a8335fcca68ec9db9d05bac2297c1
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRemove unused value 12/208212/2
hyunho [Thu, 20 Jun 2019 02:06:31 +0000 (11:06 +0900)]
Remove unused value

Change-Id: I37ed0ac807429b7cf87a5eb4e6258f1cc52caa98
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRemove unnecessary initialize 25/206625/3
hyunho [Wed, 22 May 2019 07:29:40 +0000 (16:29 +0900)]
Remove unnecessary initialize

Change-Id: Ice0df73180371db5b401f475fc884ed59427b6f3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoFix memory leak 18/206618/1
hyunho [Wed, 22 May 2019 06:45:02 +0000 (15:45 +0900)]
Fix memory leak

Change-Id: I8445775aaae8339cf9ff95b196de87cfccd79e1e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoAdd is_valid TCs 78/206478/3
hyunho [Mon, 20 May 2019 09:48:15 +0000 (18:48 +0900)]
Add is_valid TCs

Change-Id: I9ebd3059da47c0d80379aa70feff971472ab8cfc
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoHandling OOM error 77/206477/6
hyunho [Mon, 20 May 2019 09:47:10 +0000 (18:47 +0900)]
Handling OOM error

Change-Id: I3cc7cb7788a5a4f03e4445d9520d73e25c1fd017
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoFix apply not exist allow list bug 43/206443/5
hyunho [Mon, 20 May 2019 02:06:02 +0000 (11:06 +0900)]
Fix apply not exist allow list bug

Clear current provider ID, type so that send request cause provider not available callback

Change-Id: I4b18ffd9fa42931e53e0ca396a1b13447fc5bee0
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRemove mock objects 60/206360/7
hyunho [Fri, 17 May 2019 03:00:13 +0000 (12:00 +0900)]
Remove mock objects

Let's replace mock objects with fff framework

Change-Id: Ie280e777bb365d20dffa536639297c74f0364dbc
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRemove duplicate codes 58/206358/9
hyunho [Fri, 17 May 2019 02:18:32 +0000 (11:18 +0900)]
Remove duplicate codes

Change-Id: Ic98e199a4e2286320c094ed96bc3ea9711c158dd
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRemove unnecessary exception handling codes 56/206356/5
hyunho [Fri, 17 May 2019 01:49:34 +0000 (10:49 +0900)]
Remove unnecessary exception handling codes

Change-Id: Ia78cd72be09d5baf8fe7f056701261ff61c90059
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoRemove unnecessary GetInst 08/206308/4
hyunho [Thu, 16 May 2019 06:54:31 +0000 (15:54 +0900)]
Remove unnecessary GetInst

Change-Id: Id834bfd109245a35ac432431fddf5b3038e0f25e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoReplace internal Bundle with tizen_base::Bundle 12/206212/10
hyunho [Wed, 15 May 2019 06:36:09 +0000 (15:36 +0900)]
Replace internal Bundle with tizen_base::Bundle

Change-Id: I1f8a40f503ce2881a11f9a61e2effbac530475f3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoApply mockup framework to gtest 62/206062/2
hyunho [Thu, 25 Apr 2019 08:25:54 +0000 (17:25 +0900)]
Apply mockup framework to gtest

Change-Id: I46649a15c47c2391e7dff2812672ffa9b206e4b4
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix pkgmgr client is not cleared bug 30/206030/2
hyunho [Mon, 13 May 2019 10:11:19 +0000 (19:11 +0900)]
Fix pkgmgr client is not cleared bug

Change-Id: I1e76ef0ae82488b419d2c0cb931d1c16a1a959f3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix ToString bug 29/206029/1
hyunho [Mon, 13 May 2019 10:09:09 +0000 (19:09 +0900)]
Fix ToString bug

Second ToString call malfunctioning

Change-Id: Idae716e20ba01b61c1b04bd61ad5bf9e63be285d
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.24 78/205978/1 accepted/tizen/unified/20190513.082608 submit/tizen/20190513.024712
hyunho [Mon, 13 May 2019 02:45:15 +0000 (11:45 +0900)]
Release version 2.0.24

Changes:
 - Fix memory leak

Change-Id: Id2dccd7d5d32f9eface2daabf4f3c3af3a1fab90
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix memory leak 69/205969/2
hyunho [Mon, 13 May 2019 02:04:30 +0000 (11:04 +0900)]
Fix memory leak

Change-Id: I1cfbb1505ba701e7b6faeeb007515f4cf8e75a86
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 2.0.23 25/204425/1 accepted/tizen/unified/20190424.112544 submit/tizen/20190424.013437
hyunho [Wed, 24 Apr 2019 01:15:21 +0000 (10:15 +0900)]
Release version 2.0.23

Changes:
 - Add provider ready sequence

Change-Id: I5bd973c5ef35c75c5470320c2f3f557d44dc9bcd
Signed-off-by: hyunho <hhstark.kang@samsung.com>
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>