platform/core/context/context-provider.git
8 years agoVersion 0.7.3 23/62023/1 accepted/tizen/common/20160315.220849 accepted/tizen/ivi/20160314.104755 accepted/tizen/mobile/20160314.104656 accepted/tizen/tv/20160314.104711 accepted/tizen/wearable/20160314.104735 submit/tizen/20160314.020719
Somin Kim [Mon, 14 Mar 2016 01:46:10 +0000 (10:46 +0900)]
Version 0.7.3

Change-Id: I85b5aa8f68cfb86d7f2ae0dfa61f8736f1b5edc5
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
(cherry picked from commit 1bb76f75ee204c199e82ebfa0fa61e729ae6f8c7)

8 years agoMerge branch 'devel/tizen_3.0' into tizen 32/61632/1
Somin Kim [Wed, 9 Mar 2016 08:51:29 +0000 (17:51 +0900)]
Merge branch 'devel/tizen_3.0' into tizen

* devel/tizen_3.0:
  Replace timer_manager & timer_util with TimerManager
  Remove GEO_LOCATION_PRECISION parameter from Json::set()
  Replace ctx::json with ctx:Json
  device: update cmake script to support common profile
  cmake: switch the dependencies variable to list, from space separated string
  Replace namespace ctx::shared with class ctx::SharedVars
  Create one unified so instead of one so for each provider
  Replace build dependency context-common with libcontext-shared & server
  Custom item recovery logic added when initialized (Uninstalled provider's item handling is still needed)
  Added custom provider
  Remove mutexing from device_status_alarm

Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Conflicts:
src/device/CMakeLists.txt

Change-Id: I1105750bb9c0753defd1e6ce2b4d71d7acc86be8

8 years agoReplace timer_manager & timer_util with TimerManager 99/60199/2
Mu-Woong Lee [Wed, 24 Feb 2016 06:24:36 +0000 (15:24 +0900)]
Replace timer_manager & timer_util with TimerManager

Change-Id: I5dc43ccbfb90ef3025c495f0c350327d0e27aafe
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoRemove GEO_LOCATION_PRECISION parameter from Json::set() 35/60535/1
Mu-Woong Lee [Mon, 29 Feb 2016 01:50:05 +0000 (10:50 +0900)]
Remove GEO_LOCATION_PRECISION parameter from Json::set()

Change-Id: I0a4d3d8e66b31484c8ee8d749ceddc8461938096
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoReplace ctx::json with ctx:Json 80/60080/1
Mu-Woong Lee [Tue, 23 Feb 2016 07:41:24 +0000 (16:41 +0900)]
Replace ctx::json with ctx:Json

Change-Id: I71196345c2b860cca85701bd8d949f2a43b73e2d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agodevice: update cmake script to support common profile 62/60062/1
Mu-Woong Lee [Tue, 23 Feb 2016 05:01:16 +0000 (14:01 +0900)]
device: update cmake script to support common profile

Change-Id: I35044ae9039f0bf2e08808aa239b59a195875c11
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agocmake: switch the dependencies variable to list, from space separated string 89/59889/2
Mu-Woong Lee [Fri, 19 Feb 2016 07:37:27 +0000 (16:37 +0900)]
cmake: switch the dependencies variable to list, from space separated string

Change-Id: Ic503d5f361902314af83c23e8edb939d343cb23c
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agodevice: fix build script to support common profile 59/59859/1 accepted/tizen/ivi/20160302.081846 accepted/tizen/mobile/20160219.090207 accepted/tizen/tv/20160219.090223 accepted/tizen/wearable/20160219.090240 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160302.072932 submit/tizen_mobile/20160219.063657 submit/tizen_tv/20160219.063704 submit/tizen_wearable/20160219.063711
Mu-Woong Lee [Fri, 19 Feb 2016 04:39:42 +0000 (13:39 +0900)]
device: fix build script to support common profile

Change-Id: I72725bd2287a5c9e0f14d0174656622c12a8e8fe
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoReplace namespace ctx::shared with class ctx::SharedVars 90/59790/1
Mu-Woong Lee [Thu, 18 Feb 2016 12:14:47 +0000 (21:14 +0900)]
Replace namespace ctx::shared with class ctx::SharedVars

Change-Id: I2ec7511ddaa05eea4ff0a885a8a069d6701f2c7e
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoCreate one unified so instead of one so for each provider 99/59699/1
Mu-Woong Lee [Wed, 17 Feb 2016 13:08:05 +0000 (22:08 +0900)]
Create one unified so instead of one so for each provider

Change-Id: I6da5e80c83ca926b47e7d0639c725c304dfcaee9
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoReplace build dependency context-common with libcontext-shared & server 87/59587/2
Mu-Woong Lee [Tue, 16 Feb 2016 12:41:41 +0000 (21:41 +0900)]
Replace build dependency context-common with libcontext-shared & server

Change-Id: I8bdcb6e90f29fa579cbc03f5b098a8a98037367d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoCustom item recovery logic added when initialized 78/58578/6
Somin Kim [Tue, 2 Feb 2016 04:47:51 +0000 (13:47 +0900)]
Custom item recovery logic added when initialized
(Uninstalled provider's item handling is still needed)

Change-Id: I7e020b28174bbf2f868cd9c255fbe65dbcd1fbc2
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
8 years agoAdded custom provider 49/57549/8
Somin Kim [Thu, 21 Jan 2016 04:58:06 +0000 (13:58 +0900)]
Added custom provider

Change-Id: I4fee414b0d952b02e0256bf71f6e4a7c05593167
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
8 years agoRemove mutexing from device_status_alarm 72/59372/2
Mu-Woong Lee [Mon, 15 Feb 2016 06:29:45 +0000 (15:29 +0900)]
Remove mutexing from device_status_alarm

Change-Id: Ic27042b77ada3ce4f7696afd92f87897f384cbfe
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoMerge branch 'devel/tizen_3.0' into tizen 59/59159/1 accepted/tizen/ivi/20160218.023342 accepted/tizen/mobile/20160211.083519 accepted/tizen/tv/20160211.083537 accepted/tizen/wearable/20160211.083558 submit/tizen/20160211.055628 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
Mu-Woong Lee [Thu, 11 Feb 2016 05:24:45 +0000 (14:24 +0900)]
Merge branch 'devel/tizen_3.0' into tizen

* devel/tizen_3.0:
  Version 0.7.2
  Cleanup compile warning flags
  Replace dbus_server with DBusSignalWatcher

Change-Id: I68591ec7809c021000aefb51dac1127541f82d92
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoVersion 0.7.2 55/59155/1
Mu-Woong Lee [Thu, 11 Feb 2016 05:13:45 +0000 (14:13 +0900)]
Version 0.7.2

Change-Id: Ic5653b442c06edc7429c1291c52633f7b7023d90
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoCleanup compile warning flags 47/59147/1
Mu-Woong Lee [Thu, 11 Feb 2016 04:37:03 +0000 (13:37 +0900)]
Cleanup compile warning flags

Change-Id: I9a390c5e77a00b06f466b4b5c7115f2a5267e785
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoReplace dbus_server with DBusSignalWatcher 28/58928/2
Mu-Woong Lee [Fri, 5 Feb 2016 05:42:49 +0000 (14:42 +0900)]
Replace dbus_server with DBusSignalWatcher

Change-Id: I39d5490d8899fe8311ff36aa63b75e927bb7d6f8
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoMerge branch 'devel/tizen_3.0' into tizen 35/58735/1 accepted/tizen/mobile/20160203.102649 accepted/tizen/tv/20160203.102719 accepted/tizen/wearable/20160203.102750 submit/tizen/20160203.071616
Mu-Woong Lee [Wed, 3 Feb 2016 06:57:53 +0000 (15:57 +0900)]
Merge branch 'devel/tizen_3.0' into tizen

* devel/tizen_3.0:
  Version 0.7.1
  statistics: modify foregroun app monitor to run in two-phases
  [prediction] for brackets {} convention apply.
  [prediction] #ifndef _<PROJECT>_<FILE>_H_ convention apply.
  Update enum names of contacts-service, which are modified

Change-Id: I7a9b8741119ac2580615f029c3e4da2d23eb4053
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoVersion 0.7.1 31/58731/1
Mu-Woong Lee [Wed, 3 Feb 2016 06:45:01 +0000 (15:45 +0900)]
Version 0.7.1

Change-Id: I18f4ded1af595174c779d163eda7644873aee499
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agostatistics: modify foregroun app monitor to run in two-phases 53/58653/2
Mu-Woong Lee [Tue, 2 Feb 2016 11:58:27 +0000 (20:58 +0900)]
statistics: modify foregroun app monitor to run in two-phases

Creating a log record when an app goes to foreground,
and update the duration attribute of the record when another app goes to foreground.

Change-Id: I68f336d78b24e86056d4bfa68c753d831d0ba14d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years ago[prediction] for brackets {} convention apply. 77/57977/3
Marcin Masternak [Tue, 2 Feb 2016 10:41:54 +0000 (11:41 +0100)]
[prediction] for brackets {} convention apply.

Change-Id: I0f29bfabf91155c1d2bed493f9886e9074c2fc3e
Signed-off-by: Marcin Masternak <m.masternak@samsung.com>
8 years ago[prediction] #ifndef _<PROJECT>_<FILE>_H_ convention apply. 75/57975/2
Marcin Masternak [Tue, 2 Feb 2016 10:36:50 +0000 (11:36 +0100)]
[prediction] #ifndef _<PROJECT>_<FILE>_H_ convention apply.

Change-Id: I55a3ad34b6b239ae1b759211e9db51e8e8b28656
Signed-off-by: Marcin Masternak <m.masternak@samsung.com>
8 years agoUpdate enum names of contacts-service, which are modified 26/57526/1 accepted/tizen/mobile/20160125.010624 accepted/tizen/tv/20160125.010648 accepted/tizen/wearable/20160125.010705 submit/tizen/20160120.111308
Mu-Woong Lee [Thu, 21 Jan 2016 01:08:29 +0000 (10:08 +0900)]
Update enum names of contacts-service, which are modified

Change-Id: Ic286d91f4a46e35cf8ccd1b0c94a3f3eeeee5b3d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
(cherry picked from commit 02ced053be23e20766aa52de7e6d64cb0a6f6643)

8 years agoUpdate enum names of contacts-service, which are modified 25/57525/1
Mu-Woong Lee [Thu, 21 Jan 2016 01:08:29 +0000 (10:08 +0900)]
Update enum names of contacts-service, which are modified

Change-Id: Ic286d91f4a46e35cf8ccd1b0c94a3f3eeeee5b3d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoMerge branch 'devel/tizen_3.0' into tizen 12/57112/1 accepted/tizen/mobile/20160118.044021 accepted/tizen/tv/20160118.044050 accepted/tizen/wearable/20160118.044111 submit/tizen/20160118.014643
Mu-Woong Lee [Fri, 15 Jan 2016 06:47:22 +0000 (15:47 +0900)]
Merge branch 'devel/tizen_3.0' into tizen

* devel/tizen_3.0:
  Modify the app usage logger to exploit aul signals
  Fix cmake scripts to set LOG_TAG properly
  Fix issues detected by static program analysis
  Build flags for disabling place recognition & prediction engines
  Import place-context-provider into src/place
  Import statistics-context-provider into src/statistics
  Import device-context-provider into src/device

Change-Id: I0658df11cae2015f97f665a0313206995e79fc8a
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoModify the app usage logger to exploit aul signals 21/57021/1
Mu-Woong Lee [Thu, 14 Jan 2016 11:03:47 +0000 (20:03 +0900)]
Modify the app usage logger to exploit aul signals

Change-Id: I32fc3885629e3abf2aaf2798d62aa070989c98fd
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoFix cmake scripts to set LOG_TAG properly 13/57013/1
Mu-Woong Lee [Thu, 14 Jan 2016 10:25:52 +0000 (19:25 +0900)]
Fix cmake scripts to set LOG_TAG properly

Change-Id: Ife8694d2d0e0d3dbc5804e4a4956bf7d78b84a89
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoFix issues detected by static program analysis 76/56976/1
Mu-Woong Lee [Thu, 14 Jan 2016 05:16:44 +0000 (14:16 +0900)]
Fix issues detected by static program analysis

Change-Id: I5fcb11ba212898776687ce1075803a8dbbdaf455
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoBuild flags for disabling place recognition & prediction engines 02/56702/1
Mu-Woong Lee [Tue, 12 Jan 2016 06:59:35 +0000 (15:59 +0900)]
Build flags for disabling place recognition & prediction engines

Change-Id: I6e346f4464f72a66c6314678c988d8df6db11367
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoImport place-context-provider into src/place 36/56636/2
Mu-Woong Lee [Mon, 11 Jan 2016 13:30:51 +0000 (22:30 +0900)]
Import place-context-provider into src/place

Change-Id: I23e49e0e0a3b0904385fb5f062ef3cbfec3fe66f
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoImport statistics-context-provider into src/statistics 33/56633/1
Mu-Woong Lee [Mon, 11 Jan 2016 12:54:59 +0000 (21:54 +0900)]
Import statistics-context-provider into src/statistics

Change-Id: I35a81227cc11518143aeae3b300ed71534cd97bf
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoImport device-context-provider into src/device 27/56627/2
Mu-Woong Lee [Mon, 11 Jan 2016 11:26:50 +0000 (20:26 +0900)]
Import device-context-provider into src/device

Change-Id: Ia201b0f4167ed99ec50309ede3d3c7a7a45ff61e
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
8 years agoInitial empty repository master
seonil kim [Mon, 11 Jan 2016 07:36:07 +0000 (23:36 -0800)]
Initial empty repository