platform/core/appfw/wgt-backend.git
7 years agoFix code style 28/107228/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.122116 accepted/tizen/3.0.m2/tv/20170104.122619 accepted/tizen/3.0.m2/wearable/20170104.122933 accepted/tizen/3.0/common/20161228.071626 accepted/tizen/3.0/ivi/20161228.021734 accepted/tizen/3.0/mobile/20161228.021602 accepted/tizen/3.0/tv/20161228.021648 accepted/tizen/3.0/wearable/20161228.021712 submit/tizen_3.0.m2/20170104.093749 submit/tizen_3.0/20161227.023045
Sangyoon Jang [Tue, 27 Dec 2016 07:48:27 +0000 (16:48 +0900)]
Fix code style

Remove errors/warnings from tools/check-coding-styles.

Change-Id: Idd2a1faca15b8ac48049c20ebfe758a4917f152f
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoFix privilege handling on hybrid installation 21/107221/2
Sangyoon Jang [Tue, 27 Dec 2016 07:26:24 +0000 (16:26 +0900)]
Fix privilege handling on hybrid installation

To handle privileges properly, it should merge privileges first before
StepPrivilegeCompatibility.

Change-Id: I5e40ebb3374939652d89e258a23051b91cb1781a
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoRemove unused string constant variable 20/107220/2
Sangyoon Jang [Tue, 27 Dec 2016 07:29:09 +0000 (16:29 +0900)]
Remove unused string constant variable

Change-Id: I1d78321f4d144fb2aff76057036b7cb02792b85d
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoRemove codes which refers deleted attribute 35/107035/2 accepted/tizen/3.0/common/20161227.181345 accepted/tizen/3.0/ivi/20161227.141655 accepted/tizen/3.0/mobile/20161227.141511 accepted/tizen/3.0/tv/20161227.141535 accepted/tizen/3.0/wearable/20161227.141631 submit/tizen_3.0/20161226.101740
Junghyun Yeon [Mon, 26 Dec 2016 07:32:44 +0000 (16:32 +0900)]
Remove codes which refers deleted attribute

Related changes:
[pkgmgr-info] : https://review.tizen.org/gerrit/107032
[app-installers] : https://review.tizen.org/gerrit/107033
[tpk-backend] : https://review.tizen.org/gerrit/107034

Change-Id: I54b8508488321a67ef35733a1063496544f31b22
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
7 years agoAdjust step order of hybrid installer 31/106831/1
Sangyoon Jang [Fri, 23 Dec 2016 07:28:28 +0000 (16:28 +0900)]
Adjust step order of hybrid installer

Step for creating symlink should be called after merging manifest.

Change-Id: Ifdf323c5c0424c59cdbc99a0526f771050d5120d
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoFix smoketest 87/106787/3
Sangyoon Jang [Fri, 23 Dec 2016 05:28:03 +0000 (14:28 +0900)]
Fix smoketest

Smoketest should test both global/local case.
This patch make smoketest can test global/local test, but test only
global case because of current platform policy.
It should be test local case also later.

Change-Id: Ib9cb9754058a34a6fc18ba845c872ed819cd3050
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoRemove cleardata feature 01/106601/6 accepted/tizen/3.0/common/20161228.071542 accepted/tizen/3.0/ivi/20161226.030306 accepted/tizen/3.0/mobile/20161226.030138 accepted/tizen/3.0/tv/20161226.030212 accepted/tizen/3.0/wearable/20161226.030238 submit/tizen_3.0/20161223.043050
Junghyun Yeon [Thu, 22 Dec 2016 07:17:17 +0000 (16:17 +0900)]
Remove cleardata feature

- Cleardata will be handled by pkg_cleardata
so remove features related with it from backend

Related changes:
[pkgmgr-server] : https://review.tizen.org/gerrit/106486
[pkgmgr-tool] : https://review.tizen.org/gerrit/106485
[app-installers] : https://review.tizen.org/gerrit/105691
[tpk-backend] : https://review.tizen.org/gerrit/106603

Change-Id: I5df69fbe6416fae0188156b0af7d9657951ec32b
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
7 years agoFix mount install failure on global installation 76/106576/1
Sangyoon Jang [Thu, 22 Dec 2016 05:54:25 +0000 (14:54 +0900)]
Fix mount install failure on global installation

Security registration should be done before creating per user storage
directories because StepCreatePerUserStorage calls
security_manager_paths_register() and it needs security context.

Change-Id: I90c846f55c5ba2cdc294c1a762edb9d97cc76b50
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoFix generating manifest when install hybrid package 28/105428/3 accepted/tizen/3.0/common/20161227.101247 accepted/tizen/3.0/ivi/20161222.024830 accepted/tizen/3.0/mobile/20161222.024711 accepted/tizen/3.0/tv/20161222.024738 accepted/tizen/3.0/wearable/20161222.024803 submit/tizen_3.0/20161221.130430
Sangyoon Jang [Fri, 16 Dec 2016 09:54:40 +0000 (18:54 +0900)]
Fix generating manifest when install hybrid package

Currently, wgt-backend generate manifest file using manifest_x which is
parsed by manifest parser. This data contains only the parser knows.
However, the manifest file for native packages have many element which
are not parsed manifest parser but parsed by plugin parsers.
So the manifest generated by wgt-backend loses some elements.

This patch will make the manifest have elements as it was before.
StepGenerateXml from hybrid installer will merge original native
manifest into generated widget manifest(config.xml).

Change-Id: Iea0a68c3b695243248469f0794f62f7bec4fa757
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoCreate private tmp directory in skel 67/105467/2 accepted/tizen/3.0/common/20161221.180513 accepted/tizen/3.0/ivi/20161221.005133 accepted/tizen/3.0/mobile/20161221.005213 accepted/tizen/3.0/tv/20161221.004930 accepted/tizen/3.0/wearable/20161221.005034 submit/tizen_3.0/20161219.021225
Piotr Dabrowski [Fri, 16 Dec 2016 14:16:37 +0000 (15:16 +0100)]
Create private tmp directory in skel

Submit together:
https://review.tizen.org/gerrit/#/c/105467/
https://review.tizen.org/gerrit/#/c/105468/

Change-Id: I7454b05b3d83bac2939594f0d82e8d22d457789c

7 years agoAdd missed 'break' 28/104328/1 accepted/tizen/3.0/common/20161216.122737 accepted/tizen/3.0/ivi/20161216.013907 accepted/tizen/3.0/mobile/20161216.013728 accepted/tizen/3.0/tv/20161216.013835 accepted/tizen/3.0/wearable/20161216.013850 submit/tizen_3.0/20161215.010253
Junghyun Yeon [Tue, 13 Dec 2016 06:15:21 +0000 (15:15 +0900)]
Add missed 'break'

