Skip to content

OpenStop v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 08:27
· 34 commits to master since this release

Hey 👋 We got some backend improvements shining through as new indicators. ✨

What Changed

Major:

  • Rework stop area query. This reduces the amount of data downloaded from the server (#262)
  • Improve stop area generation and element matching. The work is now done on the server. The merging algorithm creates better fitting bounding box. Elements now only have to intersect the bbox to be displayed to the user. (#262)

UI/UX:

  • Change stop loading indicator to magnifier to better explain the underlying process
  • Add upload indicator and remove "upload successful" message (#263)
  • Make question sheet header fixed (#260)
  • Fix checkmark marker unintentionally rotating (#253)

Questions:

  • Tighten approach aid question condition to raised kerbs only (e753f73)
  • Only ask whistle question for train crossings and not trams (cd4c8af)
  • Fix question phrase for stationary acoustic warning signal (cd4c8af)
  • Fix crossing signals question not invalidating itself (a496eaa)
  • Fix question for stair lift width containing space in key (f69144d)

Miscellaneous:

  • Improve MapFeature matching (#259)
  • Fix rare query error that occured for empty relations (0d32ba7)
  • Fix App flagged by Google Play Protect (#256)

Localization:

  • Add new languages (CS, FA, RU, ZH-Hant)
  • Update existing languages

Full Changelog: v0.7.0...v0.8.0