Commit graph

69 commits

Author SHA1 Message Date
Manuel Fuhr
c73a8cebb8 Enable PMD rule UnnecessaryBoxing and fix violations 2024-04-03 22:42:30 +02:00
Manuel Fuhr
dd896347a2 Fix newly detected violations from PMD 7 2024-04-03 22:42:30 +02:00
Manuel Fuhr
e2752c78bb Remove AndroidManifests for pure java libraries
AGP 8.0 upgrade assistant transforms those to build.gradle instructions which aren't supported for pure java libs
2024-04-03 22:36:30 +02:00
afischerdev
b9b629185a
Revert "App: Rerouting" 2024-03-08 12:16:13 +01:00
afischerdev
ae7411d4a0 added nogo for heading calc 2024-01-19 10:16:42 +01:00
Emux
de70dec44a
Fix some Lint issues 2023-12-14 18:46:25 +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
moving-bits
79b1eda1ed Unify brackets for opening blocks with comments 2023-04-29 19:04:52 +02:00
quaelnix
f5f3a7a6d6 Remove FastMath.exp
FastMath.exp was neither continuous nor strictly monotonically increasing for x < -1 and therefore inappropriate for the intended purpose.
2023-04-10 11:48:35 +02:00
afischerdev
7edc35009f add direction tests 2023-02-26 12:37:24 +01:00
afischerdev
16a5ebe737 add direction on matching wpts 2023-02-26 12:36:56 +01:00
Manuel Fuhr
49295eb850 Enable PMD rule LogicInversion and fix violations 2022-11-14 22:06:18 +01:00
Manuel Fuhr
41d25cd523 Enable PMD rule SimplifyBooleanReturns and fix violations 2022-11-14 22:06:18 +01:00
Manuel Fuhr
5f942cc458 Enable PMD rule UnnecessaryModifier and fix violations 2022-11-14 22:06:18 +01:00
Manuel Fuhr
b1a88b01ab Enable PMD rule SimplifiableTestAssertion 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
Manuel Fuhr
c15913c1ab Reformat whole codebase using Android Studio 2022-07-25 06:14:46 +02:00
Manuel Fuhr
952ea803b2 Use LinarProgessIndicator instead of sub-view 2022-04-03 17:53:21 +02:00
Niklas Guertler
72e2e13d07 Switched build system to gradle 2020-05-24 16:46:04 +02:00
Arndt Brenschede
43de4bb6ca rd5 diff progress 2020-01-19 15:22:05 +01:00
Arndt Brenschede
f59cbbb5ad StringUtils escape xml/json 2019-11-02 18:27:32 +01:00
Arndt Brenschede
89ef900b7c removed apache commons dependency 2019-10-05 16:44:42 +02:00
Arndt Brenschede
98b3f62efb pre-process speed: fast binary also for 90m srtm 2019-09-28 12:59:29 +02:00
Arndt Brenschede
0a6ead24a1 corrected lazy crc logic 2019-07-22 19:25:13 +02:00
Arndt Brenschede
2213d4f7fc some microtuning 2019-07-20 10:10:51 +02:00
Arndt Brenschede
828227f59d decoding performance 2019-06-29 10:11:59 +02:00
Brenschede
7b4db81c78 decoder performance 2019-06-28 19:07:36 +02:00
Arndt Brenschede
d5ed16d709 removed image processing code 2019-05-04 19:53:15 +02:00
Arndt Brenschede
68b7ddff5c moved angle calc to util 2019-04-19 11:56:22 +02:00
Arndt Brenschede
19e434facb minor refactoring 2019-04-17 11:33:07 +02:00
Arndt Brenschede
68aebed3a5 stack sampling for RouteServer 2018-12-16 13:35:17 +01:00
Arndt Brenschede
fb9334bf24 minor change to workariund a java6 profiling glitch 2018-12-16 13:32:16 +01:00
Phyks (Lucas Verney)
1a2a1164f9 Fix a small bug in lat computation in CheapRulerSingleton and update
according to latest master branch.
2018-12-11 11:20:10 +01:00
Phyks (Lucas Verney)
780e865870 Fix JavaDoc errors 2018-12-07 08:59:15 +01:00
Phyks (Lucas Verney)
d621964863 Radius are now stored in meters, to easily account for different
radiuses on X and Y axes.
2018-12-07 08:58:57 +01:00
Arndt Brenschede
ab2f5e3ae0 Better distance computation (revisited) 2018-12-07 00:45:12 +01:00
Phyks (Lucas Verney)
5a62480bd3 Remove some duplicate codes and magic numbers 2018-12-02 16:00:55 +01:00
Phyks (Lucas Verney)
c78b56645c Implement a cache for the cosine computation in CheapRuler. 2018-12-02 15:59:16 +01:00
Phyks (Lucas Verney)
665b7096e8 Add a basic implementation of CheapRuler and use it across code. 2018-12-02 15:59:16 +01:00
Arndt Brenschede
638ce5bbd7 possible endless loop above 24 bits 2017-10-07 11:47:39 +02:00
Arndt
e48cbd49cb added turn restrictions 2016-11-20 22:31:10 +01:00
Arndt
561b60c5cb srtm1 progress 2016-11-20 22:28:16 +01:00
Arndt
56bdf76806 1.4.6 (memory footprint) 2016-09-30 13:17:03 +02:00
Arndt
448bb11ad4 performance 2016-09-10 16:03:15 +02:00
Arndt Brenschede
9d00b0181e performance 2016-09-09 19:42:00 +02:00
Arndt
ffedd2e581 performance 2016-09-07 08:56:50 +02:00
Arndt
51ff1b8482 performamce tuning 2016-09-04 19:28:15 +02:00