Change-Id: Iea19cafbf53d996c1b0123bb9bafd230a105a006
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
7 years agofix missing brace 29/103729/1 accepted/tizen/3.0/common/20161212.060338 accepted/tizen/3.0/ivi/20161212.022753 accepted/tizen/3.0/mobile/20161212.022524 accepted/tizen/3.0/tv/20161212.022650 accepted/tizen/3.0/wearable/20161212.022719 submit/tizen_3.0/20161209.072525
jongmyeongko [Fri, 9 Dec 2016 08:21:11 +0000 (17:21 +0900)]
fix missing brace

Change-Id: I1d2d6137481f9a2a53fbfd2823fa5398a2375387
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agoapply new features : partial install/update/uninstall, force-clean 26/102026/5
jongmyeongko [Sun, 4 Dec 2016 09:26:07 +0000 (18:26 +0900)]
apply new features : partial install/update/uninstall, force-clean

Submit with:
https://review.tizen.org/gerrit/#/c/103359/
https://review.tizen.org/gerrit/#/c/103361/

Change-Id: I63a24f916d1e8b8a379d579962513ba1551904dc
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agochange the name of StepChageOwner to StepChangeOwnershipAndPermission 12/103512/1
jongmyeongko [Thu, 8 Dec 2016 12:42:38 +0000 (21:42 +0900)]
change the name of StepChageOwner to StepChangeOwnershipAndPermission

Change-Id: I6d6dc6bcf83b5be91b1bc4cb50aaf88a3a4e7742
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agoFix package icon path 82/103382/1 accepted/tizen/3.0/common/20161209.094819 accepted/tizen/3.0/ivi/20161209.001945 accepted/tizen/3.0/mobile/20161209.001856 accepted/tizen/3.0/tv/20161209.001921 accepted/tizen/3.0/wearable/20161209.001932 submit/tizen_3.0/20161208.065808
Sangyoon Jang [Thu, 8 Dec 2016 06:29:31 +0000 (15:29 +0900)]
Fix package icon path

It should be under at shared/res for access by other applications.

Change-Id: I1cdb835db681a98ea05987a52b9e55b23d5c8f17
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoAdjust to change of support ambient 64/103064/2 accepted/tizen/3.0/common/20161208.153437 accepted/tizen/3.0/ivi/20161208.062746 accepted/tizen/3.0/mobile/20161208.062501 accepted/tizen/3.0/tv/20161208.062604 accepted/tizen/3.0/wearable/20161208.062658 submit/tizen_3.0/20161207.072901
Sangyoon Jang [Wed, 7 Dec 2016 06:42:00 +0000 (15:42 +0900)]
Adjust to change of support ambient

Requires:
 - https://review.tizen.org/gerrit/102774

Change-Id: I0f64c7eeb825fd82f25940c0829c4725356c2c9b
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoFix CMakeLists.txt 50/101850/2
Sangyoon Jang [Fri, 2 Dec 2016 08:42:37 +0000 (17:42 +0900)]
Fix CMakeLists.txt

To make extendible for adding source & header files.

Change-Id: I54198360f67882b6c644d13f027f155855e57d12
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoAdd new steps for readonly update 32/101832/6
Sangyoon Jang [Tue, 15 Nov 2016 05:30:45 +0000 (14:30 +0900)]
Add new steps for readonly update

Change-Id: Iff1ffcd4cecea510b4a91ab3d0730e9f09c30db5
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoAddition of main attribute for widget-application 67/101267/4
Piotr Ganicz [Wed, 30 Nov 2016 12:48:52 +0000 (13:48 +0100)]
Addition of main attribute for widget-application

This commit repairs the issue with generating proper main attribute
for widget-application element in manifest. Only one attribute can
be set to "true" for list of apps (widget-application).

Submit together:
  - https://review.tizen.org/gerrit/#/c/101269/
  - https://review.tizen.org/gerrit/#/c/101267/
  - https://review.tizen.org/gerrit/#/c/101266/

Change-Id: Icdc622d05b0d2b5787db8e099f1db978f130af97

7 years agoFix smoke test 49/101449/2 accepted/tizen/3.0/common/20161206.125833 accepted/tizen/3.0/ivi/20161206.000422 accepted/tizen/3.0/mobile/20161206.000303 accepted/tizen/3.0/tv/20161206.000342 accepted/tizen/3.0/wearable/20161206.000401 submit/tizen_3.0/20161205.120256
Sangyoon Jang [Thu, 1 Dec 2016 06:44:15 +0000 (15:44 +0900)]
Fix smoke test

Now gid of data, shared/data dir is system_share.

Change-Id: Id69017b75af1f12cb61d6aa2fd24c1d528a43963
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoSet missing manifest attribute: readonly, preload 30/101830/1
Sangyoon Jang [Fri, 2 Dec 2016 08:05:01 +0000 (17:05 +0900)]
Set missing manifest attribute: readonly, preload

Change-Id: I4a9395a7f646dae6f67723c95b7e1d5cb2496e91
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agochange disable_pkg test 09/101309/1 accepted/tizen/3.0/common/20161203.012157 accepted/tizen/3.0/ivi/20161201.075341 accepted/tizen/3.0/mobile/20161201.075141 accepted/tizen/3.0/tv/20161201.075226 accepted/tizen/3.0/wearable/20161201.075305 submit/tizen_3.0/20161201.024602
jongmyeongko [Wed, 30 Nov 2016 16:53:01 +0000 (01:53 +0900)]
change disable_pkg test

Change-Id: Ie821fea7e3697e1f0381b1d76778f7b31fe29c40
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agofix build error 00/101300/1 submit/tizen_3.0/20161130.132739
jongmyeongko [Wed, 30 Nov 2016 15:01:47 +0000 (00:01 +0900)]
fix build error

- this override function will be used.

Change-Id: I7d28e1e8b0dbf98dda4482eb8bbbe62390f50eab
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agoChange order of steps in wgt as in tpk 29/100629/1 submit/tizen_3.0/20161130.140956
Piotr Dabrowski [Mon, 28 Nov 2016 16:06:05 +0000 (17:06 +0100)]
Change order of steps in wgt as in tpk

StepRegisterSecurity
StepRegisterApplication
StepRunParserPlugin

StepUpdateSecurity
StepUpdateApplication
StepRunParserPlugin

Change-Id: I92c30d65c7af2b50c2ae2f32b8343ef522db2249

7 years agoFix for UpdateMode_Rollback_Hybrid and MountUpdateMode_Rollback_Hybrid 24/98724/5 accepted/tizen/3.0/common/20161125.101751 accepted/tizen/3.0/ivi/20161125.081930 accepted/tizen/3.0/mobile/20161125.081507 accepted/tizen/3.0/tv/20161125.081740 accepted/tizen/3.0/wearable/20161125.081846 submit/tizen_3.0/20161124.130849
Bartlomiej Kunikowski [Fri, 18 Nov 2016 10:48:41 +0000 (11:48 +0100)]
Fix for UpdateMode_Rollback_Hybrid and MountUpdateMode_Rollback_Hybrid

