Skip to content

Releases: OneBusAway/onebusaway-ios

v23.1

06 Jan 22:13
e7daf90
Compare
Choose a tag to compare

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

10 Dec 19:11
32f2ebd
Compare
Choose a tag to compare

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

17 Nov 20:53
1c89584
Compare
Choose a tag to compare

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

Full Changelog: v21.6...v21.6.1

v21.6

17 Nov 20:51
3c2e24f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v21.5.1...v21.6

v21.5.1

12 Oct 16:35
794d9ad
Compare
Choose a tag to compare
  • Add equatable conformance for Open311Server object - Fixes #504

v21.5.0

07 Oct 17:55
4867ee2
Compare
Choose a tag to compare

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

21 Sep 16:35
bfc6a7b
Compare
Choose a tag to compare

Includes this PR: #529

v21.4.1

20 Sep 04:05
819ef6c
Compare
Choose a tag to compare
  • Skip map annotation callout when voiceover is enabled: #526

v21.4.0

15 Sep 15:25
1662d24
Compare
Choose a tag to compare
  • 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

22 Aug 16:12
Compare
Choose a tag to compare

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