summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-01Initial empty repositoryHEADmasterTizen Infrastructure0-0/+0
2017-05-26Add data key for widget setup appHyunho Kang1-0/+24
Change-Id: I661b92a88e9a8c9aae97a6ed10b5853f8f724f4a Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
2017-05-22Fix API descriptionHwankyu Jhun1-1/+1
- Use the correct link Change-Id: I30ce6703b8dae38e9fbb9c2830754f10063de9c4 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-04-27Release version 0.5.5Hwankyu Jhun1-1/+1
Changes: - Set window auto control hint Change-Id: I657cb7ac87aa70e6dd69925082f5ec08dd403615 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-04-26Set window auto control hintHwankyu Jhun1-1/+2
Requires: - https://review.tizen.org/gerrit/#/c/127081/ Change-Id: I3ad1c1ff7bfb5d372b331bd56f30c08d99a736e0 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-23Release version 0.5.4Hwankyu Jhun1-1/+1
Changes: - Use license macro Change-Id: I0ff21562ec21b00c86ab8dfb4821460699b4b852 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-23Use license macroHwankyu Jhun1-7/+5
Change-Id: I3e89e749b4478ef6693d6958ffa5884444b6c730 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-21Release version 0.5.3Hwankyu Jhun1-1/+1
Changes: - Add an exception handling about args Change-Id: I9351221f5875ae5b3abe2a5f73ed8c8af7c861c7 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-20Add an exception handling about argsHwankyu Jhun1-0/+3
The argc and argv can be NULL pointer. Change-Id: Ibc9408f4b83a8ada87e0b3a1e67a67da1143cb8e Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-20Release version 0.5.2Hwankyu Jhun1-1/+1
Changes: - Support legacy APIs for internal TC Change-Id: I2f1e4268de184926e679200390069ef6107df83e Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-20Support legacy APIs for internal TCJunghoon Park1-4/+46
Change-Id: I527bfb417536d8ffb87a40132fc186b9afe02972 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2017-03-20Release version 0.5.1Jiwoong Im1-1/+1
Changes : - Add exception handlings Change-Id: I404f23a84a20d0111ad8cfa9ce06f0a4cd9cc3f9 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-03-20Add exception handlingsHwankyu Jhun1-2/+2
The event value can be NULL pointer. Change-Id: I13442933a17643cd213185dfc0f7e9eb894f97a8 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-03-10Release version 0.5.0Inkyun Kil1-1/+1
Changes : - Separate app_resource_manager API from capi-appfw-application Change-Id: I3703d01816c67f5cdf5c9cbb1c4c85182f63a73f Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2017-03-10Separate app_resource_manager API from capi-appfw-applicationInkyun Kil4-2/+2
app_resource_manager API doesn't have to depend on UI. Therefore, it should be separated from capi-appfw-application Change-Id: Ibb2e4c4aa54bcd57bc949723b667319a9f4d6958 Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2017-02-20Release version 0.4.0Junghoon Park1-1/+1
Changes: - Refactor APIs using appcore_ui_base Change-Id: Ia2f811c115dba1ca254f96977cadb260595a3855 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2017-02-20Refactor APIs using appcore_ui_baseJunghoon Park9-906/+396
- require : https://review.tizen.org/gerrit/#/c/82655/ Change-Id: Iedc7603d7e0e3514856797d42751901886f1ff07 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2017-02-15Release version 0.3.2Jiwoong Im1-1/+1
Changes: - Add error handling in preference api Change-Id: Ib40aa2cedc6b4d262756e7175bbbbae955ff51df Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-02-14Add error handling in preference apiJiwoong Im1-0/+4
- Add errno check in using opendir for proper return. Change-Id: I066ae1786067ababac0e396ebf88496360040f50 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-02-09Release version 0.3.1Inkyun Kil1-1/+1
Changes: - Fix linking issue Change-Id: I3683f01a13369fe76cebb94775792473bd72921f Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2017-02-09Fix linking issueInkyun Kil1-1/+1
- Fix linking issue from "Split packages" patch Change-Id: I09179159bf9d671aacc6b7e88c92a723959f2b54 Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2017-01-25Release version 0.3.0Inkyun Kil1-1/+1
Changes: - Fix versioning - Split packages - Support app group instance launch - Fix bug about the update requested event Change-Id: I248405fac74ac643b2f702c3d1d04920fe14320f Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2017-01-24Merge "Split packages" into tizenInkyun Kil5-59/+189
2017-01-24Fix bug about the update requested eventHwankyu Jhun1-2/+2
Change-Id: I4a4d49883071e41eacfd5c74e77b98cd47a8f3cc Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-01-23Split packagesInkyun Kil5-59/+189
- An application without 'UI' may want to use the API. If the package does not split, the application is UI-dependent. Therefore, UI-dependent package need to be separated. Change-Id: I4bad93b88889695a90d0ccb98b78a6af80c955b1 Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2017-01-23Support app group instance launchHawnkyu Jhun1-1/+10
The caller app can get the instance id of the callee app in the reply callback. Change-Id: I0950f63d30e560e5f1fe53bf80f9dde98efc63cd Signed-off-by: Hawnkyu Jhun <h.jhun@samsung.com>
2017-01-17Release version 0.2.0Hwankyu Jhun1-1/+1
Changes: - Support multiple instance launch Change-Id: I8a5e05b2618cc33469e3b0fa5b29babdb3ba95b3 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-01-13Support multiple instance launchHwankyu Jhun2-1/+58
- Add new internal APIs app_control_set_instance_id() app_control_get_instance_id() - When the application is launched by using multiple instance launch, It has the specified instance ID. - Requires: [aul] https://review.tizen.org/gerrit/#/c/108620/ [amd] https://review.tizen.org/gerrit/#/c/109746/ [rua] https://review.tizen.org/gerrit/#/c/109906/ [app-manager] https://review.tizen.org/gerrit/#/c/110114/ Change-Id: I057e5bd09890a489245b93fe143d49d189462119 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-01-12Fix doxygen warning in appfw_event_doc.hJiwoong Im1-1/+1
Change-Id: I5d3d8daacd3140e889b3f719edb9680fe4dcf425 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-20Merge branch 'tizen_3.0' into tizenHwankyu Jhun19-498/+502
Change-Id: Ib8c8b5c90da4d47937d9d686a82fec3afc858b1e
2016-12-19Fix API descriptionInkyun Kil16-491/+445
modify API description and remove appfw_alarm_doc.h Change-Id: I721fc98d4f8083d6987c6f21185025c3c02f256c Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2016-12-16Fix build error for upgrading toolchainInkyun Kil2-13/+10
'readdir_r' is deprecated since version 2.24 glibc. By upgrading TOOLCHAIN for platform, it should be replaced by 'readdir'. Different semantics for inline functions While -std=gnu89 employs the GNU89 inline semantics, -std=gnu11 uses the C99 inline semantics. For further informaion, please refer to 'https://gcc.gnu.org/gcc-5/porting_to.html' Remove unused function. Change-Id: I0891770a16d91ee1fec75e3f2c1a48cc4c5fe6e3 Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2016-12-06Implement the update requested eventHwankyu Jhun1-1/+29
Change-Id: Ib264210abbc6e0852e596a2e4a4ae9ea23ee4423 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-12-05Modify NFC app control operationJihoon Jung1-1/+2
Change-Id: I32d6e4d8d84d9c431a12c8a24f0bb5e36bd9109f Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-12-05Skip caller callback in case of app-selector and share-panelJunghoon Park1-1/+1
Change-Id: Ia1e4afd5d28dd8b4536687b6f049a0a9ec2b05cb Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2016-12-02Reset pre-initialized object to null pointerHwankyu Jhun1-4/+25
Change-Id: I27d3ff1c875189d17fae7cc167daf0ef005abd84 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-11-22The update requested eventJunghoon Park1-0/+3
- This event can occur when an app needs to be updated. - It is dependent on target devices. Change-Id: Iacb44e86ac43acb262024e36ab6e2e09ef281df1 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2016-09-23Fix wrong descriptionHwankyu Jhun4-5/+5
Change-Id: Id5c6780c9fa9f9c55e598c3d7dafc1e838018ac1 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-09-19Add a new data key, APP_CONTROL_DATA_LOCATIONchanywa1-0/+6
Change-Id: I6f2327fc0317856b3c9ec18938eb739b5586befe
2016-08-30Revert "Revert "move capi-appfw-alarm to separate git repo""Semun Lee6-1057/+3
This reverts commit fa58398559c4b5d8210954dd861f46ff3654750f. Change-Id: Ifdafdea99ec2a58c91283e22330a03db23380466
2016-08-30Revert "move capi-appfw-alarm to separate git repo"Semun Lee6-3/+1057
This reverts commit 5f63311b657e2ab5822f1f49533ba0f6e3997181. Change-Id: I55c97396dccbf05c36ea5d3e9b3d74800b80f541
2016-08-28Add new privilege for shared/data directorySemun Lee3-17/+9
Since 3.0, shared/data directory is supported only for the apps that declare the privilege that is introduced in 3.0. Change-Id: I9c0823f2fc65026fcc2218f9be9bdaf59221b8db Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2016-08-22move capi-appfw-alarm to separate git repoJiwoong Im6-1057/+3
Change-Id: Ic05932f15076b60b7a8c92d4e8a40b5ccb1e0844 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-08-18Applied API Deprecation Policyseungha.son6-4/+13
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: If1b2dcd55fab49cac13a0835d8ac32bde27622b0
2016-08-19Fix API docHwankyu Jhun1-1/+1
In the wearable profile, the background management feature is supported since 3.0 Change-Id: Idfc2915d79e9fad50067b2488cdc29fe173b4559 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-08-09Change since_tizen of APP_CONTROL_DATA_TYPESemun Lee1-1/+1
Wearable profile starts to support it from 2.3.2 Change-Id: I4906746a38c7cd30b66ec65ed957a9f51fd593d5 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2016-08-07add event_keep_last_event_data apiJiwoong Im2-0/+34
- keep last User-Event data for receiver applications Change-Id: If3e00902a943cc2777c34dc38cf2f73c9db43bc2 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-08-07Fix the definitions about the text input delegateHwankyu Jhun1-4/+1
"input_selector" and "input_reply", "input_handwriting" are deleted. Change-Id: I2e665853bc8ab508e0f9d98a57a82f4aa194104b Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-07-27Add description for APP_CONTROL_DATA_SELECTEDJunghoon Park1-0/+1
Change-Id: If0a924204a329c9917d437a6b48a6536bb208d6b Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2016-07-12exclude code from coverage measurementSukHyung, Kang5-1/+96
Change-Id: I90ec1db233374d1623d213a74bf7598a6d3d8608 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>