modify release procedure to reflect Keith setting version in confgure.ac
[fw/altos] / altoslib /
2016-01-10 Keith PackardUpdate java library versions
2016-01-10 Keith Packardaltoslib: Remove debug message from AltosMap
2015-10-13 Keith Packardaltoslib: Keep downloading when a parse error occurs
2015-10-13 Keith Packardaltoslib: Make sure .eeprom download file is flushed...
2015-10-13 Keith Packardaltoslib: Rotation off by factor of two
2015-10-13 Keith Packardaltoslib: Hide 'state' member and use accessor function
2015-09-29 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-08-20 Keith Packardaltoslib: Add companion telemetry data support
2015-07-16 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-07-16 Keith PackardBump Java library versions
2015-07-15 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-07-12 Keith Packardaltoslib: Preload maps based on distance rather than...
2015-07-12 Keith Packardaltoslib: Convert longitude from distance in AltosMapTr...
2015-07-12 Keith Packardaltoslib: Limit simultanous map tile downloads to 128
2015-07-12 Keith Packardaltoslib: Make earth size constants public
2015-07-12 Keith Packardaltoslib: Make AltosMap floor/ceil static. Check transf...
2015-06-26 Keith Packardaltoslib: Support TeleBT v3.0 battery voltage conversion
2015-06-25 Keith Packardaltoslib: Don't crash if dragging a map view without...
2015-06-24 Keith Packardaltoslib: Fix replay to run in realtime again
2015-06-24 Keith Packardaltoslib: Typo slipped into AltosState.java
2015-06-24 Keith Packardaltoslib: Use a longer filter for descent values
2015-06-23 Keith Packardaltosdroid: Select tracker by clicking on map
2015-06-23 Keith Packardaltoslib: Add set_zoom_centre to AltosMap
2015-06-23 Keith Packardaltoslib: Clean up map tile removal
2015-06-23 Keith Packardaltoslib/altosuilib: Fix equals methods, add hashCode
2015-06-17 Keith Packardaltoslib: Remove debug output from AltosMap
2015-06-17 Keith Packardaltoslib: Expose public function to set state.product
2015-06-17 Keith Packardaltoslib: Let the application disable the link cancel...
2015-06-17 Keith Packardaltoslib: Set product for idle monitor
2015-06-13 Robert GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-06-07 Keith Packardaltoslib: Add preferences for saving/restoring multiple...
2015-05-29 Keith Packardaltoslib: Require 'debug' hook in AltosMapInterface
2015-05-28 Keith Packardaltoslib: Pass all map loader params to set_load_params
2015-05-28 Keith Packardaltoslib: Add map loading helper class
2015-05-28 Keith Packardaltoslib: Provide toString method for AltosLatLon
2015-05-28 Keith Packardaltoslib: Start with map empty
2015-05-27 Keith Packardaltoslib: Add AltosLaunchSite bits
2015-05-27 Keith Packardaltosdroid: Place icons on screen instead of drawing...
2015-05-27 Keith Packardaltosdroid: Add offline map tab
2015-05-26 Keith Packardaltosuilib: Get rid of AltosUIVersion.java
2015-05-26 Keith Packardaltoslib/altosuilib: Get new Map display code running...
2015-05-26 Keith Packardaltoslib/altosuilib: Update library version to 7
2015-05-26 Keith Packardaltoslib: More frobbing with new map bits
2015-05-26 Keith Packardaltoslib: Get new abstract mapping code compiling
2015-05-21 Keith Packardaltoslib: Create display-independent map support code
2015-05-19 Keith Packardaltoslib: Expose locale and non-locale floating point...
2015-05-18 Keith Packardaltoslib: Use Locale.ROOT for KML export
2015-03-03 Keith Packardaltoslib: Round frequency when configuring radio
2015-03-03 Keith Packardaltosui/telegps: Add config option for APRS format
2015-02-08 Keith PackardBump java library versions
2015-02-08 Keith Packardaltosuilib: Don't offer to graph some GPS details that...
2015-02-08 Keith Packardaltosuilib: Get the Eeprom download progress bar workin...
2015-02-08 Keith Packardaltoslib: Clear saved TelemetryReader state instead...
2015-02-08 Keith Packardaltoslib: Drop telemetry packets processed while monito...
2015-02-07 Keith Packardaltoslib: Mark listener as 'not running' on EOF.
2015-02-07 Keith Packardaltosui: Remove the dregs of AltosDroid load-old-telem...
2015-02-07 Keith Packardaltoslib: Initialize GPS data to MISSING for Monitor...
2015-02-07 Keith Packardaltoslib: Use 'stateless' for Monitor Idle
2015-02-07 Keith Packardaltoslib: Support TeleGPS for Monitor Idle
2015-02-07 Keith Packardaltosuilib: Don't show 'Sats in view' for TeleGPS eepro...
2015-02-07 Keith Packardaltosuilib: EEProm download from TeleGPS doesn't have...
2015-02-06 Keith Packardaltoslib: Store MS5607 data in AltosConfigData for...
2014-12-06 Keith Packardaltoslib: Add usbtrng, usbrelay and mpusb USB ids
2014-12-06 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-11-16 Keith Packardaltoslib: add AltosPreferences state save/restore inter...
2014-11-16 Keith Packardaltoslib: Add getBytes/putBytes interface to AltosPrefe...
2014-11-16 Keith Packardaltoslib: Make AltosState serializable
2014-11-10 Keith Packardaltoslib: Missing headers for mag sensor in CSV output
2014-10-31 Keith Packardaltosui: Pop up 'Connecting' dialog during Monitor...
2014-10-25 Keith Packardaltoslib: synchronize access to serial debug output...
2014-10-04 Keith Packardaltoslib: Compute tilt angle from eeprom data
2014-10-04 Keith Packardaltoslib: Deal with new Mega log format that has 32...
2014-09-11 Keith Packardaltoslib: Stop re-loading previous flight when starting...
2014-09-09 Keith Packardaltoslib/altosuilib: clean all versions of the .jar...
2014-09-09 Keith Packardaltoslib/altosuilib: Add EasyMega support
2014-09-09 Keith Packardaltoslib: Fix idle monitor parsing of MMA655x state
2014-09-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-09-07 Keith Packardaltoslib: Increase timeouts when using low baud rate...
2014-09-07 Keith Packardaltoslib: Update local callsign/baud rate when using...
2014-09-06 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-09-06 Keith Packardaltosdroid: Add imperial unit support
2014-09-01 Keith Packardaltoslib: Ignore extra AO_LOG_FLIGHT records from TeleGPS
2014-08-31 Keith Packardaltoslib: create logfiles preference object. check...
2014-08-30 Keith Packardaltoslib: TeleMega telemetry pyro voltages are uint8
2014-08-29 Keith Packardaltosdroid: start restoring from log data on startup
2014-08-18 Keith Packardaltoslib: Remove some debug printfs
2014-08-18 Keith Packardaltoslib: Improve performance of AltosLib.hexbytes
2014-08-18 Keith Packardaltoslib: Close serial port when AltosFlash fails to...
2014-08-18 Keith Packardaltoslib: Handle link timeout in AltosDebug.read_memory
2014-08-18 Keith Packardaltoslib: Parse 'Log fixed:' configuration value
2014-08-14 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-07-17 Keith Packardaltoslib: Handle TeleGPS files for KML export
2014-07-14 Keith Packardaltoslib: Parse eeprom 'altitude-32' fields
2014-07-11 Keith Packardaltoslib: Extend telemetry heights from 16 to 32 bits
2014-07-11 Keith Packardaltoslib: Handle wide GPS altitude values in eeprom...
2014-07-10 Keith Packardaltoslib: Ensure CSV output is consistent
2014-07-10 Keith Packardaltoslib: Clean up GPS DOP support in AltosState
2014-07-05 Keith Packardaltoslib: Support multiple telemetry rates
2014-07-05 Keith Packardaltoslib: Preserve receiver_serial across state reset...
2014-07-05 Keith Packardaltoslib: Disable telemetry while getting config data
next