Projects


Busstider

Available in Android Market

Busstider

About

Android application for checking bus schedules in Trondheim.

Description

Sends queries to bussorakel and gets answers. Made for asking about bus schedules in Trondheim.

Features

  • Semantic mode - Ask questions about bus schedules in a natural language
  • A to B mode - Ask questions with "From A" and "To B" parameters with autocomplete and "change destinations"
  • Mapmode - Draws busstops on a map with location of user, select busstops by pressing them to generate queries

Screens



License

Apache 2.0

Links


Source

Changelog

0.5.4
  • New launcher icon
  • Bugfixes (thanx to Edvard)
  • Small layout changes (thanx to tmn)

0.5.3
  • New icons
  • Faster drawing of busstops
  • Fix for showing text in A to B mode on small screens
  • Support for Android 2.3
0.5.2
  • Added new query backend:
    • New backend that uses other site for queries
    • If that site fails then the app uses the old site instead

0.5.1
  • Bugfix that improves the orientation handling

0.5
  • Uses JSOUP for local parsing of html from http requests
  • Mapmode that uses Open Streetmap data for drawing busstops on a Google Map, uses GPS and aGPS for positioning
0.4.2
  • Attempt at better state handling by overiding onSaveInstanceState

0.4.1
  • Minor bugfixes

0.4
  • New UI using tabs
  • New mode "A to B" that features
    • Autocompletion that remembers places you have entered
    • Logical "To and from" style that enables fast switching of destinations
    • Timepicker for choosing times
  • Ask mode that features
    • Traditional semantic query creation
    • Stores answers with queries
    • Queries displayed in list in activity
  • Cleaned a lot of code

0.3.5

  • Added sharing with qrcode and send url to email, twitter, sms
  • Little bit bigger answer text (from 16sp to 18sp)
  • Enter key (hard or virtual) now triggers search when focus on searchfield

0.3
  • Small UI improvements
  • Works better in landscape mode
  • Works better with small screens
  • Faster (thanks again to Erlend)
  • New icon

0.2 (I messed up the version numbering i know)
  • Small UI improvements
  • Published on Android Market

0.2.5
  • Fixed æøå thanks to Erlend's yahoo pipe
  • Async tasking
  • Small gui improvements
0.2
  • Database of queries

0.1
  • Simple send query get answer