summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Hwankyu Jhun [Fri, 9 Aug 2019 05:13:05 +0000 (14:13 +0900)]
Fix a bug about exiting the main loop
Change-Id: Ib40a2551ab6d1058cbfbe66fbb3ad2c5e674c904
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 6 Aug 2019 07:33:28 +0000 (16:33 +0900)]
Release version 1.0.4
Changes:
- Check if bundle data is null
- Fix saving content info
- Fix typo
Change-Id: I7d97a6e555a0fb97b98818f81763e6ed69f61fb6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 6 Aug 2019 07:31:12 +0000 (16:31 +0900)]
Fix typo
Change-Id: I948c76cef91858c97ea50cd4d114a8d2724a484d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 2 Aug 2019 00:12:21 +0000 (09:12 +0900)]
Fix saving content info
If a component is a single instance, the name of the content info
is using the component name. Even if a component is started by a new
instance, the component should use the previous content info.
Change-Id: I7226764e3f757c294a506ca07c0afdf4a2fab329
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Inkyun Kil [Fri, 2 Aug 2019 07:29:02 +0000 (16:29 +0900)]
Check if bundle data is null
Change-Id: I861661005a03a1f7f4f1e95d928e007026978a2c
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Hwankyu Jhun [Tue, 30 Jul 2019 04:03:29 +0000 (13:03 +0900)]
Release version 1.0.3
Changes:
- Add internal base component API
- Fix static anlaysis issues
- Change method parameters
Change-Id: I2311e3c766f7bf9d12aa9bb50ea95e11531355d5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 25 Jul 2019 02:07:21 +0000 (11:07 +0900)]
Change method parameters
The types are changed 'std::string' to 'const std::string&'.
Change-Id: Iac7e42e745fb6b6560a6eed4e6596b4c83848194
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 25 Jul 2019 02:05:01 +0000 (11:05 +0900)]
Fix static anlaysis issues
- Initializes private members
Change-Id: Ia7fa839b030eb6a1a88da2c9376ce7cb40ef9aa6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hyunho Kang [Wed, 24 Jul 2019 06:16:52 +0000 (06:16 +0000)]
Merge "Add internal base component API" into tizen
hyunho [Mon, 15 Jul 2019 05:47:29 +0000 (14:47 +0900)]
Add internal base component API
Change-Id: Iec5367a5bbd74074156388fdefd9a2c9db8c7b67
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Wed, 17 Jul 2019 02:13:29 +0000 (11:13 +0900)]
Release version 1.0.2
Changes:
- Remove frame, service dependency from component
- Adjust check section position
Change-Id: I9cbe6b61be45e37af35c58c66b91dbd7832a9b50
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Hyunho Kang [Tue, 16 Jul 2019 00:39:21 +0000 (00:39 +0000)]
Merge "Remove frame, service dependency from component" into tizen
hyunho [Mon, 15 Jul 2019 02:31:16 +0000 (11:31 +0900)]
Remove frame, service dependency from component
Change-Id: I69cd4c1c0dcafdc983cc3f348d49ddfa2999e980
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Hwankyu Jhun [Sun, 14 Jul 2019 23:54:35 +0000 (08:54 +0900)]
Adjust check section position
Some profile doesn't support %check section. It causes the build error
issue. To solve the issue, this patch adjusts %check section position.
Change-Id: I8b1240dc82080a56665c326866f117ed94039525
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Inkyun Kil [Fri, 12 Jul 2019 07:18:52 +0000 (16:18 +0900)]
Release version 1.0.1
Changes:
- Initial Release
Change-Id: I444d45cb69b5ee580386b939eca92a88f9b18b8d
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Hwankyu Jhun [Wed, 19 Jun 2019 04:44:38 +0000 (13:44 +0900)]
Add descriptions
Change-Id: I0eae5438353c77b3a82fe5a815ee8dc7a8373b32
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
hyunho [Thu, 13 Jun 2019 01:22:29 +0000 (10:22 +0900)]
Add exception handling codes
Change-Id: Ic523f578acc377108d47390240d11d096a3dc31f
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Wed, 26 Jun 2019 04:11:24 +0000 (13:11 +0900)]
Do not raise window for rpc-port request
Change-Id: I61163b531a1e715aa847f312df7f0d49e9bed5e3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 20 Jun 2019 01:30:54 +0000 (10:30 +0900)]
Adds sync launch request result param
- component_send_launch_request_sync
Change-Id: I7f1bce4d3034845648db8f9d9611ca03ff7a9b20
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Hwankyu Jhun [Wed, 12 Jun 2019 02:05:02 +0000 (11:05 +0900)]
Initial commit
Change-Id: I1b18f6f2e7f66511c2b3a715fd2423a721a9cdc4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Tizen Infrastructure [Tue, 11 Jun 2019 03:02:16 +0000 (03:02 +0000)]
Initial empty repository