summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2019-11-15Update doxygenmk5004.lee3-29/+29
Change-Id: Ifd166d4faa0a943c1d9350798b41a75e7f7d4d12 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2018-05-14Remove unused definitionsHwankyu Jhun1-12/+0
Change-Id: I5dd1f80ef368e8b1a6befd672877b54966fe38f2 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-07-25Seperate packagesHyunho Kang10-3681/+1
Requires: - https://review.tizen.org/gerrit/#/c/132065/ [app-common] - https://review.tizen.org/gerrit/#/c/132066/ [app-control] - https://review.tizen.org/gerrit/#/c/132073/ [app-event] - https://review.tizen.org/gerrit/#/c/132080/ [preference] - https://review.tizen.org/gerrit/#/c/132144/ [application] Change-Id: I5413ed4847818a0864671ff5842070ee7fd751f4 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com> Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
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-02-20Refactor APIs using appcore_ui_baseJunghoon Park1-18/+1
- require : https://review.tizen.org/gerrit/#/c/82655/ Change-Id: Iedc7603d7e0e3514856797d42751901886f1ff07 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2017-01-13Support multiple instance launchHwankyu Jhun1-1/+27
- 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>
2016-12-20Merge branch 'tizen_3.0' into tizenHwankyu Jhun8-291/+354
Change-Id: Ib8c8b5c90da4d47937d9d686a82fec3afc858b1e
2016-12-19Fix API descriptionsubmit/tizen_3.0/20161219.021225submit/tizen_3.0.m2/20170104.093748accepted/tizen/3.0/wearable/20161221.005046accepted/tizen/3.0/tv/20161221.004957accepted/tizen/3.0/mobile/20161221.005226accepted/tizen/3.0/ivi/20161221.005145accepted/tizen/3.0/common/20161221.180554accepted/tizen/3.0.m2/wearable/20170104.101045accepted/tizen/3.0.m2/tv/20170104.100434accepted/tizen/3.0.m2/mobile/20170104.100135tizen_3.0.m2accepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileInkyun Kil8-290/+352
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 toolchainsubmit/tizen_common/20170111.150147submit/tizen/20161216.102827submit/tizen/20161216.095153accepted/tizen/wearable/20161219.021813accepted/tizen/tv/20161219.021810accepted/tizen/mobile/20161219.021805accepted/tizen/ivi/20161219.021816accepted/tizen/common/20170111.155032accepted/tizen/common/20161219.151901Inkyun Kil1-3/+2
'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-05Modify NFC app control operationsubmit/tizen_3.0/20161206.051506accepted/tizen/3.0/wearable/20161207.011230accepted/tizen/3.0/tv/20161207.011212accepted/tizen/3.0/mobile/20161207.011154accepted/tizen/3.0/ivi/20161207.011250accepted/tizen/3.0/common/20161207.194355Jihoon Jung1-1/+2
Change-Id: I32d6e4d8d84d9c431a12c8a24f0bb5e36bd9109f Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-11-22The update requested eventsubmit/tizen_3.0/20161123.021210submit/tizen/20161124.000829accepted/tizen/wearable/20161125.004107accepted/tizen/tv/20161125.003944accepted/tizen/mobile/20161125.003808accepted/tizen/ivi/20161125.004229accepted/tizen/common/20161125.095456accepted/tizen/3.0/wearable/20161124.025047accepted/tizen/3.0/tv/20161124.025013accepted/tizen/3.0/mobile/20161124.024951accepted/tizen/3.0/ivi/20161124.025113accepted/tizen/3.0/common/20161124.181605Junghoon 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 descriptionsubmit/tizen_3.0_wearable/20161015.000000submit/tizen_3.0_tv/20161015.000000submit/tizen_3.0_mobile/20161015.000000submit/tizen_3.0_ivi/20161010.000010submit/tizen_3.0_ivi/20161010.000000submit/tizen_3.0_common/20161104.104000submit/tizen/20160925.092015accepted/tizen/wearable/20160926.001019accepted/tizen/tv/20160926.001002accepted/tizen/mobile/20160926.000938accepted/tizen/ivi/20160926.001033accepted/tizen/common/20160926.154021accepted/tizen/3.0/wearable/20161015.080435accepted/tizen/3.0/tv/20161016.003631accepted/tizen/3.0/mobile/20161015.032433accepted/tizen/3.0/ivi/20161011.053617accepted/tizen/3.0/common/20161114.105142Hwankyu Jhun3-4/+4
Change-Id: Id5c6780c9fa9f9c55e598c3d7dafc1e838018ac1 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-09-19Add a new data key, APP_CONTROL_DATA_LOCATIONsubmit/tizen/20160922.021642accepted/tizen/wearable/20160922.233209accepted/tizen/tv/20160922.233213accepted/tizen/mobile/20160922.233205accepted/tizen/ivi/20160922.233216accepted/tizen/common/20160922.120635chanywa1-0/+6
Change-Id: I6f2327fc0317856b3c9ec18938eb739b5586befe
2016-08-30Revert "Revert "move capi-appfw-alarm to separate git repo""submit/tizen_common/20160901.054759submit/tizen/20160901.095236accepted/tizen/wearable/20160902.042157accepted/tizen/tv/20160902.042138accepted/tizen/mobile/20160902.042119accepted/tizen/ivi/20160902.042222accepted/tizen/common/20160901.073158Semun Lee2-467/+0
This reverts commit fa58398559c4b5d8210954dd861f46ff3654750f. Change-Id: Ifdafdea99ec2a58c91283e22330a03db23380466
2016-08-30Revert "move capi-appfw-alarm to separate git repo"submit/tizen/20160830.010724accepted/tizen/wearable/20160830.061138accepted/tizen/tv/20160830.061053accepted/tizen/mobile/20160830.060950accepted/tizen/ivi/20160830.061223Semun Lee2-0/+467
This reverts commit 5f63311b657e2ab5822f1f49533ba0f6e3997181. Change-Id: I55c97396dccbf05c36ea5d3e9b3d74800b80f541
2016-08-28Add new privilege for shared/data directorySemun Lee2-16/+8
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 reposubmit/tizen/20160829.004202accepted/tizen/common/20160829.135314Jiwoong Im2-467/+0
Change-Id: Ic05932f15076b60b7a8c92d4e8a40b5ccb1e0844 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-08-18Applied API Deprecation Policysubmit/tizen/20160822.060113submit/tizen/20160822.060035accepted/tizen/wearable/20160824.021646accepted/tizen/tv/20160824.021539accepted/tizen/mobile/20160824.021456accepted/tizen/ivi/20160824.021622accepted/tizen/common/20160823.132630accepted/tizen/common/20160822.132758seungha.son2-2/+2
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: If1b2dcd55fab49cac13a0835d8ac32bde27622b0
2016-08-09Change since_tizen of APP_CONTROL_DATA_TYPEsubmit/tizen/20160809.051427accepted/tizen/wearable/20160809.232718accepted/tizen/tv/20160809.232514accepted/tizen/mobile/20160809.232403accepted/tizen/ivi/20160809.232624accepted/tizen/common/20160809.184017Semun 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 apisubmit/tizen/20160809.011327Jiwoong Im1-0/+16
- 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-06-27Fix the description about APP_CONTROL_DATA_PATHsubmit/tizen_common/20160701.180000submit/tizen/20160627.042541accepted/tizen/wearable/20160629.015533accepted/tizen/tv/20160629.015726accepted/tizen/mobile/20160629.015614accepted/tizen/ivi/20160629.015655accepted/tizen/common/20160703.125751Hwankyu Jhun1-1/+1
Change-Id: I933bcf0871906c947a33cdfb7bc3f9ea14a0b2fc Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-06-16Copy and keep lifecycle callback in appcoresubmit/tizen/20160616.003540accepted/tizen/wearable/20160616.105013accepted/tizen/tv/20160616.104957accepted/tizen/mobile/20160616.104946accepted/tizen/ivi/20160616.105028accepted/tizen/common/20160616.151745Hwankyu Jhun1-1/+1
Change-Id: Ic6d0759d21cbc47d97fc9f5d6e0f8f7078b42b5f Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-06-14Remove duplicate codesubmit/tizen/20160614.094055accepted/tizen/wearable/20160615.001546accepted/tizen/tv/20160615.001532accepted/tizen/mobile/20160615.001619accepted/tizen/ivi/20160615.001450accepted/tizen/common/20160615.193243Hwankyu Jhun1-2/+7
- Add a parameter of the appcore_context handle on ui_app_init and ui_app_fini APIs Change-Id: I26615818ec6968006aea9b06f62e19fcab4b2bdc Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-06-14Add app_control operation and data definitions for the text input delegatesubmit/tizen/20160614.023654accepted/tizen/wearable/20160614.103431accepted/tizen/tv/20160614.103442accepted/tizen/mobile/20160614.103409accepted/tizen/ivi/20160614.103512accepted/tizen/common/20160614.143935Hwankyu Jhun1-0/+38
Change-Id: Ib7b90b2e06628abba8ffbb2106147352960a82e7 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-06-13Add missing retval for preferenceMyungki Lee1-0/+13
Change-Id: I024483c7c9bd6edc46cac818348623b8fcee2df2 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2016-06-07Add new API for customizing main loopsubmit/tizen/20160609.010102accepted/tizen/wearable/20160609.091333accepted/tizen/tv/20160609.091352accepted/tizen/mobile/20160609.091549accepted/tizen/ivi/20160609.091414accepted/tizen/common/20160610.175906Hwankyu Jhun1-0/+27
- ui_app_init, ui_app_fini are added Change-Id: I2b97ed5ecefd71edee81195f9c464daed804d118 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-05-27Fix the descriptions for wearable profileHwankyu Jhun1-2/+2
The app_get_shared_data_path API has been supported since tizen 2.3.1 in the wearable profile. Change-Id: I2d1bda0dda1de4c7c1462c6d55ea05bb69fb2401 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-05-24Add the descriptions about the app_control handleHwankyu Jhun1-0/+3
Change-Id: I5852bc171616801f8349339c83eb0c6e0a3daa52 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-05-01add new system-event values for incoming/outgoing msg.submit/tizen/20160502.025553accepted/tizen/wearable/20160503.010727accepted/tizen/tv/20160503.010647accepted/tizen/mobile/20160503.010624accepted/tizen/ivi/20160503.010740accepted/tizen/common/20160504.124742jongmyeongko1-0/+43
Change-Id: I394db3b7f451fe1c866041c8958a45c7f6ee67c1 Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
2016-04-26fix doxygen commentssubmit/tizen/20160426.062602accepted/tizen/wearable/20160426.234134accepted/tizen/tv/20160426.234130accepted/tizen/mobile/20160426.234119accepted/tizen/ivi/20160426.234156accepted/tizen/common/20160427.053823Jiwoong Im1-4/+4
Change-Id: I0842e20cde14ffd16dda4e78a957cdd945828e25 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-04-17Add alarm api to support global alarmsubmit/tizen/20160422.045948Jiwoong Im1-0/+45
- alarm_set_global alarm_get_global Change-Id: Ie804a7c23ac4acaab368406d6b736ac8c25591ef Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-04-14Add a new key for supporting background launchsubmit/tizen/20160414.081825accepted/tizen/wearable/20160415.014925accepted/tizen/tv/20160415.014915accepted/tizen/mobile/20160415.014932accepted/tizen/ivi/20160415.014907accepted/tizen/common/20160414.143108Hwankyu Jhun1-0/+6
Change-Id: Ie33f65dd0acb8a4f75ac15e09d2d26e90b8d491c Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-04-08Return "single" launch mode with defaultsubmit/tizen/20160411.103842accepted/tizen/wearable/20160412.005541accepted/tizen/tv/20160412.005536accepted/tizen/mobile/20160412.005623accepted/tizen/ivi/20160412.005708accepted/tizen/common/20160412.130506Myungki Lee1-0/+2
- If launch mode in the caller app control is not set, - app_control_get_launch_mode() returns TIZEN_ERROR_INVALID_PARAMETER error. Change-Id: I51d65e5047325624e9f8b01a338ea967176ea353 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2016-04-08Move to internal.h some func prototypesMyungki Lee2-38/+38
- app_control_set_defapp, app_control_unset_defapp Change-Id: Ie15b040a7f9e93ebbf4c6f2980ad4f80a24dc96f Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2016-04-04Merge "Add key for relocate-below" into tizensubmit/tizen/20160405.001024submit/tizen/20160404.120725accepted/tizen/wearable/20160406.012011accepted/tizen/wearable/20160405.012914accepted/tizen/tv/20160406.011950accepted/tizen/tv/20160405.012859accepted/tizen/mobile/20160406.011908accepted/tizen/mobile/20160405.012840accepted/tizen/ivi/20160406.012032accepted/tizen/ivi/20160405.013206accepted/tizen/common/20160406.143413accepted/tizen/common/20160405.132158Junghoon Park1-0/+7
2016-03-31Adjust coding rulesHwankyu Jhun14-23/+35
Change-Id: If4c986183703015e54c53abd4be25a83a3589109 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-03-23Add key for relocate-belowJunghoon Park1-0/+7
- supporting relocating launched app under the callee app - Requires https://review.tizen.org/gerrit/#/c/61893/ https://review.tizen.org/gerrit/#/c/62048/ https://review.tizen.org/gerrit/#/c/62397/ Change-Id: If1d7e4d5215c905b0197f566a00851bad0adbdb1 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2016-03-23fix doxygen commentssubmit/tizen/20160323.065638accepted/tizen/common/20160325.134920Jiwoong Im3-21/+21
- add modification which is misssing from last commit Change-Id: Ic9ccf2711669c43377f94d9f48569d21c10cf152 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-03-23Fix descriptions about API versionsubmit/tizen/20160323.020400accepted/tizen/common/20160323.184346Hwankyu Jhun5-143/+143
Some APIs are supported since 3.0 in the wearable profile. Change-Id: Ia5e7e8bc956bf1e3283879be532e4a1df6b109b8 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-03-02add new system-event for network statusjongmyeongko1-0/+56
Change-Id: I70a598a5d493ac303c7632f050198137a92bd0fd Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
2016-02-28Update doxygen for app_control_set_defapp funcMyungki Lee1-2/+4
Change-Id: I16bf95107e1e48bcfd12c041da3b2075192eadd1 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2016-02-29fix spelling error of SYSTEM_EVENT_INCOMMING_MSGsubmit/tizen/20160303.001610submit/tizen/20160229.022354accepted/tizen/common/20160303.110129accepted/tizen/common/20160302.193218jongmyeongko1-3/+3
Change-Id: I1f32ecee07ad4741c90d3c81024570b9928dcdd6 Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
2016-02-24Add new api to set/unset a default appMyungki Lee1-0/+37
- default app for operation, mime-type, uri Change-Id: I5579b154f2ab5cf5e047fb2cc40b1a33a8abd4a4 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2016-02-02Add new app_control operation for VPN service settingssubmit/tizen/20160204.041504Hwankyu Jhun1-0/+8
Change-Id: I7cdde40584fac8912be1ef888fb1d44d65cae107 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-02-03Remove a ui_app_get_default_window apiMyungki Lee1-23/+0
Change-Id: I803be40e06676b0a0961424be7f75d54b059471b Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2016-02-01Deprecate shared directory related APIsubmit/tizen/20160202.010556submit/tizen/20160202.002216Hwankyu Jhun2-2/+20
- app_get_shared_data_path() is deprecated Change-Id: Ib95914191f395c08172facbd875b64630d1788a3 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-01-31A new api ui_app_get_default_windowsubmit/tizen/20160201.101541Myungki Lee1-0/+23
This function returns a window object. Change-Id: Ic6bd54d854398d7d85b378919e64e93b1b5a463c Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2016-01-22update app_alarm.h from tizen_2.4submit/tizen/20160122.065649accepted/tizen/wearable/20160125.010829accepted/tizen/tv/20160125.010756accepted/tizen/mobile/20160125.010734Jiwoong Im1-22/+23
Change-Id: I5881c5f27a196f80afa464872a1b10170bca145e Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>