summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08Release version 0.5.3submit/tizen_unified/20170310.011401submit/tizen/20170309.012852accepted/tizen/wearable/20170309.072147accepted/tizen/unified/20170310.075747accepted/tizen/tv/20170309.072141accepted/tizen/mobile/20170309.072120accepted/tizen/ivi/20170309.072154accepted/tizen/common/20170309.175402accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonJiwoong Im1-1/+1
Changes: - Change to call aul_update_freezer_status function - Check if app is running by aul_app_get_all_running_app_info Change-Id: Ie3edc824ce3a3bd4f1cf7b3637e74f3d3d221aa2 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-03-08Check if app is running by aul_app_get_all_running_app_infoJiwoong Im1-1/+28
- aul_app_is_running() can't check if the watch-app is running or not. Replace check step by using aul_app_get_all_running_app_info. Change-Id: I0061117ebe052e0c0e70c7f31cbe02e344bb0c40 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-02-24Change to call aul_update_freezer_status functionJiwoong Im1-2/+1
Change-Id: If78e3f78753d73940583e0c5bc143860334be6f3 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-02-22Release version 0.5.2submit/tizen_unified/20170308.100405submit/tizen/20170222.090515accepted/tizen/wearable/20170222.222224accepted/tizen/unified/20170309.032336accepted/tizen/tv/20170222.222212accepted/tizen/mobile/20170222.222141accepted/tizen/ivi/20170222.222244accepted/tizen/common/20170222.124700Jiwoong Im1-1/+1
- Fix restart option Change-Id: Idfb8e40fad1341438fb7ffebec5c3c7b7e8fa723 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-02-20Fix Restart optionJiwoong Im1-1/+1
- Use "on-failure" option instead of "always" option Change-Id: I710e60444b4303cdaef4f8c161fd6c52430189b7 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-02-10Release version 0.5.1submit/tizen/20170210.073038accepted/tizen/wearable/20170214.010222accepted/tizen/tv/20170214.010152accepted/tizen/mobile/20170214.010123accepted/tizen/ivi/20170214.010250accepted/tizen/common/20170210.170557Jiwoong Im1-1/+1
Changes: - Fix memory leak - replace stat to lstat in alarm_manager_alarm_set_timezone Change-Id: Ibf27a7ed4613fb3b718a7e5e88fef86d4f2aa589 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-02-08Fix memory leak issueJiwoong Im1-3/+8
Change-Id: I68a40715a6453d1ecc0d6bc81583c958497a5bcb Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-01-23replace stat to lstat in alarm_manager_alarm_set_timezoneJiwoong Im1-2/+2
- To check the link itself, user lstat instead of stat Change-Id: I55d51621721b56ec4d442371bd635cdb0d9ffd20 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-01-19Release version 0.5.0submit/tizen/20170119.070147accepted/tizen/wearable/20170119.222057accepted/tizen/tv/20170119.221956accepted/tizen/mobile/20170119.221806accepted/tizen/ivi/20170119.222204accepted/tizen/common/20170125.113248Jiwoong Im1-1/+1
Changes: - Remove Profile Build Dependency Change-Id: I5700d9483ae9be7332798842f90213f81f10ae45 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-01-17Style: code indentation of alarm-manager.cMyungJoo Ham1-112/+110
The intentionally ignored indentation for the previous commit, "Remove Profile Build Dependency: Do it at runtime" is restored in this commit, which was to help review the commit. Change-Id: I619ea326027ea65b98eeabb4dfa1c5146a40cb03 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2017-01-17Remove Profile Build Dependency: Do it at runtimeMyungJoo Ham3-31/+68
- This is for Tizen 4.0. : Tizen 4.0 Configurability and Build Blocks require to remove all profile-depending build options in spec files. (No More profile macros!) - It is recommended to distinguish features/profiles at runtime. unless it incurs too much overhead, which requires you to create multiple binaries and subpackages. In the code (alarm-manager), indentation for if(_APPFW_FEATURE_WAKEUP_USING_RTC) is ignored to help understand the patch. Correcting those indentation ignores will follow as another patch. Change-Id: I18b2ff8ea39bbdda0ed435f08a89b343b868822e Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-01-05Fix bug in alarmmgr_finisubmit/tizen/20170112.062520accepted/tizen/wearable/20170112.222929accepted/tizen/tv/20170112.222913accepted/tizen/mobile/20170112.222856accepted/tizen/ivi/20170112.222949accepted/tizen/common/20170112.174805Jiwoong Im1-3/+10
- Some finalize step for session bus connection is missing. Change-Id: Iaf033059e35efcdedadab05bb8e305825086b0c1 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-01-05Add delay for millisecond accuracy alarm handlerJiwoong Im2-5/+26
Change-Id: I7ef155b7e3c3f75f8b5bf35e9838b6d977ee7c98 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-01-05Support milliseconds accuracy apiJiwoong Im9-123/+111
- Add alarmmgr_add_alarm_precision(). This api support non-volatile milliseconds accuracy alarm. Change-Id: Ia20c3eed30ee8190176b8dd4e6f299dc81b4b53d Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-01-05Fix alarmmgr_add_alarm_withcb_precision api.Jiwoong Im2-3/+8
- Change priority in g_timeout_add to G_PRIORITY_HIGH. Modify alarmmgr_add_alarm_withcb_precision description. Change-Id: I8351c5c508f495cac44acfa96cbe68e3caf84ca5 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-08Merge branch 'tizen_3.0' into tizenJiwoong Im3-2/+5
2016-12-08Change log dump script pathsubmit/tizen_3.0/20161209.072525accepted/tizen/3.0/wearable/20161212.022721accepted/tizen/3.0/tv/20161212.022652accepted/tizen/3.0/mobile/20161212.022531accepted/tizen/3.0/ivi/20161212.022755accepted/tizen/3.0/common/20161212.060347Jiwoong Im2-2/+3
- change to /opt/etc/dump.d/module.d/alarmmgr_log_dump.sh Change-Id: I171a0f745088618b45aefcfb40fd727940c70a84 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-07Fix memory leak in using pkgmgrinfo_appinfo_hsubmit/tizen_3.0/20161208.010952accepted/tizen/3.0/wearable/20161208.063745accepted/tizen/3.0/tv/20161208.063738accepted/tizen/3.0/mobile/20161208.063719accepted/tizen/3.0/ivi/20161208.063754accepted/tizen/3.0/common/20161208.153757Jiwoong Im1-0/+2
Change-Id: Iad18257ff2afe4b3d0fd95f0629fb868eff6f09d Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-07Fix memory leak in handling expired notification alarmJiwoong Im1-14/+55
Change-Id: I54c5e9843ddfa0f376a611579b8567e50de906e6 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-07Add missing initialize step in alarm noti apiJiwoong Im1-0/+3
Change-Id: I9c43e2ac07603250e387b3aff824c14034d080b6 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-07Change upgrade script numberJiwoong Im2-2/+2
Change-Id: Id2a797735783bd35dda86371ce4c3dd58cab7ea8 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-07fix alarmmgr_upgrade scriptJiwoong Im1-1/+3
- add missing column Change-Id: Ic86091d71f6d81b8aa98a1b00f6cccd5f73cea52 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-07replace module log saving pathJiwoong Im5-7/+11
- Because of permission, replace /var/log to /run/alarmmgr_log Change-Id: I239663fa965aab7b49efc74766a0743b2d13baad Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-07Support milliseconds accuracy api for platform moduleJiwoong Im2-3/+172
- add alarmmgr_add_alarm_withcb_precision() Change-Id: I02252d8fc273a09b7682fde66bd3bc5098d9cda1 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-07fix alarmmgr_upgrade scriptJiwoong Im1-1/+2
Change-Id: If6cbd453d26e28f6237513b79d76dedd9485a15a Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-06Fix memory leak in handling expired notification alarmsubmit/tizen_3.0/20161207.001753accepted/tizen/3.0/wearable/20161207.013945accepted/tizen/3.0/tv/20161207.013928accepted/tizen/3.0/mobile/20161207.013910accepted/tizen/3.0/ivi/20161207.014002accepted/tizen/3.0/common/20161207.194924Jiwoong Im1-14/+55
Change-Id: I54c5e9843ddfa0f376a611579b8567e50de906e6 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-05Add missing initialize step in alarm noti apiJiwoong Im1-0/+3
Change-Id: I9c43e2ac07603250e387b3aff824c14034d080b6 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-12-02Change upgrade script numbersubmit/tizen_3.0/20161202.085638accepted/tizen/3.0/wearable/20161204.235817accepted/tizen/3.0/tv/20161204.235751accepted/tizen/3.0/mobile/20161204.235711accepted/tizen/3.0/ivi/20161204.235846accepted/tizen/3.0/common/20161205.091927Jiwoong Im2-2/+2
Change-Id: Id2a797735783bd35dda86371ce4c3dd58cab7ea8 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-29fix alarmmgr_upgrade scriptsubmit/tizen_3.0/20161129.101050accepted/tizen/3.0/wearable/20161130.012603accepted/tizen/3.0/tv/20161130.012546accepted/tizen/3.0/mobile/20161130.012507accepted/tizen/3.0/ivi/20161130.012621accepted/tizen/3.0/common/20161130.065256Jiwoong Im1-1/+3
- add missing column Change-Id: Ic86091d71f6d81b8aa98a1b00f6cccd5f73cea52 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-28replace module log saving pathJiwoong Im5-7/+11
- Because of permission, replace /var/log to /run/alarmmgr_log Change-Id: I239663fa965aab7b49efc74766a0743b2d13baad Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-24Support milliseconds accuracy api for platform modulesubmit/tizen_3.0/20161125.051452accepted/tizen/3.0/wearable/20161128.083528accepted/tizen/3.0/tv/20161128.083446accepted/tizen/3.0/mobile/20161128.083407accepted/tizen/3.0/ivi/20161128.083608accepted/tizen/3.0/common/20161128.091428Jiwoong Im2-3/+172
- add alarmmgr_add_alarm_withcb_precision() Change-Id: I02252d8fc273a09b7682fde66bd3bc5098d9cda1 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-24fix alarmmgr_upgrade scriptsubmit/tizen_3.0/20161124.111024accepted/tizen/3.0/wearable/20161125.081140accepted/tizen/3.0/tv/20161125.081131accepted/tizen/3.0/mobile/20161125.081050accepted/tizen/3.0/ivi/20161125.081159accepted/tizen/3.0/common/20161125.101649Jiwoong Im1-1/+2
Change-Id: If6cbd453d26e28f6237513b79d76dedd9485a15a Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-24Merge branch 'tizen_3.0' into tizensubmit/tizen/20161124.000829accepted/tizen/wearable/20161125.004111accepted/tizen/tv/20161125.003949accepted/tizen/mobile/20161125.003825accepted/tizen/ivi/20161125.004233accepted/tizen/common/20161125.095509Hwankyu Jhun4-11/+120
2016-11-17Fix error in wakeup alarm rtc setsubmit/tizen_3.0/20161117.022446accepted/tizen/3.0/wearable/20161118.003810accepted/tizen/3.0/tv/20161118.003748accepted/tizen/3.0/mobile/20161118.003728accepted/tizen/3.0/ivi/20161118.003831accepted/tizen/3.0/common/20161118.192940Jiwoong Im1-2/+2
Change-Id: Icd1fd7eae992aa33041c577dc321173df478b047 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-14handle app enable/disable signalJiwoong Im3-7/+118
- backup/restore alarm to handle app enable/disable signal Change-Id: Id90b0004f7452ce1d93759e417eb79808865e5cf Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-14remove smack labeling in socket unit filesubmit/tizen_3.0/20161115.024443accepted/tizen/3.0/wearable/20161116.022225accepted/tizen/3.0/tv/20161116.022144accepted/tizen/3.0/mobile/20161116.022056accepted/tizen/3.0/ivi/20161116.022259accepted/tizen/3.0/common/20161116.143634Jiwoong Im1-2/+0
Change-Id: I2b0476466e2fd988744391a3de5fe8e714676a2e Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-10Merge branch 'tizen_3.0' into tizenHwankyu Jhun1-7/+5
Change-Id: I1216fa4cc1332553760c17309f3c2a1bf76ae955
2016-11-08Fix NULL dereference defectsubmit/tizen_3.0_common/20161110.084657submit/tizen_3.0/20161108.101813accepted/tizen/3.0/wearable/20161110.020314accepted/tizen/3.0/tv/20161110.020254accepted/tizen/3.0/mobile/20161110.020239accepted/tizen/3.0/ivi/20161110.020332accepted/tizen/3.0/common/20161114.082555Hyunho Kang1-7/+5
Change-Id: I58e5ba3102f62e6d006a718235eaca0c42bebb27 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
2016-11-04add missing noti initialize in __alarm_createsubmit/tizen_3.0/20161104.014414accepted/tizen/3.0/wearable/20161104.103757accepted/tizen/3.0/tv/20161104.103742accepted/tizen/3.0/mobile/20161104.103739accepted/tizen/3.0/ivi/20161104.103818Jiwoong Im1-0/+1
Change-Id: I6c66eb8328578c072ef6c34088e851638c4e4187 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-04add missing noti initialize in __alarm_createJiwoong Im1-0/+1
Change-Id: I6c66eb8328578c072ef6c34088e851638c4e4187 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-04fix syntax error alarm-service.conf fileJiwoong Im1-1/+0
Change-Id: Idf313157fbfa7fe3d4ea0b14517cba9e391b5f56 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-03Fix using wrong event typeSangyoon Jang1-1/+1
Change-Id: I552b854c1f4b77477fff2b6315e425465fd3a960 Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2016-11-04Fix using wrong event typeSangyoon Jang1-1/+1
Change-Id: I552b854c1f4b77477fff2b6315e425465fd3a960 Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2016-11-04fix syntax error alarm-service.conf fileJiwoong Im1-1/+0
Change-Id: Idf313157fbfa7fe3d4ea0b14517cba9e391b5f56 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-02add notification requires in pc filesubmit/tizen_3.0/20161102.064015accepted/tizen/3.0/wearable/20161103.131730accepted/tizen/3.0/tv/20161103.131710accepted/tizen/3.0/mobile/20161103.131651accepted/tizen/3.0/ivi/20161103.131748Jiwoong Im2-2/+2
Change-Id: I346d67056b6d3e8c9c7dc4931d9e875a598919a3 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-01add notification alarm APIssubmit/tizen/20161101.112858Jiwoong Im10-4/+722
- alarmmgr_add_alarm_noti() alarmmgr_add_alarm_noti_with_localtime() alarmmgr_get_alarm_noti_info() Change-Id: I19e994a95a6bb198a42df7102ed3df14b8398c6a Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-10-28Fix CMakeLists for compatibilitysubmit/tizen_3.0/20161102.051512submit/tizen/20161031.090409accepted/tizen/wearable/20161101.005331accepted/tizen/tv/20161101.005310accepted/tizen/mobile/20161101.005255accepted/tizen/ivi/20161101.005350accepted/tizen/common/20161031.122117accepted/tizen/3.0/wearable/20161102.075716accepted/tizen/3.0/tv/20161102.075641accepted/tizen/3.0/mobile/20161102.075610accepted/tizen/3.0/ivi/20161102.075743Jiwoong Im2-13/+9
- Fix CMakeLists to include additional source files automatically Change-Id: Id2831fd66456e4a22cfa1fa92c32554e323ccf2e Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-10-25cache app_unique_name to improve performanceJiwoong Im3-42/+124
Change-Id: If090e3b8504cf0b6ad888a40f3181269c0fb3c4a Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-10-24assign NULL after unref global objectJiwoong Im1-5/+14
Change-Id: Id73dfc4b464417f93c27926befbc61ff514c7c9f Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-10-24Fix bug in relative type & once alarmJiwoong Im4-29/+40
- Timer is not expired when duetime is duplicated time as DST Change-Id: I6d7284a5e8cd93c8163e88d82c446c0457710931 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>