Release version 0.15.35
[platform/core/appfw/wgt-backend.git] / src / hybrid /
2023-01-12 ilho kimMove StepWgtPatchStorageDirectories in the right order 65/286765/2
2023-01-11 ilho kimChange backup logic in mount update 21/286621/3
2022-09-22 Ilho KimFix static analysis issue 02/281802/1
2022-08-24 Ilho KimImplement StepRestoreWgtSymbolicLink 42/280142/1
2022-08-24 Ilho KimImplement undo RemovePerUserStorageDirectories 41/280141/1
2021-06-30 Sangyoon JangRemove setting installer index 62/259862/2
2021-01-12 Junghyun YeonFix memory leak 60/251260/1
2020-09-25 Ilho KimFix memory leak 62/244862/2
2020-07-02 Junghyun YeonChange filepath 09/237609/1
2020-05-19 Ilho KimAdd WgtInstallerFactory and HybridInstallerFactory 07/231107/5
2020-04-20 Ilho KimFix ReadonlyUpdateInstallSteps base step name 56/230756/4
2020-04-16 Ilho KimAdd GetArchiveInfo 87/229987/3
2020-02-17 Sangyoon JangSplit rpm packaging into library part and backend part 18/217018/6
2020-01-17 Junghyun YeonResolve static analysis issue 33/222633/1
2020-01-14 Junghyun YeonMove utility files into newly created directory 86/219286/3
2019-12-30 Sangyoon JangFix adding steps using default steps 17/207217/19
2019-12-10 Junghyun YeonFix StepEncryptResources 50/218750/3
2019-12-09 Junghyun YeonChange duplicated step name 29/218829/3
2019-11-22 Junghyun YeonFix static analysis issue 90/218390/1
2019-11-14 Junghyun YeonFix ManifestDirectInstall/Update on Hybrid pkg 38/217638/9
2019-11-04 Ilho KimAdjust order of steps 30/216130/3
2019-11-04 Junghyun YeonAdd StepSetMainapp 44/215044/4
2019-10-15 Sangyoon JangFix installing privileges of hybrid package 40/215740/2
2019-09-09 Junghyun YeonFix StepMergeTpkConfig for application attribute 20/211820/3
2019-08-26 Ilho KimChange order of StepRemoveTemporaryDirectory 81/212681/1
2019-08-09 Ilho KimAdd StepWgtPatchIcon at ManifestPartialInstall/Update... 53/211753/4
2019-08-08 Junghyun YeonAdd StepMergeTpkPrivilege at ManifestPartialInstall... 23/211723/1
2019-08-02 Junghyun YeonFix wgt, hybrid installer issues 18/210818/2
2019-08-02 Junghyun YeonAdd StepPrivilegeCompatibility at some hybrid requests 30/210630/2
2019-07-31 Junghyun YeonAdd StepRecoverParserPlugin at Hybrid recovery requests 99/211199/1
2019-06-26 Ilho KimCombine StorageDirectories Steps 93/206193/7
2019-06-03 Sangyoon JangFix namespace of StepCreateRecoveryFile 61/206961/4
2019-05-31 Sangyoon JangFix ManifestDirectInstall mode of hybrid installer 58/204758/5
2019-05-22 Ilho KimCombine Plugin Steps 85/205385/4
2019-05-16 Ilho KimStandardize use of STEP_NAME() 16/206316/1
2019-04-23 ilhoCombine Signature Steps 13/203513/4
2019-04-18 Sangyoon JangFix build error on hybrid backend 32/203832/1
2019-03-13 Sangyoon JangAdd step StepCheckUpgradable 60/201360/1
2019-03-08 Junghyun YeonAdd StepRegisterPluginInfo 61/199861/4
2019-03-06 Sangyoon JangChange visibility of steps to protected 22/200322/2
2019-02-18 Junghyun YeonChange action type when enable wgt pkgs 53/200053/2
2019-01-15 Sangyoon JangFix ManifestDirectPartialUpdate mode 82/197682/1
2018-12-03 Sangyoon JangAdd ReadonlyUpdateInstall/Uninstall mode for hybrid... 63/194163/3
2018-07-23 Junghyun YeonFix RecoverDB request 09/184809/1
2018-06-26 Junghyun YeonAdd RecoverDB step and fix codes for it 28/182228/5
2018-05-25 Junghyun YeonSupplement ParserPlugin 65/179065/3
2018-04-10 Junghyun YeonAdd signature removal process for hybrid pkg 61/175461/1
2018-03-27 Sangyoon JangFix static analyzer issues 28/173528/3
2018-01-26 Seungha SonRemove unnecessary step 44/168344/2
2018-01-25 Sangyoon JangFix RecoverySteps of hybrid backend 80/168080/3
2018-01-11 Seungha SonAdd condition to check nullptr 53/166653/1
2017-11-28 Damian PietruchowskiAdd new step for creating recovery file 08/154908/8
2017-11-28 Lukasz PikFix code formatting 47/161447/3
2017-11-22 Damian PietruchowskiReplace pkg_path with GetPkgPath() method in InstallerC... 04/154904/6
2017-11-22 jongmyeong koRevert "Revert "[Refactor] AppInstaller logic export"" 13/129313/12
2017-11-20 Sangyoon JangAdd patch icon steps at ManifestDirectInstall of hybrid... 48/160748/1
2017-10-23 Seungha SonAdd privacy privilege step for hybrid 57/157057/1
2017-10-17 Junghyun YeonChange behavior of trust anchor 78/149978/8
2017-08-09 Bartlomiej KunikowskiFix ManifestDirectUpdate mode for hybrid package 44/142244/2
2017-07-28 jongmyeongkoAdd appdefined privilege feature 82/139382/17
2017-05-31 Junghyun YeonAdd update step of directories 09/130309/3
2017-04-11 jongmyeongkoFix Mount Installation Failure 43/124243/1
2017-03-20 BartlomiejChange order of some steps 51/119051/3
2017-03-14 jaekuk leeMerge changes I06558231,I9423d78a into tizen
2017-03-14 BartlomiejChange order of StepRecoverApplication 31/118631/5
2017-03-14 Piotr DabrowskiReworked sharing of widget's shared/res directory. 55/88255/10
2017-03-03 jongmyeong koRevert "[Refactor] AppInstaller logic export" 34/117234/1
2017-03-03 Piotr Ganicz[Refactor] AppInstaller logic export 00/94000/5
2017-03-03 jaekuk leeMerge "Add some missing error checking" into tizen
2017-03-03 jongmyeongkoAdd signature check step in RW partial request 15/117115/1
2017-03-02 jongmyeongkoAdd KillApp step in RW partial update 81/117081/1
2017-02-27 Bartlomiej KunikowskiAdjust some values in xml 24/116624/1
2017-02-06 Bartlomiej KunikowskiFix for rollback of some update modes 03/110703/6
2017-02-01 Piotr GaniczStyel check 17/112517/1
2017-01-10 Sangyoon JangRollback xml keep blanks support after parsing hybrid... 54/109454/1
2017-01-05 jongmyeongkoSupport legacy image for backward-compatibility 85/108485/5
2016-12-27 Sangyoon JangFix 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
2016-12-27 Sangyoon JangFix privilege handling on hybrid installation 21/107221/2
2016-12-27 Sangyoon JangRemove unused string constant variable 20/107220/2
2016-12-23 Sangyoon JangAdjust step order of hybrid installer 31/106831/1
2016-12-23 Junghyun YeonRemove 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
2016-12-19 Sangyoon JangFix 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
2016-12-16 Piotr DabrowskiCreate 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
2016-12-08 jongmyeongkoapply new features : partial install/update/uninstall... 26/102026/5
2016-12-08 jongmyeongkochange the name of StepChageOwner to StepChangeOwnershi... 12/103512/1
2016-12-07 Sangyoon JangFix CMakeLists.txt 50/101850/2
2016-11-28 Piotr DabrowskiChange order of steps in wgt as in tpk 29/100629/1 submit/tizen_3.0/20161130.140956
2016-11-24 Bartlomiej KunikowskiFix for UpdateMode_Rollback_Hybrid and MountUpdateMode_... 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
2016-11-24 jongmyeongkoapply extended concept of package's attribute. 22/99222/2
2016-11-17 Sangyoon JangAdd StepCheckInstallable 81/98481/1
2016-11-03 Tomasz IwanekReworking handling privileges for hybrid application 61/90561/5
2016-11-03 Tomasz IwanekRevert "Fix checking privilege level for hybrid apps" 60/90560/4
2016-10-17 Sangyoon JangFix step order of hybrid installer 81/92581/1
2016-09-30 Tomasz IwanekFix 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
2016-09-12 Bartlomiej KunikowskiFix change owner for recovery mode 97/87797/3
2016-09-07 Tomasz IwanekRecovery mode for mount install and mount update 41/86741/3
2016-08-31 JongHeon ChoiRevert "Revert "Force uninstall for external storage... 91/86191/1
2016-08-31 JongHeon ChoiRevert "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
2016-08-30 Bartlomiej KunikowskiForce uninstall for external storage packages 80/86080/1
2016-08-26 Tomasz IwanekAdd 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
next