aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-29fixed message encodingGavriel Fleischer
2019-01-14Merge pull request #4192 from flocsy/send-messageAnton Tananaev
Send message (that is displayed on the watch's display)
2019-01-14added test for MESSAGEGavriel Fleischer
2019-01-14fixed typoGavriel Fleischer
2019-01-14added message sending to WatchProtocolGavriel Fleischer
2019-01-13Merge pull request #4191 from flocsy/TK-binaryAnton Tananaev
fixed exception when String.format thought the binary data has formt placeholders
2019-01-13Merge pull request #4189 from iEvgeny/navis6Anton Tananaev
Implemented F6 format support for Navis (NTCB) protocol
2019-01-13added test when binary data looks like format stringGavriel Fleischer
2019-01-13Add Navis protocol unit test for F6 formatEvgeny S Maksimov
2019-01-13fixed removed unnecessary {}Gavriel Fleischer
2019-01-13fixed exception when String.format thought the binary data has format ↵Gavriel Fleischer
placeholders
2019-01-13Fixed output field for F4 formatEvgeny S Maksimov
2019-01-13Fix altitude factorEvgeny S Maksimov
2019-01-13Fix copy/paste errorsEvgeny S Maksimov
2019-01-13Added F6 format support + minor improvements for previous formats.Evgeny S Maksimov
2019-01-12Support H10 cell and wifiAnton Tananaev
2019-01-12Test Suntech hours decodingAnton Tananaev
2019-01-11Merge pull request #4188 from iEvgeny/logrotateAnton Tananaev
Added logger.rotate configuration parameter for compatibility with logrotate
2019-01-09Merge pull request #4186 from flocsy/logger-formatAnton Tananaev
fixed LOGGER format string
2019-01-09fixed LOGGER format stringGavriel Fleischer
2019-01-09Merge pull request #4184 from flocsy/fix-log-orderAnton Tananaev
fixed log order
2019-01-09fixed log orderGavriel Fleischer
2019-01-08Add ITS login responseAnton Tananaev
2019-01-08Merge pull request #4181 from flocsy/log-batteryAnton Tananaev
Small improvements to logging
2019-01-08reverted getIntegerGavriel Fleischer
2019-01-08made it possible to customize log order and use any attributeGavriel Fleischer
2019-01-08120 chars line limit...Gavriel Fleischer
2019-01-08remove non-standard -NGavriel Fleischer
2019-01-08use String formatting in loggingGavriel Fleischer
2019-01-08use Java apiGavriel Fleischer
2019-01-08renamed method to parseErrorGavriel Fleischer
2019-01-08added logger.events configurationGavriel Fleischer
2019-01-08log error in GoogleGeocoderGavriel Fleischer
2019-01-08changed log message for port confictGavriel Fleischer
2019-01-07added getInteger that can return nullGavriel Fleischer
2019-01-07log battery level, outdated, invalidGavriel Fleischer
2019-01-07disconnect after hex command sentGavriel Fleischer
2019-01-07log port in case of conflictGavriel Fleischer
2019-01-07log error in geocoderGavriel Fleischer
2019-01-06Decode Atrack driver idAnton Tananaev
2019-01-05Support Nyitech NT-183W protocolAnton Tananaev
2019-01-04Log original exceptionAnton Tananaev
2019-01-04Fix potential security issueAnton Tananaev
2019-01-03Support alternative Atlanta L100 formatAnton Tananaev
2019-01-02Revert "Improve L100 decoder"Anton Tananaev
This reverts commit 3254dbc
2019-01-02Improve L100 decoderAnton Tananaev
2019-01-01Merge pull request #4176 from mujeerhashmi/swaggerFixesAnton Tananaev
Swagger.json: Fix typo and add type for attributes
2019-01-01Swagger.json: Fix typo and add type for attributes.Syed Mujeer Hashmi
This fixes typo in attributes field of various model classes and add the type for attributes as "object". This is based on inputs from "https://swagger.io/docs/specification/data-models/dictionaries/" Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com>
2018-12-31Decode additional Wristband dataAnton Tananaev
2018-12-31Handle Queclink GTSTC messages (fix #4173)Anton Tananaev