Merge branch 'devel/tizen_3.0' into tizen 02/78102/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 4 Jul 2016 09:07:17 +0000 (18:07 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 4 Jul 2016 09:07:17 +0000 (18:07 +0900)
commitdf27f424ccb9ddd5857df7906abb06583b758dcb
treedb82cafee839b4d3a5326b1fb9adf9c771373800
parent3c6132fd6df368fcedc20acaa651ce6f8b722387
parent8eef6c1859998bb83a0eb8129405386740ba8208
Merge branch 'devel/tizen_3.0' into tizen

* devel/tizen_3.0:
  Modified item definition format
  Version 0.9.3
  sensor: update app uninstall event dbus signal
  sensor: try to record one tuple per one minute to reduce the pedometer DB table size
  sensor: re-sample pressure data and perform lazy insertions to reduce DB overhead
  sensor: align recording request json format with sensor api
  sensor: cascade its recording requests if an app is uninstalled
  sensor: set the maximum retention period (1 month)
  sensor: remove necessity of dynamic_cast in SleepLogger
  sensor: add the sensor recorder for sleep monitor
  sensor: define sleep monitor & hrm record table names
  sensor: rename SensorProxy::start() and stop() to listen() and unlisten()
  sensor: change SensorProxy::isRunning() to a public member
  sensor: split the time-related functions into TimeUtil class
  sensor: reorganize the folder structure

Change-Id: Ifb8a525437899c6abae2ef061a14ea715249f7e7
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>