Commit graph

103 commits

Author SHA1 Message Date
Morten Nielsen f392416cdd Very large refactoring moving from talker-specific classes to generic message classes, and instead expose talker-type on the base-class. 2019-02-25 23:41:13 -08:00
Morten Nielsen 16da0c7eb4 Cleanup 2019-02-19 23:32:39 -08:00
Morten Nielsen 18e6899911 Added test for handling mixed GSV messages 2019-02-19 23:01:52 -08:00
Morten Nielsen a576649114 Improve display of messages in desktop sample app 2019-02-19 22:55:08 -08:00
Morten Nielsen d2c1d2e11f Null handling improvements, device lifecycle fixes and improved multipart message parsing 2019-02-19 22:54:36 -08:00
Morten Nielsen c865776975 Update unit tests for UWP to something more current. 2019-02-19 21:36:39 -08:00
Morten Nielsen 121255d327 Breaking change: Rewrite nmea creation to parse data into constructor instead to ensure types are always properly initialized.
Code clean-up and simplify syntax.
Update license to Apache.
Simplify packaging and include symbol-linked PDBs
2019-02-19 20:51:51 -08:00
Morten Nielsen 743b3d6ef3
Fixes #38 2019-02-05 23:01:54 -08:00
Daniel Vassdal ae865c1203 Add ZDA message 2018-10-02 12:53:51 +02:00
Morten Nielsen 992824e1e2 Clean up 2018-07-25 21:44:07 -07:00
Morten Nielsen a648721ba8 Fixes #42 2018-07-25 21:29:28 -07:00
Morten Nielsen e9ea4ef1c3 Undo dispose call 2018-07-25 21:07:59 -07:00
Morten Nielsen 45665413d1 Code cleanup 2018-07-25 21:02:54 -07:00
Morten Nielsen b6f806c95a Added Android Bluetooth Device 2018-07-25 20:48:24 -07:00
Morten Nielsen 4d55b6d5e5 Added support for writing to the devices - useful for transmitting DGPS corrections (For instance RTCM from NTRIP etc) to the device 2018-07-25 20:48:11 -07:00
Morten Nielsen 3e26a65a7b Android sample UI Tweaks 2018-07-10 16:14:39 -07:00
Morten Nielsen 2e4e6aa939 Various sample tweaks + added BT sample to Android. 2018-07-10 16:04:35 -07:00
Morten Nielsen 102805a100 minor cleanup and typos 2018-04-02 12:54:02 -07:00
Morten Nielsen b8893ce773 Unregister from updates 2018-03-29 20:22:33 -07:00
Morten Nielsen 3f9d23cf80 Updated version to 1.10.0.0 2018-03-29 14:19:13 -07:00
Morten Nielsen 092ec7b6f7 Android resources 2018-03-29 14:18:49 -07:00
Morten Nielsen 53263aefce Remove usused file 2018-03-29 14:15:00 -07:00
Morten Nielsen 68141ca89d Typo 2018-03-29 14:14:45 -07:00
Morten Nielsen 3263f841e3 Added Android Sample app + added custom Android device that uses the NMEA stream from the system location provider 2018-03-29 14:14:27 -07:00
dotMorten b9d94a2f8c v1.9.0. Added more message types and tests. 2017-12-21 11:03:40 -08:00
dotMorten 7926e0c8e0 use assembly reference, to avoid VS2017 frequent reference error picking .NET Standard DLL over net451 dll 2017-12-20 17:03:46 -08:00
Morten Nielsen 30a79f9a0f Added base classes for GST, GGA and RMC for getter GLONASS support 2017-12-20 16:59:17 -08:00
Morten Nielsen da87d930e6 Switch to Package Reference style 2017-12-20 16:58:02 -08:00
Morten Nielsen 9aafcbefb2 Remove store/phone (no longer supported) 2017-12-20 16:55:58 -08:00
dotMorten 803fc7a50e Moved to a single-project csproj NET Standard solution 2017-12-12 11:51:37 -08:00
David Chambers 848be84695 Add formatting 2017-06-08 15:40:44 -04:00
david-chambers 6b7bdec066 Add Gngst unit test 2017-06-08 13:20:25 -04:00
david-chambers ef06cafade Add code analysis suppressions 2017-06-08 13:20:02 -04:00
david-chambers 8386718266 Add GNGST message 2017-06-07 16:18:23 -04:00
Morten Nielsen 591c532920 Last vehicle in GPGSV string not parsed 2017-05-09 12:17:04 -07:00
Morten Nielsen 7b7cafdbfb Added .NET Standard library + upgraded .NET 4.5 to the supported 4.5.2 2017-03-15 00:03:48 -07:00
Morten Nielsen d0bff9f06e Show unknown messages in the panel 2017-03-14 22:55:00 -07:00
Morten Nielsen add8429da9 Update UWP SDK to work on default VS installs that doesn't have 10240 installed 2017-03-14 22:54:12 -07:00
Morten Nielsen d3c42c6258 v1.6.1 2017-03-06 23:31:22 -08:00
Morten Nielsen 435a50041f Disable buffering in UWP. Fixes https://github.com/dotMorten/NmeaParser/issues/28 2017-03-06 23:18:58 -08:00
Morten Nielsen 63731da6bc Build UWP for x86 when AnyCPU is selected 2017-03-06 23:17:38 -08:00
Morten Nielsen 614ba2f07b Updated Xamarin.iOS tooling 2017-03-06 23:16:55 -08:00
Morten Nielsen 66e9151beb Correct reading of TimeSinceLastDgpsUpdate + Add FixTime
Fixes #27
2017-02-01 17:15:35 -08:00
mort5161 686b34dc28 v1.6.0 (updated nuget package to include all platforms) 2016-06-06 11:21:05 -07:00
mort5161 1c198de5e4 Fixes Issue #12 2015-10-18 21:46:03 -07:00
mort5161 6a99c5a53f Upgraded UWP projects to VS2015RTM - Addresses Issue #13 2015-10-18 21:03:46 -07:00
Morten Nielsen c323d84635 Added support for Windows 10 and the new NmeaParser for 'SerialDevice' 2015-05-29 15:07:58 -07:00
Morten d3c3c6d90a Hide message tiles that doesn't have data available 2015-05-29 09:50:14 -07:00
mort5161 bddc6d7a29 Added support for millisecond accuracy when parsing dates and timespans 2015-03-20 16:53:17 -07:00
mort5161 6fcd2ebca4 Improved file reader to read lines in message groups to better simulate an NMEA device 2015-03-20 16:20:02 -07:00