Update change log and spec for wrt-plugins-tizen_0.2.78
authorKisub Song <kisubs.song@samsung.com>
Wed, 5 Sep 2012 13:46:02 +0000 (22:46 +0900)
committerKisub Song <kisubs.song@samsung.com>
Wed, 5 Sep 2012 14:11:04 +0000 (23:11 +0900)
commitce0e01bda55141ea3828b565ccb2f758b672bf19
tree4158fc65f2710c24b647968bb2b441c04afea7fd
parent6fa258d884724480286b7a3fed25bf0c5fbb681b
Update change log and spec for wrt-plugins-tizen_0.2.78

Changed Modules : LBS, Time and Alarm

[Version] 0.2.78
[Project] GT-I8800, Public
[Title] SEL Verification
[Team] WebAPI
[BinType] PDA
[Customer] Open

[Issue#] N_SE-8909 N_SE-8951
[Problem] LBS - in kitchensink sampleApp, there is no action at pressing button
[Cause] handle native error inproperly
[Solution] handle error code properly

[Issue#] N/A
[Problem] Time - If changing timezone in setting after launching Webapp, the webapp can't get new timezone.
[Cause] It is the limitation of ICU.
[Solution] It'll register callback that is called when timezone is changed. If callback is called, it will set default timezone to changed timezone.

[SCMRequest] N/A

Change-Id: Ia9f22e69c8d57b9eaf782001fee472641f8bb0cb
12 files changed:
debian/changelog
packaging/wrt-plugins-tizen.spec
src/platform/Tizen/TimeUtil/TZDate.cpp
src/platform/Tizen/TimeUtil/TimeUtil.cpp
src/platform/Tizen/TimeUtil/TimeUtil.h
src/platform/Tizen/TimeUtil/TimeUtilTools.cpp
src/standards/Tizen/Alarm/JSAlarmManager.cpp
src/standards/Tizen/Geocoder/DefaultGeocoderProvider.cpp
src/standards/Tizen/Geocoder/GeocoderProvider.h
src/standards/Tizen/TimeUtil/JSTZDate.cpp
src/standards/Tizen/TimeUtil/JSTimeUtil.cpp
src/standards/Tizen/TimeUtil/TimeUtilConverter.cpp