Andreas Schildbach
|
4c8f48931c
|
Clear 'potential null pointer access' warnings.
|
2015-02-05 16:28:59 +01:00 |
|
Andreas Schildbach
|
5f8fc199a4
|
Change return type of Trip.products() from List to Set.
|
2015-02-04 17:47:39 +01:00 |
|
Andreas Schildbach
|
24e921e547
|
Method for public duration of a trip can return null.
|
2015-02-04 17:36:23 +01:00 |
|
Antonio El Khoury
|
76458296a0
|
Improve queryMoreTrips test for Paris.
|
2015-02-02 11:00:08 +01:00 |
|
Antonio El Khoury
|
8dce62c1ab
|
Navitia: Fix query context builder.
|
2015-02-02 10:58:14 +01:00 |
|
Andreas Schildbach
|
e86fdede13
|
Implement methods for duration of a trip.
|
2015-02-02 10:53:42 +01:00 |
|
Andreas Schildbach
|
d00e107fdf
|
Implement Trip.isTravelable().
|
2015-02-02 10:53:04 +01:00 |
|
Andreas Schildbach
|
0a571554c5
|
Change NetworkProvider.queryTrips() signature to accept a Set of products rather than a Collection.
|
2015-02-02 10:49:32 +01:00 |
|
Andreas Schildbach
|
5efdafc05e
|
Change return type of NetworkProvider.defaultProducts() from Collection to Set.
|
2015-02-02 10:49:29 +01:00 |
|
Andreas Schildbach
|
8df79805d0
|
Rename .queryNearbyStations() to .queryNearbyLocations() and make it find POIs too.
|
2015-02-02 10:41:12 +01:00 |
|
Andreas Schildbach
|
25c2eb6176
|
Refactor XmlPullParser.getAttributeValue() to use XmlPullUtil.attr() variants.
|
2015-02-01 23:02:09 +01:00 |
|
Antonio El Khoury
|
574dd9c9a8
|
Navitia: Use numTripsRequested for trip count attribute.
|
2015-02-01 22:52:50 +01:00 |
|
Andreas Schildbach
|
c1691a7e71
|
Fix and add tests for Berlin & Brandenburg.
Conflicts:
enabler/test/de/schildbach/pte/live/BvgProviderLiveTest.java
enabler/test/de/schildbach/pte/live/VbbProviderLiveTest.java
|
2015-02-01 17:24:21 +01:00 |
|
Antonio El Khoury
|
696498cbca
|
Update tests for Paris.
|
2015-02-01 17:16:21 +01:00 |
|
Antonio El Khoury
|
335651ce5c
|
Navitia: Do not add leg if its duration is 0.
|
2015-02-01 17:15:50 +01:00 |
|
Andreas Schildbach
|
4fe662d021
|
Hafas: Remove superfluous invocation of setStationBoardHasStationTable().
|
2015-01-29 12:49:08 +01:00 |
|
Andreas Schildbach
|
806100c868
|
Guava: Use Charsets constants.
|
2015-01-29 00:33:39 +01:00 |
|
Andreas Schildbach
|
353e5815c7
|
Guava: Use MoreObjects.ToStringHelper to implement .toString().
|
2015-01-29 00:33:38 +01:00 |
|
Andreas Schildbach
|
797448ef0e
|
Guava: Use Objects.hashCode() to implement .hashCode().
|
2015-01-29 00:32:08 +01:00 |
|
Andreas Schildbach
|
27d55413cb
|
Guava: Use Objects.equal() to implement .equals().
|
2015-01-29 00:32:08 +01:00 |
|
Andreas Schildbach
|
113d5bb5ff
|
Guava: Add to build path.
|
2015-01-29 00:32:08 +01:00 |
|
Andreas Schildbach
|
891c0b64fd
|
Hafas: Extract methods nearbyStationsByCoordinate() and nearbyStationsById().
|
2015-01-28 23:57:51 +01:00 |
|
Andreas Schildbach
|
7ff06cc2d4
|
Hafas: More improvements to splitting place and name, mostly for POIs.
|
2015-01-28 23:57:30 +01:00 |
|
Andreas Schildbach
|
589cf69063
|
Fix rounding errors when parsing coordinates. Add location constructors that take a Point rather than lat and lon.
|
2015-01-28 23:52:50 +01:00 |
|
Andreas Schildbach
|
3c5dc7c328
|
Introduce AbstractNetworkProvider.parsePosition() for custom parsable positions.
|
2015-01-27 14:44:54 +01:00 |
|
Andreas Schildbach
|
e386dac23e
|
EFA: Fix network attribute parsing in <itdServingLine>.
|
2015-01-27 14:42:21 +01:00 |
|
Andreas Schildbach
|
0b42b39fd7
|
EFA: Check for empty document.
|
2015-01-27 14:37:47 +01:00 |
|
Andreas Schildbach
|
70c1037bc4
|
EFA: Set language in all requests.
|
2015-01-27 14:35:18 +01:00 |
|
Andreas Schildbach
|
864783fed0
|
EFA: Fix exception when JSON stopfinder doesn't find anything.
|
2015-01-27 14:32:52 +01:00 |
|
Andreas Schildbach
|
5fc143196e
|
EFA: <paramList> in <infoLink> is now optional.
|
2015-01-27 14:31:01 +01:00 |
|
Andreas Schildbach
|
bb03f45f53
|
EFA: Fix parsing of itdOdv and handling of location IDs.
|
2015-01-27 14:21:36 +01:00 |
|
Andreas Schildbach
|
64df076576
|
Remove obsolete ParserUtils.selectNotNull().
|
2015-01-25 10:26:21 +01:00 |
|
Andreas Schildbach
|
a5f59319aa
|
Lines.
|
2015-01-25 10:21:15 +01:00 |
|
Andreas Schildbach
|
20d63e21c4
|
Add another magic string for internal server errors.
|
2015-01-25 10:14:09 +01:00 |
|
Andreas Schildbach
|
9e0ecf1251
|
A bit of exception message cosmetics.
|
2015-01-25 10:14:09 +01:00 |
|
Andreas Schildbach
|
96c449ccc8
|
Minimum and maximum times occuring in trips, legs and stops.
|
2015-01-25 10:14:09 +01:00 |
|
Andreas Schildbach
|
8c1ba6eabb
|
Don't keep separate copy of coarse departure and arrival times in Legs.
|
2015-01-25 10:14:09 +01:00 |
|
Andreas Schildbach
|
fbe53a1fbe
|
Merge Neckar-Alb-Donau into Baden-Württemberg, Constance & Basel.
|
2015-01-25 10:10:43 +01:00 |
|
Andreas Schildbach
|
0eb20e5838
|
Format WordUtils.
|
2015-01-21 13:03:46 +01:00 |
|
Andreas Schildbach
|
55d41dfd69
|
Add missing query wrappers in AbstractProviderLiveTest.
|
2015-01-21 12:58:21 +01:00 |
|
Andreas Schildbach
|
7dd49cf0ee
|
Update API base for Hannover & Lower Saxony.
|
2015-01-21 12:50:37 +01:00 |
|
Andreas Schildbach
|
f0b071bb62
|
Fix line names and styles of San Francisco.
|
2015-01-21 12:50:30 +01:00 |
|
Andreas Schildbach
|
1c32dc0c05
|
Merge Birmingham & West Midlands into England, Scotland & Wales.
|
2015-01-21 12:31:30 +01:00 |
|
Andreas Schildbach
|
64366b4d3e
|
Merge Trier into Rhineland-Palatinate, Rhine-Neckar & Baden-Württemberg.
|
2015-01-15 10:23:11 +01:00 |
|
Andreas Schildbach
|
3db5c27153
|
Enable trips capability for Sweden.
|
2015-01-13 14:21:46 +01:00 |
|
Andreas Schildbach
|
a840a6c9e1
|
Styles for Rostock.
|
2015-01-13 14:21:46 +01:00 |
|
Andreas Schildbach
|
0122de4bb5
|
Hafas: Improve handling of station name suffixes.
|
2015-01-12 18:34:49 +01:00 |
|
Andreas Schildbach
|
593e032df4
|
Hafas: When querying for nearby stations, use urlname.
|
2015-01-12 18:34:48 +01:00 |
|
Andreas Schildbach
|
540535b7d5
|
Hafas: Improve on splitting place and name for lots of networks.
|
2015-01-11 20:20:37 +01:00 |
|
Andreas Schildbach
|
b596ba6f3a
|
Hafas: If binary connections query returns only one single individual leg, don't query for more.
|
2015-01-11 20:20:29 +01:00 |
|