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
/
main
/
java
/
org
/
traccar
/
protocol
/
LaipacProtocolDecoder.java
Age
Commit message (
Expand
)
Author
2023-07-09
Follow refactor suggestion
Edward Valley
2023-07-09
Remove unneded code
Edward Valley
2023-07-09
Fix more errors
Edward Valley
2023-07-09
Fix more errors
edvalley
2023-07-09
Fix more errors
edvalley
2023-07-09
Fix some errors
edvalley
2023-07-09
Conditionally set digital input 3 and analog input 2 according to device model
edvalley
2023-07-07
Use BitUtil instead of logical bitwise AND operator
edvalley
2023-07-07
Remove trailing spaces
edvalley
2023-07-07
Change tabs to spaces
edvalley
2023-07-07
Keep same structure as before
edvalley
2023-05-25
Fix style check violation
edvalley
2023-05-25
Fix style check violation
edvalley
2023-05-25
Acknowledge mileage alert and decode third input status
edvalley
2022-06-18
Refactor device password
Anton Tananaev
2022-05-30
Combine session related classes
Anton Tananaev
2022-05-30
Decouple more tests from context
Anton Tananaev
2021-10-31
Merge shock and vibration alarms
Anton Tananaev
2020-09-12
Refactor NMEA checksum
Anton Tananaev
2019-08-24
Fix PMD issues
Anton Tananaev
2019-07-18
Make device password group configurable
Edward Valley
2019-07-16
Changes after second review
Edward Valley
2019-07-16
Changes after first review
Edward Valley
2019-07-12
Laipac protocol decoder: decode EAVSYS messages
Edward Valley
2019-07-12
Avoid directly handling ignition attribute
Edward Valley
2019-07-12
Changes after seventh review
Edward Valley
2019-07-11
Changes after sixth review
Edward Valley
2019-07-10
Fixed odometer value read as meters instead of kilometers
Edward Valley
2019-07-10
Fixed not receiving ignition off event
Edward Valley
2019-07-10
Changes after fourth review
Edward Valley
2019-07-10
Changes after third review
Edward Valley
2019-07-05
Changes after second review
Edward Valley
2019-07-04
Missed minor change
Edward Valley
2019-07-03
Changes after first review
Edward Valley
2019-07-02
Enhance Laipac protocol decoder
Edward Valley
2019-03-31
Convert project to gradle
Anton Tananaev