Marcus Jaschen
7da925a212
add dummyUsage
to certain profiles
...
If BRouter calculates a route with a cycling or hiking profile,
the `smoothness` tag is included in the response. That enables
a statistical analysis for the calculated route (distribution of
smoothness tags by distance).
See the analysis sidebar at https://brouter.m11n.de/ for an example.
2020-06-13 16:43:39 +02:00
abrensch
0841216cda
Merge pull request #242 from vodie/master
...
export Oruxmaps Navigation instructions
2020-06-01 16:40:55 +02:00
vodie
bf3f4a6bdb
Merge pull request #1 from vodie/missing-initialclassifier
...
Missing initialclassifier
2020-05-29 02:54:48 +02:00
vodie
5b419b6b2a
Update shortest.brf
2020-05-29 02:17:41 +02:00
vodie
43a79e4cb5
Update hiking-beta.brf
2020-05-29 02:15:50 +02:00
vodie
8f4b5709e3
Update moped.brf
2020-05-29 02:13:16 +02:00
vodie
ac38737927
Update fastbike.brf
2020-05-29 02:10:28 +02:00
Niklas Guertler
25ebc65180
Set minSdkVersion to 19 as try-with-resources requires that
2020-05-24 18:27:05 +02:00
Niklas Guertler
dbdfd36f88
Cleanup base directory selection, use Context.getExternalFilesDirs and request WRITE_EXTERNAL_STORAGE permission, use AndroidX and raise minSdkVersion to 14. Use File instead of plain Strings for paths in some places, use try-with-resources, and some other small improvements.
2020-05-24 17:59:23 +02:00
Niklas Guertler
72e2e13d07
Switched build system to gradle
2020-05-24 16:46:04 +02:00
vodie
8dca375589
export Oruxmaps Navigation instructions
2020-05-17 23:24:01 +02:00
vodie
1fd007d043
export Oruxmaps Navigation instructions
2020-05-17 23:09:51 +02:00
abrensch
6962f189b7
Merge pull request #231 from andrewharvey/patch-1
...
update link to Osmosis releases
2020-03-28 08:20:13 +01:00
Andrew Harvey
b8fdcfe8e4
update link to Osmosis releases
2020-03-28 08:56:04 +11:00
Arndt Brenschede
a508249916
Merge branch 'master' of https://github.com/abrensch/brouter
2020-03-17 16:57:06 +01:00
Arndt Brenschede
030b32ba96
deleted experminental decoder class
2020-03-17 16:56:28 +01:00
Arndt Brenschede
b0410daf89
version 1.6.1
2020-03-01 21:55:34 +01:00
Arndt Brenschede
da044752b5
download manager scaling issues
2020-03-01 13:09:07 +01:00
Arndt Brenschede
4e1cbfe7d5
download manager scaling issues
2020-02-27 08:35:54 +01:00
Arndt Brenschede
f36587a474
download manager scaling issues
2020-02-27 08:31:05 +01:00
Arndt Brenschede
6acaefa982
ommit readmes/osmand subfolder in android app for now
2020-02-16 10:27:47 +01:00
Arndt Brenschede
96898c425f
Merge branch 'master' of https://github.com/abrensch/brouter
2020-02-15 18:28:32 +01:00
Arndt Brenschede
26ad423e24
create readme subdirectories when installing app
2020-02-15 18:28:19 +01:00
Arndt Brenschede
f38ea269f1
asset zip changes
2020-02-15 17:27:30 +01:00
Arndt Brenschede
8607c47b66
fixed missing penalty for certain footways
2020-02-15 16:00:40 +01:00
Arndt Brenschede
be1319a331
fixed missing penalty for certain footways
2020-02-15 15:51:15 +01:00
Arndt Brenschede
cf5479a261
1.6.0 preparation
2020-02-15 14:36:27 +01:00
Arndt Brenschede
a0de736323
fixed Voice-Hint timing bug (locus+osmand)
2020-02-15 13:49:10 +01:00
Arndt Brenschede
47e20c681f
http 500->400 for expected errors
2020-02-09 18:55:29 +01:00
Arndt Brenschede
42486f73f1
thread-limit logic, finetuning + extended profile cache
2020-02-08 18:31:22 +01:00
Arndt Brenschede
4caea5f583
thread-limit logic, finetuning
2020-02-06 08:29:18 +01:00
Arndt Brenschede
d7e759e93e
thread-limit logic: guarantee 1000ms victim runtime
2020-02-05 21:59:24 +01:00
abrensch
4d8706f519
Merge pull request #224 from wladich/improve-http-server
...
Improve http server - I merge this PR for the status codes, and change the thread-pool logic to some mixed approach
2020-02-05 21:06:13 +01:00
abrensch
ebeb1e9471
Merge pull request #220 from cyface-de/master
...
Add Github Action to publish Github Package
2020-02-02 23:21:15 +01:00
Sergej Orlov
24d0e97c34
http server: do not terminate old thread when threads limit reached
...
Original implementation of the thread pool was limiting max number of
threads by terminating oldest thread if the limit was already reached and
a new request has arrived. This was causing broken responses under load.
Instead we now wait until one of the threads completes before starting a
new one.
2020-02-02 22:26:26 +01:00
Sergej Orlov
179525712f
http server: return specific http codes for errors
2020-02-02 22:26:17 +01:00
Arndt Brenschede
6fd1c6151d
traffic simulation delta supression
2020-02-02 11:48:54 +01:00
Arndt Brenschede
d29581694e
traffic simulation delta supression
2020-02-01 20:00:35 +01:00
Arndt Brenschede
010383e7e7
traffic simulation delta supression
2020-02-01 19:48:53 +01:00
Klemens Muthmann
aef31e0447
Make Workflow more generic
2020-01-28 11:49:21 +01:00
Klemens Muthmann
8a033e311c
Add repository to POM file
2020-01-28 11:49:21 +01:00
Klemens Muthmann
f9fa0088c0
Fix build command in Github Workflow
2020-01-28 11:49:21 +01:00
Klemens Muthmann
789d6b173f
Add settings for package deployment
2020-01-28 11:49:21 +01:00
Klemens Muthmann
f5e2b22dd9
Creat Github Actions Datei
2020-01-28 11:49:21 +01:00
abrensch
e574045548
Merge pull request #219 from nrenner/standalone-customprofiles
...
Fix server.sh customprofiles path
2020-01-23 21:33:15 +01:00
abrensch
1790555d7e
Merge pull request #218 from nrenner/idea-config
...
Make paths consistent with server.sh
2020-01-23 21:32:48 +01:00
Norbert Renner
8b3562270b
Fix server.sh customprofiles path, it's relative to profiles2 dir
2020-01-23 19:31:15 +01:00
Norbert Renner
af5e2f2513
Make paths consistent with server.sh, fixes #217
2020-01-23 19:22:07 +01:00
abrensch
f1c2b6e412
Merge pull request #216 from nrenner/generate_profile_variants
...
Fix shell in generate_profile_variants.sh
2020-01-22 13:01:08 +01:00
abrensch
4d0e9828a5
Merge pull request #215 from nrenner/profiles2
...
Ignore generated profiles
2020-01-22 12:55:37 +01:00