GitXplorerGitXplorer
b

SailingTrams

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f86621f836db5d092f29e42adf0f9e4ce9eaaefb

Update Tramtracker domain.

bbruce-one committed 9 years ago
Unverified
2c1fe1a7e504a044cc6cf41e3bd57359204baaab

Bugfix version bump

bbruce-one committed 11 years ago
Unverified
0a6a0f238ac066ef358e1c5b679a526676a668d8

Better db migrations (I think...)

bbruce-one committed 11 years ago
Unverified
bb2609f6ebde45d1e6ace8b6be7d6744ca22d231

Small cleanup tweaks

bbruce-one committed 11 years ago
Unverified
142e39b1ade9c8e4fbae664e51e14fd5a10367f6

Adding a nickname for stops

bbruce-one committed 11 years ago
Unverified
4ebbee43d3484f31e0d1dff374738563c6a04919

Adding the quick search box and some code cleaning

bbruce-one committed 11 years ago

README

The README file for this repository.

SailingTrams

This is a very basic application for getting tram arrival times for Melbourne's tram network.

It's based on the TramTracker service.

Currently it's designed around a list of stops that a user is interested in which are displayed on the home screen. New stops can be added through the use of the pulley.

Selecting a stop will bring up a screen showing the arrival estimates for the stop (and optionally route - route selection is currently optional on the "add stop" page) selected. It also means that the application cover (ie on the task switching page) will show the arrival information for the soonest tram for that stop (and again, optionally route).

Updates on the stop page happen periodically (as of writing, every 30 seconds) or the "update" pulley option can be used.

If a stop has been selected, then the application cover also does period updates (again 30 seconds) if the application cover is active (based on the Cover "status".) These updates can be paused or an update can be requested explicitly using the cover actions.

This application is built using the Sailfish SDK.