altoslib: add AltosPreferences state save/restore interfaces
authorKeith Packard <keithp@keithp.com>
Sun, 16 Nov 2014 06:50:31 +0000 (22:50 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 16 Nov 2014 06:50:31 +0000 (22:50 -0800)
commit52ce23327bd81e2d40a1817442e75bd6b60ffe95
treee5e15872339d133ab8e74782244dd19fa2130420
parenta488da3ca72fe0778b2d79a8cac935621d1d789d
altoslib: add AltosPreferences state save/restore interfaces

This serializes an entire AltosState object and stores it in the
preferences database for later retrieval. AltosDroid uses this to
recover the old state data when restarting.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosPreferences.java