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

895 commits

Author SHA1 Message Date
WalcoFPV
b87435855e Fixed auto dark theme on android 2020-08-28 16:49:03 +02:00
Michael Keller
6370a0153c
Merge pull request #2146 from haslinghuis/feature-osd-unit-british 2020-08-25 01:26:06 +12:00
Žan Pevec
d22f22924a Css files fixed and match styles
Moved css and match styling with other selects
2020-08-20 19:46:19 +02:00
Ivan Efimov
e4a85ccc2f Motor output reordering feature
Fixed Sonar warnings

renaming MOTOR_REMAP to MOTOR_OUTPUT_REORDER<ING>

Sonar warning fix

Code style fixes after the code review

moving styles to css from the motors tab dialog

Dialog size of Androind devices

Raneming MSP_<SET>_MOTOR_OUTPUT_REORDERING to MSP2

removing old styles and js files reference to motor_remap folder

adding FC.* where needed to accomodate new master changes

fixed alphabetical order for FC settings MOTOR_OUTPUT_REORDER

css fix for Android for motor reordering dialog
2020-08-13 22:52:09 -05:00
haslinghuis
317218377f Added support for british units in osd - fixed all (;) 2020-08-06 14:08:34 +02:00
Michael Keller
9edff49827
Merge pull request #2139 from atomgomba/remove-magic-number
Remove hard coded number
2020-07-30 00:37:46 +12:00
Michael Keller
a2918bf458
Merge pull request #2138 from McGiverGim/add_dutch_translation
Add Dutch translation
2020-07-30 00:27:58 +12:00
Károly Kiripolszky
2071181c9a Remove hard coded number 2020-07-28 01:49:32 +02:00
Miguel Angel Mulero Martinez
66946b76b4 Add Dutch translation 2020-07-27 09:51:18 +02:00
WalcoFPV
f3ff45dafa Fixed webview helper blocked on 'Checking webview applications' loader 2020-07-25 09:16:53 +02:00
Károly Kiripolszky
8d7b172db7 Adjust LQ OSD element preview according to selected serial rx provider 2020-07-16 23:51:16 +02:00
Michael Keller
63e5e9f119
Merge pull request #2122 from mikeller/re_add_canvas_renderer
Reverted THREE library to 0.97.0 to get CanvasRenderer back.
2020-07-14 01:07:02 +12:00
Michael Keller
691afd0f84
Merge pull request #2115 from WalcoFPV/fix_led_tab
Fix HSV tab in LED tab (Android App)
2020-07-12 14:08:06 +12:00
Michael Keller
525f18d4ba
Merge pull request #2117 from WalcoFPV/cordova_app_exit_confirm 2020-07-12 14:01:07 +12:00
Michael Keller
2d46b79094
Merge pull request #2112 from Asizon/remove_vbat_pid_compensation
Remove VBat PID Compensation from UI
2020-07-12 13:58:05 +12:00
mikeller
a2f4660397 Reverted THREE library to 0.97.0 to get CanvasRenderer back. 2020-07-12 00:00:53 +12:00
Michael Keller
e27752f846
Merge pull request #2114 from McGiverGim/fix_fc_vars
Fix FC vars in Configuration tab
2020-07-11 23:47:01 +12:00
WalcoFPV
12d381998f Cordova: add warning message when exiting the configurator 2020-07-08 15:50:58 +02:00
WalcoFPV
e1ea07461e Cordova: use only version from package.json 2020-07-08 13:10:35 +02:00
WalcoFPV
c143c0b083 Fix HSV tab in LED tab (Android App)
Fix code smells


Fix code smells
2020-07-08 11:35:24 +02:00
Miguel Angel Mulero Martinez
feed555c1b Fix FC vars in Configuration tab 2020-07-08 11:22:47 +02:00
Asizon
d2ef89b6a3 Remove VBat PID Compensation
Some api version check fixes

Remove blanck line

More api version fixes

Remove extra parentesix

Removing more parentexis

