summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Hyunho Kang [Fri, 14 Apr 2017 04:38:34 +0000 (13:38 +0900)]
Release version 1.5.3
Changes:
- Fix tick per sec/min bug
- Support metadata default tick
Change-Id: I8da3fa0f01f6f0739c3eaee5fc27ca04d0409aca
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Thu, 13 Apr 2017 12:51:13 +0000 (21:51 +0900)]
Fix tick per sec/min bug
When a time tick was set with a long term like 30 seconds,
the tick was not called at the correct time with a very small error,
so the next time tick was set equal to the previous target tick time.
This causes an unintended callback called.
To solve this problem, it store the next time tick before set the timer,
and when the tick callback is called, if the current time's next tick is
same as the stored time, set the timer by calculating the stored
time's next tick.
Change-Id: Ib22470c5810818ab4871abcd3a31ce9278c5008e
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Wed, 12 Apr 2017 05:41:46 +0000 (14:41 +0900)]
Support metadata default tick
- keys
http://developer.samsung.com/tizen/metadata/tickpersecond
http://developer.samsung.com/tizen/metadata/minutetick
Change-Id: I71f42a6fff3e974d2192b0b7710f4b02dd4fa127
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Tue, 11 Apr 2017 05:23:37 +0000 (14:23 +0900)]
Release version 1.5.2
Changes:
- Set license using %license
Change-Id: I4a28cd4e72594f6fde16ace6c7dabd5e8513153a
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Tue, 11 Apr 2017 05:20:36 +0000 (14:20 +0900)]
Set license using %license
Change-Id: I93d326afde00da5df87e861608eb5a390675da5f
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Semun Lee [Tue, 4 Apr 2017 07:56:14 +0000 (16:56 +0900)]
Release version 1.5.1
Changes:
- Fix errata in doxygen comment
Change-Id: Ib75b9402304444abad85e3d815d99a6b41f33fe8
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Tue, 4 Apr 2017 05:13:48 +0000 (14:13 +0900)]
Fix errata in doxygen comment
Change-Id: I0e1fe27dfe0ae9f7469131973a6a082be4bd6e40
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Fri, 24 Mar 2017 04:21:26 +0000 (13:21 +0900)]
Release version 1.5.0
Changes:
- Add a watch_time_get_dst_status API
- Add a watch_time_get_daylight_time_status API
Change-Id: I7b25ba16a3975ad6ddbb789e837cae01f90877d9
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Sunwook Bae [Mon, 8 Jun 2015 05:12:42 +0000 (14:12 +0900)]
Add a watch_time_get_daylight_time_status API
This is for backward compatibility of API which was
defined in Tizen 3.0 as an extension api
Change-Id: I94f9bd1eaa0c5ac53d56a883470e21fe0806c9ad
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Sunwook Bae [Mon, 8 Jun 2015 05:12:42 +0000 (14:12 +0900)]
Add a watch_time_get_dst_status API
Change-Id: Ib067a2fa006990e6c3659fdf33af684e070d51bb
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Junghoon Park [Mon, 20 Feb 2017 07:24:34 +0000 (16:24 +0900)]
Release version 1.4.0
Changes:
- Refactor APIs using appcore_ui_base
Change-Id: I7b5242ad9eacc717d8d6b771ca6a039b5c800eb1
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Fri, 3 Feb 2017 07:21:50 +0000 (16:21 +0900)]
Refactor APIs using appcore_ui_base
- require :
https://review.tizen.org/gerrit/#/c/82655/
Change-Id: I949a220dae05ecdc1722b9ede4face915822ca1b
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hyunho Kang [Tue, 14 Feb 2017 04:08:07 +0000 (13:08 +0900)]
Release version 1.3.3
Changes:
- Set event filter to ignore mouse move event
Change-Id: I715a860b8cd4dc1b34b4fb3cfe9ab4068b262bc9
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Daehyeon Jung [Mon, 23 Jan 2017 05:12:12 +0000 (14:12 +0900)]
Set event filter to ignore mouse move event
- Some watch application creates bigger canvas than supported size,
and it makes scrollable in the viewer-side.
- The patch makes ignore mouse event to prevent scrolling of the
watch application.
Change-Id: Iac1f282d880fe6f92ae766148fd5d0caa0ea6ed7
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
Hwankyu Jhun [Thu, 19 Jan 2017 06:21:49 +0000 (15:21 +0900)]
Release version 1.3.2
Changes:
- Fix error in generating pc file
- Fix versioning
Change-Id: I905c1b8ae88ee5b71ed7a9e09f6306a26326e1b4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Semun Lee [Thu, 19 Jan 2017 06:11:20 +0000 (15:11 +0900)]
Fix error in generating pc file
Change-Id: I0dabe11f692a0da9a8f7799e0cf6c1ec4d9f2942
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Hwankyu Jhun [Thu, 19 Jan 2017 05:33:30 +0000 (14:33 +0900)]
Fix versioning
Change-Id: I96ec7778d6a1166815d63d5b5a29266e4de2e7f5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 17 Jan 2017 02:31:25 +0000 (11:31 +0900)]
Release version 1.3.1
Changes:
- Fix causing builderrors for other packages in 64bit systems
Change-Id: I997975ae6997aedc6b554a6d6961b2715dd4f6d3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
MyungJoo Ham [Tue, 27 Dec 2016 13:36:43 +0000 (22:36 +0900)]
Fix causing builderrors for other packages in 64bit systems.
Constantly installing /usr/lib causes other packages using
appcore-watch with pkgconfig to behave incorrectly in 64bit systems.
Change-Id: I14723947bc39a60fb98420512c4c147dff6aa460
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Daehyeon Jung [Fri, 16 Dec 2016 09:06:37 +0000 (18:06 +0900)]
fix API description
Change-Id: Ieb83759ae8a409ba07d58915efabb2e043b1b11b
Hyunho Kang [Mon, 12 Dec 2016 08:25:17 +0000 (17:25 +0900)]
Replace tbm to screen-connector
Change-Id: I52b50df30b4a6e3cdc8122c7a517d878e34bab81
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Fri, 18 Nov 2016 01:43:43 +0000 (10:43 +0900)]
Fix CMakeLists.txt
To make extendible for adding source & header files.
Change-Id: I31d2e14dd3b453a210f8af529131b7232cb88591
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Mon, 7 Nov 2016 04:18:52 +0000 (13:18 +0900)]
Fix coding style
Change-Id: If97d71d4383241158239a5e7a0ed0b5f57790305
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Thu, 3 Nov 2016 10:58:15 +0000 (19:58 +0900)]
replace pepper to tbm backend
Change-Id: I8d1eed1509fae8907e9f323637cea6fb84199666
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Fri, 21 Oct 2016 06:47:08 +0000 (15:47 +0900)]
Add set tick frequncy feature
- APIs for tick resolution setting
- watch_app_set_tick_frequency
- watch_app_get_tick_frequency
Change-Id: I80aede5d3e8741abf959ce0fc9b7f4424ff9b981
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Tue, 9 Aug 2016 07:18:24 +0000 (16:18 +0900)]
Add watch_app_set_ambient_tick_type
Change-Id: I75f3fe7a84487da12818060ac3f882d14d4a3613
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Semun Lee [Fri, 29 Jul 2016 07:58:30 +0000 (16:58 +0900)]
Consider fallback to english for i18n
LANGUAGE variable can contain default language information.
It will be used when the mo files for the selected language is not
available.
Change-Id: I9ab112666b8da2c90460a3985879aab364df3e70
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Hwankyu Jhun [Tue, 12 Jul 2016 12:06:03 +0000 (21:06 +0900)]
Exclude lines from coverage measurement
Change-Id: Ie8a1650e3c5d238f44f2ddd9998a0a740744ecc2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 24 Jun 2016 00:29:30 +0000 (09:29 +0900)]
Use gdbus instead of dbus-glib
Change-Id: I73cded5e4865e10669cf12b7164740292f14193b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 14 Jun 2016 05:43:20 +0000 (14:43 +0900)]
Fix getting locale resource path
Change-Id: I4f57a4085255d1a026403b1645dac0d5ac3eef49
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Daehyeon Jung [Wed, 18 May 2016 23:30:01 +0000 (08:30 +0900)]
Fix tick callback
Change-Id: I6a146efbfc5c0a7dc2706fdfa69aa72d5bbe2f74
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
Daehyeon Jung [Thu, 28 Apr 2016 09:11:04 +0000 (18:11 +0900)]
Modify watch_app_main description
Change-Id: I991335230e89b0adb46ef0c6391479602fa732b7
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
Hwankyu Jhun [Fri, 25 Mar 2016 12:43:22 +0000 (21:43 +0900)]
Adjust coding rules
Change-Id: Ibec386e1e1be9976fde5aa09a9cdd0a2da724f4a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Semun Lee [Fri, 11 Mar 2016 11:33:01 +0000 (20:33 +0900)]
Add missing dependency
Change-Id: Iac7b3afc7e41bf5927659a703842070e260bb3f0
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Daehyeon Jung [Mon, 29 Feb 2016 09:24:34 +0000 (18:24 +0900)]
Add support for subcompositor environment
Change-Id: Ief4adc6d7c54ac70f850a75f2dd941cf8a1483c6
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
Daehyeon Jung [Thu, 11 Feb 2016 09:08:23 +0000 (18:08 +0900)]
initial commit (derived from Tizen 2.4)
Change-Id: I889936234c4e3e529bb8e3cf7fced0bce3edff9e
Jinkun Jang [Wed, 23 Dec 2015 01:19:40 +0000 (17:19 -0800)]
Initial empty repository