There are unneeded step that remove all smack rules. There should
be all smack rules as before an update.

Verify:
 - # su - app_fw
 - $ /usr/bin/wgt-backend-ut/smoke-test

Submit together:
 - https://review.tizen.org/gerrit/#/c/98725/

Requires:
 - https://review.tizen.org/gerrit/#/c/97903/

Change-Id: I5a0f4c929c9f90f06f67a68c3a1bcfc4939f9cc8

7 years agoFix for MountUpdateMode_Rollback 03/97903/4
Bartlomiej Kunikowski [Thu, 20 Oct 2016 08:34:21 +0000 (10:34 +0200)]
Fix for MountUpdateMode_Rollback

Requires:
 - https://review.tizen.org/gerrit/#/c/97897/

To verify run wgt-backend smoke test

Change-Id: I08198a4003acd457f2a8282d143a8272df53feb2

7 years agoFix smoke tests for hybrid packages 77/97577/4
Bartlomiej Kunikowski [Mon, 17 Oct 2016 10:53:12 +0000 (12:53 +0200)]
Fix smoke tests for hybrid packages

Change-Id: I0d475b40ad6251184fcbef992e1cf5008c7fe2b6

7 years agoapply extended concept of package's attribute. 22/99222/2
jongmyeongko [Tue, 22 Nov 2016 07:43:12 +0000 (16:43 +0900)]
apply extended concept of package's attribute.

Requires :
https://review.tizen.org/gerrit/#/c/99039/

Change-Id: I3da722ec30cd00554b9fe9e00b001bb6922a8cbf
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agoImplement wgt backend library 09/99009/5 accepted/tizen/3.0/common/20161124.181949 accepted/tizen/3.0/ivi/20161124.030516 accepted/tizen/3.0/mobile/20161124.030401 accepted/tizen/3.0/tv/20161124.030430 accepted/tizen/3.0/wearable/20161124.030456 submit/tizen_3.0/20161123.114701
Sangyoon Jang [Mon, 21 Nov 2016 07:00:25 +0000 (16:00 +0900)]
Implement wgt backend library

This backend library is for getting package information from file.
The functions are called by dlsym from pkgmgr_client api.
(Refer to: https://review.tizen.org/gerrit/73286)

Change-Id: I547fae4bf0a431a28826ef8c4f6e83768c4acc18
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoAdjust to privilege verification API change 79/98479/4 accepted/tizen/3.0/common/20161122.195056 accepted/tizen/3.0/ivi/20161122.075923 accepted/tizen/3.0/mobile/20161122.075824 accepted/tizen/3.0/tv/20161122.075846 accepted/tizen/3.0/wearable/20161122.075905 submit/tizen_3.0/20161121.042235
Sangyoon Jang [Thu, 17 Nov 2016 10:34:46 +0000 (19:34 +0900)]
Adjust to privilege verification API change

Requires:
 - https://review.tizen.org/gerrit/98384
 - https://review.tizen.org/gerrit/98161

Change-Id: Idf6d33b3216466f23efbcb0ad2d1c25ea131936a
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoMerge "Fix StepCreateStorageDirectores" into tizen_3.0 accepted/tizen/3.0/common/20161118.193020 accepted/tizen/3.0/ivi/20161118.004159 accepted/tizen/3.0/mobile/20161118.004046 accepted/tizen/3.0/tv/20161118.004116 accepted/tizen/3.0/wearable/20161118.004138 submit/tizen_3.0/20161117.054138
jongmyeong ko [Thu, 17 Nov 2016 14:21:50 +0000 (06:21 -0800)]
Merge "Fix StepCreateStorageDirectores" into tizen_3.0

7 years ago[Coding style] Wgt step reorder as tpk 96/98196/2
Piotr Ganicz [Tue, 15 Nov 2016 09:35:47 +0000 (10:35 +0100)]
[Coding style] Wgt step reorder as tpk

This commit reoders step RegisterApplication with RegisterSecurity as
it is done in Tpk installer. It could be done because that steps
do not depend of each other.

Change-Id: Ia30152f749f0b5a360bdabcfad032142e84cdd5f

7 years agoFix StepCreateStorageDirectores 99/98199/2
Piotr Ganicz [Tue, 15 Nov 2016 08:02:01 +0000 (09:02 +0100)]
Fix StepCreateStorageDirectores

This patch provides proper handling for following test case:
1. Crash installation before StepGenerateXML
2. Install again
3. The installation should be successful

Change-Id: Ic55d86d5164ecb1f596f7ddc7d51cf16a0f6268e

7 years agoAdd StepCheckInstallable 81/98481/1
Sangyoon Jang [Thu, 17 Nov 2016 10:36:31 +0000 (19:36 +0900)]
Add StepCheckInstallable

Requires:
 - https://review.tizen.org/gerrit/98476

Change-Id: I13c733301b6b57f92533a7a451ccb920b1c86635
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoFix manifest preload location 59/98259/1
Piotr Ganicz [Wed, 16 Nov 2016 15:37:34 +0000 (16:37 +0100)]
Fix manifest preload location

This patch sets manifest location for preload request to TZ_SYS_RO_PACKAGES.

Change-Id: I678e78981fdcb8698d1cda8f1b5eba7bf6173e49

7 years agoFixing rollback 35/88235/5 accepted/tizen/3.0/common/20161114.082526 accepted/tizen/3.0/ivi/20161110.015554 accepted/tizen/3.0/mobile/20161110.015320 accepted/tizen/3.0/tv/20161110.015432 accepted/tizen/3.0/wearable/20161110.015524 submit/tizen_3.0/20161107.133644 submit/tizen_3.0_common/20161110.084657
Tomasz Iwanek [Thu, 15 Sep 2016 10:25:48 +0000 (12:25 +0200)]
Fixing rollback

This patch should fix:
 1) Situation when backup files are not fully restored when
    file that has been backed up wasn't removed yet -> file
    is not restored (new flag: FS_MERGE_OVERWRITE)
 2) Situation when backup file was not fully copied and we
    restore broken copy (new flag: FS_COMMIT_COPY_FILE)

Submit together:
 - https://review.tizen.org/gerrit/88235
 - https://review.tizen.org/gerrit/88236

Change-Id: I49baa0c194b6247d33f40cc804610eb32aafe490

7 years agoReworking handling privileges for hybrid application 61/90561/5
Tomasz Iwanek [Fri, 30 Sep 2016 08:07:13 +0000 (10:07 +0200)]
Reworking handling privileges for hybrid application

