Subversion Repositories ES

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
20 2011-04-15 23:58:57 PointedEars /trunk/
* strings.xml
  - Added currency strings
  
* CurrenciesActivity.java
  - Read strings from string.xml
  - Use static date formatter
  
* ConverterApplication.java, MenuActivity.java
  - Start service with app
  
* UpdateService.java, RatesUpdater.java
  - Called thread-safe
 
17 2011-01-26 21:08:16 PointedEars /trunk/
- 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
 
14 2011-01-21 21:01:18 PointedEars /trunk/
- Currencies: Added display of table rates
- Clean-up: Added Javadoc and NON-NLS tags
 
8 2011-01-21 10:46:49 PointedEars /trunk/
- CurrenciesActivity now uses HashMap (preparing for database)
- Renamed package
 
6 2011-01-20 22:37:17 PointedEars /trunk/
- LengthActivity: Use three-column TableLayout (a11y)
- Added length conversion for in/km/m/mi
- Disabled unused default_values.xml
 
5 2011-01-19 20:17:08 PointedEars /trunk/
Implemented Activity-based list (reuses AppDemos project)