Skip to content

Releases: patrickdemers6/AmesRide

v1.3.0

20 Oct 04:41
Compare
Choose a tag to compare

What's Changed

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

v1.2.1

28 Aug 18:31
93bbfb3
Compare
Choose a tag to compare

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

v1.2.0

24 Aug 22:19
81f7264
Compare
Choose a tag to compare

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

09 May 04:44
Compare
Choose a tag to compare
Pre-Release Websocket Pre-release
Pre-release

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

v1.0.8

01 Dec 03:23
f21b9a9
Compare
Choose a tag to compare
  • Resolved a bug dealing with location permissions. #65

v1.0.7

29 Nov 22:20
5bdd823
Compare
Choose a tag to compare

Minor bug fixes and support for OTA updates.

v1.0.6

19 Nov 02:09
4214fbf
Compare
Choose a tag to compare
  • Only move map to user if location is in Ames
  • Add Settings Page

v1.0.5

16 Nov 23:01
7231be2
Compare
Choose a tag to compare
  • Bug fixes
  • Internal refactor

v1.0.4

15 Nov 16:21
7d620b4
Compare
Choose a tag to compare
  • Bug fix for calculating time until a bus arrives.
  • Bug fix to ensure no vehicles are shown when viewing all routes.

v1.0.3

15 Nov 05:55
4af4b8a
Compare
Choose a tag to compare
  • 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.