platform/core/appfw/shortcut.git
9 years agoUpdate doxygen for product
hyun lee [Fri, 8 Aug 2014 10:04:40 +0000 (19:04 +0900)]
Update doxygen for product

Signed-off-by: hyun lee <hyunn.lee@samsung.com>
9 years agoUpdate doxygen and Remove error type
hyun lee [Fri, 8 Aug 2014 09:17:29 +0000 (18:17 +0900)]
Update doxygen and Remove error type

Signed-off-by: hyun lee <hyunn.lee@samsung.com>
9 years agoMerge branch 'devel/home/master'
hyun lee [Tue, 29 Jul 2014 13:54:04 +0000 (22:54 +0900)]
Merge branch 'devel/home/master'

9 years agoFix for build error
hyun lee [Tue, 29 Jul 2014 13:15:06 +0000 (22:15 +0900)]
Fix for build error

Signed-off-by: hyun lee <hyunn.lee@samsung.com>
9 years agoUpdate doxygen
hyun lee [Tue, 29 Jul 2014 10:42:03 +0000 (19:42 +0900)]
Update doxygen

Signed-off-by: hyun lee <hyunn.lee@samsung.com>
9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Mon, 21 Jul 2014 14:05:18 +0000 (23:05 +0900)]
Merge branch 'devel/home/master'

Change-Id: If7674eafd130038f3067fd7c243429de04ea8105

9 years agoUpdate doxygen about platform version and privilege
hyun lee [Mon, 21 Jul 2014 05:48:52 +0000 (14:48 +0900)]
Update doxygen about platform version and privilege

Change-Id: Ibbb38385ea75eb5b7b037efc8e9e8cba97ac62e6
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Tue, 15 Jul 2014 08:43:13 +0000 (17:43 +0900)]
Merge branch 'devel/home/master'

Change-Id: Icd8fc17682324b3fc5dd20c43609d2cda0d294ca

9 years agoUpdate doxygen
Sung-jae Park [Tue, 1 Jul 2014 13:10:57 +0000 (22:10 +0900)]
Update doxygen

Change-Id: I76eda305ca00e48fd59aad93b589fd55ce8cefa4

9 years agoReplace "internal" with "product"
Sung-jae Park [Mon, 30 Jun 2014 10:38:58 +0000 (19:38 +0900)]
Replace "internal" with "product"

Change-Id: Ic051f4789990661d366d570318ec961088375d10

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Wed, 18 Jun 2014 05:57:44 +0000 (14:57 +0900)]
Merge branch 'devel/home/master'

Change-Id: I83d8600b17d460858f169cb600310be011bb4040

9 years agoSeparate private/public API set.
Sung-jae Park [Wed, 18 Jun 2014 02:44:01 +0000 (11:44 +0900)]
Separate private/public API set.

Shortcut Icon creation service is only available for the platform S/W.

Change-Id: I5cb3728ce1ecac7f0fe886e67f17f2a5dede2a9e

9 years agoAdapt Manifest file to Multi-user 54/22754/1
Jean-Benoit MARTIN [Wed, 11 Jun 2014 08:11:45 +0000 (10:11 +0200)]
Adapt Manifest file to Multi-user

Bug-Tizen: TC-331

Change-Id: I02d78c4996600b94f0d089f50314af0498ed2821
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
9 years agoInitialize Tizen 2.3
Sehong Na [Sat, 31 May 2014 03:48:29 +0000 (12:48 +0900)]
Initialize Tizen 2.3

9 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 30 May 2014 00:10:14 +0000 (09:10 +0900)]
Merge branch 'devel/home/master'

9 years agoFix the issues of TC
Sung-jae Park [Fri, 30 May 2014 00:02:12 +0000 (09:02 +0900)]
Fix the issues of TC

Change-Id: Iae760463a2b21d558087213e6279437ef6f37298

10 years agoModification about smack label of db file belong to process. 69/20569/2 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0_ivi accepted/tizen/common/20140519.224149 accepted/tizen/ivi/20140521.164853 accepted/tizen/mobile/20140602.132445 submit/tizen/20140516.060908 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
jooseong.lee [Fri, 9 May 2014 09:02:59 +0000 (18:02 +0900)]
Modification about smack label of db file belong to process.

[Problem]
Most db files have 'floor' label.  Because these are created when binary is built.
No process can write db (since 'floor' label allows only read and execute)

[Solution]
Modify smack label based on below condition and three domain model
Condition1. Assign domain of process creates db files
Condition2. Assign domain of process uses db files.

