Releases: OneBusAway/onebusaway-ios
Releases · OneBusAway/onebusaway-ios
v23.1
What's Changed
- Disallow the app to “Always” get user location by @ualch9 in #618
- Update branch name changes for CI by @ualch9 in #619
- Speculative fix for “DUPLICATE_ITEM_IDENTIFIERS” and “EQUAL_IDENTIFIERS_HAVE_DIFFERENT_HASH_VALUES” crasher by @ualch9 in #620
- Marks xcresulttool as an optional step by @ualch9 in #621
- Update app version to 23.1 by @ualch9 in #624
v21.7
What's Changed
- Update app version to 21.7 by @ualch9 in #574
- Default to full sheet on voiceover by @ualch9 in #575
- Initial SwiftUI support & StopPreferences → SwiftUI by @ualch9 in #568
- Improve map sheet UX for VoiceOver users by @ualch9 in #576
- Remove "OneBusAway" text reference for white labeling by @ualch9 in #579
Full Changelog: v21.6.1...v21.7
v21.6.1
What's Changed
- Use xcresulttool instead of uploading artifact file when CI fails by @ualch9 in #560
- Update app version to 21.6.1 by @ualch9 in #567
- ISSUES-557: Editing a bookmark prompts "Duplicate bookmark" on Save by @cathy810218 in #566
- Onboarder manages bulletin manager from main thread by @ualch9 in #569
New Contributors
- @cathy810218 made their first contribution in #566
Full Changelog: v21.6...v21.6.1
v21.6
What's Changed
- Add accessibility label to stop bookmark by @ualch9 in #556
- Update app version to 21.6 by @aaronbrethorst in #558
- Adds accessibility to TripStopListItem by @ualch9 in #559
- DRY trip stop accessibility value strings by @ualch9 in #562
Full Changelog: v21.5.1...v21.6
v21.5.1
v21.5.0
Accessibility fixes:
- Hidden empty data view renders Nearby Stops inaccessible to visually impaired users #525
- Collapsed drawer should not be focusable by Voiceover #544
- Improves the text read by VoiceOver when focusing on a stop on the map #530
iOS 15/Xcode 13 Improvements:
- iOS 15 breaking navigation bar visuals #381
- Xcode 13 support #532
- Use static tab bar appearance in MapViewController since the dynamically changing background is interfering with floating panel's scrolling (iOS 15).
Fixes haptics bugs:
- Fix StopViewController not deallocating, causing random haptic feedback #505 & Undo Turn off haptic feedback until #505 is fixed #518
- Fixes Retain cycle of unknown cause #394
- Adds a setting toggle for data load haptic
- Don't invoke haptic feedback generator on first data load on the Stop Controller #546
Update Polish localization
Includes this PR: #529
v21.4.1
v21.4.0
- Improve Homepage FAB Accessibility - #471
- Hide the 'x' close button on the Reachability bulletin - #473
- Improve "Load More" Button - #475
- Improve bookmarked stop icon - #476
- Always Show Bookmarked Stops - #477
- Warn the user if they try to create a duplicate bookmark - #480
- Let users switch between different map modes - #493
- Stop hiding the tab bar when a stop controller is pushed onto the stack - #496
- Departure times are not adjusting with Dynamic Type - #506
- Stop departure times are harder to read than they used to be - #508
- Improve display of ferry arrivals and departures - #511
- Turn off haptic feedback for the time being - #518
- Trying to delete a bookmark causes the app to freeze - #521
v21.3.0
User Facing Changes
- Fixes #330 - Crasher: Always check to make sure that only one Bulletin is open at a time
- Fixes #361 - Add "Sort by Distance" to Bookmarks
- Fixes #474 - Improve "Time Last Updated" Display
- Fixes #497 - Bookmarks tab should only load network data for trip bookmarks
Non-Functional Changes
- Add a script to upload DSYMs to Firebase - #492