altosdroid: Start a hacked-up frequency dialog
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / AltosDroid.java
2012-08-31 Keith Packardaltosdroid: Start a hacked-up frequency dialog
2012-08-30 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-30 Mike Beattiealtosdroid: Implement voice just like altosui
2012-08-30 Mike Beattiealtosdroid: Move bluetooth check to first task
2012-08-30 Mike Beattiealtosdroid: add rssi/serial/flight, and re-work UI...
2012-08-30 Mike Beattiealtosdroid: rename ambiguous TextView name
2012-08-30 Mike Beattiealtosdroid: rework lat/lon to more common format
2012-08-30 Mike Beattiealtosdroid: rename azimuth/altitude to elevation/height...
2012-08-30 Mike Beattiealtosdroid: move units into code, to match altosui
2012-08-29 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-29 Mike Beattiealtosdroid: initial attempt at a UI.
2012-08-29 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-08-28 Mike Beattiealtosdroid: Add Dumper class for testing
2012-08-28 Mike Beattiealtosdroid: do service start/bind/unbind in start/stop...
2012-08-28 Mike Beattiealtosdroid: move methods around
2012-08-28 Mike Beattiealtosdroid: tidy up old messages
2012-08-28 Mike Beattiealtosdroid: stop sending device name, just send config...
2012-08-28 Mike Beattiealtosdroid: Miscellaneous comments/debug/etc cleanup
2012-08-28 Mike Beattiealtosdroid: miscellaneous cleanup
2012-08-28 Mike Beattiealtosdroid: Add new "TelemetryReader" class to handle...
2012-08-27 Mike Beattiealtosdroid: Toast() requests don't need Bundles
2012-08-27 Mike Beattiealtosdroid: remove complexity around message passing
2012-08-26 Mike Beattiealtosdroid: begin adding TextToSpeech support.
2012-08-26 Mike Beattiealtosdroid: add missing break; (just in case!)
2012-08-26 Mike Beattiealtosdroid: debugging statements
2012-08-26 Mike Beattiealtosdroid: forgot change to IncomingHandler constructo...
2012-08-26 Mike Beattiealtosdroid: Strings and Layout changes
2012-08-26 Mike Beattiealtosdroid: reflect change in message name
2012-08-26 Mike Beattiealtosdroid: Convert handlers to use weakreferences
2012-08-26 Mike Beattiealtosdroid: begin adding IPC to main thread
2012-08-26 Mike Beattiealtosdroid: Add service start/bind/unbind to AltosDroid
2012-08-26 Mike Beattiealtosdroid: Remove AltosLib import from main thread
2012-08-26 Mike Beattiealtosdroid: whitespace
2012-08-26 Mike Beattiealtosdroid: Re-locate TextView initialisation
2012-08-26 Mike Beattiealtosdroid: remove UI components/imports no longer...
2012-08-26 Mike Beattiealtosdroid: excise BluetoothChatService example code
2012-08-26 Mike Beattiealtosdroid: remove TelemetryService activities
2012-08-26 Mike Beattiealtosdroid: whitespace (spaces to tabs) (part2)
2012-08-26 Mike Beattiealtosdroid: whitespace (spaces to tabs) (part1)
2012-08-26 Mike Beattiealtosdroid: Update copyrights
2012-08-07 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-07 Mike BeattieMerge branch 'master' of git://git.gag.com/fw/altos
2012-08-02 Mike BeattieAltosDroid: Begin re-working Bluetooth code
2012-06-03 Mike BeattieAdd TelemetryService.java and associated files
2012-06-03 Keith PackardDemonstrate using AltosLib from altosdroid
2012-06-03 Keith Packardaltosdroid: import code from mjb