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
|
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
|