summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* 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>
* Reduce size of textview.Mike Beattie2012-08-02
| | | | 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>
* Fix min/target SDK versionsMike Beattie2012-08-02
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* Merge branch 'master' of ssh://mjb@git.ethernal.org/~/git/altosMike Beattie2012-08-02
|\
| * Ignore autogenerated file: altosui/Info.plistMike Beattie2012-07-31
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * Don't build ao-stmload if stlink is not available.Mike Beattie2012-07-31
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | Re-work external lib support for newer Android SDKMike Beattie2012-08-02
|/ | | | | | | | * Remove older *.properties methods of locating lib dir * clean up Eclipse classpath file * adjust Makefile.am to link AltosLib.jar into libs/ Signed-off-by: Mike Beattie <mike@ethernal.org>
* Add ability to re-play telemetry through TeleDongleKeith Packard2012-07-29
| | | | | | | | This adds a new command to TeleDongle to send arbitrary data, and then creates a new tool, 'ao-send-telem' that replays existing telemetry files through TeleDongle. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Move ao_radio_cmac.c to core (it doesn't depend on hardware)Keith Packard2012-07-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Move AltosIgnite.java to altoslibKeith Packard2012-07-22
| | | | | | To be shared with altosdroid eventually Signed-off-by: Keith Packard <keithp@keithp.com>
* tools: Use pkgconfig to find stlink for ao-stmloadKeith Packard2012-07-20
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add stlink pinoutKeith Packard2012-07-20
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Delay starting KML output for flight and GPS coordsKeith Packard2012-07-19
| | | | | | | Don't start outputing KML data until the telem record containing flight number and GPS coordinates are present. Signed-off-by: Keith Packard <keithp@keithp.com>
* telescience: correctly calculating rate values with higher resolutionRobert Garbee2012-07-18
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosRobert Garbee2012-07-18
|\
| * 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>
| * altosui: Make scan UI handle incremental telem dataKeith Packard2012-07-18
| | | | | | | | | | | | | | | | | | The new telem format doesn't send everything in each telem packet, so we need to handle updating information incrementally in the scan results. This involved clearing old scan data when switching frequencies and then updating existing entries with new data as it arrives. Signed-off-by: Keith Packard <keithp@keithp.com>