Subversion Repositories ES

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
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
 
/trunk/src/de/pointedears/converter/db/ConversionData.java
/trunk/src/de/pointedears/converter/helpers/Notifier.java
/trunk/src/de/pointedears/converter/helpers/UpdateService.java
/trunk/AndroidManifest.xml
/trunk/res/layout/activity_currencies.xml
/trunk/res/layout/activity_lengths.xml
/trunk/res/layout/activity_temperatures.xml
/trunk/res/menu/options.xml
/trunk/res/values/strings.xml
/trunk/src/de/pointedears/converter/MenuActivity.java
/trunk/src/de/pointedears/converter/app/CurrenciesActivity.java
/trunk/src/de/pointedears/converter/db/CurrenciesDatabase.java
/trunk/src/de/pointedears/converter/net/RatesUpdater.java
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
 
/trunk/src/com
/trunk/src/com/nwalsh
/trunk/src/com/nwalsh/namespace
/trunk/src/com/nwalsh/namespace/NamespaceContextHelper.java
/trunk/src/com/nwalsh/namespace/package.html
/trunk/src/de/pointedears/converter/helpers/ConverterNamespaceContext.java
/trunk/src/de/pointedears/converter/helpers/ConverterThread.java
/trunk/src/de/pointedears/converter/net
/trunk/src/de/pointedears/converter/net/RatesUpdater.java
/trunk/src/de/pointedears/converter/helpers/CurrenciesUpdateThread.java
/trunk/.classpath
/trunk/res/layout/activity_currencies.xml
/trunk/res/menu/options.xml
/trunk/res/values/strings.xml
/trunk/src/de/pointedears/converter/app/CurrenciesActivity.java
/trunk/src/de/pointedears/converter/db/CurrenciesDatabase.java
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
 
/trunk/src/de/pointedears/converter/helpers
/trunk/src/de/pointedears/converter/helpers/CurrenciesUpdateThread.java
/trunk/src/de/pointedears/converter/helper
/trunk/bin/Converter.apk
/trunk/bin/classes.dex
/trunk/bin/resources.ap_
/trunk/res/layout/activity_currencies.xml
/trunk/res/menu/options.xml
/trunk/res/values/strings.xml
/trunk/src/de/pointedears/converter/app/CurrenciesActivity.java
13 2011-01-21 19:56:58 PointedEars /trunk/
- Added Clear button to all menu Activities
- Added helper package (perhaps for BackgroundThread?)
 
/trunk/src/de/pointedears/converter/helper
/trunk/bin/Converter.apk
/trunk/bin/classes.dex
/trunk/bin/resources.ap_
/trunk/res/layout/activity_currencies.xml
/trunk/res/layout/activity_lengths.xml
/trunk/res/layout/activity_temperatures.xml
/trunk/res/menu/options.xml
/trunk/res/values/strings.xml
/trunk/src/de/pointedears/converter/app/CurrenciesActivity.java
/trunk/src/de/pointedears/converter/app/LengthsActivity.java
/trunk/src/de/pointedears/converter/app/TemperaturesActivity.java
/trunk/src/de/pointedears/converter/db/CurrenciesDatabase.java
8 2011-01-21 10:46:49 PointedEars /trunk/
- CurrenciesActivity now uses HashMap (preparing for database)
- Renamed package
 
/trunk/bin/Converter.apk
/trunk/res/menu
/trunk/res/menu/options.xml
/trunk/src/de
/trunk/src/de/pointedears
/trunk/src/de/pointedears/converter
/trunk/src/de/pointedears/converter/ConverterApplication.java
/trunk/src/de/pointedears/converter/MenuActivity.java
/trunk/src/de/pointedears/converter/app
/trunk/bin/FFHS-Converter.apk
/trunk/bin/ch
/trunk/src/ch/ffhs/converter/ConverterApplication.java
/trunk/src/ch/ffhs/converter/MenuActivity.java
/trunk/src/ch/ffhs/converter/app
/trunk/.project
/trunk/AndroidManifest.xml
/trunk/res/values/strings.xml
/trunk/src/de/pointedears/converter/app/CurrenciesActivity.java
/trunk/src/de/pointedears/converter/app/LengthsActivity.java
/trunk/src/de/pointedears/converter/app/TemperaturesActivity.java