Releases: rectangle-dbmi/Realtime-Port-Authority
9.0.0 - Permanent Route Line and Prediction Fix
What's Changed
- Route lines and predictions now appear (#339). Please thank @mikeantonacci
Code-Related changes
- Now using V3 of the TrueTime API: #340
Details
As of 9.0.0, we will no longer have issues with the routes and predictions not working. The issue in detail was explained in #339. There may still may be outages due to server instability; however, now that we are on v3 of TrueTime, we can start incorporating the T into the app.
Full Changelog: 8.0.2-beta...9.0.0
9.0.0-rc2
See https://github.com/rectangle-dbmi/Realtime-Port-Authority/releases/tag/9.0.0-rc1
Fixes a bug in rc1 where routes do not reload if a null route was cached. Now it works as expected.
9.0.0-rc1
Obtaining the Beta
Then download the app normally through the Google Play Store Page
Please give feedback on known changes and holler at undocumented issues!
What's Changed
- Bustime V3 Hardcoded by @mikeantonacci in #340; this fixes #339.
New Contributors
- @Tobaloidee made their first contribution in #326
- @FerrariBruno made their first contribution in #327
- @chenblair made their first contribution in #329
Full Changelog: 8.0.2-beta...9.0.0-rc1
Beta: Select Samsungs Can Now Use App
Obtaining the Beta
Then download the app normally through the Google Play Store Page
Please give feedback on known changes and holler at undocumented issues!
Description
This is a patch release to fix a long-standing issue with a select set of Samsung devices, where the app would just zoom in on Africa on them. This is now officially fixed
Changes
- #321: Remove all Google Places API from being instantiated with the GoogleClientApi. We never used this so we really don't need this.
Select Samsung Devices Can Now Use App
Obtaining the Release
Description
This is a patch release to fix a long-standing issue with a select set of Samsung devices, where the app would just zoom in on Africa on them. This is now officially fixed
Changes
- #321: Remove all Google Places API from being instantiated with the GoogleClientApi. We never used this so we really don't need this.
Beta: remove dialog, move to semver
Obtaining the Beta
Then download the app normally through the Google Play Store Page
Please give feedback on known changes and holler at undocumented issues!
Description
This is a patch release to 8.0.0b3.
Changes
- beta will now be a pure semver model
- remove no buses dialog since Port Authority server is back up now
- move "No Buses?" web page to the 3 dot menu.
8.0.0b3: Merge branch 'master' into default
Obtaining the Beta
Then download the app normally through the Google Play Store Page
Please give feedback on known changes and holler at undocumented issues!
Description
This is a beta release to fix issues from 8.0.0b2.
It exposes a new feature, which I call "static route caching". By default, all routes lines and stops are prepackaged into the app, so now all route lines will show regardless if internet is on or off.
In addition, there is a temporary "fix" for the buses not showing up, this is explained via #317.
For more info on the roadmap to the next stable release, here is the 8.0.0 milestone: https://github.com/rectangle-dbmi/Realtime-Port-Authority/issues?q=is%3Aissue+milestone%3A%228.0.0+Release+Milestone%22+is%3Aopen
Known beta issues
- bus list caching is still finicky. I'll make sure to redownload a new route if possible, else fall back to the route in the cache
Changes
Bug fixes:
App Changes/New Features
No Buses Dialog Removed
Obtaining the Release
Description
This is a patch release for updates to the bus list from version 7.0.5.
Changes
- remove startup dialog about why the buses may be down -> as of May 24, 2017, 6:40 PM, they're back up
- Added a 'No Buses?' entry to the 3-dot menu.
App Down Dialog
There is a dialog that will pop up any time the app opens (#317). The reason is because Port Authority servers have been down consistently for the past 4 weeks. This is a temporary solution to the problems since I have no control over:
- When the server comes back up
- If the server is truly up or down
Details are here: https://github.com/rectangle-dbmi/Realtime-Port-Authority/wiki/Port-Authority-Server-Downtimes
Otherwise, there are no other code changes to this release.
Route Line, Stops, and Predictions Rewrite - BETA
Obtaining the Beta
Then download the app normally through the Google Play Store Page
Please give feedback on known changes and holler at undocumented issues!
Description
This is a beta release to fix issues from 8.0.0b1.
For more info on the roadmap to the next stable release, here is the 8.0.0 milestone: https://github.com/rectangle-dbmi/Realtime-Port-Authority/issues?q=is%3Aissue+milestone%3A%228.0.0+Release+Milestone%22+is%3Aopen
Enhancments for the next beta:
Take note: @mikeantonacci and I have decided drop #233 and #283 from this release due to time constraints and further rethinking of the app architecture. This may be going into the next stable release.
Known beta issues
- bus list stops displaying routes when no route appears for a certain route. This will be fixed for beta 3
Changes
Bug fixes:
- Clearing transit no longer lags
- Pittsburgh should always be the center point of the map. Previously, the app will zoom on Africa (latitude, longitude (0, 0)) on certain edge cases
Code Changes
- fix problems with extraneous calls to remove map elements redundantly
- Update all @JakeWharton dependencies (you handsome man...)
UI Differences (tweaking)
- route lines (polylines) now thinner
- stops no longer translucent