Releases: OPENER-next/OpenStop
Releases · OPENER-next/OpenStop
OpenStop 0.4.1
What Changed
- Fix reoccurring question to already answered elements (#152)
- Fix rare upload error (When elements or their children of a reused changeset got deleted the upload would fail.)
- Fix long changeset comments failing upload (Changeset comments previously could exceed the 255 characters limit.)
- Prevent duplicated home route
- Fix styling of profil header in sidebar
- Fix system bar colors not be applied correctly
Full Changelog: v0.4.0...v0.4.1
OpenStop 0.4.0
What Changed
- Add new matching criteria for question conditions. Conditions define when a question will be asked. The new criteria allow the prevention of asking questions to irrelevant elements like entrances of private houses, poles on platforms and more.
New criteria:- child - allows to match elements that consist of a certain element (e.g. match ways that have a node with a certain tag)
- parent - allows to match elements that are part of a certain element (e.g. match nodes that are part of a way with a certain tag)
- negated criteria - allows to negate any existing criteria
- regular expressions support for tag criteria
- Add documentation on how to add questions
This should make it easier for others to participate, refine and add new questions to the app. You can find the documentation here. - Make element marker expandable and show additional details like the name of the bus stop
The app will now also hide any other markers when answering questions. - Switch from Material 2 to Material 3 Design
- Remove "no more questions" sheet
The "next" button of the questionnaire is now disabled when there are no further questions and no question has been answered yet. - Replace photos used in the door type question with custom illustrations
- Fix marker sometimes not being centered correctly
- Fix center calculation failing for short ways
- Update and improve multiple other questions
- Remove question for specific approach aid type
Full Changelog: v0.3.1...v0.4.0
OpenStop 0.3.1
What Changed
- Fix bug leading to crash when closing app on iOS (#132)
- Fix bug preventing users to upload data when tags of OSM element contain special characters like <>&'" (#134)
Full Changelog: v0.3.0...v0.3.1
OpenStop 0.3.0
What Changed
- Update underlying question catalog data structure to be more flexible and readable
- Fix bug where follow-up questions sometimes were not removed when changing a previous answer (#114)
- Fix issue with pinch-to-zoom sometimes causing the map to jump to the world overview (fleaflet/flutter_map#1388)
- Fix bug not showing/hiding markers on certain zoom input types
- Change some existing icons to icons from temaki icon package
- New questions:
- Gibt es im Fahrstuhl eine Ansage, auf welcher Etage man sich befindet?
- Welche Art von Füßgängerübergang ist das?
- Hat die Fußgängerampel einen Anforderungstaster?
- Hat die Fußgängerampel einen tastbaren Pfeil für Blinde?
- Gibt es an der Fußgängerampel akustische Signale für Blinde?
- Gibt es an der Fußgängerampel einen Vibrations-Signalgeber für Blinde?
- Welche Art von Bordstein ist an dieser Stelle?
- Gibt es an dieser Stelle Bodenindikatoren?
- Gibt es eine akustisches Warnsignal bei Durchfahrt der Straßenbahn?
Full Changelog: v0.2.2...v0.3.0
OpenStop 0.2.2
What Changed
- First release, which is also available for iOS 🥳
- Increase connection and receive timeouts
- Set minimal zoom level for camera location following
- Update dependencies
Full Changelog: v0.2.1...v0.2.2
OpenStop 0.2.1
What Changed
- On marker tap will now zoom and position the camera so that the entire geometry of the underyling element is visible
- Add error messages when loading OSM elements
- Add question for detailed approach aid type
- Improve marker point calculation for polygons
- Fix bug for min and max constraints for elevator dimensions question
Full Changelog: v0.2.0...v0.2.1
OpenStop 0.2.0
What Changed
- New questions
- Additional images
- Save last position
- Save and restore prematurely closed questionnaires
- Highlight selected element
- ...many more UI and UX improvements
Full Changelog: v0.1.2...v0.2.0
OpenStop 0.1.2
- Exclude Google Mobile Services (GMS) for F-Droid builds. F-Droid builds will fall back to the Android Location Manager the same way as the standard Android release does when no GMS is installed on the user's system.
OpenStop 0.1.1
- Setup initial F-Droid release
OpenStop 0.1.0
Initial release