This patch keeps single list of privileges (stored in
manifest_x) and filters privileges when registring
security rules of applications. Following changed:
 - generated platform manifest xml contains <privilege>
   tags with 'type' atttibute set to 'tpk' or 'wgt',
 - in case of absence of attribute, its default value
   is 'tpk',
 - manifest_x changes privilege type from GList of char*
   to GList of privilege_x. Structure named 'privilege_x'
   contain parsed privilege type,
 - although there is one privilege list, given the fact
   that privilege now have type, native and web privileges
   should be registered in native or web apps only.

Verification:
 - no regression in tpk/wgt smoke tests,
 - install hybrid app with native and web privileges
   and check generated manifest file for privileges,
 - install web app with privileges and check generated
   manifest file,
 - install web app without privileges and check generated
   manifest file -> default privileges should be added.

Submit together:
 - https://review.tizen.org/gerrit/#/c/90540/
 - https://review.tizen.org/gerrit/#/c/90543/
 - https://review.tizen.org/gerrit/#/c/90544/
 - https://review.tizen.org/gerrit/#/c/90546/
 - https://review.tizen.org/gerrit/#/c/90561/

Change-Id: I4ec7c8714a55917dbda665bf2a1c08ca30ce3f97

7 years agoRevert "Fix checking privilege level for hybrid apps" 60/90560/4
Tomasz Iwanek [Fri, 30 Sep 2016 08:48:38 +0000 (10:48 +0200)]
Revert "Fix checking privilege level for hybrid apps"

Following commit will reimplement this bug fix.

This reverts commit 3002913a84371529abcb09bc7f51857bd3a3899a.

Change-Id: I6334d50351fe49daedf543322738b102de2444f5

7 years agoTemporary fix for hybrid pkg installation 82/92582/3 accepted/tizen/common/20161017.170535 accepted/tizen/ivi/20161018.091324 accepted/tizen/mobile/20161018.091236 accepted/tizen/tv/20161018.091256 accepted/tizen/wearable/20161018.091310 submit/tizen/20161017.122727 submit/tizen_3.0/20161028.062323 submit/tizen_3.0_common/20161104.104000
Sangyoon Jang [Mon, 17 Oct 2016 11:02:15 +0000 (20:02 +0900)]
Temporary fix for hybrid pkg installation

Submit together:
 - https://review.tizen.org/gerrit/92583
 - https://review.tizen.org/gerrit/92584
 - https://review.tizen.org/gerrit/92585

Change-Id: If9ab9d27126568e12efadcaea50988ab57cd4c5f
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoFix step order of hybrid installer 81/92581/1
Sangyoon Jang [Mon, 17 Oct 2016 11:00:32 +0000 (20:00 +0900)]
Fix step order of hybrid installer

Parser plugins should be run after pakcage registration.

Change-Id: I0635000604e28c28e88a7e3d56b69a972fec533a
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoPatch reinstall/RDS according to SDK behaviour 31/91431/3 accepted/tizen/common/20161013.155648 accepted/tizen/ivi/20161014.074158 accepted/tizen/mobile/20161014.074054 accepted/tizen/tv/20161014.074118 accepted/tizen/wearable/20161014.074137 submit/tizen/20161012.122424
Tomasz Iwanek [Fri, 7 Oct 2016 08:56:10 +0000 (10:56 +0200)]
Patch reinstall/RDS according to SDK behaviour

Commit changes reinstall request argument. Now pkgid
is expected instead of path to directory. What is more,
if package manifest is not in the directory supplied by
reinstall/RDS then it will be copied from install location.

Application installer expects that SDK will put files into:
 - local installation:
   /home/$USERNAME/apps_rw/tmp/$PKGID/
 - global installation:
   /opt/apps/tmp/$PKGID/

Requires:
 - https://review.tizen.org/gerrit/91412

Submit together:
 - https://review.tizen.org/gerrit/91430
 - https://review.tizen.org/gerrit/91431
 - https://review.tizen.org/gerrit/91432

Verification:
 - run smoke tests,
 - run reinstall from SDK,
 - run RDS from SDK.

Change-Id: I7a5008c6a5d9d28f4181a0be92d42dc9c8e57e28

7 years agoFix WgtAppQueryInterface 92/90792/3
Sangyoon Jang [Tue, 4 Oct 2016 08:49:40 +0000 (17:49 +0900)]
Fix WgtAppQueryInterface

Don't parse again argv, argc.
They are already parsed by PkgMgrInterface.

Requires:
 - https://review.tizen.org/gerrit/90478

Change-Id: I2ab9f8ad291f97070d38617e1fd4cb15bb9e986a
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoFix checking privilege level for hybrid apps 86/89686/3 accepted/tizen/common/20161011.154148 accepted/tizen/ivi/20161011.234024 accepted/tizen/mobile/20161011.234006 accepted/tizen/tv/20161011.234015 accepted/tizen/wearable/20161011.233943 submit/tizen/20161011.002253
Tomasz Iwanek [Mon, 26 Sep 2016 09:12:48 +0000 (11:12 +0200)]
Fix checking privilege level for hybrid apps

There are two facts:
 - we need to store all privileges into pkgmgr database,
 - we need to check privilege level for native and web
   privileges separatelly in case of hybrid application.

Therefore, merging of native and web privilege is delayed till
checking privilege level. Installing of hybrid app will involve
customized step for checking privilege level.

Requires:
 - https://review.tizen.org/gerrit/89685

Change-Id: I7bb044e4ddb6de488e959b8433105bc22c82f0c1

7 years agoCoding style 54/90554/1
Piotr Ganicz [Fri, 30 Sep 2016 09:24:43 +0000 (11:24 +0200)]
Coding style

Change-Id: Ib507c02e3202cd96df63a1fddf8d51fa8cb7f163

7 years agoreturn origin string instead of VersionNumber 38/90238/1 accepted/tizen/3.0/ivi/20161011.070258 accepted/tizen/3.0/mobile/20161015.034439 accepted/tizen/3.0/tv/20161016.010108 accepted/tizen/3.0/wearable/20161015.084506 accepted/tizen/common/20160929.163436 accepted/tizen/ivi/20160929.081953 accepted/tizen/mobile/20160929.081930 accepted/tizen/tv/20160929.081936 accepted/tizen/wearable/20160929.081712 submit/tizen/20160929.070640 submit/tizen_3.0_ivi/20161010.000008 submit/tizen_3.0_mobile/20161015.000007 submit/tizen_3.0_tv/20161015.000006 submit/tizen_3.0_wearable/20161015.000006
Cho Woong Suk [Thu, 29 Sep 2016 06:38:46 +0000 (15:38 +0900)]
return origin string instead of VersionNumber

Change-Id: Iccfd3060bf79266efefb28e1dda002b578150cbe

7 years agoSet nodisplay for downloadable_font and tts category apps 27/89727/5
Tomasz Iwanek [Mon, 26 Sep 2016 12:22:38 +0000 (14:22 +0200)]
Set nodisplay for downloadable_font and tts category apps

