7bd4dd7e78
chore: update license headers
continuous-integration/drone/push Build is passing
2024-09-16 18:47:12 +02:00
ae2093b9fc
docs: fix some typos on javadocs
continuous-integration/drone/push Build is passing
2024-05-07 18:50:58 +02:00
30f39f8a5b
update copyright notice
continuous-integration/drone/push Build is passing
2023-10-03 10:32:14 +02:00
cecd76ea10
JavaDoc++
continuous-integration/drone/push Build is passing
2021-01-30 18:20:21 +01:00
465767342f
update copyright notice to 2021
continuous-integration/drone/push Build is passing
2021-01-30 17:35:48 +01:00
8017f2671d
add Serializable type to unserialized JSON lists
...
We don't know about the exact data type from the JSON mapper,
so we make it explicitly unknown, but at least Serializable here.
2020-08-12 11:48:55 +02:00
dfa4c55496
add serialVersionUID to to serializable classes
2020-05-09 18:55:57 +02:00
38eb883d7d
minor typo fixes
2020-05-09 18:37:46 +02:00
706ff495e2
update copyright notice to 2020
2020-05-04 14:46:40 +02:00
06ce5a22cf
Merge pull request #7 from stklcode/feature/5-messages
...
fetch public messages from API (#5 )
2019-12-04 11:59:29 +01:00
431de69549
typo fixes in comments and test messages [skip ci]
2019-11-04 17:55:10 +01:00
4f3d8694e1
implement model for message responses
2019-11-04 17:15:36 +01:00
2fd8d2a87c
update copyright notice to 2019
2019-11-04 16:54:29 +01:00
1698622fc9
Accept NULL for vehicle ID field ( fix #3 )
2018-11-16 11:19:45 +01:00
b9656b386a
Accept direction ID as String instead if Integer ( fix #2 )
2018-11-16 11:04:27 +01:00
d5e09392ef
Client and model classes implement Serializable
2018-03-25 17:37:24 +02:00
d12c585083
Add package-info and overview.html for enhanced Javadoc output
2018-03-25 14:40:37 +02:00
0304f6e0f4
Update copyright notice to 2018
2018-01-01 17:28:24 +01:00
afffaa4a6f
Bundled error messages for model creation in interface
2017-08-29 20:13:28 +02:00
a8fc93fb41
Model classes and input parameters declared final
...
As model classes are not designed for inheritance and about all method
parameters are already effectively final, they have been explicitly
declared final.
2017-08-04 10:12:12 +02:00
1f4bd9f411
Code style
...
Various code style improvements:
lines trimmed to 120 characters,
complete JavaDoc for public methods,
braces on multiline if-else,
fixed numbers defined as constants
2017-08-04 10:06:44 +02:00
746696405c
API V1 as default; Tests against ASEAG and TFL
2017-01-07 17:51:42 +01:00
03e6fc0338
Javadoc corrections
2017-01-02 15:46:35 +01:00
ef7423e4ca
Test coverage 100%
2017-01-02 15:15:53 +01:00
a0ca6698ba
ReadMe and license
2016-12-27 17:44:36 +01:00
4b6b09ce52
getTrips() tested
2016-12-27 17:15:12 +01:00
429e90c61b
Minor model corrections and getStops() unit test
2016-12-27 15:12:08 +01:00
6ec93ba0f7
Trip fetching and model
2016-12-24 18:19:11 +01:00
f12e359e2a
Initial commit
2016-12-24 16:52:29 +01:00