Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-12 | Ruptela - Tampering, Jamming and Network Operator decoding. | Matjaž Črnko | |
2023-06-12 | Ruptela - motion, gps antenna alarm and inputs decoding improvements | Matjaž Črnko | |
2023-06-12 | Ruptela - saner ignition decoding | Matjaž Črnko | |
2023-06-11 | Additional VL502 parameters | Anton Tananaev | |
2023-06-11 | Merge pull request #5113 from jinzo/ruptela-improvements | Anton Tananaev | |
Ruptela IO decoding for Odometer, OBD Odometer and OBD Speed | |||
2023-06-11 | Clean up formatting | Anton Tananaev | |
2023-06-11 | Refactor getUniqueSheetName in RouteReportProvider | Nikolay Vlahovski | |
Rename uniqueSheetsTitle to namesCount Increase default namesCount counter to 1 Move namesCount to top | |||
2023-06-11 | Add increment value attribute on Duplicate Device Name for Route Report. | Nikolay Vlahovski | |
Declaring uniqueSheetsTitle Add private method getUniqueSheetName Usage in getExcel sheetNames | |||
2023-06-11 | Ruptela IO Decoding for Device Temperature, Battery charging, Tow Alarm, ↵ | Matjaž Črnko | |
Accident Alarm | |||
2023-06-11 | Ruptela IO decoding for Odometer, OBD Odometer and OBD Speed | Matjaž Črnko | |
2023-06-10 | fix: compare string by value | Rafael E. Ajuria | |
2023-06-10 | Merge pull request #5107 from reajuria/feature/redis-broadcast | Anton Tananaev | |
Feature/redis broadcast | |||
2023-06-10 | cleanup broadcast type | Rafael E. Ajuria | |
2023-06-09 | cleanup | Rafael E. Ajuria | |
Breaking change: if using multicast must set broadcast.type="multicast" | |||
2023-06-08 | Add BaseBroadcastService | Rafael E. Ajuria | |
pr comment adjustments | |||
2023-06-07 | Increase frame limit | Anton Tananaev | |
2023-06-07 | redis broadcast implementation | Rafael E. Ajuria | |
2023-06-07 | redis broadcast service | Rafael E. Ajuria | |
2023-06-05 | Handle missing positions (fix #5104) | Anton Tananaev | |
2023-06-04 | Handle decimal temperature | Anton Tananaev | |
2023-05-30 | Remove unused class | Anton Tananaev | |
2023-05-30 | Handle missing GoSafe fields | Anton Tananaev | |
2023-05-30 | Support file uploading | Anton Tananaev | |
2023-05-29 | added Battery Level as IO 113 in TeltonikaProtocolDecoder.java | merabtenei | |
2023-05-29 | Merge pull request #5095 from merabtenei/attributes-NullPointerException | Anton Tananaev | |
fix NullPointerException when attribute key is defined and value is null | |||
2023-05-29 | fix typo: replaced .containsKey with .get | merabtenei | |
2023-05-29 | fix return null value | merabtenei | |
2023-05-28 | Merge pull request #5096 from merabtenei/serviceAccount-allow-create | Anton Tananaev | |
do not add permission if user is serviceAccount | |||
2023-05-28 | Change default timeout | Anton Tananaev | |
2023-05-28 | do not add permission if user is serviceAccount | merabtenei | |
2023-05-28 | fix NullPointerException when attribute key is defined and value is set to ↵ | merabtenei | |
null, caused by calling .toString() on null. | |||
2023-05-24 | Add fast trips and stops | Anton Tananaev | |
2023-05-24 | Query positions in report utils | Anton Tananaev | |
2023-05-24 | Simplify trips and stops | Anton Tananaev | |
2023-05-24 | Remove duplicated list | Anton Tananaev | |
2023-05-24 | Update TeltonikaProtocolDecoder.java | geduxas | |
Removed duplicate | |||
2023-05-24 | Update TeltonikaProtocolDecoder.java | geduxas | |
Add some IO for FMBxx devices, most of them from lvcan addapter. | |||
2023-05-23 | Fast summary report | Anton Tananaev | |
2023-05-22 | Add SMS enabled flag | Anton Tananaev | |
2023-05-18 | Support web overrides | Anton Tananaev | |
2023-05-18 | Fix override filter | Anton Tananaev | |
2023-05-18 | Fix response wrapper | Anton Tananaev | |
2023-05-18 | Clean up TranSync decoder | Anton Tananaev | |
2023-05-18 | Fix Latitude/Longitude Formats for negative support | Nikolay Vlahovski | |
Add analizeNegativePosition function in TranSyncProtocolDecoder.java Add statusParameters variable for byte | |||
2023-05-18 | Merge branch 'traccar:master' into master | Nikolay Vlahovski | |
2023-05-17 | Fix Pythonic ussues | Nikolay Vlahovski | |
2023-05-17 | remove extra empty lines | Nikolay Vlahovski | |
2023-05-17 | Add Position.KEY_ARCHIVE position parameter in decodeTrackerStatusParameters ↵ | Nikolay Vlahovski | |
in TranSyncProtocol Add Position.KEY_VERSION_HW position parameter in decodeTrackerStatusParameters in TranSyncProtocol | |||
2023-05-17 | Remove sendResponse function from TranSyncProtocolDecoder.java | Nikolay Vlahovski | |
2023-05-17 | Add LengthFieldBasedFrameDecoder to TranSyncProtocol | Nikolay Vlahovski | |