summaryrefslogtreecommitdiff
path: root/altosui/AltosUIPreferences.java
Commit message (Collapse)AuthorAge
* altosui: Remove duplicate AltosUIPreferences.javaKeith Packard2013-01-20
| | | | | | | This lives in altosuilib now. Several files needed imports of altosuilib added as a result. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Use shared AltosFontListener classKeith Packard2013-01-02
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Re-add a couple of "unused" valuesKeith Packard2012-10-18
| | | | | | | The values in these calls aren't needed, but the side-effects are, so add them back in. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: revert AltosUIPreferences init() methodMike 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/altoslib: Add call to …Preferences.init() with backend object, ↵Mike Beattie2012-09-14
| | | | | | remove static init() 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>
* altosui: remove un-used importsMike Beattie2012-09-14
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosui: Lock access to preferences dataKeith Packard2012-09-12
| | | | | | | These are accessed by several different threads, so keep things sane by just holding locks across all access. Signed-off-by: Keith Packard <keithp@keithp.com>
* Reverted package name to 'altosui' from 'AltosUI'Tom Marble2012-09-11
| | | | Also added emacs backup regex (*~) to .gitignore
* Changed package name from altosui to AltosUITom Marble2012-09-10
|
* altosui: Pull most of AltosSerial into AltosLinkKeith Packard2012-06-02
| | | | | | Share basic command processing across java users Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Complete split out of separate java libraryKeith Packard2012-06-02
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Split out UI-specific preferencesKeith Packard2012-06-02
Prepare to create library shared with android application. Signed-off-by: Keith Packard <keithp@keithp.com>