Change-Id: I4e7ae01dc4b386e5df73713459917806b9d5ef5a
Signed-off-by: jooseong.lee <jooseong.lee@samsung.com>
10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 20 Feb 2014 02:07:36 +0000 (11:07 +0900)]
Merge branch 'devel/home/master'

10 years agoFix prevent issue
Sung-jae Park [Thu, 20 Feb 2014 02:05:16 +0000 (11:05 +0900)]
Fix prevent issue

Change-Id: I951cb99fc816abfd33dd250134ee8492d312b324

10 years agoAdd multi-user support 65/16465/1 accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/common/20140506.112840 accepted/tizen/ivi/panda/20140403.015115 submit/tizen/20140430.020549 submit/tizen_ivi_panda/20140403.011839
Kévin THIERRY [Tue, 28 Jan 2014 15:52:34 +0000 (16:52 +0100)]
Add multi-user support

Note that offending paths ("/opt/usr/apps") in the file sample.xml were
not removed since this file is neither used nor part of the
generated RPM. As the name of the file suggest it, it simply is a
sample.

Also correct some RPMLINT warnings/errors:
+ set a valid license tag in spec file
+ set a valid group tag in spec file
+ call ldconfig during post install (%post) and post uninstall (%postun)
  processes in spec file

Bug-Tizen: PTREL-345
Change-Id: I1b4b00ddcf8d51c98f67e5ae268e0ca0503de176
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 14 Feb 2014 12:23:18 +0000 (21:23 +0900)]
Merge branch 'devel/home/master'

10 years agoFix the prevent warnings
Sung-jae Park [Fri, 14 Feb 2014 09:35:06 +0000 (18:35 +0900)]
Fix the prevent warnings

Change-Id: Icfda3563f520a9fb29b2ce8dc887837a9434fbd2

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 14 Feb 2014 00:45:17 +0000 (09:45 +0900)]
Merge branch 'devel/home/master'

10 years agoFix build error (set but unused variables)
Sung-jae Park [Fri, 14 Feb 2014 00:44:08 +0000 (09:44 +0900)]
Fix build error (set but unused variables)

Change-Id: I894e5a6690e464685d0b7612dc46e90770e9f92f

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Mon, 10 Feb 2014 02:37:58 +0000 (11:37 +0900)]
Merge branch 'devel/home/master'

10 years agoRemove TETware
Sung-jae Park [Mon, 10 Feb 2014 02:37:32 +0000 (11:37 +0900)]
Remove TETware

Change-Id: Id91d73d449d264c01802b79731afc1d42ed100f7

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Sun, 12 Jan 2014 06:45:46 +0000 (15:45 +0900)]
Merge branch 'devel/home/master'

10 years agoUpdate doxygen
Sung-jae Park [Sun, 12 Jan 2014 06:45:23 +0000 (15:45 +0900)]
Update doxygen

Change-Id: Iff534b36bb4ff6059c1569b0ad96e2ff227988dd

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Tue, 7 Jan 2014 23:31:07 +0000 (08:31 +0900)]
Merge branch 'devel/home/master'

10 years agoUpdate doxygen
Sung-jae Park [Tue, 7 Jan 2014 04:43:22 +0000 (13:43 +0900)]
Update doxygen

Change-Id: I469f9d60e04d4c7fbfebe4db52b4ef61a9330c1a

10 years agoSync with the latest one 80/14480/1
Sung-jae Park [Sun, 5 Jan 2014 09:20:28 +0000 (18:20 +0900)]
Sync with the latest one

Change-Id: I7b2c98dba2cd930933f72283b23c5a7fcdda8f06

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 3 Jan 2014 05:59:22 +0000 (14:59 +0900)]
Merge branch 'devel/home/master'

10 years agoUpdate TC
Sung-jae Park [Fri, 3 Jan 2014 00:26:56 +0000 (09:26 +0900)]
Update TC

Change-Id: I97caefa0f8ea92563303c2e04cd72a8d730637e3

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Tue, 31 Dec 2013 09:51:20 +0000 (18:51 +0900)]
Merge branch 'devel/home/master'

10 years agoUpdate macro.
Sung-jae Park [Tue, 31 Dec 2013 09:49:51 +0000 (18:49 +0900)]
Update macro.

Change-Id: Iede3ebb0b672dddaf1f0c3b7fc311138f8a93b0c

10 years agoADD TC
Sung-jae Park [Fri, 27 Dec 2013 11:16:22 +0000 (20:16 +0900)]
ADD TC

