altos{lib,ui,droid}: move OS specific code out of altoslib
authorMike Beattie <mike@ethernal.org>
Tue, 18 Sep 2012 11:46:17 +0000 (23:46 +1200)
committerMike Beattie <mike@ethernal.org>
Tue, 18 Sep 2012 11:46:17 +0000 (23:46 +1200)
commitc058ec2d6070458a0b7d3ef56041e985412ee565
treed5b7c9005e2419c71262c8ca8b43892b225a4f9d
parent36e684724e327dbd4319411ef0602fafb4d0c073
altos{lib,ui,droid}: move OS specific code out of altoslib

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>
altosdroid/src/org/altusmetrum/AltosDroid/AltosDroidPreferences.java
altoslib/AltosPreferences.java
altoslib/AltosPreferencesBackend.java
altosui/AltosUIPreferencesBackend.java