summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
SukHyung, Kang [Wed, 19 Aug 2020 00:15:20 +0000 (09:15 +0900)]
fix wrong description
Change-Id: I5c0839631501ff4e68404badce1f882fb20c11d3
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Inkyun Kil [Thu, 27 Feb 2020 04:29:27 +0000 (13:29 +0900)]
Release version 0.3.0
Changes:
- Add new enum for inexact interval
Change-Id: Ia3c94932cbfbb24ed8dbdcc37ecf2e264215d33b
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Tue, 14 Jan 2020 00:45:56 +0000 (09:45 +0900)]
Add new enum for inexact interval
Previous inexact alarms were unpredictable.
So new inexact interval enum are added for pridiction
Change-Id: I3dea29c6073b2404d94aea8c21874130eac6f651
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Thu, 24 Oct 2019 23:55:51 +0000 (08:55 +0900)]
Release version 0.2.1
Changes:
- Update doxygen
Change-Id: I51394b4ecb0bebd73e3588bd74fea88a8030dd91
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
mk5004.lee [Thu, 26 Sep 2019 08:23:58 +0000 (17:23 +0900)]
Update doxygen
Change-Id: Ia37dcfd5a45322a1fb8b3b2351f0906baacb7a75
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Inkyun Kil [Tue, 27 Aug 2019 02:21:14 +0000 (11:21 +0900)]
Release version 0.2.0
Changes:
- Add recurrence with seconds api for internal uses
- Add doxygen comments for appmanager.launch privilege
Change-Id: I0fb3653b8615be97b970c5be61428795e1bac5f0
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Wed, 21 Aug 2019 01:35:27 +0000 (10:35 +0900)]
Add recurrence with seconds api for internal uses
Change-Id: I8d2363405177ea0ab45d79c2e3d23a6573bf3bd2
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Tue, 20 Aug 2019 07:55:59 +0000 (16:55 +0900)]
Add doxygen comments for appmanager.launch privilege
Change-Id: Iab3addfffd8bbfe224e3eb01935ccbf6e8f3d669
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Hwankyu Jhun [Mon, 15 Jul 2019 04:59:35 +0000 (13:59 +0900)]
Release version 0.1.6
Changes:
- Make a gcov package for measuring coverage easier
Change-Id: Ifb4a7ccb03cdd1ba3340fc428508469961339828
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 10 Jul 2019 05:11:06 +0000 (14:11 +0900)]
Make a gcov package for measuring coverage easier
Change-Id: I73181ce39c7fdc98ce12eb7808daad00d6d81eee
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
SukHyung, Kang [Thu, 18 Apr 2019 01:15:32 +0000 (10:15 +0900)]
Release version 0.1.5
Changes:
- Fix API reference error
Change-Id: I0aab0623a4f64ee76b3215ae0ad1c3b95c432432
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung, Kang [Thu, 18 Apr 2019 00:04:08 +0000 (09:04 +0900)]
Fix API reference error
Change-Id: I9280e49eea86a8feca5d0ddad7792ee4a80378e5
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Hwankyu Jhun [Fri, 22 Dec 2017 08:11:48 +0000 (17:11 +0900)]
Release version 0.1.4
Changes:
- Add extension APIs
Change-Id: I302449def61d7f01f8c5a1c0dd4064c3e3dc1152
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Jiwoong Im [Mon, 20 Mar 2017 08:54:57 +0000 (17:54 +0900)]
Add extension APIs
API list
- alarm_set_systime
- alarm_set_systime_with_propagation_delay
- alarm_set_timezone
Change-Id: Ia59f3538f37b7ca60cf7b3a0fd758be0f6a6d6c5
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
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