These apps aren't supposed to be run.

Change-Id: I332a5dae817d627db764086baf2413878da9fe95

7 years agoCheck private data files preservation in smoke tests 52/88252/6
Tomasz Iwanek [Thu, 15 Sep 2016 12:53:42 +0000 (14:53 +0200)]
Check private data files preservation in smoke tests

Change-Id: I1de7c32e4c9fe14f0a781e5d1f328dea62c9a02b

7 years agoAdd more smoke test for hybrid/wgt package in wgt 88/88988/2
Bartlomiej Kunikowski [Wed, 21 Sep 2016 08:35:32 +0000 (10:35 +0200)]
Add more smoke test for hybrid/wgt package in wgt

Run smoke tests to verify.

If you applied patch
 - https://review.tizen.org/gerrit/#/c/88124/

there are:

[  FAILED  ] SmokeTest.MountInstallationMode_Hybrid
[  FAILED  ] SmokeTest.MountUpdateMode_Hybrid
[  FAILED  ] SmokeTest.UpdateMode_Rollback_Hybrid
[  FAILED  ] SmokeTest.MountUpdateMode_Rollback_Hybrid
[  FAILED  ] SmokeTest.MountInstallationMode_Rollback
[  FAILED  ] SmokeTest.MountUpdateMode_Rollback

This will be fixed separately.

Change-Id: I615266eb01f1abfc2861547aa62791f820d2cf65

7 years agoFix smoke test - add missing assertions 52/88452/2
Bartlomiej Kunikowski [Thu, 15 Sep 2016 14:22:23 +0000 (16:22 +0200)]
Fix smoke test - add missing assertions

Change-Id: I3de08191f7c764d78da743e9e24055f0c4f5bcb3

7 years agoFix ValidatePackageFS in smoke tests 24/88124/3
Tomasz Iwanek [Tue, 13 Sep 2016 12:07:08 +0000 (14:07 +0200)]
Fix ValidatePackageFS in smoke tests

Run smoke tests to verify.

Change-Id: I4018ffd9d94aadc764e9b1fcea066896212b8715

7 years agoPut metadata of app-widget into application_x 28/88628/2 accepted/tizen/common/20160922.120318 accepted/tizen/ivi/20160922.233116 accepted/tizen/mobile/20160922.233052 accepted/tizen/tv/20160922.233110 accepted/tizen/wearable/20160922.233104 submit/tizen/20160922.003440
Junghyun Yeon [Tue, 20 Sep 2016 05:05:29 +0000 (14:05 +0900)]
Put metadata of app-widget into application_x

Put metadata of app-widget at parsing time to
Insert it into app metadata db

Change-Id: I877fabfc4f324439344632a0a4909b9fe07a7b81
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
7 years agoMerge "Fix for StepParse - additional conditions checking for watch category in manif... accepted/tizen/common/20160920.131830 accepted/tizen/ivi/20160920.231559 accepted/tizen/mobile/20160920.231455 accepted/tizen/tv/20160920.231524 accepted/tizen/wearable/20160920.231541 submit/tizen/20160920.011443
woongsuk cho [Mon, 19 Sep 2016 22:57:56 +0000 (15:57 -0700)]
Merge "Fix for StepParse - additional conditions checking for watch category in manifest" into tizen

7 years agoFix for StepParse - additional conditions checking for watch 46/88546/1
Bartlomiej Kunikowski [Mon, 19 Sep 2016 11:03:15 +0000 (13:03 +0200)]
Fix for StepParse - additional conditions checking for watch
category in manifest

Change-Id: I1a1051fc466616df92dd1e5b02e34d4a6e872dce

7 years agoremove the profile macro in the spec file. it's not used. 59/88459/1
jongmyeongko [Mon, 19 Sep 2016 07:49:23 +0000 (16:49 +0900)]
remove the profile macro in the spec file. it's not used.

Change-Id: Id3cd1253f824980766f664580f0219bf189873a4
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agoNodisplay setting handling for webapp and checking privilege level for 20/88120/3
Bartlomiej Kunikowski [Tue, 13 Sep 2016 10:08:55 +0000 (12:08 +0200)]
Nodisplay setting handling for webapp and checking privilege level for
sound-mode and nodisplay

Change-Id: I6b218368ad5a747edb9c08c420abbb443286618b

7 years agoFix generation of widget-application for hybrid apps 13/87313/3
Tomasz Iwanek [Wed, 7 Sep 2016 09:13:12 +0000 (11:13 +0200)]
Fix generation of widget-application for hybrid apps

Removed statement was performing invalid check. In hybrid apps
we can generate widget-application for wgt as well as native app.
If native part of package declared widget-application, installation
fails. Therefore, this check was removed.

Change-Id: Ie1fb73e33daf037fc613abacf967b305635ad5ed

7 years agoFix change owner for recovery mode 97/87797/3
Bartlomiej Kunikowski [Fri, 9 Sep 2016 09:30:43 +0000 (11:30 +0200)]
Fix change owner for recovery mode

Requires:
 - https://review.tizen.org/gerrit/#/c/87795/

Change-Id: I9b12839a97a748cc2fdb4e134903e7d869c8a29c

7 years agoAdd package file ownership checking to smoke tests 57/87757/3
Bartlomiej Kunikowski [Fri, 9 Sep 2016 09:06:45 +0000 (11:06 +0200)]
Add package file ownership checking to smoke tests

All tests passed after making fixes:
 - https://review.tizen.org/gerrit/#/c/87795/
 - https://review.tizen.org/gerrit/#/c/87797/

Change-Id: Ic25afade3f3ffe4279a0ddf2562ba9c5420abff8

7 years agoBuildbreak fix 43/87943/2 accepted/tizen/common/20160913.170228 accepted/tizen/ivi/20160913.042225 accepted/tizen/mobile/20160913.042133 accepted/tizen/tv/20160913.042151 accepted/tizen/wearable/20160913.042209 submit/tizen/20160913.003221
Tomasz Iwanek [Mon, 12 Sep 2016 08:25:28 +0000 (10:25 +0200)]
Buildbreak fix

Change-Id: Id966e9f9b2c75ea572c8c8184afc329dfd134053

7 years agoadd and fix step for fota and direct install 72/87472/3 accepted/tizen/common/20160909.115059 accepted/tizen/ivi/20160909.122431 accepted/tizen/mobile/20160909.122336 accepted/tizen/tv/20160909.122353 accepted/tizen/wearable/20160909.122414 submit/tizen/20160909.054902 submit/tizen/20160909.060412
Junghyun Yeon [Thu, 8 Sep 2016 07:07:32 +0000 (16:07 +0900)]
add and fix step for fota and direct install

