Commit graph

996 commits

Author SHA1 Message Date
Manuel Fuhr
0a8d4dd1f2 Rd5Diff: Specify IOException instead of generic Exception 2022-04-03 17:51:01 +02:00
Manuel Fuhr
13f5ad0bcf Small cleanup of DownloadService 2022-04-03 17:51:01 +02:00
Manuel Fuhr
db42ae9f33 Always show main dialog (with Download Manager)
It can be confusing when the dialog is shown only sometimes and there is
no indication why the dialog isn't shown. The connection status can also
change after the start of the download manager so it has to handle those
errors anyway.

Closes #389
2022-04-03 17:51:01 +02:00
Manuel Fuhr
c80ad5f03b Update sdk and dependencies 2022-04-03 17:50:13 +02:00
Manuel Fuhr
d92c3beb3e Switch activities to AppCompat and adapt themes
No longer uses fullscreen, statusbar shall be visible to check connection status

Closes #57
2022-04-03 15:56:49 +02:00
Manuel Fuhr
cde4606760 Reformat and fix warnings in AndroidManifest 2022-04-02 18:35:42 +02:00
afischerdev
7fef58a7b6
Merge pull request #410 from zod/409-railway-metro
Use more railway lines for routing
2022-03-30 17:34:50 +02:00
Manuel Fuhr
eb89f9c999 Use more railway lines for routing
Closes #409
2022-03-30 17:24:56 +02:00
Arndt Brenschede
96ab3bf5c2 suspect-manager: display trigger-list 2022-02-12 21:48:26 +01:00
afischerdev
182426a4a2
Merge pull request #400 from afischerdev/update-osmand
trackdir and brouter.redirect changes
2022-02-11 15:59:14 +01:00
afischerdev
f577756433 trackdir and brouter.redirect changes 2022-02-11 15:00:55 +01:00
abrensch
fc5cf1f88a
Merge pull request #396 from rauner/master
correct spelling error in README.md
2022-02-02 10:13:01 +01:00
Sebastian R
518f045d16
spelling error in README.md 2022-02-02 09:48:46 +01:00
Arndt Brenschede
1640bafa80 fixed unknown value bug in pre-processor 2022-01-16 13:31:46 +01:00
Arndt Brenschede
771770af22 added bad-TRs analysis to pre-processor 2022-01-15 10:05:06 +01:00
Arndt Brenschede
8fd38da5c9 Merge branch 'master' of https://github.com/abrensch/brouter 2022-01-15 09:58:37 +01:00
Arndt Brenschede
7173e78214 TR bike exceptions also for foot-mode 2022-01-15 09:57:22 +01:00
abrensch
8624511fec
Merge pull request #392 from vodie/patch-1
no turnrestrictions for footmode
2022-01-15 09:53:19 +01:00
vodie
5f62723cbb
no turnrestrictions for footmode 2022-01-15 01:49:02 +01:00
afischerdev
80d0a30729
Merge pull request #390 from zod/cleanup-binstaller
Use layouts in DownloadManager
2022-01-12 14:54:41 +01:00
Manuel Fuhr
1a3a77de72 Use initial view as minimal zoom level 2022-01-11 21:46:34 +01:00
afischerdev
f54d0f2f97
Merge pull request #385 from zod/workflow-fixes
Fix GitHub workflows
2022-01-11 16:57:26 +01:00
afischerdev
cb684efc31
Merge pull request #386 from zod/379-migration-fixes
Restore access to legacy storage when targeting older SDK
2022-01-11 16:54:36 +01:00
Manuel Fuhr
395586cdda Delete test workflow 2022-01-07 13:17:41 +01:00
Manuel Fuhr
31e7c4ebbd Move info and button to own views 2022-01-07 13:03:01 +01:00
Manuel Fuhr
712bff8459 Use GestureDetector to handle touch events 2022-01-07 13:03:01 +01:00
Manuel Fuhr
b8496ffe5e Use View dimensions instead of display dimensions 2022-01-07 13:03:01 +01:00
Manuel Fuhr
50a7c2244f Clear all flags when scanning files 2022-01-07 13:03:01 +01:00
Manuel Fuhr
0eba6cb345 Move all download handling to BInstallerActivity 2022-01-07 13:03:01 +01:00
Manuel Fuhr
7b6fce1481 Move deleting tiles to BInstallerActivity 2022-01-07 13:03:00 +01:00
Manuel Fuhr
da7569b0a0 Use onClick handler to start download 2022-01-07 09:54:11 +01:00
Manuel Fuhr
51ef5c6aad Show download progress in different view 2022-01-07 09:53:39 +01:00
Manuel Fuhr
6045a18a61 Inflate BInstallerView from layout 2022-01-07 09:51:23 +01:00
Manuel Fuhr
89f075fa61 Draw only available segments 2022-01-07 09:51:23 +01:00
Manuel Fuhr
806ae6250e Draw rect using canvas 2022-01-07 09:51:23 +01:00
Manuel Fuhr
e045a732fb Rename DownloadReceiver 2022-01-07 09:51:23 +01:00
Manuel Fuhr
32747a1f6f Remove wakelock from BInstallerActivity 2022-01-07 09:51:23 +01:00
Manuel Fuhr
64a80e763b Merge startInstaller into constructor 2022-01-07 09:51:23 +01:00
Manuel Fuhr
dd7a2fcd98 More Fixes 2022-01-07 09:51:23 +01:00
Manuel Fuhr
de7dd71a94 Apply Quick Fixes suggested by Android Studio 2022-01-07 09:51:23 +01:00
Manuel Fuhr
89ef74f95b Android Studio automatic cleanup 2022-01-07 09:51:23 +01:00
Manuel Fuhr
553f064ce0 Optimize Imports 2022-01-07 09:51:23 +01:00
Manuel Fuhr
d9b8f69f59 Add test to ensure legacy storage access 2021-12-31 11:26:26 +01:00
Manuel Fuhr
b5f6acf63a Fix gradle-publish 2021-12-31 08:33:43 +01:00
Manuel Fuhr
82d28ed08a Fix build with empty signing environment variables
GitHub action secrets default to empty values if they aren't defined in
a repository. Any fork of the repo doesn't have access to the secrets
and the jobs therefore fail.
2021-12-31 08:30:37 +01:00
Manuel Fuhr
236c65d8ed Fix external storage access
- Allow writing on all versions
- Skip migration if BRouter version has already setup basedir
2021-12-30 14:24:03 +01:00
Manuel Fuhr
f2d4c755f6 Always use h1 for heading 2021-12-29 08:50:02 +01:00
Manuel Fuhr
80681b78c6 Restrucuture documentation to smaller parts 2021-12-29 08:49:47 +01:00
Manuel Fuhr
76f20ca864 Move algorithm to developer information 2021-12-29 08:45:40 +01:00
Manuel Fuhr
d45a811720 Move mapcreation to developer content 2021-12-29 08:45:40 +01:00