Subversion Repositories ES

Rev

Go to most recent revision | 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
14 2011-01-21 21:01:18 PointedEars /trunk/
- Currencies: Added display of table rates
- Clean-up: Added Javadoc and NON-NLS tags
 
/trunk/bin/Converter.apk
/trunk/bin/classes.dex
/trunk/bin/resources.ap_
/trunk/res/layout/activity_currencies.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/app/TemperaturesActivity.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
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
 
/trunk/res/layout/activity_currencies.xml
/trunk/res/layout/activity_temperatures.xml
/trunk/bin/ch/ffhs/converter/app/CurrenciesActivity.class
/trunk/bin/ch/ffhs/converter/app/TemperaturesActivity.class
/trunk/res/layout/custom_dialog_activity.xml
/trunk/res/layout/dialog_activity.xml
/trunk/res/layout/frm_currency.xml
/trunk/res/layout/frm_temperatures.xml
/trunk/res/layout/hello_world.xml
/trunk/AndroidManifest.xml
/trunk/bin/FFHS-Converter.apk
/trunk/bin/ch/ffhs/converter/R$array.class
/trunk/bin/ch/ffhs/converter/R$attr.class
/trunk/bin/ch/ffhs/converter/R$drawable.class
/trunk/bin/ch/ffhs/converter/R$id.class
/trunk/bin/ch/ffhs/converter/R$layout.class
/trunk/bin/ch/ffhs/converter/R$raw.class
/trunk/bin/ch/ffhs/converter/R$string.class
/trunk/bin/ch/ffhs/converter/R$xml.class
/trunk/bin/ch/ffhs/converter/app/LengthsActivity.class
/trunk/bin/classes.dex
/trunk/bin/resources.ap_
/trunk/res/values/arrays.xml
/trunk/res/values/strings.xml
/trunk/res/xml/default_values_old.xml
/trunk/src/ch/ffhs/converter/app/CurrenciesActivity.java
/trunk/src/ch/ffhs/converter/app/LengthsActivity.java
/trunk/src/ch/ffhs/converter/app/TemperaturesActivity.java