afischerdev
fcab1a31fd
Merge branch 'master' into engine-mode
2023-05-21 11:14:00 +02:00
afischerdev
4e9d3d90eb
re formatting entry point
2023-05-16 10:35:41 +02:00
Manuel Fuhr
28f205c1ad
Enable PMD rule PrimitiveWrapperInstantiation and fix violations
2023-05-09 23:11:14 +02:00
Manuel Fuhr
7a6d3bd9d9
Enable PMD rule UseDiamondOperator and fix violations
2023-05-09 23:11:14 +02:00
afischerdev
3dffea1753
introducing engineMode for future use
2023-05-09 12:26:54 +02:00
moving-bits
79b1eda1ed
Unify brackets for opening blocks with comments
2023-04-29 19:04:52 +02:00
afischerdev
d43edb311d
update import of way point names
2023-04-22 12:46:35 +02:00
afischerdev
4d3edd0571
update interface list for server and app
2023-03-31 15:10:26 +02:00
Manuel Fuhr
b68f1587b2
Enable PMD rule UnnecessaryFullyQualifiedName and fix violations
2022-11-14 22:06:18 +01:00
Manuel Fuhr
3b77f93c00
Enable PMD rule UnnecessaryReturn and fix violations
2022-11-14 22:06:18 +01:00
Manuel Fuhr
30be64cbbe
Enable PMD rule LooseCoupling and fix violations
2022-11-14 22:06:18 +01:00
Manuel Fuhr
c75a8cb703
Enable PMD rule UnnecessaryImport and fix violations
2022-11-14 22:06:18 +01:00
zod
0566f8154c
Merge pull request #478 from afischerdev/update-version
...
Extend android service interface and http API
2022-11-14 21:47:58 +01:00
afischerdev
cebcd566c6
reformat RouteServer again
2022-11-13 16:27:37 +01:00
afischerdev
5c970ed71f
reformat RouteServer
2022-11-13 16:14:56 +01:00
Manuel Fuhr
06f0315cf4
Remove broken spam/referrer handling
2022-11-09 18:35:49 +01:00
Manuel Fuhr
fed171fd06
Tests for RouteServer
2022-11-09 18:35:44 +01:00
afischerdev
54a7ad6b9d
update lib part one
2022-11-02 09:37:12 +01:00
Manuel Fuhr
f8d6aa7906
Fix checkstyle errors
2022-07-25 06:15:47 +02:00
Manuel Fuhr
c15913c1ab
Reformat whole codebase using Android Studio
2022-07-25 06:14:46 +02:00
Arndt Brenschede
d5322667d5
Suspect-Manager: allow 999 days for resubmission, track neighbour resubmissions
2022-07-17 11:38:28 +02:00
Arndt Brenschede
96ab3bf5c2
suspect-manager: display trigger-list
2022-02-12 21:48:26 +01:00
afischerdev
85f9df6cb9
Merge pull request #308 from bagage/fix-empty-poi
...
Avoid error if missing poi name
2021-09-05 17:02:14 +02:00
afischerdev
03574f834c
more on version code
2021-07-07 12:21:52 +02:00
afischerdev
8c5a961011
Merge branch 'master' into cleanup-fileaccess
2021-07-01 11:20:30 +02:00
Gautier P
93b8d36675
Avoid error if missing poi name
2021-06-06 14:50:29 +02:00
Arndt Brenschede
cdac1cc5aa
spam heuristics
2021-05-26 08:36:52 +02:00
Arndt Brenschede
55a159af5d
suspect-manager: sentinel-2 link
2021-05-22 13:39:47 +02:00
Arndt Brenschede
56b4263107
add response time and contention traces to logfile
2021-05-02 15:30:16 +02:00
Arndt Brenschede
31e761e731
session/ip info
2021-04-18 19:32:07 +02:00
Arndt Brenschede
8206a1ae84
ip/session monitoring
2021-04-18 17:35:50 +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
Arndt Brenschede
b0410daf89
version 1.6.1
2020-03-01 21:55:34 +01:00
Arndt Brenschede
cf5479a261
1.6.0 preparation
2020-02-15 14:36:27 +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
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
19b280cf71
bugfix suspect manager
2020-01-19 15:46:34 +01:00
Arndt Brenschede
19a7555483
rd5 delta progress
2020-01-18 17:30:33 +01:00
Arndt Brenschede
ff0f2891a2
suspect-manager: multiple challenges
2020-01-14 23:22:03 +01:00
Gautier Pelloux-Prayer
e2d2f6a23d
Handle user points of interest
2019-09-30 22:44:20 +02:00
Arndt Brenschede
5c9b7fa7bf
1.5.5 versioning
2019-07-30 11:42:22 +02:00
Phyks (Lucas Verney)
af660bf1cf
Add an option to export waypoints in GeoJSON tracks
2019-07-20 19:33:55 +02:00
Arndt Brenschede
80e36d4bb5
modified memory behaviour (use up to memoryclass only when neccessary)
2019-07-20 10:24:00 +02:00
Arndt Brenschede
f9f08cc0b7
1.5.0 preparations
2019-06-30 17:34:21 +02:00
abrensch
dacc6ac111
Merge pull request #161 from rkflx/rkflx/document-trackname
...
Add trackname to description of URL parameters
2019-06-29 17:01:12 +02:00
Arndt Brenschede
9f6878f891
direct weaving/escape-analysis
2019-06-23 18:57:46 +02:00