Skip to content

Latest commit

 

History

History
181 lines (120 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

181 lines (120 loc) · 5.02 KB

Helsinki Testbed Viewer 2.0

Version 2.0.17 (2023-03-26)

  • Updated support libraries and target Android version to Android 13 (API level 33)

Version 2.0.16 (2021-02-06)

  • Better dark mode support
  • Improved animation seek bar and preferences
  • Updated support libraries and target Android version to Android 11 (API level 30)
  • Dropped support for old Android versions. The minimum supported Android version is now 8.0 Oreo (API level 26)

Version 2.0.15 (2018-09-22)

  • Updated support libraries and target Android version to 8.1 Oreo (API level 27)
  • Added link to privacy policy
  • Dropped support for old Android versions. The minimum supported Android version is now 4.2 Jelly Bean (API level 17)

Version 2.0.14 (2016-11-18)

  • Fixed showing user's current location on the map for Android versions equal or greater than 6.0 Marshmallow (API level 23)

Version 2.0.13 (2016-09-25)

  • Added ability to select map type from the main screen
  • Updated icons, colors and toolbar
  • Updated library dependencies
  • Converted project to Gradle based build (works now with Android Studio)
  • Dropped support for Android versions equal or lower than 2.2 Froyo (API level 8), so the minimum supported Android version is now 2.3 Gingerbread (API level 9)

Version 2.0.12 (2012-12-01)

  • Fixed application crashing in some rare cases
  • Major code refactorings (e.g. added AndroidAnnotations)

Version 2.0.11 (2012-11-04)

  • Fixed application crash if hardware acceleration was forced to be used
  • Pinch and double-tap zooming now zooms to the center of the map instead of point (0,0)
  • Fixed occasional layout flashing when refreshing the view
  • Dropped support for Android versions equal or lower than 2.1 (API level <= 7), probably has never even worked with Android 2.1

Version 2.0.10 (2012-10-29)

  • Fixed changing from summer time to normal time
  • Added GPS as an alternate location provider (mainly for tablets)
  • User can save his/her current location as a fixed position
  • Added reset zoom to the context menu
  • Improved layout to support Android tablets
  • Added advertisements to support the development of this application. Ads can be disabled from the preferences.

Version 2.0.9 (2012-10-23)

  • Added pinch and double-tap zooming
  • Now uses scalable SVG images as map markers. User can change the color and the size of the markers from preferences.
  • Shows the name of the municipality when long pressing the circle representing a municipality.
  • Major code refactorings. Now uses RoboGuice 2 for dependency injection and Robotium for automatic black-box testing.

Version 2.0.8 (2012-10-07)

  • Shows user's current location on the map (see settings)
  • Shows selected municipalities/cities on the map (see settings). The municipalities are represented as black dots (coordinates are from Wikipedia)
  • Added "What's new" dialog for informing about new features

Version 2.0.7 (2012-09-26)

  • Fixed crash bug which occurred when resuming the application after long time of inactivity
  • More user-friendly error messages and translated them to Finnish

Version 2.0.6 (2012-09-24)

  • Fixed NullPointerException which occurred sometimes after resuming to the application
  • Refreshing the animation view after a short time does not download all images again but only new images.

Version 2.0.5 (2012-09-22)

  • Added slider control to the animation view
  • Added sliders to the preference screen

Version 2.0.4 (2012-09-21)

  • Orientation change does not stop download anymore
  • Context menu accessible also in download and map view
  • Added refresh button to context menu
  • Fixed possible OutOfMemory errors
  • Version number visible in about box

Version 2.0.3 (2012-09-17)

  • Now immediately loads and shows the latest weather map image and continues downloading the rest map images in the background.
  • Added option to enable/disable animation auto-start

Version 2.0.2 (2012-09-16)

  • More detailed error messages

Version 2.0.1 (2012-09-16)

  • Translated to Finnish
  • Sources published to GitHub

Version 2.0.0 (2012-09-15)

  • Fixed download error which was caused by missing Content-length when downloading the actual image files from the servers.

Helsinki Testbed Weather View

Below are the changelogs from the original uncontinued application "Helsinki Testbed Weather View".

Version 1.0.6 (2010-08-09)

  • Try to fix OOM-error which occurs rarely on real devices

Version 1.0.5

  • Timestamp GMT offset error fixed

Version 1.0.4

  • Android 1.5 compatible
  • Added info dialog and copyright notes about Helsinki Testbed

Version 1.0.3

  • Map location is saved and restored to/from persistent storage

Version 1.0.2

  • Stop animation while not visible

Version 1.0.1

  • Animation scale issues fixed
  • Animation control buttons as images