From e766d95172b64060dbb7e1020cd1f52af1b789d1 Mon Sep 17 00:00:00 2001 From: priyyyamm <43928018+priyyyamm@users.noreply.github.com> Date: Tue, 30 Oct 2018 19:27:47 +0530 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 749cbbe..69e810b 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ installed. Using the Windows Phone 8.1 SDK: -1. Open the SLN file: File > Open Project, select the file `tracks.sln` -2. Remove the "AnyCPU" configuration (not supported by the Lumia SensorCore SDK) -or simply select ARM +1. Open the SLN file: File > Open Project, select the file `tracks.sln`. +2. Remove the "AnyCPU" configuration (not supported by the Lumia SensorCore SDK). +or simply select ARM. 3. Select the target 'Device'. 4. Press F5 to build the project and run it on the device. @@ -33,9 +33,7 @@ http://msdn.microsoft.com/en-us/library/gg588378%28v=vs.92%29.aspx **Important files and classes:** The core of this app's implementation is in MapPage.xaml.Sensors.cs. We can get -the known track points from the TrackPointMonitor class by querying the -GetTrackPointsAsync method. The list will include all track points that the phone -has registered within the timespan provided. +the known track points from the TrackPointMonitor class by querying the GetTrackPointsAsync method. The list will include all track points that the phone has registered within the timespan provided. The API is called through the CallSensorcoreApiAsync() helper function, which helps handling the typical errors, like required features being disabled in the system @@ -60,14 +58,14 @@ file the capabilities required for it to work: 3. Version history -------------------------------------------------------------------------------- -* Version 1.2.1.3: Updated to use latest Lumia SensorCore SDK 1.1 Preview -* Version 1.2.1.1: Some bug fixes made in this release -* Version 1.2.1: Bug fixes +* Version 1.2.1.3: Updated to use latest Lumia SensorCore SDK 1.1 Preview. +* Version 1.2.1.1: Some bug fixes made in this release. +* Version 1.2.1: Bug fixes. * Version 1.2: - * Updated to use version 1.0 of Lumia SensorCore SDK - * Full screen mode added - * Overlay text indicating the active date filter selection added on the map view - * Default/opening view changed to “Today” (from previous “All”) + * Updated to use version 1.0 of Lumia SensorCore SDK. + * Full screen mode added. + * Overlay text indicating the active date filter selection added on the map view. + * Default/opening view changed to “Today” (from previous “All”). * Version 1.0: The first release.