summaryrefslogtreecommitdiff
path: root/altosui/AltosSerial.java
Commit message (Expand)AuthorAge
* Reverted package name to 'altosui' from 'AltosUI'Tom Marble2012-09-11
* Changed package name from altosui to AltosUITom Marble2012-09-10
* altosui: Move 'implements Runnable' from AltosSerial to AltosLinkKeith Packard2012-08-04
* altosui: Handle Monitor Idle errors betterKeith Packard2012-07-29
* altosui: Move serial datastream parser to altoslibKeith Packard2012-07-16
* altosui: Abstract remote connection timeout stuffKeith Packard2012-07-11
* altosui: AltosSerial and AltosLink both tried to provide frequency settingKeith Packard2012-06-26
* altos: More cleanups for moving files to altoslibKeith Packard2012-06-04
* altoslib: Clean up random rebase failuresKeith Packard2012-06-02
* altosui: Move telemetry reader &c to altoslibKeith Packard2012-06-02
* altosui: Pull most of AltosSerial into AltosLinkKeith Packard2012-06-02
* altosui: Move AltosConfigData.java to libraryKeith Packard2012-06-02
* altosui: Complete split out of separate java libraryKeith Packard2012-06-02
* altosui: Split out UI-specific preferencesKeith Packard2012-06-02
* altosui: Make 'monitor idle' work with older TeleMetrum firmware (trac #28)Keith Packard2012-03-27
* altosui: Catch attempt to set radio frequency to 0.0 -- use defaultKeith Packard2012-03-27
* altosui: Configure radio with new direct frequency settingKeith Packard2012-03-27
* altosui: Report error message back from libaltosKeith Packard2011-08-28
* altosui: don't set channel when using radio settingKeith Packard2011-08-14
* altos: AltosSerial.flush_input shouldn't discard Interrupted exceptionsKeith Packard2011-08-13
* altosui: Ensure serial code tracks reply nesting correctlyKeith Packard2011-08-09
* altosui: Reading serial from swing thread only bad if remoteKeith Packard2011-08-08
* altosui: Flush radio setting to serial deviceKeith Packard2011-08-08
* altosui: Remove debugging printfs from AltosSerialKeith Packard2011-08-08
* altosui: Convert from channels to frequenciesKeith Packard2011-08-08
* altos/altosui: Add pad orientation configure optionKeith Packard2011-08-02
* altosui: Simple timeouts don't work with query dataKeith Packard2011-08-02
* altosui: Download list of site locations for map preloadingKeith Packard2011-07-17
* altosui: Generalize and centralize telemetry constants, parse v0.8 telemetryKeith Packard2011-07-16
* altosui: Support raw telemetry from TeleDongleKeith Packard2011-06-28
* altosui: Create abstract AltosDevice classKeith Packard2011-04-14
* altosui: Clean up packet link connecting dialogKeith Packard2011-03-28
* altosui: Handle serial calls from swing threadKeith Packard2011-03-27
* altosui: Allow TM config connection to be canceled.Keith Packard2011-03-26
* altosui: Add telemetry format menu and preferencesKeith Packard2011-03-24
* altosui: Use long input flush timeout when remote.Keith Packard2011-01-16
* altosui: Make serial debug more complete and accurateKeith Packard2011-01-16
* altosui: Add preference for serial debugging.Keith Packard2011-01-14
* altosui: Ensure serial line is flushed after disabling remote linkKeith Packard2011-01-14
* altosui: Add support for parsing list of flights from the 'l' commandKeith Packard2011-01-11
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24