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
 
18 2011-01-28 09:06:01 PointedEars /trunk/
- Currencies: Moved fillTable() to UpdateBroadcastReceiver
- Renamed options menu item
- Updated application icon
- Finished documentation
- Clean-up:
  + Removed obsolete resources and code
  + Removed unnecessary getters
  + Moved strings to string contants
  + Added NON-NLS tags
 
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
 
16 2011-01-23 23:19:30 PointedEars /trunk/
- 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
 
15 2011-01-21 23:09:27 PointedEars /trunk/
- Added update thread with XPath-based parsing of table rates (TODO: make functional)
- Renamed helper package
 
14 2011-01-21 21:01:18 PointedEars /trunk/
- Currencies: Added display of table rates
- Clean-up: Added Javadoc and NON-NLS tags
 
13 2011-01-21 19:56:58 PointedEars /trunk/
- Added Clear button to all menu Activities
- Added helper package (perhaps for BackgroundThread?)
 
8 2011-01-21 10:46:49 PointedEars /trunk/
- CurrenciesActivity now uses HashMap (preparing for database)
- Renamed package
 
7 2011-01-21 01:17:02 PointedEars /trunk/
- Added temperature conversion for °C/°F/K
- Added currency conversion for CHF/EUR/USD
- Clean-up: Removed example strings and arrays
 
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)
 
2 2010-10-08 23:56:21 PointedEars /trunk/
Shared Eclipse project, added existing documentation