Commit Graph

88 Commits (d269d603913e2988b5f3d3f4ca54c4d0869cad6d)

Author SHA1 Message Date
Dominic Clifton d269d60391 Improve user experience by adding tabs for the welcome and firmware
flasher.

The welcome (aka 'landing') and firmware flasher were already modelled
as tabs but were never displayed as tabs.

The UI didn't make sense when the whether the welcome message or
firmware flasher was displayed since there was no active tab or other
indication.
2015-01-25 17:37:47 +01:00
Dominic Clifton 593538f2d2 Update firmware flasher to ignore non-matching release files. 2015-01-08 22:53:49 +00:00
Dominic Clifton a348b5de8e Support RC and Stable firmware releases. 2015-01-08 11:44:32 +00:00
Dominic Clifton 9f07f438e2 Update firmware flasher so it formats the release notes a little. 2015-01-03 22:29:32 +00:00
Dominic Clifton b9fbb5447d Delete unused baseflight code from firmware flasher. 2015-01-03 22:10:08 +00:00
Roeland Lutters de3494146c Fixed firmware version Displayed hours. 2014-12-25 23:30:15 +01:00
Roeland Lutters f71eba5760 Fixed the displayed firmware-date in the firmware flasher. 2014-12-25 22:10:00 +01:00
Paul Rogalinski 7a800444b5 Force the user to pick a fimrware before loading 2014-12-25 00:02:18 +01:00
Thomas Greer 8935054584 Fixed transposed URLs in firmware flasher 2014-12-20 11:16:35 +00:00
Dominic Clifton ccc0b839e6 Minor tweaks to the firmwre flasher. 2014-12-19 19:48:19 +00:00
Dominic Clifton c6867d3c52 Update the firmware flasher to provide more details about the release.
Add warning message about target selection.
2014-12-19 16:04:42 +00:00
Dominic Clifton dac49093a0 Update firmware flasher so that it uses files available via the github
releases api.
2014-12-19 14:56:40 +00:00
Paul Rogalinski 2f9e2b13c5 fixed typos 2014-12-19 04:05:25 +01:00
Paul Rogalinski a8a6b8904c fixed async issues, added string formatter proto 2014-12-19 03:58:42 +01:00
Dominic Clifton 6051876f23 commit of broken code for a js expert to fix. 2014-12-19 01:30:48 +00:00
Dominic Clifton a8cf910f51 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	README.md
	_locales/en/messages.json
	changelog.html
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
	js/protocols/stm32.js
	js/serial_backend.js
	main.css
	main.html
	main.js
	manifest.json
	tabs/auxiliary_configuration.css
	tabs/default.css
	tabs/firmware_flasher.js
	tabs/initial_setup.css
	tabs/initial_setup.html
	tabs/initial_setup.js
	tabs/modes.html
	tabs/modes.js
	tabs/motor_outputs.css
	tabs/motors.html
	tabs/receiver.css
	tabs/servos.js
2014-12-18 22:40:03 +00:00
cTn 277d39109a sort out dates in js 2014-11-26 16:32:17 +01:00
cTn 7f2dab0e4a moving to different time format 2014-11-26 12:34:32 +01:00
cTn dc633f2421 fix release/time sorting of fetched builds, optimize, needs more testing 2014-11-15 02:18:04 +01:00
cTn 7a0d3a1199 handle all sorts of edge cases that would otherwise break UI or functionality 2014-11-11 11:59:12 +01:00
cTn 97e37347d6 implementing the highly wanted select box for hand picking firmware builds that are available on baseflight.net 2014-11-10 21:33:32 +01:00
cTn 3a4b41b259 assign correct error message for fetching online firmware 2014-11-03 16:57:08 +01:00
cTn 72447a6103 set release filter to accept NAZE only 2014-11-03 16:53:54 +01:00
cTn ad005a3f1c revamped option part of firmware flasher UI 2014-10-24 16:55:42 +02:00
cTn ed7600facc implement support for flashing development firmware (first iteration, done via checkbox) 2014-10-24 15:36:19 +02:00
cTn 3c4307ae57 add initialization timeout for flash on connect, rework functionality so each new detected port can trigger flashing sequence 2014-10-19 09:38:39 +02:00
cTn b6097d6271 move parse_hex function away from the global context 2014-10-19 04:18:05 +02:00
cTn 63768b0af0 correct the value returned by getDate, display GMT offset 2014-10-11 16:45:19 +02:00
cTn f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 2014-10-01 13:16:22 +02:00
Dominic Clifton 875a81e11d Update URLs for firmware and changelog. 2014-10-01 12:11:45 +01:00
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 2014-10-01 12:58:09 +02:00
cTn 4412f9c263 default and initial setup renamed to landing and setup, including object adjustments 2014-09-20 13:51:23 +02:00
cTn 9c6d803334 firmware received from the github server can now be saved locally (as requested) 2014-09-04 17:16:13 +02:00
Dominic Clifton 6a360d973b Update URLs to use cleanflight again. 2014-09-04 03:19:48 +01:00
cTn 911ddba278 only request firmware info from github api when firmware is valid 2014-08-31 10:10:53 +02:00
cTn b1390b0b01 updating changelog 2014-08-30 10:36:55 +02:00
cTn 37de8dfefa new simplified flasher status UI 2014-08-30 10:30:28 +02:00
cTn 322af92d45 add / implement flash slowly option in firmware flasher
this will allow flashing via serial adapters that doesn't support 921600
flashing via various bluetooth adapters will be also possible now
(untested)
2014-08-30 08:59:21 +02:00
cTn e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 2014-08-12 15:51:31 +02:00
cTn 9043358348 enabling strict in last 2 tabs 2014-08-09 20:51:06 +02:00
cTn 13d17e1528 stm32/stm32usbdfu parameters rework, removing UI options dependency 2014-07-22 14:16:09 +02:00
cTn 1885fba5a0 analytics overhaul 2014-07-16 12:59:12 +02:00
cTn e49f4ea5ff converting tab object initialization 2014-07-10 19:19:45 +02:00
cTn 799fc76c8e hooking up all of the active_tab references 2014-07-10 18:51:02 +02:00
cTn 75e0accf75 hookup new cleanup system 2014-07-10 18:45:18 +02:00
cTn 31dcbbfa91 firmware flasher support in tabs 2014-07-10 18:41:11 +02:00
cTn 5efb1685a4 moving default tab to new tabs object 2014-07-10 18:14:17 +02:00
cTn c6700a8588 equip all tab initializers with callback parameter (currently without hooks) 2014-07-09 16:12:37 +02:00
cTn 795502a585 enforce stronger interval cleanup 2014-07-09 15:46:35 +02:00
cTn 05dfaf910d sprinkle in some tracking events for firmware flashing 2014-06-28 21:38:06 +02:00