Update header (doxygen)
Update return code (error code for icon service)

Change-Id: I903b5af1aa4e27e09d18adeaf833f9a4be9a81e3

10 years agoUpdate doxygen
Sung-jae Park [Sat, 21 Dec 2013 13:37:00 +0000 (22:37 +0900)]
Update doxygen

Change-Id: If6343ebc5fb55bd09721ff560755dcc2191929da

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Sat, 7 Dec 2013 14:09:11 +0000 (23:09 +0900)]
Merge branch 'devel/home/master'

10 years agoFix the prevent issue
Sung-jae Park [Fri, 6 Dec 2013 15:51:41 +0000 (00:51 +0900)]
Fix the prevent issue

Change-Id: If0a4600e4890780c540cab5769b254cde5f23302

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Mon, 2 Dec 2013 01:55:10 +0000 (10:55 +0900)]
Merge branch 'devel/home/master'

10 years agoSupporting the I18Nized icons for shortcut-list 51/13251/1
Sung-jae Park [Mon, 2 Dec 2013 01:54:33 +0000 (10:54 +0900)]
Supporting the I18Nized icons for shortcut-list

Change-Id: Ia33a1ad926f8f06f0a598325529019123ddf6eb4

10 years agoUpdate shortcut field
Sung-jae Park [Mon, 2 Dec 2013 01:47:36 +0000 (10:47 +0900)]
Update shortcut field

Change-Id: I91c2b6d6e28a3fdcf7214d8f00b32f19e2249a5b

10 years agoSupporting i18nized icon for shortcut-list.
Sung-jae Park [Mon, 2 Dec 2013 01:07:06 +0000 (10:07 +0900)]
Supporting i18nized icon for shortcut-list.

Change-Id: Ida5bf3213e1ebbe5a40418a4ab5ed3662e8cb692

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Sat, 30 Nov 2013 09:38:24 +0000 (18:38 +0900)]
Merge branch 'devel/home/master'

10 years agoDebug mode configuration is enabled
Sung-jae Park [Fri, 29 Nov 2013 16:15:39 +0000 (01:15 +0900)]
Debug mode configuration is enabled

Change-Id: I598066b95a9df5b144a457aa4ef2eeeeab68e00b

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 14 Nov 2013 12:27:47 +0000 (21:27 +0900)]
Merge branch 'devel/home/master'

10 years agopkgmgr doesn't give the docPtr anymore while uninstalling. 89/12389/1
Sung-jae Park [Thu, 14 Nov 2013 09:52:36 +0000 (18:52 +0900)]
pkgmgr doesn't give the docPtr anymore while uninstalling.

While uninstalling a package, pkgmgr doesn't give the docPtr anymore.
So the plugin cannot parse the document anymore.
Now the plugin should validate the docPtr before try to parse it.
If the docPtr is NULL, skip to parse a document for safety.

Change-Id: Idaa6841e9c6068662d57832f4be99e1a3a9236f6

10 years agoCheck the docPtr.
Sung-jae Park [Thu, 14 Nov 2013 09:49:43 +0000 (18:49 +0900)]
Check the docPtr.

If it comes with NULL, do not try to parse it.
While uninstalling packages, the pkgmgr doesn't give the docPtr to the plugin.
So there is no way to parse the xml document.
Ignore it.

Change-Id: Ica97ce8335f9eb8ba557821e2c87560d9878a233

10 years agoAdd version table 75/11675/1
Sung-jae Park [Fri, 1 Nov 2013 15:53:23 +0000 (00:53 +0900)]
Add version table

Change-Id: I27025bcb250fd5ca33e6e0edd8e3a9a346286bf1

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 1 Nov 2013 15:49:31 +0000 (00:49 +0900)]
Merge branch 'devel/home/master'

10 years agoAdd version table for FOTA upgrade
Sung-jae Park [Fri, 1 Nov 2013 15:49:02 +0000 (00:49 +0900)]
Add version table for FOTA upgrade

Change-Id: Ie5f6652c60310e205830b02628f7bb94f7b15822

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 1 Nov 2013 14:27:37 +0000 (23:27 +0900)]
Merge branch 'devel/home/master'

10 years agoUpdate shortcut pkgmgr DB 74/11674/1
Sung-jae Park [Fri, 1 Nov 2013 14:00:11 +0000 (23:00 +0900)]
Update shortcut pkgmgr DB

Change-Id: Ie046b7420e373f60a6418d04a598f7b8e0d94da9

