altosdroid: whitespace cleanup
[fw/altos] / altosdroid / src / org / altusmetrum /
2012-08-26 Mike Beattiealtosdroid: whitespace cleanup
2012-08-26 Mike Beattiealtosdroid: Send device name and connected state back...
2012-08-26 Mike Beattiealtosdroid: re-work connect/thread handling in AltosBlu...
2012-08-26 Mike Beattiealtosdroid: remove old commented code
2012-08-26 Mike Beattiealtosdroid: add handling when restarting BT. delay...
2012-08-26 Mike Beattiealtosdroid: set devicename and pass on to clients
2012-08-26 Mike Beattiealtosdroid: Send current state to client on connect
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: lots of debugging statements
2012-08-26 Mike Beattiealtosdroid: need sendMessageToClients() for setState...
2012-08-26 Mike Beattiealtosdroid: Need access to handler inside AltosBluetooth
2012-08-26 Mike Beattiealtosdroid: reflect change in message name
2012-08-26 Mike Beattiealtosdroid: begin adding state support
2012-08-26 Mike Beattiealtosdroid: init device variable... oops!
2012-08-26 Mike Beattiealtosdroid: Rename Connect message, add connected message
2012-08-26 Mike Beattiealtosdroid: init telem blocking list.. oops!
2012-08-26 Mike Beattiealtosdroid: disable NotificationManager stuff for now
2012-08-26 Mike Beattiealtosdroid: Convert handlers to use weakreferences
2012-08-26 Mike Beattiealtosdroid: Remove Binder import from TelemetryService
2012-08-26 Mike Beattiealtosdroid: Add State constants for future usage
2012-08-26 Mike Beattiealtosdroid: begin adding IPC to TelemetryService
2012-08-26 Mike Beattiealtosdroid: remove old Binder from TelemetryService
2012-08-26 Mike Beattiealtosdroid: begin adding IPC to main thread
2012-08-26 Mike Beattiealtosdroid: Add TBT initialisation to AltosBluetooth
2012-08-26 Mike Beattiealtosdroid: Add debugging statements to AltosBluetooth
2012-08-26 Mike Beattiealtosdroid: Add input thread for reading from TBT
2012-08-26 Mike Beattiealtosdroid: Move constructor for AltosBluetooth
2012-08-26 Mike Beattiealtosdroid: clean up stub functions in AltosBluetooth...
2012-08-26 Mike Beattiealtosdroid: AltosBluetooth.java
2012-08-26 Mike Beattiealtosdroid: AltosBluetooth.java
2012-08-26 Mike Beattiealtosdroid: Clean up imports in TelemetryService
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-05 Mike BeattieAdjust service to be persistent.
2012-08-02 Mike BeattieAltosDroid: Begin re-working Bluetooth code
2012-07-18 Robert GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-07-18 Keith Packardaltosdroid: Start adding an AltosLink subclass for...
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