platform/core/csapi/sensor.git
7 years agoFix code for building with corefx
WonYoung Choi [Thu, 28 Jul 2016 09:28:50 +0000 (18:28 +0900)]
Fix code for building with corefx

Change-Id: I611cd9dffa6b347671ac0c0e84accbbacff63cb7

7 years agoAdding doxygen comments for missing symbols
Jyothi Kumar Sambolu [Thu, 7 Jul 2016 04:55:38 +0000 (10:25 +0530)]
Adding doxygen comments for missing symbols

Change-Id: Ib4d8eac8198af60f65ed95c14e0e7b1888be5039
Signed-off-by: Jyothi Kumar Sambolu <s.jyothi@samsung.com>
7 years agoChange assembly installation path
WonYoung Choi [Wed, 6 Jul 2016 07:13:48 +0000 (16:13 +0900)]
Change assembly installation path

The assembly installation path is changed to /usr/share/assembly/ as default.
This path can be overrided by the macro %dotnet_assembly_path also.

Change-Id: I650063f7697db2054b65f62b8e1b2940810f54a1

7 years agoReplacing make with xbuild
Jyothi Kumar Sambolu [Mon, 4 Jul 2016 13:08:40 +0000 (18:38 +0530)]
Replacing make with xbuild

Change-Id: I568161e82850ad470d5353dce73a089e6c6c9ce5
Signed-off-by: Jyothi Kumar Sambolu <s.jyothi@samsung.com>
8 years agoUpdating spec file as per change in folder name
Ankur [Thu, 2 Jun 2016 06:48:08 +0000 (12:18 +0530)]
Updating spec file as per change in folder name

Folder name was renamed from 'Sensor' to 'Tizen.System.Sensor' -> changed spec file accordingly

signed-off-by:"Ankur garg <ankur29.garg@samsung.com>"
Change-Id: Ia011818839e821dc5f1c2e7cf0b80937b9911dac

8 years agoAdding Other sensor classes and tct-test folder for accelerometer
Ankur [Thu, 26 May 2016 10:33:12 +0000 (16:03 +0530)]
Adding Other sensor classes and tct-test folder for accelerometer

-Added the Test case file for accelerometer
-Added other sensor files (apart from accelerometer)

Patch-Set-2: Minor Changes
Patch-Set-3: Minor CHanges
Patch-Set-4: Added Lib fodler to tct
Patch-Set-5: Bug Fixing for tct passing. Now 17/18 passing. Set Sensor.MaxBatchLatency not passing
Patch-Set-6: Changed .Net Framwork Version to 4.5
Patch-Set-7: Removed MaxBatchLatency TCT as Batch Mode is currently not suported by sensor framework
Patch-Set-8: Added Log.Info and Log.Error Tags and removed extra whitespace
Patch-Set-9: Minor changes as per reviews/comments
Patch-Set-10: Added GravitySensor, LinearAccelerationSensor, Magnetometer, RotationVectorSensor, OrientationSensor, Gyroscope
Patch-Set-11: Added LightSensor, ProximitySensor, PressureSensor, UltravioletSensor, TemperatureSensor, HumiditySensor, HeartRateSensor
Patch-Set-12: Added UncalibratedGyroscope, UncalibratedMagnetometer, GyroscopeRV, MagnetometerRV. Updates as per reviews/comments.
Patch-Set-13: Added Pedometer and SleepMonitor, Renamed Sensor folder to Tizen.System.Senosr, Enumerations.cs to SensorEnumerations.cs, Removed sln file, Added LICENSE file, Renamed EventArgs classes
Patch-Set-14: Changes as per reivew
Patch-Set-15: Removed Tizen.System.Sensor/obj/
Patch-Set-16: Timestamp type changed to TimeSpan
Patch-Set-17: Renmaing Timestamp to TimeSpan
Patch-Set-18: Minor Changes
Patch-Set-19: Updated Commit message
Patch-Set-20: New tpk file for tct
Patch-Set-21: Renamed dll from Tizen.System.Sensor.dll to Tizen.System.dll and linked snk file
Patch-Set-22: Added logs to tct, updated new dll for Tizen.System.dll, Added tct for LinearAcceleration, Gravity and Proximity Sensors
Patch-Set-23: Updated tpk file
Patch-Set-24: Tested LinearAccel, Proximity and Gravity Sensor. Updated tpk file.. tct 62/64 working
Patch-Set-25: Changes by SeungHun Choi - Bug Fixing for TCT
Patch-Set-26: Minor Changes  - removed extra whitespace

signed-off-by:"Ankur Garg <ankur29.garg@samsung.com>"
Change-Id: I6dd6f8ca439c57f0ac8576036df39ce547adbaa6

8 years agoIntroduce Sensor implementation
Ankur [Tue, 24 May 2016 06:47:36 +0000 (12:17 +0530)]
Introduce Sensor implementation

Patch-Set-3
  Changes as per reviews/comments.
  Auto-implemented properties, dont throw exception in the error factory, protected/private tags, enums as per 3.0
Patch-Set-4
  Changes as per reviews/comments
  Separate function for destroying handles, renaming of one function etc.
Patch-Set-5: Minor Changes
Patch-Set-6: Minor Changes
Patch-Set-7: Changes as per review - removed exceptions from getters.
Patch-Set-8: Removed Stopwatch
Patch-Set-9: Minor Changes
Patch-Set-10: Minor Changes as per reviews/comments

signed-off-by:"Ankur Garg <ankur29.garg@samsung.com>"
Change-Id: I15ba1686d8954165781d4a8d4a63ff71b9a92d08

8 years agoInitial empty repository
JeongHoon Jeon [Mon, 4 Apr 2016 00:57:05 +0000 (09:57 +0900)]
Initial empty repository