10 years agoUpdate the shortcut pkgmgr plugin.
Sung-jae Park [Fri, 1 Nov 2013 13:58:53 +0000 (22:58 +0900)]
Update the shortcut pkgmgr plugin.

Change-Id: I9883125dd826f0eafb776d9a3046d8a9efe95c48

10 years agoMerge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/framework/appfw/shortcut... accepted/tizen/ivi/stable accepted/tizen_generic accepted/tizen/20131022.083745 accepted/tizen/20131022.162909 accepted/tizen/20131112.015328 accepted/tizen/ivi/20140308.005333 accepted/tizen/mobile/20140310.025536 accepted/tizen_ivi_stable/20131116.110552 submit/tizen/20131022.040151 submit/tizen/20140307.080719 submit/tizen_ivi_stable/20131116.100250
Sung-jae Park [Tue, 22 Oct 2013 03:55:12 +0000 (12:55 +0900)]
Merge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/framework/appfw/shortcut into work

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 26 Sep 2013 06:09:17 +0000 (15:09 +0900)]
Merge branch 'devel/home/master'

10 years agoTry to use gettimeofday if clock_gettime is failed
Sung-jae Park [Thu, 26 Sep 2013 03:37:30 +0000 (12:37 +0900)]
Try to use gettimeofday if clock_gettime is failed

Change-Id: Ib4475943c798bff990259eac364f55acc5d0a79d

10 years agoTry to use gettimeofday if clock_gettime is failed
Sung-jae Park [Thu, 26 Sep 2013 02:44:10 +0000 (11:44 +0900)]
Try to use gettimeofday if clock_gettime is failed

Change-Id: Iee5de84ff3c06aaae4ef54b1f73110573f5ae596

10 years agoReplace gettimeofday with clock_get_time
Sung-jae Park [Thu, 26 Sep 2013 02:24:52 +0000 (11:24 +0900)]
Replace gettimeofday with clock_get_time

Change-Id: I88e8eee0ab2dfd031a807aa4c4c7fb701fdd7cdf

10 years agoReplace gettimeofday with clock_get_time
Sung-jae Park [Thu, 26 Sep 2013 02:23:30 +0000 (11:23 +0900)]
Replace gettimeofday with clock_get_time

Change-Id: I14b08f44189049ce68880c4a804c618f6c933377

10 years agoAdd missing header
Sung-jae Park [Tue, 3 Sep 2013 10:00:35 +0000 (19:00 +0900)]
Add missing header

Change-Id: I0b794286472f49dc43dbdff117585c9cd344ae59

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Tue, 3 Sep 2013 10:00:16 +0000 (19:00 +0900)]
Merge branch 'devel/home/master'

10 years agoAdd missing header
Sung-jae Park [Tue, 3 Sep 2013 09:59:55 +0000 (18:59 +0900)]
Add missing header

Change-Id: Id0980c4c1dd2cd27d6731c366798c0aa45570b7e

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Tue, 3 Sep 2013 01:20:46 +0000 (10:20 +0900)]
Merge branch 'devel/home/master'

10 years agoUse the uniq desc filename
Sung-jae Park [Thu, 29 Aug 2013 06:11:27 +0000 (15:11 +0900)]
Use the uniq desc filename

To prevent from overwriting desc file if the request is duplicated.

Change-Id: I59e1820f85570954c1be053c7b2bd551deaf2b7c

10 years agoUse the uniq desc filename.
Sung-jae Park [Thu, 29 Aug 2013 06:09:42 +0000 (15:09 +0900)]
Use the uniq desc filename.

To prevent from overwriting requested data if the request is duplicated.

Change-Id: I0c71c439a8e15d16b1f56bbd484dcb789cf136ba

10 years agoUpdate coding convetion.
Sung-jae Park [Tue, 13 Aug 2013 01:44:28 +0000 (10:44 +0900)]
Update coding convetion.

Change-Id: Iaac15cbf752bc72aae77b7983d701147c60ebb61

10 years agoUpdate coding convention.
Sung-jae Park [Sat, 10 Aug 2013 05:35:06 +0000 (14:35 +0900)]
Update coding convention.

Change-Id: Ifa1e075967bea0ae3ebe5319b23d0122b5fe7f62

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 9 Aug 2013 12:10:46 +0000 (21:10 +0900)]
Merge branch 'devel/home/master'

10 years agoUpdate coding convention.
Sung-jae Park [Fri, 9 Aug 2013 06:52:07 +0000 (15:52 +0900)]
Update coding convention.