Rebase fixing
2020-07-07 15:45:11 +02:00
Miguel Angel Mulero Martinez
24010a2e2a Move FC global vars inside FC object 2020-07-06 09:23:58 +02:00
Michael Keller
b9137a68e6
Merge pull request #1964 from AlienWiiBF/ACCST_V2
Initial FrSky ACCST V2.1.x support
2020-07-06 18:27:21 +12:00
Michael Keller
05b7e73fa1
Merge pull request #1955 from fgiudice98/rpm-filters-defaults 2020-07-06 18:09:32 +12:00
fgiudice98
69cd83abdd Moved dialog to main page
And fixed some strings in messages.json
2020-07-05 20:20:06 +02:00
MJ666
fef1e6b5ca Initial FrSky ACCST V2.1.x support 2020-07-05 10:32:34 +02:00
Michael Keller
2b8b0a2417
Merge pull request #2103 from Asizon/add_vbatSagCompensation_to_ui
Added Vbat Sag Compensation to UI
2020-07-05 15:40:38 +12:00
Michael Keller
f1110534dd
Merge pull request #2097 from fgiudice98/blackbox-sample-rate 2020-07-05 14:49:17 +12:00
fgiudice98
69603ee46b Defaults when switching rpm filtering
Added warning popup
2020-07-05 13:42:08 +12:00
Michael Keller
4a1b68a64a
Merge pull request #2098 from McGiverGim/fix_vtx_without_tables
Fix vtxPower_X parameter string
2020-07-05 12:33:35 +12:00
Michael Keller
9d54c9acc9
Merge pull request #2087 from rtlopez/vtx_no_table_fix
vtx tab fix for device without vtx tables
2020-07-05 12:32:45 +12: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
18e84746e5 Add Vbat Sag Compensation to UI
Remove empty white line

Improve ff and vbatSag functions change events

Tooltip reviewing
2020-07-03 11:46:48 +02:00
fgiudice98
95bc2977d9 Fix "KHz" to "kHz" 2020-06-30 12:09:06 +02:00
fgiudice98
346c317ded Blackbox sample rate selection 2020-06-30 11:50:00 +02:00
Miguel Angel Mulero Martinez
d8df97a5c4 Fix vtxPower_X parameter string 2020-06-30 11:47:25 +02:00
Michael Keller
ea880840a8
Merge pull request #2078 from McGiverGim/change_selfclosing_tags 2020-06-28 18:56:37 +12:00
Miguel Angel Mulero Martinez
90e8bad330 Pushed three.js library version to 0.110.0 2020-06-26 13:18:44 +02:00
Roman Tatar
7195e85204 vtx tab fix for device without vtx tables 2020-06-25 10:50:51 +02:00
Miguel Angel Mulero Martinez
1bce036a41 Change self-closing <div>, <span> and <p> tags 2020-06-22 15:27:00 +02:00
Michael Keller
740730a87f
Merge pull request #2015 from McGiverGim/hide_gps_elements
Hide GPS elements if not selected AUTO
2020-06-22 00:36:15 +12:00
Asizon
f5410499dd Add FF Interpolation Options
Sonar issues

Move to Msp 1.44 and some fixes

sonar

sonar2

new sonar issues

Suggested changes

Default to AVG_2

Fix Indexation

remove HEAD word

fix API const and sonnar
2020-06-21 08:23:38 +02:00
Michael Keller
27848ca94a
Merge pull request #1992 from Asizon/rcInterpolationFixes 2020-06-21 15:37:12 +12:00
Michael Keller
5c51105ff2
Merge pull request #2068 from Asizon/ui_add_dterm_curve_expo 2020-06-21 15:17:03 +12:00
WalcoFPV
e91c76f89b DarkTheme auto change when prefers color scheme change 2020-06-18 10:08:11 +02:00
Asizon
41c8286788 Toggle for API version 2020-06-17 21:52:59 +02:00
Asizon
dcdc15c5e3 Added Dynamic Lpf Dterm Curve Expo to UI 2020-06-17 21:22:18 +02:00
Asizon
e19b4430b8 Fixing Rc Smoothing Settings
fix typo,duplicated elemnt in event handler

sonar issues

sonar issues2
2020-06-17 08:53:41 +02:00
mikeller
3335de3a9e Updated version to 10.8.0, updated supported API version to 1.44. 2020-06-14 19:34:41 +12:00