mattshobe / flightmap

Automatically exported from code.google.com/p/flightmap
Apache License 2.0
0 stars 0 forks source link

Remove dependency on UserPrefs to access db #123

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
AndroidAviationDbAdapter.java currently requires a UserPrefs instance for 
filtering based on current preference settings. Filters can be moved into a 
separate class or object, which will also make db functions more testable.

Original issue reported on code.google.com by bonnieri...@google.com on 18 Nov 2010 at 10:53