Every block has to be wrapped by {}, even if it has A line.

Change-Id: Ib3fa98634806426b1fed061b4ca3db4d1cf26c58

10 years agoApply Eng/User mode definition
Sung-jae Park [Thu, 8 Aug 2013 02:45:23 +0000 (11:45 +0900)]
Apply Eng/User mode definition

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Iacdff699f0f3b239c934e1aa3a686823b0fbb641

10 years agoMerge "resetting manifest requested domain to floor" into tizen accepted/tizen/ivi/genivi accepted/tizen/ivi/release tizen_ivi_genivi tizen_ivi_release accepted/tizen/20130710.221522 accepted/tizen/20130912.185907 accepted/tizen/20130912.194048 accepted/tizen/20130913.030704 accepted/tizen/ivi/genivi/20140131.060035 accepted/tizen_ivi_release/20131120.050454 ivi_oct_m2 submit/tizen/20130710.102955 submit/tizen/20130912.080403 submit/tizen/20130912.090703 submit/tizen_ivi_genivi/20140131.060235 submit/tizen_ivi_release/20131120.023425 submit/tizen_ivi_release/20131120.025951
Ryan Ware [Mon, 8 Jul 2013 17:07:22 +0000 (10:07 -0700)]
Merge "resetting manifest requested domain to floor" into tizen

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 4 Jul 2013 07:25:17 +0000 (16:25 +0900)]
Merge branch 'devel/home/master'

10 years agoRemoe last trailing comma
Sung-jae Park [Wed, 3 Jul 2013 23:44:27 +0000 (08:44 +0900)]
Remoe last trailing comma

Change-Id: I537aa6eb1cb0eb4489c0a3fbcb04c7ad5b45d9ed

10 years agoRemove last trailing comma
Sung-jae Park [Wed, 3 Jul 2013 23:37:48 +0000 (08:37 +0900)]
Remove last trailing comma

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I5fe1272df53d846133c958f3c49f82740b47a0e1

10 years agoresetting manifest requested domain to floor 45/5145/1
Alexandru Cornea [Mon, 1 Jul 2013 13:52:36 +0000 (16:52 +0300)]
resetting manifest requested domain to floor

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Mon, 1 Jul 2013 03:23:17 +0000 (12:23 +0900)]
Merge branch 'devel/home/master'

10 years agoCheck the API and its type.
Sung-jae Park [Sun, 30 Jun 2013 05:23:35 +0000 (14:23 +0900)]
Check the API and its type.

Change-Id: Ieda77a5ef0e4b01c3f7230bd0db7f00035dbf158

10 years agoCheck the type.
Sung-jae Park [Sun, 30 Jun 2013 05:22:40 +0000 (14:22 +0900)]
Check the type.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] API should be separted.
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Iccc0b1142613ea5a3e94922f0a115da331531823

10 years agoAdd new error code for permission validation (smack)
Sung-jae Park [Sun, 30 Jun 2013 01:22:06 +0000 (10:22 +0900)]
Add new error code for permission validation (smack)

Change-Id: I690cebd2bb0d9f68c514f5cc6e5e454faa545b17

10 years agoAdd new error code for permission check.
Sung-jae Park [Sun, 30 Jun 2013 01:12:51 +0000 (10:12 +0900)]
Add new error code for permission check.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Permission related error code needs to notify it to client.
[cause] User level smack is enabled.
[solution] Add new error code
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: If25aaa6965b57aa67fcfaae54c43658afc556e77

10 years agoresetting manifest requested domain to floor 79/4479/1
Alexandru Cornea [Fri, 28 Jun 2013 13:32:56 +0000 (16:32 +0300)]
resetting manifest requested domain to floor

10 years agoUpdate Log
Sung-jae Park [Thu, 27 Jun 2013 05:16:49 +0000 (14:16 +0900)]
Update Log

Change-Id: I3b8fd1812452f9a3a556313ccd5e15c8204c8a1d

10 years agoUpdate Log
Sung-jae Park [Thu, 27 Jun 2013 04:58:22 +0000 (13:58 +0900)]
Update Log

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Iefe6c3340837606fb1d56cdee063574b20170d46

10 years agoMerge branch 'tizen_2.1' into tizen_2.2
Sung-jae Park [Thu, 13 Jun 2013 02:08:41 +0000 (11:08 +0900)]
Merge branch 'tizen_2.1' into tizen_2.2

Change-Id: Ifb541c3aa2990c9abb9c1128d37146e7d1fddbb1

