Subversion Repositories ES

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
19 2011-01-29 22:03:20 PointedEars /trunk/
- Switched to LinearLayout for form controls
  (fixes overflowing controls)
- Updated version data in manifest
 
/trunk/AndroidManifest.xml
/trunk/res/layout/activity_currencies.xml
/trunk/res/layout/activity_lengths.xml
/trunk/res/layout/activity_temperatures.xml
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
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
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