Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-25 | Fix H02 ignition decoding | Anton Tananaev | |
2016-07-24 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
# Conflicts: # tools/test-generator.py | |||
2016-07-24 | Correctly process negative latitude and longitude. | Fabián Inostroza | |
2016-07-23 | Improve GpsGate protocol decoder | Anton Tananaev | |
2016-07-23 | Support GT02 command responses | Anton Tananaev | |
2016-07-23 | Fix checkstyle issue | Anton Tananaev | |
2016-07-23 | Return http error if unknown | Anton Tananaev | |
2016-07-22 | Workaround for incorrect hemisphere (fix #2139) | Anton Tananaev | |
2016-07-21 | Remove unused imports | Anton Tananaev | |
2016-07-21 | Do not close HTTP connection | Anton Tananaev | |
2016-07-20 | Remove unused imports | Anton Tananaev | |
2016-07-20 | Update L100 protocol decoder | Anton Tananaev | |
2016-07-20 | Revert temporary L100 removal | Anton Tananaev | |
This reverts commit 21a8fb81a0aa88a7bc1cb6804da034ecc9a79bcd. | |||
2016-07-20 | Adjust TK103 voltage values | Anton Tananaev | |
2016-07-19 | automated check fix | ninioe | |
2016-07-19 | automated check fix | ninioe | |
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-19 | Change power to battery in GT06 decoder | Anton Tananaev | |
2016-07-19 | Merge pull request #2127 from tananaev/refactor | Anton Tananaev | |
Move device id to a session | |||
2016-07-19 | changed to generic alarm type event | ninioe | |
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-19 | Remove unused imports | Anton Tananaev | |
2016-07-19 | Move device id to a session | Anton Tananaev | |
2016-07-19 | Merge pull request #2126 from Abyss777/use_password_from_attributes | Anton Tananaev | |
Use password from attributes to send command | |||
2016-07-19 | Remove unnecessary checks and use cast instead toString() | Abyss777 | |
2016-07-19 | Fix an issue in TK103 decoder | Anton Tananaev | |
2016-07-18 | Fix nested if | Abyss777 | |
2016-07-18 | Use password for command from device attributes | Abyss777 | |
2016-07-18 | Decode MiniFinder status flags | Anton Tananaev | |
2016-07-18 | Support GT06 external power subtype | Anton Tananaev | |
2016-07-17 | - Fixed findbugs warning. | drecchia | |
2016-07-17 | - Carcell protocol for devices: cr2000 and cr250. | drecchia | |
2016-07-18 | Fix minor decoder issue for Megastek | Anton Tananaev | |
2016-07-17 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-17 | Added AlertEventHandler & Mute button for all notifications | ninioe | |
2016-07-16 | Implement T800X custom commands | Anton Tananaev | |
2016-07-15 | - Fixed tags. | drecchia | |
2016-07-15 | Merge pull request #2107 from drecchia/master-suntech-additional-commands | Anton Tananaev | |
Added new suntech commands | |||
2016-07-15 | - Fixed output control command construction. | drecchia | |
2016-07-14 | - Fixed style | drecchia | |
2016-07-14 | Support new eelink protocol messages | Anton Tananaev | |
2016-07-13 | - Removed trailing space. | drecchia | |
2016-07-13 | - Fixed pull request issues | drecchia | |
2016-07-13 | changes Anton asked me | ninioe | |
2016-07-12 | - Fix number of params. | drecchia | |
2016-07-13 | Enable custom command for all protocols | Anton Tananaev | |
2016-07-12 | - Fix typpo. | drecchia | |
2016-07-12 | - Added new commands. | drecchia | |
2016-07-12 | - Added support for activate output1, reboot device and request | drecchia | |
position. | |||
2016-07-12 | Added support for Alarm popup & positions history cleaner | ninioe | |
1. added support for Alarm and Alarm Type in popup and also in history records. can be muted with a toggle button in the UI 2. added a timer to clear positions history once a day. the default is to save positions history for 7 days if not defined in the configuration file. 3. prevent the lock of the UI files (js, html, css, etc..) for wondows developers in debug mode. It's easier to do changes to the UI without stopping the app each time. 4. tools: added support in test-generator.py to simulate Alert, also added minify.bat file to compile new js files for the UI using sencha SDK for windows developers |