summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2015-08-03add app_get_tep_resource_path api.submit/tizen/20150803.051904accepted/tizen/wearable/20150803.094121accepted/tizen/tv/20150803.094111accepted/tizen/mobile/20150803.094056Jiwoong Im1-0/+12
Change-Id: Iea5dcce44d2fe6da44a94c4ac74e546d677716e8 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-07-24Sync with tizen 2.4.submit/tizen/20150727.102911accepted/tizen/wearable/20150727.235951accepted/tizen/tv/20150727.235853accepted/tizen/mobile/20150727.235803Myungki Lee1-3/+13
1. To use the POSIX portable file name(base64 encode/decode) 2. Use keynode for interface of internal api. Change-Id: I1336ce86f0f794ff2253ab70edd3c47cfb25840a Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2015-07-07sync app_event source with 2.4submit/tizen/20150716.064254accepted/tizen/wearable/20150717.003036accepted/tizen/tv/20150717.003022accepted/tizen/mobile/20150717.003012Jiwoong Im1-1/+0
- 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-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 Im3-72/+338
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 Lee1-0/+116
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 Jang9-0/+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 Im1-0/+116
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 Lee2-0/+842
2015-05-29add the new APIS for alarmJiwoong Im1-0/+56
- 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 Im2-0/+842
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-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 Im2-380/+410
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-15Merge "Remove ui_notification" into tizensubmit/tizen/20150415.072543Semun Lee2-475/+0
2015-04-14Remove ui_notificationSangyoon Jang2-475/+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 Jang3-287/+0
TC-2495 storage api is supported in libstorage Change-Id: I692f9229d4763c6dc47de56bd123877fa981f256 Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2015-02-05change service_cb to app_control_cb in alarm api.Jiwoong Im1-12/+12
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 Im1-4/+28
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 Lee1-0/+115
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 Lee2-1/+262
2014-12-30Add new api for system event handling from tizen_2.3Jiwoong Im2-1/+262
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 Jang3-0/+972
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-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 Im1-7/+8
Bug-Tizen: PTREL-258 Change-Id: If4d974a2b064fcebd7b5cece39a60e97e324b6b4 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2013-09-27merge tizen 2.2submit/tizen/20130927.054826accepted/tizen/20130927.171804accepted/tizen/20130927.164535accepted/tizen/20130927.055125KyungwooNoh2-2/+18
Change-Id: Ic900a0d89d903f510d5e803ccd40dff63a801ca0 Signed-off-by: KyungwooNoh <kwnoh0723@gmail.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-03-13Tizen 2.1 baseJinkun Jang11-0/+2655