- Add StepWgtPatchIcons at ManifestDirectInstall and Update to work it properly
- Fix StepWgtPatchIcons to overwrite icon even exists

Related changes
[pkgmgr-tool] : https://review.tizen.org/gerrit/#/c/83327/
[app-installers] : https://review.tizen.org/gerrit/#/c/86789/
[tpk-backend] : https://review.tizen.org/gerrit/#/c/86846/

Change-Id: I9a13d6af490832e0a48fd8e837a7bc29aeb60648
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
7 years agoFix installation User Defined Plugins 55/87555/2
Piotr Ganicz [Thu, 8 Sep 2016 12:33:54 +0000 (14:33 +0200)]
Fix installation User Defined Plugins

Change-Id: I0e71b358bf437a40980881c5fc23ce095bd5012b

7 years agoUnit test for User Definded Plugin 54/87554/1
Piotr Ganicz [Thu, 8 Sep 2016 08:56:32 +0000 (10:56 +0200)]
Unit test for User Definded Plugin

Change-Id: I3ca99aae0e79320941a1bb2b8ef9ee410ac75738

7 years agoFix installation of icons for hybrid applications 60/87360/1
Piotr Dabrowski [Wed, 7 Sep 2016 12:31:12 +0000 (14:31 +0200)]
Fix installation of icons for hybrid applications

Change-Id: I41ce7308a6e7abb7f55b3fb002639fad580a4c57

7 years agoRecovery mode for mount install and mount update 41/86741/3
Tomasz Iwanek [Thu, 1 Sep 2016 11:54:40 +0000 (13:54 +0200)]
Recovery mode for mount install and mount update

To verify, run new smoke tests.

Recovery mode requires mounting zip package.
Signature files  which needs to be read in next
step are within zip package.

Requires:
 - https://review.tizen.org/gerrit/86739

Change-Id: I857ecea3dae3836cf9a0af2c11766481a016847e

7 years agoSet correct exec label for smoke tests 11/86311/6
Tomasz Iwanek [Wed, 31 Aug 2016 09:48:58 +0000 (11:48 +0200)]
Set correct exec label for smoke tests

Otherwise, running from shell gives
"System::Privileged" instead of "System".

To verify run:
 $ usermod -s /bin/bash app_fw
 $ chsmack -a _ /etc/passwd
 $ su - app_fw
 $ /usr/bin/wgt-backend-ut/smoke-test

Change-Id: If2f314f77daeb28b4af4cd3568cc3ac52bbd1354

7 years agoFix double parsing of config.xml in delta wgt mode 40/86940/6
Bartlomiej Kunikowski [Mon, 5 Sep 2016 13:29:49 +0000 (15:29 +0200)]
Fix double parsing of config.xml in delta wgt mode

Fixed by add a optional delay in checking existence of start files
and adding new step

Requires:
 - https://review.tizen.org/gerrit/#/c/86941/

Change-Id: I9efed825d5f04af28493a6bd0003e3b9d6efb3c8

7 years agoFixes after cppcheck 92/86292/3
Piotr Dabrowski [Thu, 1 Sep 2016 13:37:33 +0000 (15:37 +0200)]
Fixes after cppcheck

> [wgt-backend/src/wgt/step/encryption/step_encrypt_resources.cc:175]: (error) Resource leak: input
> [wgt-backend/src/wgt/step/encryption/step_encrypt_resources.cc:251]: (error) Deallocating a deallocated pointer: output
> [wgt-backend/src/wgt/extension_config_parser.cc:27]: (performance) Variable 'config_xml_' is assigned in constructor body. Consider performing initialization in initialization list.

Change-Id: I4386dd4b5923566cc2e7ce941144496200fe139b

7 years agoSmoke test for delta recovery 36/86136/2
Tomasz Iwanek [Tue, 30 Aug 2016 14:17:57 +0000 (16:17 +0200)]
Smoke test for delta recovery

To verify, run new smoke test.

Requires:
 - https://review.tizen.org/gerrit/#/c/86119/

Change-Id: I612a4cf568646787463e05dc874f77af7f5c55e5

7 years agoRevert "Revert "Force uninstall for external storage packages"" 91/86191/1
JongHeon Choi [Wed, 31 Aug 2016 04:45:30 +0000 (13:45 +0900)]
Revert "Revert "Force uninstall for external storage packages""

This reverts commit 3b44494fae615048b82f7dac6905cc9aa23e2bfb.

Change-Id: I113e8f2ec6a37a630dd052513d7a88dc6712c407

7 years agoRevert "Force uninstall for external storage packages" 88/86188/1 accepted/tizen/common/20160831.161850 accepted/tizen/ivi/20160831.080426 accepted/tizen/mobile/20160831.080258 accepted/tizen/tv/20160831.080337 accepted/tizen/wearable/20160831.080406 submit/tizen/20160831.045954
JongHeon Choi [Wed, 31 Aug 2016 04:44:22 +0000 (13:44 +0900)]
Revert "Force uninstall for external storage packages"

This reverts commit 0019e1abf93a2d5b1ed056c63a299f3e34db45de.

Change-Id: Ieafc64859bb0648aed01a21d71836d66ac5ad1a6

7 years agoFile encryption method reading whole files into a dynamic stack buffer 38/81738/15 submit/tizen/20160831.042125
JongHeon Choi [Thu, 28 Jul 2016 06:19:06 +0000 (15:19 +0900)]
File encryption method reading whole files into a dynamic stack buffer

Related changes:
[crosswalk-tizen] https://github.com/crosswalk-project/crosswalk-tizen/pull/135
                  https://review.tizen.org/gerrit/#/c/83459/

Change-Id: I87d41c578e161622035e65e324b3d9590e2c266e

7 years agoForce uninstall for external storage packages 80/86080/1
Bartlomiej Kunikowski [Tue, 30 Aug 2016 11:26:04 +0000 (13:26 +0200)]
Force uninstall for external storage packages

Now errors from StepAcquireExternalStorage are ignored in uninstall mode
by using StepOptionalAcquireExternalStorage instead of old step.

Requires:
 - https://review.tizen.org/gerrit/#/c/86078/

Change-Id: I07efa35829566b928208b6312180a24f6e1c66a4

7 years agoAdd StepChangeOwner for HybridInstaller 87/84187/4 accepted/tizen/common/20160829.135936 accepted/tizen/common/20160830.150147 accepted/tizen/ivi/20160830.061217 accepted/tizen/mobile/20160830.060941 accepted/tizen/tv/20160830.061046 accepted/tizen/wearable/20160830.061131 submit/tizen/20160829.010716 submit/tizen/20160830.010724
Tomasz Iwanek [Wed, 17 Aug 2016 08:06:08 +0000 (10:06 +0200)]
Add StepChangeOwner for HybridInstaller

Complementary changes to: https://review.tizen.org/gerrit/#/c/84185/

