2b4c9d8fad
Aggiorna README.md
Docker / build (push) Waiting to run
Java CI with Gradle / build (push) Waiting to run
2025-03-26 19:14:28 +08:00
24b4f6e43a
Aggiorna README.md
Docker / build (push) Waiting to run
Java CI with Gradle / build (push) Waiting to run
2025-03-26 18:20:54 +08:00
vcoppe
fade673ac7
Update server.sh
2025-03-09 11:10:59 +01:00
vcoppe
23c19d5014
Update mtb.brf
2024-10-04 17:28:21 +02:00
vcoppe
a3090970ac
Update MTB.brf
2024-10-04 17:27:29 +02:00
vcoppe
c0a48f8f05
update routing profiles
2024-10-04 17:27:20 +02:00
vcoppe
71889ba9fd
add gravel private profile and update jar version
2024-07-23 18:28:20 +02:00
vcoppe
c616bccabe
Merge branch 'abrensch:master' into master
2024-07-23 17:11:26 +02:00
afischerdev
e63cc9888f
Merge pull request #717 from afischerdev/update-android
...
Update Android Version
2024-07-23 10:18:31 +02:00
afischerdev
15bf08aaef
prepared the version change
2024-07-21 11:31:14 +02:00
afischerdev
e46444cf57
updated revision doc
2024-07-13 09:46:58 +02:00
afischerdev
b234d48c00
changed to android 34
2024-07-13 09:43:49 +02:00
afischerdev
e379b7abb0
changed android tests for "deprecation"
2024-07-12 18:37:03 +02:00
afischerdev
f9c6ad1ae8
Merge pull request #711 from jmizv/master
...
Added port mapping for docker run command
2024-07-12 10:56:58 +02:00
afischerdev
1f2f655863
changed printStackTrace to log
2024-07-12 10:34:47 +02:00
afischerdev
f289b0cd83
suppressed "deprecation"
2024-07-12 10:25:52 +02:00
afischerdev
8d22a2d0eb
added new gradle app name
2024-07-12 09:56:14 +02:00
afischerdev
b1e9208be6
added compiler params
2024-07-12 09:54:57 +02:00
afischerdev
dec6cc8ba0
changed gradle lib versions
2024-07-12 09:53:54 +02:00
afischerdev
c631714c1f
changed Android version
2024-07-12 09:51:35 +02:00
afischerdev
9dcb7ca92e
Merge pull request #713 from afischerdev/car-712
...
Preparing for version 1.7.6
2024-06-21 09:35:50 +02:00
afischerdev
928bd0e28f
preparing for version 1.7.6
2024-06-20 11:09:53 +02:00
afischerdev
77e9bd316b
keep btools classes in proguard
2024-06-20 11:08:08 +02:00
Alex
2b3bbca448
Added port mapping for docker run command
...
It probably makes it easier for others using the instruction to have the port mapping ready. Also, use an explicit name for the container instead of a randomly by docker generated one.
2024-06-17 22:14:14 +02:00
afischerdev
6c69e9cea4
Merge pull request #707 from afischerdev/new-apk
...
Preparing for version 1.7.5
2024-06-05 14:26:36 +02:00
afischerdev
8f50671b98
Preparing for version 1.7.5
2024-06-03 20:04:34 +02:00
afischerdev
e011343ab0
Merge pull request #705 from afischerdev/new-apk
...
Prevent exceptions when importing profiles
2024-06-03 17:31:22 +02:00
afischerdev
2a77f71c85
updated doc
2024-05-29 18:38:31 +02:00
afischerdev
646f805b99
protect exception
2024-05-29 18:36:51 +02:00
afischerdev
be0aa77ee8
Merge pull request #703 from afischerdev/new-apk
...
Add a check for the nogo list
2024-05-29 17:48:59 +02:00
afischerdev
cbf172656b
updated doc for publishing
2024-05-28 10:13:35 +02:00
afischerdev
7001c4cbc7
check for nogolist
2024-05-22 17:54:44 +02:00
afischerdev
73e7873583
Merge pull request #697 from quaelnix/remove-traffic-simulation
...
Remove unused traffic simulation code
2024-05-15 09:58:06 +02:00
afischerdev
0b6500cdad
Merge pull request #700 from mjaschen/task/update-geojson-mime-type
...
Update MIME type for GeoJSON responses
2024-05-15 09:43:21 +02:00
abrensch
a6611ed303
Merge pull request #701 from mjaschen/task/iso8601-compatible-log-timestamps
...
ISO8601 compatible timestamps in log output
2024-05-15 08:04:17 +02:00
Marcus Jaschen
4e858f5e49
ISO8601 compatible timestamps in log output
...
This fixes #699 .
**Warning:** this change breaks with backward compatibility,
e.g. for log parsing tool chains.
2024-05-15 07:59:18 +02:00
Marcus Jaschen
6d7b8f0d77
Update MIME type for GeoJSON responses
...
The MIME type for GeoJSON registered with IANA is application/geo+json,
replacing the old value application/vnd.geo+json. The change was published
with RFC 7946 in 2016.
Example request:
`GET /brouter?lonlats=13.377485,52.516247%7C13.351221,52.515004&profile=trekking&alternativeidx=0&format=geojson HTTP/1.1`
Exampe response headers:
```
HTTP/1.1 200 OK
Content-Encoding: gzip
Content-Disposition: attachment; filename="brouter.geojson"
Access-Control-Allow-Origin: *
Connection: close
Content-Type: application/geo+json; charset=utf-8
```
References:
- https://www.iana.org/assignments/media-types/application/vnd.geo+json
- https://www.iana.org/assignments/media-types/application/geo+json
- https://datatracker.ietf.org/doc/html/rfc7946#section-12
2024-05-14 21:03:47 +02:00
ulteq
2a94b7f300
Remove unused traffic simulation code
2024-05-11 19:53:11 +02:00
quaelnix
8270ae6638
Merge pull request #693 from quaelnix/gravel-profile
...
Update gravel.brf
2024-05-11 12:21:44 +02:00
quaelnix
584a2a82d6
Update gravel.brf
...
- Fix flaws in 'vehicle=' and 'bicycle=use_sidepath' logic
- Use more realistic drag coefficient
- Fix typo in the downhillcost logic
- Improve maxspeed penalty
- Improve noise penalty
2024-05-05 14:47:41 +02:00
afischerdev
f2c01b80d3
Merge pull request #690 from zod/docker-publish
...
Publish docker images
2024-04-17 20:25:48 +02:00
afischerdev
36e169ab48
Merge pull request #689 from zod/pmd-7
...
Update PMD to 7.0.0
2024-04-17 20:19:52 +02:00
Manuel Fuhr
47f58126e7
Add dependency on brouter-routing-app for distZip
2024-04-15 20:49:25 +02:00
Manuel Fuhr
83f001e3a1
Merge branch 'master' into pmd-7
2024-04-15 20:46:52 +02:00
afischerdev
23c8123931
Merge pull request #688 from zod/bundle-update
...
Update jekyll dependencies
2024-04-10 16:38:21 +02:00
Manuel Fuhr
51ebfd346b
Disable image signing
2024-04-09 23:00:27 +02:00
zod
a148ba70eb
Add docker publish workflow based on workflow template
2024-04-09 22:45:40 +02:00
afischerdev
f3af9d6f4b
Merge pull request #687 from afischerdev/docs
...
Preparing for version 1.7.4
2024-04-09 16:54:34 +02:00
Manuel Fuhr
d969ac11cb
Downgrade AGP version for IntelliJ IDEA compatibility
2024-04-06 00:35:19 +02:00
Manuel Fuhr
13781fb1fc
fixup! Upgrade to AGP 8.0 and Gradle 8.4
2024-04-06 00:28:57 +02:00