summaryrefslogtreecommitdiff
path: root/altosdroid/src
Commit message (Collapse)AuthorAge
...
* 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>
* Adjust service to be persistent.Mike Beattie2012-08-06
| | | | | | | | | * Run as a foreground service -> high priority * Notification set to display as "Ongoing". Changed logo to be in colour at keithp's request. Greyscale logos still present as *_g.png Signed-off-by: Mike Beattie <mike@ethernal.org>
* AltosDroid: Begin re-working Bluetooth codeMike Beattie2012-08-02
| | | | | | | | * Move to using explicit 'magic' UUID, rather than java reflection * Re-work UI to make it more useful for testing * Use Insecure RFCOMM only, and remove code that differentiates. Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: Start adding an AltosLink subclass for androidKeith Packard2012-07-18
| | | | | | Will talks over bluetooth while providing an AltosLink APi Signed-off-by: Keith Packard <keithp@keithp.com>
* Add TelemetryService.java and associated filesMike Beattie2012-06-02
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* Demonstrate using AltosLib from altosdroidKeith Packard2012-06-02
| | | | | | | | Get things hooked up so that we can use AltosLib functions from the android application; it's a bit of a hack at present, but appears to work. Some more 'official' technique would be nice... Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: import code from mjbKeith Packard2012-06-02
Signed-off-by: Keith Packard <keithp@keithp.com>