Show changed files | Details | Compare with Previous | Blame | RSS feed
- Switched to LinearLayout for form controls (fixes overflowing controls) - Updated version data in manifest
- Currencies: + Added/updated resource strings + Disabled "Quit" (options menu button) - Added update notifications - Added exchange rates update service (project requirement) - Clean-up: + Outsourced conversion data + Layout: Replaced deprecated fill_parent with match_parent
- Working update thread - Changed to Euro-based conversion because of ECB as data provider - Added XPath namespace helpers in case we can get namespaces working
- Added update thread with XPath-based parsing of table rates (TODO: make functional) - Renamed helper package
- Currencies: Added display of table rates - Clean-up: Added Javadoc and NON-NLS tags
- Added Clear button to all menu Activities - Added helper package (perhaps for BackgroundThread?)
- Added temperature conversion for °C/°F/K - Added currency conversion for CHF/EUR/USD - Clean-up: Removed example strings and arrays
- LengthActivity: Use three-column TableLayout (a11y) - Added length conversion for in/km/m/mi - Disabled unused default_values.xml
Implemented Activity-based list (reuses AppDemos project)
Shared Eclipse project, added existing documentation