Skip to content

Releases: patrickdemers6/AmesRide

v1.3.0

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 20 Oct 04:41

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 28 Aug 18:31
93bbfb3

Fixed a bug preventing users with favorite routes from launching the app.

v1.2.0

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 24 Aug 22:19
81f7264

Ames Ride new fetches data from its own backend. This will improve performance and stability.

Previously, the data was fetched directly from the proprietary API provided by CyRide's vendor. This new backend grabs GTFS and GTFS-rt data, processes it, and pushes it to mobile app users through a websocket.

Pre-Release Websocket

Pre-Release Websocket Pre-release
Pre-release

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 09 May 04:44

Pre-release version of the app which uses Websockets to retreive data.

v1.0.8

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 01 Dec 03:23
f21b9a9
  • Resolved a bug dealing with location permissions. #65

v1.0.7

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 29 Nov 22:20
5bdd823

Minor bug fixes and support for OTA updates.

v1.0.6

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 19 Nov 02:09
4214fbf
  • Only move map to user if location is in Ames
  • Add Settings Page

v1.0.5

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 16 Nov 23:01
7231be2
  • Bug fixes
  • Internal refactor

v1.0.4

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 15 Nov 16:21
7d620b4
  • Bug fix for calculating time until a bus arrives.
  • Bug fix to ensure no vehicles are shown when viewing all routes.

v1.0.3

Choose a tag to compare

@patrickdemers6 patrickdemers6 released this 15 Nov 05:55
4af4b8a
  • You can now view all routes/stops at once.
  • Busses move in smaller increments on the map.
  • Loading indicators show when the application is attempting to update data.
  • Minor bug fixes.