1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 09:45:28 +03:00
Commit graph

16 commits

Author SHA1 Message Date
Mark Haslinghuis
49ad949bea Unlock DFU using FC boot button after #2169 2020-09-26 01:15:08 +02:00
Mark Haslinghuis
9ae3230edd detect default stm or cp210[x] serial port 2020-09-15 02:39:12 +02:00
Miguel Angel Mulero Martinez
9111503886 Sonar and review fixes 2020-08-26 19:58:01 +02:00
Miguel Angel Mulero Martinez
612a4e4e37 Add description to the port list 2020-08-26 15:38:58 +02:00
Miguel Angel Mulero Martinez
eb30f6bef0 Refactor and clean port_handler.js 2020-08-26 11:44:27 +02:00
WalcoFPV
4f93e54ae6 Cordova framework integration, Android support, mobile UI & options tab
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
2020-07-03 16:19:33 +02:00
Asizon
35d129c8d6 Disable Exit DFU Button when no needed
add interval function

sonar issue

change Timer method to port change detect

fixing white space
2020-03-25 13:01:46 +01:00
mikeller
d293d6b1e7 Added button to exit DFU. 2020-01-26 22:59:54 +13:00
Kyle K
16cabc93a4 initial go at flashing unified target with a config 2019-09-05 04:15:22 +00:00
Kyle K
ea1aaf7e8a switch languages without an app restart 2019-08-10 00:04:46 +00:00
Miguel Angel Mulero Martinez
f2002468c6 Remove magic number, add TIMEOUT_CHECK constant 2019-04-22 16:25:13 +02:00
Miguel Angel Mulero Martinez
acc035a61a Fix slowdown looking for usb devices 2019-04-22 09:44:43 +02:00
mikeller
5f5166cc41 Fixed ownership of installed files on debian. 2019-03-24 11:52:59 +13:00
jflyper
2f2da42f53 Add an ability to handle multiple DFU device types 2018-11-12 21:05:51 +09:00
Miguel Angel Mulero Martinez
0a71f1e559 Use i18next as i18n framework 2018-01-27 12:19:17 +01:00
Bas Delfos
24c81375a4 Move src files 2018-01-24 22:50:40 +01:00
Renamed from js/port_handler.js (Browse further)