aboutsummaryrefslogtreecommitdiff
path: root/src/net/cbaines/suma/MapActivity.java
Commit message (Collapse)AuthorAge
* Update for beta release.Christopher Baines2012-03-14
|
* Fixed database upgrade bug, and re-added data files (removed incorrectly).Christopher Baines2012-03-13
|
* Major progress on implementing the new search stuff.Christopher Baines2012-03-11
|
* Merge branch 'dev' of github.com:cbaines/SouthamptonUniversityMap into devChristopher Baines2012-03-11
|\ | | | | | | | | | | Conflicts: AndroidManifest.xml src/net/cbaines/suma/MapActivity.java
| * More search improvements.Christopher Baines2012-03-09
| |
* | Some changes.Christopher Baines2012-03-09
|/
* Merge branch 'dev-search' into devChristopher Baines2012-03-09
|\ | | | | | | | | | | | | | | | | Conflicts: gen/net/cbaines/suma/R.java res/values/strings.xml src/net/cbaines/suma/DataManager.java src/net/cbaines/suma/MapActivity.java src/net/cbaines/suma/POI.java
| * Bumped android:minSdkVersion to 8, as implementing search stuff.dev-searchChristopher Baines2012-03-06
| |
| * New Search stuff.Christopher Baines2012-03-06
| |
| * Merge branch 'dev'Christopher Baines2012-03-04
| |\
| * \ Merge branch 'dev'Christopher Baines2012-03-02
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gen/net/cbaines/suma/R.java src/net/cbaines/suma/BusSpecificStopView.java src/net/cbaines/suma/BusStopSpecificStopView.java src/net/cbaines/suma/MapActivity.java
| * \ \ Merge branch 'dev'Christopher Baines2012-02-28
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/net/cbaines/suma/BusSpecificStopView.java src/net/cbaines/suma/StopView.java
* | | | | More changes for welcome dialog.Christopher Baines2012-03-09
| | | | |
* | | | | More improvements.Christopher Baines2012-03-08
| | | | |
* | | | | Beginings of a welcome dialog, and overlay improvements.Christopher Baines2012-03-08
| | | | |
* | | | | Bump version to 0.7.Christopher Baines2012-03-07
| |_|_|/ |/| | |
* | | | Zoom the map in closer when the user clicks "Find my location", thanks to ↵Christopher Baines2012-03-04
| |_|/ |/| | | | | | | | Chris Gutteridge for reporting this.
* | | Better toasts in the BusStopActivity, many other improvements.Christopher Baines2012-03-01
| | |
* | | Added the libs I forgot to add properly last commit, also changed versions ↵Christopher Baines2012-03-01
| | | | | | | | | | | | stuff.
* | | New Toast stuff, needs some work.Christopher Baines2012-02-29
| |/ |/|
* | Next release, many improvements.Christopher Baines2012-02-28
| |
* | Fixed two bugs relating to the query on the database not being ordered?, and ↵Christopher Baines2012-02-28
| | | | | | | | implemented a new preference option.
* | Improved URI stuff, and formating.Christopher Baines2012-02-28
| |
* | Added a BusRoute activity, and moved more stuff over to the new uri system.Christopher Baines2012-02-28
|/
* More bug fixes, with the location overlay.Christopher Baines2012-02-26
|
* Fixed another bug to do with a unreactive bus stop, improved the U1 route ↵Christopher Baines2012-02-26
| | | | overlay.
* Optimised the custom overlays.Christopher Baines2012-02-26
|
* Fix for bug with bus stops.dev-rdfChristopher Baines2012-02-24
|
* Added a BuildingActivity, with a photo, and am begining to use rdf data :)Christopher Baines2012-02-24
|
* More bug fixes and stuff.Christopher Baines2012-02-19
|
* Fixed a bug with the MapActivity overlay toasts, and improved the ↵Christopher Baines2012-02-19
| | | | BusStopActivity.
* Working non uni link bus stop overlay :)Christopher Baines2012-02-18
|
* Ok, there are now non uni-link bus stops, but they cant be switched off....Christopher Baines2012-02-18
|
* More bug fixes, working non uni link bus times, just need to get the non uni ↵Christopher Baines2012-02-18
| | | | link bus stops working :)
* Fixed a bug in the constructor of BusRoute, and rebuild the database ↵Christopher Baines2012-02-18
| | | | acordingly. Also made improvements to the preferences system.
* Renamed SouthamptonUniversityMapActivity to MapActivity, moved the ↵Christopher Baines2012-02-17
ViewDialog out of it.