10 years agoUse the secure_dlog
Sung-jae Park [Thu, 13 Jun 2013 01:14:51 +0000 (10:14 +0900)]
Use the secure_dlog

[model] Tizen
[binary_type] AP
[customer] Tizen Developer
[issue#] N/A
[problem] Secured data should not be printed as a log
[cause] Security enhancement
[solution] Use the secure_dlog instead of dlog
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I1af54d083a117166aa1e5fa830f43db198dd338f

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Wed, 5 Jun 2013 11:08:51 +0000 (20:08 +0900)]
Merge branch 'devel/home/master'

10 years agoChanges : Replace manifest with default floor 14/3814/1 accepted/tizen/20130606.163123 submit/tizen/20130605.124739
Xavier Roche [Wed, 5 Jun 2013 09:39:38 +0000 (11:39 +0200)]
Changes : Replace manifest with default floor

10 years agoReplace manifest with default floor 13/3813/1
Xavier Roche [Wed, 5 Jun 2013 09:38:42 +0000 (11:38 +0200)]
Replace manifest with default floor

10 years agoApply Secure Log
Sung-jae Park [Mon, 3 Jun 2013 05:58:40 +0000 (14:58 +0900)]
Apply Secure Log

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Secure Log is not applied
[cause] N/A
[solution] Apply Secure Log
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I3325ce7a616265dddb1c10bb5a9a358fde6b2039

10 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 30 May 2013 16:53:15 +0000 (01:53 +0900)]
Merge branch 'devel/home/master'

10 years agoFix prevent issues.
Sung-jae Park [Wed, 29 May 2013 07:05:47 +0000 (16:05 +0900)]
Fix prevent issues.

Change-Id: Ib601a9b9f8a74a625724a4697f2fad4909877582

10 years agoFix prevent issue
Sung-jae Park [Wed, 29 May 2013 06:28:38 +0000 (15:28 +0900)]
Fix prevent issue

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] CID-53141
[problem] Dereference after null check (FORWARD NULL)
[cause] before use the string compare, argument should be checked
[solution] check the arguments of strcmp
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I0ed827fd342d043dbbdc9608642c51338a7c41f6

11 years agoMerge branch 'devel/home/master'
Sung-jae Park [Mon, 20 May 2013 11:59:12 +0000 (20:59 +0900)]
Merge branch 'devel/home/master'

11 years agoDon't try to make a connection from discon cb.
Sung-jae Park [Mon, 20 May 2013 11:30:34 +0000 (20:30 +0900)]
Don't try to make a connection from discon cb.

Change-Id: I10ac77e38f01643ae63d3da5165e169808bd384f

11 years agoDon't try to make connection from discon callback
Sung-jae Park [Mon, 20 May 2013 11:03:20 +0000 (20:03 +0900)]
Don't try to make connection from discon callback

Change-Id: I62432f5092c6dc52265d7c348cbe58b4c31edfb4

11 years agoIcon service API is introduced. tizen_2.1 accepted/tizen/20130520.100932 submit/tizen/20130517.044820 submit/tizen_2.1/20130516.045513
Sung-jae Park [Wed, 15 May 2013 02:13:11 +0000 (11:13 +0900)]
Icon service API is introduced.

Patch 2
    Update the icon service reuqest codes.
    APIs are changed.

Patch 1
    Update shortcut service library.
    Icon service API is implemented.
    Default layout & group should be "" (zero length string)
    The icon provider will choose the default layout and group when it get zero length string.

Change-Id: I2d47a1dbdeb8281c20f3a352fd3bcaf4ffe10a4e

11 years agoMerge branch 'devel/home/master'
Sung-jae Park [Fri, 10 May 2013 05:29:17 +0000 (14:29 +0900)]
Merge branch 'devel/home/master'

11 years agoUpdate the icon service reuqest codes.
Sung-jae Park [Thu, 9 May 2013 04:45:18 +0000 (13:45 +0900)]
Update the icon service reuqest codes.

APIs are changed.

Change-Id: Icb5343dfcdd3e6ad6a70ed393d977bffab53aca0

11 years agoUpdate shortcut service library.
Sung-jae Park [Tue, 7 May 2013 08:19:33 +0000 (17:19 +0900)]
Update shortcut service library.

Icon service API is implemented.
Default layout & group should be "" (zero length string)
The icon provider will choose the default layout and group when it get zero length string.

Change-Id: Icff92720c7581be51cea492cfe4851fefff38571