only setup port and connect if its valid and ready
change mdsn detection and made remove ports working for tcp ports
used the bonjour package and made it event based
removed unused constant
chore: code quality
fix self reference for mdns handler functions
adding port removal on not reachable
fix tcpcheck for resolved addresses
fixing mdns and polling
fixed mdns browser init (thanks to CapnBry), events not getting registered before the discovery starts
tcp polling was to fast and now doesnt check if the gui is connected to reduce ESP stress.
chore: remove commented code
added mdns requery interval
added andoird zeroconf for mdns discovery
fixed mobile detection and fixed squash/merge errors
fixing yarn install error and code smells
fixes cordova connect
Fight controller based on silabs CP2104 was not working as function call cordova_serial.requestPermission() without specify the driver parameter uses the default driver "CdcAcmSerialDriver" which is the wrong when usb-uart chip is a CP2104. This chip requires the driver "Cp21xxSerialDriver"
fix code smells
fix the automatically reported code smells
'CdcAcmSerialDriver' as default driver
In order to not rely on the fallback driver in the driver library define 'CdcAcmSerialDriver' explicit locally
Co-authored-by: haslinghuis <mark@numloq.nl>
add CP2102 and other CP210x single port devices into usb device filter
Cordova integration and android platform :
- Added cordova directory with required config
- Added cordova applications generation in gulpfile
- Added cordova development instructions
- Used cordova plugins to simulate missing chrome api plugins (chrome.serial and chrome.fileSystem)
- Added cordova clipboard support
- Added android operating system and Cordova gui mode
- Fixed some css and js files to make them working on Android as well as on computers
- Added --skipdep argument to accelerate cordova build (gulp task)
- Added a webview helper to help people to update the webview app of their device
New options tab :
- Added options tab replacing the options dropdown
- Added option to switch between phones UI and computers UI
Mobile interface and global interface improvements :
- Simplified the structure of the header with flex css
- Made headerbar and tab container responsive (compact headerbar and side menu)
- All tabs are adapted to mobile interface (except firmware flasher)
- The servos and adjustments tabs are not fully adapted but are "usable"
- Improved header bar animation
- Improved log expandation animation
- Added swipe gesture to toggle side menu
Fixes during the development :
- Logo position
- Dark mode
- Auto connection
- Error messages (cordova_chromeapi.js)
- Responsive grid
- Testing
- Disconnection
- Width of boxes inside the OSD tab
- Fixed cli tab
- OSD tab
- Motor stop switch
- White spaces in boxes
- Dialogs size
- Connect button state
- Prevent tablet with a height larger than 575px to switch to computers ui
- Fixed logging tab
- Fixed code smell
- Fixed yarn cordova plugin install issue
- Fixed content_wrapper
- Fixed vibrations when scrolling
- Fixed scrolling bar alignment
- Fixed dialogReportProblem height
- Fixed rates logo
- Fixed auto connection default value (true)
- Fixed D to D max
- Fixed dialogs
Added required messages in locales/en/messages.json file
Requested changes