Граф коммитов

23 Коммитов

Автор SHA1 Сообщение Дата
Lisa Ong 133893f533 Minor updates to Readme 2015-11-11 15:10:02 -08:00
Karthik Elangovan a5fecfa1db Update README.md with source files from latest release 2015-10-08 17:21:29 -07:00
kartelan fdab69c6b1 Merge pull request #3 from kartelan/master
Refactor SensorCore sample to show use of ActivitySensor and Pedometer in OS APIs
2015-10-08 17:08:59 -07:00
Karthik Elangovan 195fdfe6ea Minor change to rename a variable in UpdateSummaryAsync. 2015-09-22 14:55:12 -07:00
Karthik Elangovan 64100c744a Bumping the sample to version 2.0.0.0 and removing ValidateSettingsAsync() from IActivitySensor. This is only applicable to LumiaActivitySensor. It's used by ActivitySensorFactory to check if all the settings are valid before getting the ActivityMonitor instance.
Also removed extra line feeds in ActivitySensor.cs
2015-09-22 14:48:46 -07:00
Karthik Elangovan 0c8922e8fa Update the sample to address the following:
- Before this fix the app was accessing activity sensor APIs through ActivitSensorInstance. This is a base class that talks to OS ActivitySensor APIs. But on devices without a sensorcore the GetInstance() method of this class creates LumiaActivitySensor (that wraps SensorCore APIs). We are now moving from inheritance to interface based wrappers. IActivitySensor is a common interface that will be implemented by both the wrappers. A factory is used to create the appropriate sensor.
- Moved SensorCore API exception handling to LumiaActivitySensor Class.
- Fixed an edge case in history retreival.
2015-09-17 21:30:41 -07:00
Karthik Elangovan 2f3f6a4fec Initial changes of the refactor 2015-08-20 16:11:38 -07:00
satyambandarapu a1c3fb53c5 Optimized the code 2015-03-30 13:55:18 +03:00
Satyam Bandarapu f8c28c1966 Updated to use latest Lumia SensorCore SDK 1.1 Preview 2015-03-03 16:37:08 +02:00
Satyam Bandarapu 09f1d327a7 Bug fiexes+coding format included 2015-01-29 11:20:02 +02:00
Tomi Paananen 7bf772c602 Update README.md 2014-11-28 13:59:19 +02:00
Tomi Paananen 8128950d01 Batch update 2014-11-27 13:32:52 +02:00
Lucian Tomuta ab76e630fe Small UI tweaks
The layout is now scaling on devices with high resolution displays but
the font may be to small
2014-10-15 16:16:47 +03:00
Lucian Tomuta bcbd10943b Updated Lumia SensorCore SDK
Now using version 1.0 of the SDK.
2014-10-15 10:50:30 +03:00
Lucian Tomuta 8a43ea7292 About page update
Updated strings in about page and added reading of the version number
from the manifest file.
2014-10-08 14:11:43 +03:00
Lucian Tomuta 65d3ae172d Updated activity data parsing
The total duration of each activity is calculated starting from 0:00 of
the current day. Last activity is calculated until current time (today)
or 00:00 of the next day.
2014-10-07 12:46:59 +03:00
Lucian Tomuta 844212d103 Added day view navigation
You can now look at up to 10 days of recorded data (if available) by
using arrow buttons to navigate back and forth.
2014-10-02 15:09:32 +03:00
Jarkko Aura 978380c537 Update README.md 2014-07-03 09:52:16 +03:00
Jarkko Aura 80a477b996 Update README.md 2014-07-01 14:00:26 +03:00
Lucian Tomuta d7870a4b81 Let SDK docs be part of the project
This is because the NuGet does not actually install the packages it
restores, so if we don't include the file, it will not be visible unless
the SDK in cleanly installed again.
2014-06-23 16:01:05 +03:00
Lucian Tomuta acf83c5cbe Updated Readme.md 2014-06-23 13:27:41 +03:00
Lucian Tomuta cbef0c4930 The real "initial commit" 2014-06-23 13:22:14 +03:00
Lucian Tomuta 28114e0afc Initial commit 2014-06-23 13:18:38 +03:00