To verify, install hybrid package and check that files of installed package
have owner's ownership.

Change-Id: I8a644be5567acd1a6ce800225cb9050043c32f76

7 years agoModify getting icon list 78/85078/5
Tomasz Iwanek [Tue, 23 Aug 2016 09:51:27 +0000 (11:51 +0200)]
Modify getting icon list

Installer (now) provides xml:lang localization of icon items in
platform manifest. This information is generated from folder
based localization of wgt package.

From now:
 - icon list returned by handler contains only valid <icon> tag
   related positions, this will prevent parser from modifing
   constant data,
 - client will need to pass icon list from handler to utility
   function (together with base path) to get localized custom
   and default icon list that can be used in runtime or for
   platform manifest <icon> tag assignment,
 - installer generates list of localized icons and for each
   available locale icon element in manifest_x is created.

Submit together:
 - https://review.tizen.org/gerrit/85076
 - https://review.tizen.org/gerrit/85078

Change-Id: I8797bfa57f185d679dd5b6cbea4278658bedd7a2

7 years agoImplement long-polling setting - check privilege 05/85305/6
Bartlomiej Kunikowski [Wed, 24 Aug 2016 12:59:02 +0000 (14:59 +0200)]
Implement long-polling setting - check privilege

Requires:
- https://review.tizen.org/gerrit/#/c/85303/

Change-Id: I9e856727bf240d6d407cea03976024ee18f643d0

7 years agoFix mount install smoke tests 28/84628/3
Tomasz Iwanek [Fri, 19 Aug 2016 11:09:03 +0000 (13:09 +0200)]
Fix mount install smoke tests

Repacking zips. It seems that tzip is not working properly if zip package doesn't have
empty entries per each directory in package. New zips have entries for all directories
in widgets.

To verify, run:
 app_fw$ /usr/bin/wgt-backend-ut/smoke-test --gtest_filter=SmokeTest.MountInstallationMode
 app_fw$ /usr/bin/wgt-backend-ut/smoke-test --gtest_filter=SmokeTest.MountUpdateMode

Change-Id: Icbe007ccf5524d2a2326f4dbe5c05466d174e5c2

7 years agoStepWgtRecoverSignature 03/84603/2
Tomasz Iwanek [Fri, 19 Aug 2016 10:46:58 +0000 (12:46 +0200)]
StepWgtRecoverSignature

To verify, run test:
 app_fw$ /usr/bin/wgt-backend-ut/smoke-test --gtest_filter=SmokeTest.RecoveryMode_ForUpdate

Requires:
 - https://review.tizen.org/gerrit/84596
 - https://review.tizen.org/gerrit/84598

Change-Id: I1046976f841a14c6b68d428e9604b29318b6bf80

7 years agoRemove TODOs 12/84212/2
Tomasz Iwanek [Wed, 17 Aug 2016 08:33:53 +0000 (10:33 +0200)]
Remove TODOs

These TODOs won't be fixed or are already fixed.

Change-Id: I78138e9120b1720986dddb44ab16d55e96432b0e

7 years agoUser 'app_fw' for smoke tests 67/84567/5
Tomasz Iwanek [Fri, 19 Aug 2016 08:49:17 +0000 (10:49 +0200)]
User 'app_fw' for smoke tests

To verify, run:
 app_fw@localhost:~$ /usr/bin/wgt-backend-ut/smoke-test

Fail expected: 'SmokeTest.RecoveryMode_Update' (on second run)
This will be fixed separately.

Tests:
 - SmokeTest.MountInstallationMode
 - SmokeTest.MountUpdateMode
are expected to fail as well.

Requires:
 - https://review.tizen.org/gerrit/#/c/84457/

Change-Id: Id08ad6bc3f294522e6c01d652194ebd248b7510b

7 years agoAdd step to change owner 85/84185/2 accepted/tizen/common/20160817.133230 accepted/tizen/common/20160818.144542 accepted/tizen/ivi/20160819.063358 accepted/tizen/mobile/20160819.063252 accepted/tizen/tv/20160819.063345 accepted/tizen/wearable/20160819.063322 submit/tizen/20160817.084623 submit/tizen/20160818.060816
Hwankyu Jhun [Wed, 17 Aug 2016 07:12:48 +0000 (16:12 +0900)]
Add step to change owner

Change-Id: I57776874ed6680e58b6f9c3f4fc5dafb6f427152
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoPrevent generating invalid manifest. 93/84093/2
Piotr Ganicz [Tue, 16 Aug 2016 10:45:38 +0000 (12:45 +0200)]
Prevent generating invalid manifest.

This patch removes empty labels from manifest when generating.

Change-Id: Iade7cbfefb7d282a6645d389b25c3bc713e5a87d

7 years agosymlink control for read-only files of global app. 02/81502/10
jongmyeongko [Tue, 26 Jul 2016 12:51:59 +0000 (21:51 +0900)]
symlink control for read-only files of global app.

this is for new concept to support legacy app_path
for backward compatibility.

Requires:
https://review.tizen.org/gerrit/#/c/81493/

Change-Id: I1ca76edc6dfe1c11a15a06e13b29c631779bf34e
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agotpk/wgt backend will run as system session 99/81099/13 accepted/tizen/common/20160812.140745 accepted/tizen/ivi/20160815.233251 accepted/tizen/mobile/20160815.233131 accepted/tizen/tv/20160815.233209 accepted/tizen/wearable/20160815.233230 submit/tizen/20160811.013634 submit/tizen/20160811.062803 submit/tizen/20160812.053402
Junghyun Yeon [Fri, 22 Jul 2016 05:07:34 +0000 (14:07 +0900)]
tpk/wgt backend will run as system session

Related changes
[slp-pkgmgr] https://review.tizen.org/gerrit/#/c/80764/
[pkgmgr-server] https://review.tizen.org/gerrit/#/c/78205/
[app-installers] https://review.tizen.org/gerrit/#/c/78206/
[tpk-backend] https://review.tizen.org/gerrit/#/c/80787/

Change-Id: Ia44020806701b668feaf7e1f5c5048dfc6643951
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
7 years agoAdjust to change in StepAcquireExternalStorage 00/83300/1
Sangyoon Jang [Wed, 10 Aug 2016 05:14:28 +0000 (14:14 +0900)]
Adjust to change in StepAcquireExternalStorage

Requires:
 - https://review.tizen.org/gerrit/83296

Change-Id: I57dd72defc1cb512115cb9e054a8cb9ffa9beccf
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agomodify smoke-test setup for consideration of user-db change. 99/82999/1 accepted/tizen/common/20160809.184001 accepted/tizen/ivi/20160809.232619 accepted/tizen/mobile/20160809.232357 accepted/tizen/tv/20160809.232508 accepted/tizen/wearable/20160809.232713 submit/tizen/20160809.011327 submit/tizen/20160809.051427
jongmyeongko [Mon, 8 Aug 2016 13:45:35 +0000 (22:45 +0900)]
modify smoke-test setup for consideration of user-db change.

