summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
jusung son [Thu, 12 Oct 2017 05:26:23 +0000 (14:26 +0900)]
Release version 0.1.3
Changes:
- Add lcov comment
Change-Id: I042796a5bfee0c518cc45952c71bcaa95d012491
Signed-off-by: jusung son <jusung07.son@samsung.com>
jusung son [Thu, 28 Sep 2017 08:18:49 +0000 (17:18 +0900)]
Add lcov comment
Change-Id: Id377a5e02da673e6e6a22c8bd18eceb44652742f
Signed-off-by: jusung son <jusung07.son@samsung.com>
Jiwoong Im [Tue, 25 Apr 2017 04:14:09 +0000 (13:14 +0900)]
Release version 0.1.2
Changes:
- Add alarm update API
Change-Id: Ic103ae6a979701ff5862abfd6e05f58af75898ee
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Mon, 13 Mar 2017 13:49:24 +0000 (22:49 +0900)]
Add alarm update API
- API list
int alarm_update_delay(int alarm_id, int delay)
int alarm_update_date(int alarm_id, struct tm *date)
int alarm_update_period(int alarm_id, int period)
int alarm_update_week_flag(int alarm_id, int week_flag)
Change-Id: I4a8db54ef66e84b33aa8f043c73d2376ad85a050
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Mon, 27 Mar 2017 09:29:36 +0000 (18:29 +0900)]
Release version 0.1.1
Changes:
- Set license using %license macro
Change-Id: I8c7739a55994c0a638f7065951b032b17b01da1d
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Thu, 23 Mar 2017 23:35:52 +0000 (08:35 +0900)]
Set license using %license macro
Change-Id: Ib1080c2ef7d3c3433c839f2793438e1b0e134ccd
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Fri, 16 Dec 2016 04:37:15 +0000 (13:37 +0900)]
Fix API description
- modify API description and add appfw_alarm_doc.h
Change-Id: I12a1ab53ae5cdfb9d36737276d718760a332fce6
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Hwankyu Jhun [Fri, 2 Dec 2016 06:20:06 +0000 (15:20 +0900)]
Fix wrong description
Change-Id: I275fa3a40f8aa420a3a06d6067ec1b5615d8465c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Jiwoong Im [Fri, 18 Nov 2016 00:52:07 +0000 (09:52 +0900)]
Fix CMakeLists.txt
To make extendible for adding source & header files.
Change-Id: I8e1aed660d7bc1df4d53c8c2f8aa6995bc8b4ae6
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Tue, 27 Sep 2016 08:41:26 +0000 (17:41 +0900)]
Add new alarm api to trigger notification
- int alarm_schedule_noti_once_at_date()
int alarm_schedule_noti_after_delay()
int alarm_schedule_noti_once_after_delay()
int alarm_schedule_noti_with_recurrence_week_flag()
int alarm_get_notification()
Change-Id: Ib8dea6579277ee47b919bcf6996e0ef7224e0b7e
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Wed, 21 Sep 2016 05:32:43 +0000 (14:32 +0900)]
Add extension APIs for exact alarms of service app
Change-Id: I5f4fd15c806c8f7f1a91d099178f90fe723fb5c8
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Fri, 29 Jul 2016 05:51:07 +0000 (14:51 +0900)]
capi-appfw-alarm : initail commit
This package provides alarm CAPI.
capi-appfw-application repository contains disparate apis, so seperate
alarm api from capi-appfw-application package.
Change-Id: I90c2d4145de2a745008fe040fa8f388dfee0ba48
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jong Jeong Kim [Fri, 29 Jul 2016 01:58:06 +0000 (18:58 -0700)]
Initial empty repository