Subversion Repositories ES

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
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
 
/trunk/res/values/strings.xml
/trunk/src/de/pointedears/converter/ConverterApplication.java
/trunk/src/de/pointedears/converter/MenuActivity.java
/trunk/src/de/pointedears/converter/app/CurrenciesActivity.java
/trunk/src/de/pointedears/converter/helpers/UpdateService.java
/trunk/src/de/pointedears/converter/net/RatesUpdater.java
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
 
/trunk/doc/Architektur.xmi
/trunk/doc/Converter.odt
/trunk/doc/Converter.pdf
/trunk/doc/Converter.zargo
/trunk/doc/Datenbank.png
/trunk/doc/Internet.png
/trunk/doc/MenuActivity.png
/trunk/doc/UseCase.png
/trunk/doc/currencies.png
/trunk/doc/lengths.png
/trunk/doc/main_menu.png
/trunk/doc/temperatures.png
/trunk/lib/HTTPClient.java
/trunk/res/drawable-hdpi/aum.png
/trunk/res/drawable-ldpi/aum.png
/trunk/res/drawable-mdpi/aum.png
/trunk/res/raw/main_new.xml
/trunk/bin/Converter.apk
/trunk/bin/classes.dex
/trunk/bin/resources.ap_
/trunk/res/drawable-hdpi/icon.png
/trunk/res/drawable-ldpi/icon.png
/trunk/res/drawable-mdpi/icon.png
/trunk/res/values/strings.xml
/trunk/src/de/pointedears/converter/app/CurrenciesActivity.java
/trunk/src/de/pointedears/converter/helpers/UpdateService.java
/trunk/src/de/pointedears/converter/net/RatesUpdater.java
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
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
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
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
 
/trunk/res/layout/activity_lengths.xml
/trunk/res/xml/default_values_old.xml
/trunk/res/layout/frm_laengen.xml
/trunk/res/xml/default_values.xml
/trunk/AndroidManifest.xml
/trunk/bin/FFHS-Converter.apk
/trunk/bin/ch/ffhs/converter/ConverterApplication.class
/trunk/bin/ch/ffhs/converter/MenuActivity$1.class
/trunk/bin/ch/ffhs/converter/MenuActivity.class
/trunk/bin/ch/ffhs/converter/R$array.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/CurrenciesActivity.class
/trunk/bin/ch/ffhs/converter/app/LengthsActivity.class
/trunk/bin/ch/ffhs/converter/app/TemperaturesActivity.class
/trunk/bin/classes.dex
/trunk/bin/resources.ap_
/trunk/res/values/arrays.xml
/trunk/res/values/strings.xml
/trunk/src/ch/ffhs/converter/ConverterApplication.java
/trunk/src/ch/ffhs/converter/MenuActivity.java
/trunk/src/ch/ffhs/converter/app/LengthsActivity.java
5 2011-01-19 20:17:08 PointedEars /trunk/
Implemented Activity-based list (reuses AppDemos project)
 
/trunk/bin
/trunk/bin/FFHS-Converter.apk
/trunk/bin/ch
/trunk/bin/ch/ffhs
/trunk/bin/ch/ffhs/converter
/trunk/bin/ch/ffhs/converter/ConverterApplication.class
/trunk/bin/ch/ffhs/converter/MenuActivity$1.class
/trunk/bin/ch/ffhs/converter/MenuActivity.class
/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/R.class
/trunk/bin/ch/ffhs/converter/app
/trunk/bin/ch/ffhs/converter/app/CurrenciesActivity.class
/trunk/bin/ch/ffhs/converter/app/LengthsActivity.class
/trunk/bin/ch/ffhs/converter/app/TemperaturesActivity.class
/trunk/bin/classes.dex
/trunk/bin/resources.ap_
/trunk/doc/A-UM_Prototyp_V 01.pdf
/trunk/doc/Verteilung_ConverterApp.jpg
/trunk/doc/notizen.txt
/trunk/lib
/trunk/lib/HTTPClient.java
/trunk/res/drawable-hdpi/aum.png
/trunk/res/drawable-ldpi/aum.png
/trunk/res/drawable-mdpi/aum.png
/trunk/res/layout/custom_dialog_activity.xml
/trunk/res/layout/dialog_activity.xml
/trunk/res/layout/frm_currency.xml
/trunk/res/layout/frm_laengen.xml
/trunk/res/layout/frm_temperatures.xml
/trunk/res/layout/hello_world.xml
/trunk/res/raw
/trunk/res/raw/main_new.xml
/trunk/res/values/arrays.xml
/trunk/res/xml
/trunk/res/xml/default_values.xml
/trunk/src/ch/ffhs/converter/ConverterApplication.java
/trunk/src/ch/ffhs/converter/app
/trunk/src/ch/ffhs/converter/app/CurrenciesActivity.java
/trunk/src/ch/ffhs/converter/app/LengthsActivity.java
/trunk/src/ch/ffhs/converter/app/TemperaturesActivity.java
/trunk/AndroidManifest.xml
/trunk/res/layout/main.xml
/trunk/res/values/strings.xml
2 2010-10-08 23:56:21 PointedEars /trunk/
Shared Eclipse project, added existing documentation
 
/trunk/.classpath
/trunk/.project
/trunk/AndroidManifest.xml
/trunk/assets
/trunk/default.properties
/trunk/doc
/trunk/doc/A-UM.pdf.zip
/trunk/doc/A-UM_Systemanforderungen_V_02.doc
/trunk/doc/A-UM_Systemanforderungen_V_03.pdf
/trunk/doc/A-UM_UseCases_V_02.doc
/trunk/doc/A-UM_UseCases_V_02.pdf
/trunk/doc/Masseinheit_umrechnen.png
/trunk/doc/Use-Case-Diagramm.xmi
/trunk/res
/trunk/res/drawable-hdpi
/trunk/res/drawable-hdpi/icon.png
/trunk/res/drawable-ldpi
/trunk/res/drawable-ldpi/icon.png
/trunk/res/drawable-mdpi
/trunk/res/drawable-mdpi/icon.png
/trunk/res/layout
/trunk/res/layout/main.xml
/trunk/res/values
/trunk/res/values/strings.xml
/trunk/src
/trunk/src/ch
/trunk/src/ch/ffhs
/trunk/src/ch/ffhs/converter
/trunk/src/ch/ffhs/converter/MenuActivity.java