Merge remote-tracking branch 'mjb/master'
[fw/altos] / altosdroid /
2013-03-07 Keith PackardMerge remote-tracking branch 'mjb/master'
2013-02-24 Keith PackardMerge branch 'telescience-v0.2'
2013-02-15 Mike Beattiealtosdroid: excise old code/xml
2013-02-15 Mike Beattieall: clean up .gitignore files and Makefile clean targets
2013-02-10 Keith PackardMerge remote-tracking branch 'mjb/master'
2013-01-29 Keith PackardAdd version numbers to java libraries
2013-01-28 Mike Beattiealtosdroid: initial release to Play Store altosdroid_v1.1.9.3
2012-10-26 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-10-25 Mike Beattiealtosdroid: more restrictive commit no. matching
2012-10-25 Mike Beattiealtosdroid: more reliable branch detection
2012-10-25 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-10-24 Mike Beattiealtosdroid: Add version information to UI
2012-10-24 Mike Beattiealtosdroid: Add branch to BuildInfo
2012-10-23 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-10-23 Mike Beattiealtosdroid: match only the current version tag
2012-10-23 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-10-22 Mike Beattiealtosdroid: add autogenerated BuildInfo.java
2012-10-22 Keith Packardaltosdroid: AltosState now has speed and max_speed...
2012-09-20 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-09-18 Mike Beattiealtosdroid: initial implementation of telemetry logging.
2012-09-18 Mike Beattiealtos{lib,ui,droid}: move OS specific code out of altoslib
2012-09-18 Mike Beattiealtosdroid: cosmetic re-order of methods
2012-09-18 Mike Beattiealtosdroid: simplify keys() method
2012-09-18 Mike Beattiealtosdroid: Update Makefile.am
2012-09-16 Mike Beattiealtosdroid: implement AltosPreferencesBackend, and...
2012-09-11 Tom MarbleMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-09-11 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-09-11 Keith PackardFix Latin-1 encoded copyright symbols in AltosDroid...
2012-09-09 Keith PackardMerge remote-tracking branch 'mjb/altoslib_mjb'
2012-09-01 Keith PackardMerge remote-tracking branch 'mjb/freq_menu'
2012-08-31 Mike Beattiealtosdroid: invert channel/freq ordering
2012-08-31 Mike Beattiealtosdroid: also display channel numbers
2012-08-31 Mike Beattiealtosdroid: complete frequency change dialog
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: formatting/whitespace, correct ids
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: update Makefile.am for source file changes.
2012-08-28 Mike Beattiealtosdroid: Add Dumper class for testing
2012-08-28 Mike Beattiealtosdroid: add timer to stop service
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: whitespace
2012-08-28 Mike Beattiealtosdroid: override add_reply() to add android based...
2012-08-28 Mike Beattiealtosdroid: more logical name for connection_lost(...
2012-08-28 Mike Beattiealtosdroid: rework ConnectThread
2012-08-28 Mike Beattiealtosdroid: fix a connection retry having a null pointer
2012-08-28 Mike Beattiealtosdroid: fix double call of stopAltosBluetooth()
2012-08-28 Mike Beattiealtosdroid: Miscellaneous comments/debug/etc cleanup
2012-08-28 Mike Beattiealtosdroid: miscellaneous cleanup
2012-08-28 Mike Beattiealtosdroid: Add passing of Device Config at connect
2012-08-28 Mike Beattiealtosdroid: Add new "TelemetryReader" class to handle...
2012-08-28 Mike Beattiealtosdroid: create connected() method
2012-08-27 Mike Beattiealtosdroid: Let a freshly connected client know what...
2012-08-27 Mike Beattiealtosdroid: Add Connected/Connect_failed messages
2012-08-27 Mike Beattiealtosdroid: don't need keys for Bundles anymore
2012-08-27 Mike Beattiealtosdroid: Toast() requests don't need Bundles
2012-08-27 Mike Beattiealtosdroid: really don't need to store a local copy...
2012-08-27 Mike Beattiealtosdroid: remove complexity around message passing
2012-08-26 Mike Beattiealtosdroid: begin adding TextToSpeech support.
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
next