platform/core/appfw/component-based-application.git
5 years agoAdd get display status api for base frame comp 01/212201/4
hyunho [Mon, 19 Aug 2019 01:30:55 +0000 (10:30 +0900)]
Add get display status api for base frame comp

- base_frame_get_display_status

Change-Id: I2e212d5692d40b3ee40f50f88f42fcae7bfc1257
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 1.0.7 66/212366/1 accepted/tizen/unified/20190821.111127 submit/tizen/20190821.002446
Hwankyu Jhun [Tue, 20 Aug 2019 23:51:32 +0000 (08:51 +0900)]
Release version 1.0.7

Changes:
 - Use comp_statue_e instead of app_status
 - Remove compilation warning option

Change-Id: I2adbfff93141cc211e50243c08a8b76b2e1ffe6d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoRemove compilation warning option 62/212362/1
Hwankyu Jhun [Tue, 20 Aug 2019 23:16:09 +0000 (08:16 +0900)]
Remove compilation warning option

There is a difference in options depending on the building environment.
In some building environment, -Winline option causes a warning because
max-inline-insns-single value is not same.

Change-Id: Ic2da9f9cd40688ab2060551e990fa01e2e6612d3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoUse comp_statue_e instead of app_status 11/212211/1
Hwankyu Jhun [Mon, 19 Aug 2019 01:43:46 +0000 (10:43 +0900)]
Use comp_statue_e instead of app_status

Change-Id: If870206a53a2a37a58835f1d0d6c467b74087825
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoRelease version 1.0.6 97/212197/1 accepted/tizen/unified/20190819.081553 submit/tizen/20190818.234401
Hwankyu Jhun [Sun, 18 Aug 2019 23:38:52 +0000 (08:38 +0900)]
Release version 1.0.6

Changes:
 - Add omitted codes
 - Fix invalid access

Change-Id: Id0b939e7b654f295ca09630320922abc57c7d4ee
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoFix invalid access 37/212137/1
Hwankyu Jhun [Thu, 15 Aug 2019 07:01:49 +0000 (16:01 +0900)]
Fix invalid access

While calling Exit(), the iterator is removed.
Before calling Exit(), the iterator has to be the next iterator.

Change-Id: I36f61cafbf81442dc12a2dbe32573f24e9da7458
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoAdd omitted codes 44/211444/2
Inkyun Kil [Mon, 5 Aug 2019 05:58:41 +0000 (14:58 +0900)]
Add omitted codes

Change-Id: I4106bff4478bea1f12ca25a29b4c4b8d8f0f93e1
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
5 years agoRelease version 1.0.5 53/211953/1 accepted/tizen/unified/20190813.082339 submit/tizen/20190813.000210
Hwankyu Jhun [Mon, 12 Aug 2019 22:50:59 +0000 (07:50 +0900)]
Release version 1.0.5

Changes:
 - Fix a bug about exiting the main loop
 - Check whether the instance map is empty

Change-Id: I374c9fce19c20663f40c4455d4415805a02d9ae1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoCheck whether the instance map is empty 29/211929/1
Hwankyu Jhun [Mon, 12 Aug 2019 06:15:54 +0000 (15:15 +0900)]
Check whether the instance map is empty

Change-Id: I02940f87305605f009fd2b4b02cbd79973351217
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoFix a bug about exiting the main loop 78/211778/1
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>
5 years agoRelease version 1.0.4 27/211527/1 accepted/tizen/unified/20190807.111834 submit/tizen/20190806.083651
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>
5 years agoFix typo 26/211526/1
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>
5 years agoFix saving content info 54/211354/3
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>
5 years agoCheck if bundle data is null 83/211383/2
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>
5 years agoRelease version 1.0.3 94/211094/1 accepted/tizen/unified/20190731.112541 submit/tizen/20190730.054929
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>
5 years agoChange method parameters 96/210796/3
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>
5 years agoFix static anlaysis issues 95/210795/1
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>
5 years agoMerge "Add internal base component API" into tizen
Hyunho Kang [Wed, 24 Jul 2019 06:16:52 +0000 (06:16 +0000)]
Merge "Add internal base component API" into tizen

5 years agoAdd internal base component API 23/210023/7
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>
5 years agoRelease version 1.0.2 08/210208/2 accepted/tizen/unified/20190718.075237 submit/tizen/20190717.022738
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>
5 years agoMerge "Remove frame, service dependency from component" into tizen
Hyunho Kang [Tue, 16 Jul 2019 00:39:21 +0000 (00:39 +0000)]
Merge "Remove frame, service dependency from component" into tizen

5 years agoRemove frame, service dependency from component 84/209984/1
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>
5 years agoAdjust check section position 79/209979/1
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>
5 years agoRelease version 1.0.1 97/209897/1 submit/tizen/20190712.072804
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>
5 years agoAdd descriptions 54/208154/16
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>
5 years agoAdd exception handling codes 99/207799/8
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>
5 years agoDo not raise window for rpc-port request 10/208410/2
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>
5 years agoAdds sync launch request result param 10/208210/1
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>
6 years agoInitial commit 39/207739/3
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>
6 years agoInitial empty repository master
Tizen Infrastructure [Tue, 11 Jun 2019 03:02:16 +0000 (03:02 +0000)]
Initial empty repository