summaryrefslogtreecommitdiff
path: root/altosui/AltosUIPreferencesBackend.java
Commit message (Collapse)AuthorAge
* altos{lib,ui,droid}: move OS specific code out of altoslibMike Beattie2012-09-18
| | | | | | | | | This is to allow the usage of AltosLog on Android - no swing, so we need to push the "home directory" code used to pick a default telemetry logging path - using the PreferencesBackend interface for now. Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosui: remove un-used importMike Beattie2012-09-14
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosui: Add return to try/catch.. duhMike Beattie2012-09-14
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosui: add missing try/catchMike Beattie2012-09-14
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosui/altoslib: bug fixes, update Makefile.amMike Beattie2012-09-14
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosui: add missing methods for Backend, fix BT code.Mike Beattie2012-09-14
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altoslib/altosui: begin moving preferences "backend" into interfaceMike Beattie2012-09-14
Signed-off-by: Mike Beattie <mike@ethernal.org>