Commit Graph

5112 Commits (f1110534ddc0f333bbf0621efd3c32ef54b3ddd7)

Author SHA1 Message Date
Michael Keller f1110534dd
Merge pull request #2097 from fgiudice98/blackbox-sample-rate 2020-07-05 14:49:17 +12:00
Michael Keller 4d829f4ce0
Merge pull request #2088 from McGiverGim/update_ol_library
Update OpenLayers library to version 5.3.3
2020-07-05 14:43:55 +12:00
Michael Keller 4f7c78b59b
Merge pull request #2080 from McGiverGim/update_i18next
Update i18next to latest minor version of 19.0.0
2020-07-05 14:10:46 +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
Michael Keller b79c424f74
Merge pull request #1946 from WalcoFPV/cordova 2020-07-05 11:42:13 +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
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
Michael Keller 3a3505a0b0
Merge pull request #2091 from McGiverGim/update_three_library 2020-06-28 17:47:18 +12:00
Miguel Angel Mulero Martinez 90e8bad330 Pushed three.js library version to 0.110.0 2020-06-26 13:18:44 +02:00
Miguel Angel Mulero Martinez 26418f336a Move three.js library to npm library and upgrade to version 0.98.0 2020-06-26 12:47:34 +02:00
Miguel Angel Mulero Martinez 5e419c0870 Update OpenLayers library to version 5.3.3 2020-06-25 16:39:43 +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 be8d59e26f
Merge pull request #2074 from mikeller/update_nw_js_to_44_6
Updated NW.js to 44.6.
2020-06-23 01:15:16 +12:00
Miguel Angel Mulero Martinez 52bfe17bd8 Update i18next to latest minor version of 19.0.0 2020-06-22 11:25:51 +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
Michael Keller 61a9a0e89c
Merge pull request #1995 from betaflight/dependabot/npm_and_yarn/jquery-3.5.0
Bump jquery from 3.4.1 to 3.5.0
2020-06-22 00:30:56 +12:00
mikeller 19988f9323 Updated NW.js to 44.6. 2020-06-22 00:03:47 +12:00
Michael Keller 6494eb0e71
Merge pull request #1878 from Asizon/addFfInterpolate 2020-06-21 18:46:17 +12:00
Asizon 322a34ee31 Rename AVG to Average 2020-06-21 08:30:57 +02: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
Michael Keller de70148a4b
Merge pull request #2012 from WalcoFPV/dark_theme
DarkTheme auto change when prefers color scheme change
2020-06-21 14:53:50 +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
Michael Keller a52efd7ec8
Merge pull request #2059 from mikeller/update_version_to_10_8_0
Updated version to 10.8.0, updated supported API version to 1.44.
2020-06-16 00:58:55 +12:00
mikeller 3335de3a9e Updated version to 10.8.0, updated supported API version to 1.44. 2020-06-14 19:34:41 +12:00
Michael Keller 4f64639036
Merge pull request #2056 from mikeller/updated_version_to_10_7_0
Updated version to 10.7.0.
2020-06-14 17:14:49 +12:00
mikeller f336f54d2b Updated version to 10.7.0. 2020-06-10 01:36:53 +12:00
Michael Keller b8d0481465
Merge pull request #2053 from mikeller/fix_sliders_resetting
Fixed PID tuning sliders disabling on certain values.
2020-06-10 01:32:58 +12:00
Michael Keller 0ee367b841
Merge pull request #2054 from McGiverGim/update_translations 2020-06-09 23:12:23 +12:00
Miguel Angel Mulero Martinez 7cc5f2f75e Update translations 2020-06-08 15:05:17 +02:00
mikeller 81c41d331f Fixed PID tuning sliders disabling on certain values. 2020-06-09 00:26:31 +12:00
Michael Keller dd475a3c9f
Merge pull request #2050 from mikeller/fix_pid_loop_reporting
Fixed reporting of PID loop settings.
2020-06-08 23:51:22 +12:00
mikeller 899063b998 Fixed reporting of PID loop settings. 2020-06-07 12:21:09 +12:00
Michael Keller e14b560c6f
Merge pull request #2047 from Asizon/fix_superexporates_typo
Fix superexpoRates typo on pidtuning tab
2020-06-07 00:58:33 +12:00
Michael Keller d9dc7aafbb
Merge pull request #2048 from Asizon/fixing_cellcount_int8reads
Fixed auto_profile_cellcount negative value reads
2020-06-06 19:10:01 +12:00
Asizon 3f679c3a05 Fixed cell count negative value reads 2020-06-04 20:45:23 +02:00
Asizon 2bf7fae672 Fix typo on superexporates 2020-06-04 13:50:37 +02:00
Michael Keller 6a67977916
Merge pull request #2045 from mikeller/update_version_to_10_7_0_rc2 2020-06-04 00:43:23 +12:00
mikeller 04901ccb1c Updated version to 10.6.0-RC2 2020-06-04 00:15:31 +12:00
Michael Keller 9727ec6ff1
Merge pull request #2044 from McGiverGim/update_translations
Update translations
2020-06-03 23:41:44 +12:00
Miguel Angel Mulero Martinez 450023dfdb Update translations 2020-06-03 08:31:53 +02:00