summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-07-07sync app_event source with 2.4submit/tizen/20150716.064254accepted/tizen/wearable/20150717.003036accepted/tizen/tv/20150717.003022accepted/tizen/mobile/20150717.003012Jiwoong Im2-3/+21
- bugfix earlier feature and remove not-used value. - Fix event_publish_app_event error code. Change-Id: I818fc80a2490a09c86fa8cbfd0c236e18fa307ef Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-07-03remove ail dependencysubmit/tizen/20150707.063401submit/tizen/20150706.044131submit/tizen/20150706.001325accepted/tizen/wearable/20150708.065825accepted/tizen/tv/20150708.065817accepted/tizen/mobile/20150708.065809Jiwoong Im5-302/+69
- replace ail api to pkgmgr-info api. Change-Id: I014aa13dcc3f962838f68a4396663ea5a2ef80f8 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-06-11add apis to set/get launch modesubmit/tizen/20150615.091318accepted/tizen/wearable/20150616.011000accepted/tizen/tv/20150616.010946accepted/tizen/mobile/20150616.010932Jiwoong Im1-0/+59
Change-Id: Ia9219247433425735efc117d72bbe4f67c26913f Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-06-03update preference source from tizen 2.4submit/tizen_tv/20150611.000000submit/tizen_3.0.2015.q2_common/20150615.075539submit/tizen_3.0.2015.q2_common/20150609.170642submit/tizen/20150605.114228submit/tizen/20150604.025832accepted/tizen/wearable/20150609.085858accepted/tizen/tv/20150612.003517accepted/tizen/mobile/20150609.085836accepted/tizen/common/20150609.084317accepted/tizen/3.0.2015.q2/common/20150615.091844accepted/tizen/3.0.2015.q2/common/20150609.181955tizen_3.0.2015.q2_commonaccepted/tizen_3.0.2015.q2_commonJiwoong Im7-614/+2816
change logic and apply inotify. Change-Id: If361b058c81cf1cb235c661e967417fc9cca9e19 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-06-02Merge "add new resource management API" into tizenSemun Lee5-2/+956
2015-06-02Update doxygenSangyoon Jang7-269/+403
update doxygen from Tizen 2.4 seperate errno definition Change-Id: I6a36796c7cac94dda3c43ebb78c250ffc51e5b0e Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2015-06-01Clean up repositorysubmit/tizen/20150602.110936submit/tizen/20150602.063407Sangyoon Jang33-344/+0
remove debian directory remove unnecessary permissions Change-Id: I63f5e881d3baf7a4e0475c1e346694d1ea60a88e Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2015-06-01add new resource management APIJiwoong Im5-2/+956
The Resource Manager API provides functions to use different resources(images, layout, sounds) between each devices have different device specification. JIRA ticket : TC-2491 Change-Id: I61257df2e2b0baf73696bf5413c0f122b350c89d Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-05-29Merge "Add event system api." into tizensubmit/tizen/20150601.084214Semun Lee7-2/+1231
2015-05-29add the new APIS for alarmJiwoong Im2-0/+138
- alarm_schedule_once_after_delay - alarm_schedule_once_at_date Change-Id: Iab54567af28aa11a8b5cb88da80f98ab2fe97c42 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-05-26Add event system api.Jiwoong Im7-2/+1231
Add new api (add/remove event handler and publish user event) for native application. - new api list event_add_event_handler() event_remove_event_handler() event_publish_app_event() event_publish_trusted_app_event() JIRA ticket : TC-2473 Change-Id: I6ac68ecf85cc3db45a79c91abe6525d59e33564a Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-05-14replay appsvc_run_service to appsvc_usr_run_service in app_controlsubmit/tizen_wearable/20150520.080646submit/tizen_common/20150520.075535submit/tizen/20150514.234943accepted/tizen/wearable/20150521.005622accepted/tizen/tv/20150521.005342accepted/tizen/mobile/20150521.005946accepted/tizen/common/20150520.133326accepted/tizen/common/20150520.133301Jiwoong Im1-1/+1
To launch application correctly in user-session, appsvc_run_serice should be replaced to appsvc_usr_run_service. Change-Id: I19c715876ec72e0462ed611f0c66a806ed7d5e08 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-04-17Separate app-control, alarm, preference, and common api.submit/tizen_mobile/20150512.053844submit/tizen_common/20150512.999999submit/tizen/20150511.021014accepted/tizen/tv/20150512.050437accepted/tizen/mobile/20150513.005730accepted/tizen/common/20150520.083759Jiwoong Im17-387/+694
JIRA ticket : TC-2497 - In tizen 2.3 release, capi-appfw-application package was separated by function. (app-control, alarm, preference, app-common). - To apply this change with no build break, temporarily add all separated package to pc_requires in capi-appfw-application.pc file Change-Id: Id92d5a9abbfd6ff478e0469da5596b4967444ca8 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-04-15Remove notification dependency.Jiwoong Im1-1/+1
Jira ticket : TC-2496 Change-Id: I94d80b2c4c7c024593fa6f6be5b0fbbf837f5ad4 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-04-15Merge "Remove ui_notification" into tizensubmit/tizen/20150415.072543Semun Lee4-1655/+0
2015-04-15Merge "Remove storage api" into tizenSemun Lee7-1034/+0
2015-04-14Remove ui_notificationSangyoon Jang4-1655/+0
TC-2496 there is a cyclic dependency between application api and notification api notification functions should be implemented at notification api Change-Id: Icc3c50ad923ab3a5c0cf685c2ef54e5bc2d2d09f Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2015-04-14Remove storage apiSangyoon Jang7-1034/+0
TC-2495 storage api is supported in libstorage Change-Id: I692f9229d4763c6dc47de56bd123877fa981f256 Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2015-03-03Quickfix multi-user in appsvc function callssubmit/tizen_wearable/20150313.022842submit/tizen_tv/20150313.022842submit/tizen_mobile/20150313.022842submit/tizen_common/20150409.101024submit/tizen/20150304.022845accepted/tizen/wearable/20150313.083855accepted/tizen/tv/20150313.083823accepted/tizen/mobile/20150313.083943Tomasz Iwanek1-3/+3
This commit assumes there is no point to run service for global user. I see no sense for this so just switch API. Change-Id: If17257d194cb9aa0ad3cc0b6685bc8c7fa33f3fb
2015-02-16Merge "Update preference api source from tizen_2.3" into tizensubmit/tizen_tv/20150227.073215submit/tizen_common/20150226.010729Suchang Woo1-254/+299
2015-02-16Update preference api source from tizen_2.3Jiwoong Im1-254/+299
JIRA ticket : TC-2312 - add busy handler - get data path from app_get_data_path() - exec query through prepare -> bind -> step. Change-Id: Ie286e1617c78733e2e8cfdd938e00f5c5e56890f Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-02-05change service_cb to app_control_cb in alarm api.Jiwoong Im2-25/+25
JIRA ticket : TC-2411 Change-Id: I4ae22909d8903a3aa8941eea3191241d97ef942c Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-01-21change service_cb to app_control_cb in ui_app_lifecycle_s.submit/tizen_tv/20150209.104940accepted/tizen/tv/20150213.030025Jiwoong Im2-11/+36
JIRA ticket : TC-2314 Change-Id: Icd443dac75bf84ffea81364b5645ccb62e3dd5e7 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-01-20Add path getter API from tizen_2.3submit/tizen_wearable/20150121.020025submit/tizen_tv/20150121.020041submit/tizen_mobile/20150121.020049submit/tizen/20150120.043506accepted/tizen/wearable/20150121.044754accepted/tizen/tv/20150121.044520accepted/tizen/mobile/20150121.045021Hyunbin Lee2-0/+189
For compatibility with tizen_2.3, add path getter API to capi-appfw-application. Change-Id: I1f060416e4298ed746d5cbd4929e6e655d3b89cf Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-01-09Merge "Add new api for system event handling from tizen_2.3" into tizenSemun Lee7-42/+790
2014-12-30Add new api for system event handling from tizen_2.3Jiwoong Im7-42/+790
Remove system event callbacks except related application lifecycle. The system event callbacks can be registered using ui_app_add_event_handler(). Multiple system event callbacks can be registered. The application main loop api is renamed to ui_app_main. app_event_get_xxx provides apis for getting system event information. Change-Id: Ib24f8bb46038fc6a4b50c2516e846cfc27e7acfd Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2014-12-22Add app_control source from tizen_2.3Sangyoon Jang4-0/+2307
app_control is renamed from service api(for consistent with web api) service api will be deprecated Change-Id: I18d09e692075f8a4349064206172beae5a0b5953 Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2014-07-11clean spec file for yocto compliance.tizen_3.0_ivi_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20140916.000000submit/tizen_common/20140912.150451submit/tizen_common/20140912.150039accepted/tizen/common/20140915.091256tizen_3.0_ivitizen_3.0.m14.3_ivitizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonRonan Le Martret1-20/+10
Change-Id: I2a2cbdc570a2678b532699473007aa3f4f94d26b Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-03-18Add multi-user supporttizen_3.0.m14.2_ivi_releasesubmit/tizen_ivi_panda/20140403.011812submit/tizen_ivi/20140626.144348submit/tizen_ivi/20140626.130032submit/tizen_ivi/20140626.125712submit/tizen_ivi/20140624.064036submit/tizen_ivi/20140623.000000submit/tizen_ivi/20140622.000000submit/tizen_ivi/20140619.000000submit/tizen_ivi/20140618.000001submit/tizen_ivi/20140618.000000submit/tizen_common/20140522.135644submit/tizen_common/20140522.130648submit/tizen_common/20140521.163740accepted/tizen/ivi/panda/20140403.015205tizen_ivi_pandatizen_3.0.m14.2_iviaccepted/tizen_ivi_pandaJiwoong Im6-13/+22
Bug-Tizen: PTREL-258 Change-Id: If4d974a2b064fcebd7b5cece39a60e97e324b6b4 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2013-10-02Merge branch 'tizen_2.2' into tizensubmit/tizen_ivi_stable/20131116.100047submit/tizen/20140305.193946submit/tizen/20131002.044811accepted/tizen_ivi_stable/20131116.102052accepted/tizen/mobile/20140306.024149accepted/tizen/ivi/20140307.191613accepted/tizen/generic/20140306.080409accepted/tizen/20131002.172334accepted/tizen/20131002.171150accepted/tizen/20131002.050404accepted/tizen_genericaccepted/tizen/ivi/stableKyungwooNoh1-1/+1
Conflicts: packaging/capi-appfw-application.spec Change-Id: I408f808cc3951d23f6888f0dc858595f9fa8e568 Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
2013-09-27merge tizen 2.2submit/tizen/20130927.054826accepted/tizen/20130927.171804accepted/tizen/20130927.164535accepted/tizen/20130927.055125KyungwooNoh5-130/+78
Change-Id: Ic900a0d89d903f510d5e803ccd40dff63a801ca0 Signed-off-by: KyungwooNoh <kwnoh0723@gmail.com>
2013-09-26Add license fileJaeho Lee1-0/+4
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-07-08Merge "resetting manifest requested domain to floor" into tizensubmit/tizen_ivi_genivi/20140131.060654submit/tizen/20130912.085432submit/tizen/20130912.075542submit/tizen/20130710.102250ivi_oct_m2accepted/tizen/ivi/genivi/20140131.060608accepted/tizen/20130912.200414accepted/tizen/20130912.192316accepted/tizen/20130912.141032accepted/tizen/20130912.093802accepted/tizen/20130912.084810accepted/tizen/20130912.081850accepted/tizen/20130710.221708tizen_ivi_geniviaccepted/tizen/ivi/geniviRyan Ware0-0/+0
2013-07-01resetting manifest requested domain to floorAlexandru Cornea3-5/+9
2013-06-28resetting manifest requested domain to floorAlexandru Cornea3-5/+9
2013-06-24merge privateJaeho Lee4-3/+37
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-05-23Bug fix for alarm_get_scheduled_dateSeungYeup Kim2-127/+33
Change-Id: I8cd9231267419dd219c80e749aca20d84d6f81b0
2013-05-16added operationJaeho Lee2-1/+5
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-04-26added new operationssubmit/tizen_2.1/20130514.051914submit/tizen/20130517.044603accepted/tizen/20130520.100635tizen_2.1Jaeho Lee1-0/+36
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-04-17storage_foreach_device_supported() gets run-time device statesubmit/tizen_2.1/20130424.230218accepted/tizen_2.1/20130425.0405322.1b_releaseHyunbin Lee5-11/+30
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
2013-04-11modify internal logic of service_get_callerHyungdeuk Kim2-33/+13
2013-03-29Fix hardcoding path in pc/cmake file.Junfeng2-3/+3
Change-Id: I67a6ce4844392a3da1181b9fd2754d2e4f452063
2013-03-16merge with masterJinkun Jang5-23/+20
2013-03-13Tizen 2.1 baseJinkun Jang41-0/+9053
2012-01-06Initial empty repositoryEunkyoung Kim0-0/+0