Change-Id: Ia19906f4561e92f5d20df056cbae64caa8ad2312
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agoremove unit-test code for extra icon path. 65/82865/1
jongmyeongko [Mon, 8 Aug 2016 07:48:10 +0000 (16:48 +0900)]
remove unit-test code for extra icon path.

Change-Id: I895b6ca06c97222ce3d4ccce881c3c4e575b1450
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agoFix preload request for wgt 96/82496/3
Tomasz Iwanek [Wed, 3 Aug 2016 12:10:38 +0000 (14:10 +0200)]
Fix preload request for wgt

This commit should allow to install preload wgt package with command:
 - wgt-backend --preload -i $package

Submit together:
 - https://review.tizen.org/gerrit/82424
 - https://review.tizen.org/gerrit/82496
 - https://review.tizen.org/gerrit/82497

Change-Id: Iafdd60cd6b4cee166dcc5177c605dad316adfc27

7 years agoReorder step for consistency 27/82427/2
Tomasz Iwanek [Wed, 3 Aug 2016 08:44:31 +0000 (10:44 +0200)]
Reorder step for consistency

Change-Id: Idd921dbb7bd9f8250371ac7049f11f772ce1ed81

7 years agoGenerate appwidget metadata 05/81505/2 accepted/tizen/common/20160803.193306 accepted/tizen/ivi/20160804.080818 accepted/tizen/mobile/20160804.080907 accepted/tizen/tv/20160804.080734 accepted/tizen/wearable/20160804.080640 submit/tizen/20160803.012753
Tomasz Iwanek [Tue, 26 Jul 2016 13:04:20 +0000 (15:04 +0200)]
Generate appwidget metadata

Requires:
 - https://review.tizen.org/gerrit/81504

Change-Id: I236535a8707aa01325215146b3f1ca8ccf3ab84b

7 years agoRemove StepAcquireExternalStorage from Reinstall 52/77052/5
Sangyoon Jang [Tue, 28 Jun 2016 10:29:34 +0000 (19:29 +0900)]
Remove StepAcquireExternalStorage from Reinstall

StepAcquireExternalStorage does not support reinstall yet.

Change-Id: I49c5e4f0b998ba2ff902f1bd9effb3cfa1163c2a
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agoSmoke test for enable/disable pkg 90/82090/2
Piotr Ganicz [Thu, 28 Jul 2016 10:40:35 +0000 (12:40 +0200)]
Smoke test for enable/disable pkg

I've made also small refactor

Change-Id: I7a4a5083d7d92872fe531016efc53f3c05590a2f

7 years agoReorder steps for delta update for external installation 92/80292/4
Tomasz Iwanek [Fri, 15 Jul 2016 12:54:57 +0000 (14:54 +0200)]
Reorder steps for delta update for external installation

Requires:
 - https://review.tizen.org/gerrit/80277

To verify, check that delta update mode works for external storage.

Change-Id: I43433d8fc44136341c084e552042d4195ba2d1b5

7 years agoFix build warning 47/81647/1
Sangyoon Jang [Wed, 27 Jul 2016 10:44:21 +0000 (19:44 +0900)]
Fix build warning

Change-Id: I9bf2df3544921fe9a5fde76434f2f7597cbdd21a
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
7 years agosupport of legacy app directories. 24/80324/4 accepted/tizen/common/20160722.135227 accepted/tizen/ivi/20160724.042110 accepted/tizen/mobile/20160724.042018 accepted/tizen/tv/20160724.042043 accepted/tizen/wearable/20160724.042057 submit/tizen/20160722.091303
jongmyeongko [Sat, 16 Jul 2016 08:57:59 +0000 (17:57 +0900)]
support of legacy app directories.

Requires:
        https://review.tizen.org/gerrit/#/c/80319/4

Change-Id: I9cfa081c634dba4a173d1bcabfb6f2c03eeabe18
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
7 years agoImplement pkg enable/disable 83/79683/1
Tomasz Iwanek [Tue, 12 Jul 2016 09:46:04 +0000 (11:46 +0200)]
Implement pkg enable/disable

Requires:
 - https://review.tizen.org/gerrit/78919

Change-Id: Ic5c001fe2b91e81d35a66891f17cfafb2de3f9a1

7 years agoFix memory leak in CheckPrivilegeLevel 88/79388/3
Piotr Ganicz [Mon, 11 Jul 2016 06:56:15 +0000 (08:56 +0200)]
Fix memory leak in CheckPrivilegeLevel

This patch fixes also typo in the function name.

Change-Id: If118e0fd8d220e0d5dbb65a88b3a8f55a8cd343b

7 years agoimplement step for use user extension 28/75028/5 accepted/tizen/common/20160707.171532 accepted/tizen/ivi/20160707.043119 accepted/tizen/mobile/20160707.043137 accepted/tizen/tv/20160707.043001 accepted/tizen/wearable/20160707.043135 submit/tizen/20160707.013535
Inhwan Lee [Thu, 16 Jun 2016 10:14:55 +0000 (19:14 +0900)]
implement step for use user extension

Change-Id: Ie5442f543f6e4dc3dbf78685716db2b113c021d0

7 years agoFixed app_keys name.(kAccountKey -> kTizenImeKey) 01/78301/1 accepted/tizen/common/20160705.170148 accepted/tizen/ivi/20160705.101331 accepted/tizen/mobile/20160705.101355 accepted/tizen/tv/20160705.101315 accepted/tizen/wearable/20160705.101333 submit/tizen/20160705.054422
JongHeon Choi [Tue, 5 Jul 2016 05:29:55 +0000 (14:29 +0900)]
Fixed app_keys name.(kAccountKey -> kTizenImeKey)

Change-Id: Ifba625f6d0513499fed01360f63cacfc64b9d86d

7 years agoCheck if widget's shared/res/ entry is directory 52/77852/2 accepted/tizen/common/20160706.141407 accepted/tizen/ivi/20160705.044611 accepted/tizen/mobile/20160705.044443 accepted/tizen/tv/20160705.044553 accepted/tizen/wearable/20160705.044507 submit/tizen/20160704.042542
Tomasz Iwanek [Fri, 1 Jul 2016 09:01:36 +0000 (11:01 +0200)]
Check if widget's shared/res/ entry is directory

Installation will succeed if shared/res entry is not directory.

Change-Id: I06e2b3934dd1342ad7ae98fd681a4b2a21d13885

7 years ago[Refactor] check-coding-style 64/77064/1
Piotr Ganicz [Tue, 28 Jun 2016 10:52:34 +0000 (12:52 +0200)]
[Refactor] check-coding-style

Change-Id: If44523674d80b403d32af34848230f53a2620d0b