Commit graph

22 commits

Author SHA1 Message Date
Andreas Schildbach
b2875ddd31 Update links in license to use HTTPS. 2018-07-15 16:47:49 +02:00
Andreas Schildbach
4c64746e75 Switch to Java 7.
Notes regarding Android compatibility:
- The 'try-with-resources' language feature needs API level 19, so don't use it.
  All other language features can be used back to API level 8.
- The JDK 1.7 API still isn't fully implemented, so better stick with 1.6 for now.
2016-09-25 19:53:31 +02:00
Andreas Schildbach
931dafb628 Switch to modern code format. Organize imports. No functional changes.
Java sources use Eclipse 4.5 'Java Conventions' with indentation changed to 4 spaces only per level.
2016-09-08 18:26:01 +02:00
Andreas Schildbach
de5db3cb98 Migrate build from Maven to Gradle. 2015-07-01 18:43:36 +02:00
Andreas Schildbach
f4974bc8f2 EFA: Trip optimization for least duration, least changes or least walking. 2015-06-06 00:36:27 +02:00
Andreas Schildbach
4b65f0145c Introduce location type for plain coordinates. 2015-04-01 17:27:59 +02:00
Andreas Schildbach
8df79805d0 Rename .queryNearbyStations() to .queryNearbyLocations() and make it find POIs too. 2015-02-02 10:41:12 +01:00
Andreas Schildbach
00b0f014ca Rename NetworkProvider.autocompleteStations() to .suggestLocations() and change return type to SuggestLocationsResult. 2014-07-09 16:42:14 +02:00
Andreas Schildbach
d8f3dcaf6c Migrate location IDs from int to String. 2014-04-23 13:59:52 +02:00
Andreas Schildbach
8f201d4b1f Raise default number of requested trips to 6 2014-01-20 17:28:29 +01:00
Andreas Schildbach
23489327b1 Update year of copyright 2014-01-12 00:44:10 +01:00
Andreas Schildbach
2852aedbd5 rename Connection to Trip 2013-06-20 12:29:25 +02:00
Andreas Schildbach
5c79bf70a3 update to junit 4.11 2013-03-24 09:20:15 +01:00
Andreas Schildbach
29f719db5a use Product enum in queryConnections() 2013-03-15 10:13:35 +01:00
Andreas Schildbach
36ff83f79c update year of copyright 2013-01-01 13:46:57 +01:00
Andreas Schildbach
b1807edd5d declare source encoding 2012-07-05 12:13:04 +02:00
Andreas Schildbach
e3b7215b37 connection query option for bicycle carriage 2012-06-24 20:21:34 +02:00
Andreas Schildbach
012a2e7ac3 fixed bad API call 2012-06-15 22:39:43 +02:00
Andreas Schildbach
d47c5ba0bf ignore project files 2012-03-01 16:05:24 +01:00
Andreas Schildbach
2c69ea2cdc add module names to pom.xml 2012-03-01 16:01:39 +01:00
Andreas Schildbach
58aebd57c2 ignore Maven target directory 2012-02-23 14:28:10 +01:00
Andreas Schildbach
d4039593a5 sub-project for service 2012-02-23 14:26:38 +01:00