Commit Graph

531 Commits (57539eb6dee491c753bee40f994a816945c9ffa2)

Author SHA1 Message Date
Ivan Efimov 61631b56d3 Total flights stats for OSD 2020-10-25 01:30:27 -05:00
Michael Keller 92ea872648
Merge pull request #2249 from McGiverGim/update_translations
Update translations
2020-10-24 04:57:00 +13:00
Michael Keller 9a69d86a0d
Merge pull request #2239 from haslinghuis/change-message 2020-10-23 11:10:23 +13:00
Miguel Angel Mulero Martinez 1178adb263 Update translations 2020-10-22 15:52:45 +02:00
Michael Keller b371ed471d
Merge pull request #2237 from McGiverGim/remove_message_i18n
Parse messages file and use i18next vue plugin
2020-10-22 04:37:42 +13:00
Miguel Angel Mulero Martinez dba61bc652 Parse messages file and use i18next vue plugin 2020-10-21 10:40:29 +02:00
Mark Haslinghuis 2fe985b768 Change save to flash msg and remove duplicate 2020-10-21 03:30:59 +02:00
Michael Keller 82aa47bf2f Remove window title hack for Chrome 2020-10-19 11:27:16 +02:00
Michael Keller 7fcc9efc72
Merge pull request #2182 from chmelevskij/chore/add-vue 2020-10-15 10:12:32 +13:00
Tomas Chmelevskij d6cee386e8 Add Vue
Setup vue with gulp and initial components:

* Status Bar
* Logo
* Battery Legend
2020-10-14 17:51:03 +02:00
Hans Christian Olaussen 55c106be61 Add Thrust Linearization
Adds Thrust Linearization to the PID Tuning tab.
2020-10-11 21:34:21 +02:00
Mark Haslinghuis 243d8e81eb Add degrees to accelerometer for X and Y axis in sensor tab 2020-10-06 15:35:14 +02:00
Michael Keller 5b4d9b9386
Merge pull request #2169 from haslinghuis/select_connect 2020-09-20 15:37:42 +12:00
Mark Haslinghuis 9ae3230edd detect default stm or cp210[x] serial port 2020-09-15 02:39:12 +02:00
Mark Haslinghuis fe1f57c069 featureAddAxisLabels 2020-09-10 02:32:01 +02:00
Michael Keller 6370a0153c
Merge pull request #2146 from haslinghuis/feature-osd-unit-british 2020-08-25 01:26:06 +12: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
mikeller f7461dea4a Added warnings about the limitations of power / amperage meter displays. 2020-08-03 01:23:06 +12:00
Miguel Angel Mulero Martinez 66946b76b4 Add Dutch translation 2020-07-27 09:51:18 +02:00
WalcoFPV 12d381998f Cordova: add warning message when exiting the configurator 2020-07-08 15:50:58 +02:00
Michael Keller 4efe0b2fb1
Merge pull request #2108 from mikeller/fix_non_supported_message
Fixed message about non-supported firmware.
2020-07-06 19:41:14 +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
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
fgiudice98 69603ee46b Defaults when switching rpm filtering
Added warning popup
2020-07-05 13:42:08 +12:00
mikeller a4d24a3d4f Fixed message about non-supported firmware. 2020-07-05 12:43:50 +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
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
Asizon dcdc15c5e3 Added Dynamic Lpf Dterm Curve Expo to UI 2020-06-17 21:22:18 +02:00
Miguel Angel Mulero Martinez 7cc5f2f75e Update translations 2020-06-08 15:05:17 +02:00
Miguel Angel Mulero Martinez 450023dfdb Update translations 2020-06-03 08:31:53 +02:00
mikeller 16b0cfc051 Fixed the antigravity feature switch. 2020-06-01 21:05:29 +12:00
Alberto García Hierro 6b2c59b571 [OSD] Add support for FrSky OSD
Add peripheral bit definitions to check the port function mask.
Depends on #1851
Depends on #1852
2020-05-25 14:53:17 +01:00
Míguel Ángel Mulero Martínez cc6769b065 Change magyar (Hungarian) to uppercase 2020-05-20 17:55:10 +02:00
Juzzle1 c1395c004f
Changed frame title & brackets 2020-05-09 12:35:05 +01:00
Juzzle1 325f6170ed
Update motor limit frame messages
Replaced references to 'Attenuation' and 'Limit' with 'Scaling'
2020-05-07 14:03:10 +01:00
Asizon 0d5519a3d6 Updated D_min tooltip 2020-05-06 08:24:21 +02:00
Michael Keller 8fd1c11ac3
Merge pull request #1997 from mikeller/remove_mag_declination 2020-05-04 01:02:43 +12:00
mikeller 59cb2d29a0 Removed unused compass declination setting. 2020-05-02 23:16:06 +12:00
TheIsotopes 03fb93cb3e
order and description changed 2020-04-29 16:21:31 +02:00
TheIsotopes e78ea1e0b6
missing tooltip added 2020-04-29 15:52:59 +02:00
Michael Keller d176724718
Merge pull request #1984 from mikeller/fix_dynamic_idle_rpm_units 2020-04-29 00:18:09 +12:00
Michael Keller 555234d1bf
Merge pull request #1967 from McGiverGim/update_translations 2020-04-29 00:02:04 +12:00
Miguel Angel Mulero Martinez 79977be39d Update translations 2020-04-28 08:41:17 +02:00
Miguel Angel Mulero Martinez 267e4973cd Add Traditional Chinese translation 2020-04-28 08:37:43 +02:00
Miguel Angel Mulero Martinez 0fcf3564c2 Add Hungarian translation 2020-04-27 15:17:50 +02:00
mikeller 04054c3b41 Fixed units shown for dynamic idle. 2020-04-27 01:50:21 +12:00