Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

v18.2.2 #1409

Merged
merged 19 commits into from
Dec 12, 2018
Merged

v18.2.2 #1409

merged 19 commits into from
Dec 12, 2018

Conversation

aaronbrethorst
Copy link
Member

This is a small release that fixes the biggest causes of crashing bugs in OneBusAway. It also helps ensure that Siri Shortcuts show up on your lock screen when they're supposed to.

Happy holidays!
Aaron

This class will handle most calls to the alerts.onebusaway.org/onebusaway.co service which do not depend on a specific region being available.
Not a 'proper' fix per se, but this will address issues where users who do not have a region assigned attempt to load data, which has been causing a crash in 18.2.1.

```
OBAMapDataLoader.m line 148: -[OBAMapDataLoader requestRegion:]
OBAMapDataLoader.m line 210: -[OBAMapDataLoader requestTarget:]
OBAMapDataLoader.m line 101: -[OBAMapDataLoader searchWithTarget:]
OBAMapViewController.m line 755: -[OBAMapViewController refreshStopsInRegion]
```
Fixes crashing bug in map loader
* deletes first firebase account credentials
* gitignores new location of firebase account credentials
* loads other app-specific data out of a plist file
Adds a pair of properties to the NSUserActivity generated for stops that are necessary to enable Siri Shortcut support
Update analytics/fix Siri shortcuts
@aaronbrethorst aaronbrethorst merged commit 0d4e046 into master Dec 12, 2018
@aaronbrethorst aaronbrethorst deleted the v1822 branch December 12, 2018 17:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant