index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
protocol
/
XexunProtocolDecoder.java
Age
Commit message (
Collapse
)
Author
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-09-16
Use same code formatting for switches
Anton Tananaev
2016-09-14
Support Xexun messages without time
Anton Tananaev
2016-08-17
- Added Kenji, T800x, Xexun alarm decoders
Abyss777
- Fixed GT06 mistake
2016-07-19
Move device id to a session
Anton Tananaev
2016-05-26
- Simplification of the hierarchy of models classes
Abyss777
- Removed automatically founded unnecessary imports
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-02-27
Update Xexun decoder regex pattern
Anton Tananaev
2016-02-26
Flexible coordinates format for Xexun
Anton Tananaev
2016-02-07
Handle new line in Xexun messages
Anton Tananaev
2015-11-30
Always pass remote address to identify method
Anton Tananaev
2015-10-25
Remove unused class imports
Anton Tananaev
2015-10-25
Refactor Xexun protocol decoder
Anton Tananaev
2015-10-24
Refactor pattern builder class
Anton Tananaev
2015-10-08
Clean up reported PMD issues
Anton Tananaev
2015-10-07
Rename pattern to upper case style
Anton Tananaev
2015-10-07
Replace Double.valueOf with parseDouble
Anton Tananaev
2015-10-07
Replace more valueOf with parseXxx
Anton Tananaev
2015-10-07
Use pattern builder for Xexun
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-09-23
More code issues clean up
Anton Tananaev
2015-09-23
Clean up code inspection issues
Anton Tananaev
2015-07-12
Re-factor decoder interface
Anton Tananaev
2015-06-29
Combine Xexun decoders (fix #1282)
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-05-04
Create other data keys
Anton Tananaev
2015-04-29
Store other data in position
Anton Tananaev
2015-04-27
Remove unnecessary default values
Anton Tananaev
2015-04-23
Major code refacroting
Anton Tananaev
2015-02-17
Add Xexun Glonass support (fix #1082)
Anton Tananaev
2014-10-21
Updated BaseProtocolDecoder constructor to take three parameters ↵
jon-stumpf
(DataManager, String, Properties); Removed second constructor;
2014-10-21
Made BaseProtocolDecoder members "final" as they should not change after ↵
jon-stumpf
construction.
2014-10-21
Eliminated the need for hardcoded protocol strings in the ↵
jon-stumpf
src/org/traccar/protocol/*ProtocolDecoder.java files.
2014-09-19
Workaround missing hemisphere (fix #874)
Anton Tananaev
2014-04-08
Replace HOUR with HOUR_OF_DAY
Anton Tananaev
2013-11-23
Fix xexun decoder (fix #460)
Anton Tananaev
2013-11-09
Improve unit test verification
Anton Tananaev
2013-08-27
Modify Xexun decoder
Anton Tananaev
2013-08-12
Fix typo in decoders
Anton Tananaev
2013-03-16
Fix xexun protocol decoder (fix #170)
Anton Tananaev
2013-01-15
Pass ServerManager to every protocol decoder
Anton Tananaev
2012-12-11
Fix Xexun protocol decoder (fix #107)
Anton Tananaev
2012-12-04
Added unknown device logging (fix #102)
Anton Tananaev
2012-10-31
Properly handle connection closing (fix #62)
Anton Tananaev
2012-06-20
Proper Calendar usage
Anton Tananaev
2012-04-26
(no commit message)
Anton Tananaev
2012-04-26
(no commit message)
Anton Tananaev