summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * altosdroid: remove complexity around message passingMike Beattie2012-08-27
| | | | | | | | | | | | | | * Don't really need to use bundles * TelemetryService: Use a local variable to store the bluetooth device object Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: begin adding TextToSpeech support.Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: whitespace cleanupMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Send device name and connected state back to TelemetryServiceMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: re-work connect/thread handling in AltosBluetoothMike Beattie2012-08-26
| | | | | | | | | | | | | | * Much more resilient to failure * handles multiple blocked threads better Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: remove old commented codeMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: add handling when restarting BT. delay start after stop.Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: set devicename and pass on to clientsMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Send current state to client on connectMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: add missing break; (just in case!)Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: debugging statementsMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: forgot change to IncomingHandler constructor call. oops!Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Strings and Layout changesMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: lots of debugging statementsMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: need sendMessageToClients() for setState().. oops!Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Need access to handler inside AltosBluetoothMike Beattie2012-08-26
| | | | | | | | | | | | * Also move add_monitor() call Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: reflect change in message nameMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: begin adding state supportMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: init device variable... oops!Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Rename Connect message, add connected messageMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: init telem blocking list.. oops!Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: disable NotificationManager stuff for nowMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Convert handlers to use weakreferencesMike Beattie2012-08-26
| | | | | | | | | | | | * Also renamed bluetooth start/stop methods Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Remove Binder import from TelemetryServiceMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add State constants for future usageMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: begin adding IPC to TelemetryServiceMike Beattie2012-08-26
| | | | | | | | | | | | * And add imports for LinkedBlockingQueue... oops! Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: remove old Binder from TelemetryServiceMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: begin adding IPC to main threadMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add TBT initialisation to AltosBluetoothMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add debugging statements to AltosBluetoothMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add input thread for reading from TBTMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Move constructor for AltosBluetoothMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: clean up stub functions in AltosBluetooth.javaMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: AltosBluetooth.javaMike Beattie2012-08-26
| | | | | | | | | | | | * clean up variables/comments Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: AltosBluetooth.javaMike Beattie2012-08-26
| | | | | | | | | | | | | | | | | | | | * Clean up imports * Convert from reflection to using Well Known UUID for SPP. * clean up local variables * Add debug conditionals to logging * remove references to socket type Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Clean up imports in TelemetryServiceMike Beattie2012-08-26
| | | | | | | | | | | | * Begin adding AltosLib usage Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add service start/bind/unbind to AltosDroidMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Remove AltosLib import from main threadMike Beattie2012-08-26
| |
| * altosdroid: whitespaceMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Re-locate TextView initialisationMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: remove UI components/imports no longer usedMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: excise BluetoothChatService example codeMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: remove TelemetryService activitiesMike Beattie2012-08-26
| | | | | | | | | | | | service start/stop will be handled by AltosDroid/itself now. Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: whitespace (spaces to tabs) (part2)Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: whitespace (spaces to tabs) (part1)Mike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Update copyrightsMike Beattie2012-08-26
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | altos: spiradio debug serial is port 1, not port 0Keith Packard2012-08-29
| | | | | | | | | | | | | | The SPI link uses port 0; it seems like the having the two try to share the same wires is a bad plan. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: SPI radio - use 1->0 for 'done' and 0->1 for 'ready'Keith Packard2012-08-29
| | | | | | | | | | | | | | | | | | | | This changes how the SPI radio protocol uses the interrupt line. Instead of a pulse indicating operation done, this now uses a 0 value for done and a 1 value for ready. The key distinction is that the master can tell when the slave is waiting for the next command instead of hoping that it got done 'soon enough'. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: fix ao_pad debug output for query commandKeith Packard2012-08-29
| | | | | | | | | | | | Igniter status is an array these days. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Use updated pad protocol for lco commandsKeith Packard2012-08-29
| | | | | | | | | | | | | | Stop using the older single-channel protocol and switch to the new multi-channel protocol Signed-off-by: Keith Packard <keithp@keithp.com>