Subversion Repositories ES

Rev

Go to most recent revision | Hide changed files | Directory listing | 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
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
12 2011-01-21 18:31:41 PointedEars /trunk/
- Uses automatically created/upgraded currency database
 
/trunk/bin/Converter.apk
/trunk/bin/classes.dex
/trunk/src/de/pointedears/converter/ConverterApplication.java
/trunk/src/de/pointedears/converter/app/CurrenciesActivity.java
/trunk/src/de/pointedears/converter/db/CurrenciesDatabase.java
11 2011-01-21 14:22:57 PointedEars /trunk/
Added currencies database (currently only for debugging)
 
/trunk/src/de/pointedears/converter/db
/trunk/src/de/pointedears/converter/db/CurrenciesDatabase.java
/trunk/bin/Converter.apk
/trunk/bin/classes.dex
/trunk/bin/resources.ap_
/trunk/src/de/pointedears/converter/app/CurrenciesActivity.java