Manuel Fuhr
9d93d25a84
Remove abstract CoordinateReader
2022-05-30 22:39:11 +02:00
Manuel Fuhr
01ad4dc09a
Remove app specific coordinate readers
2022-05-30 22:39:11 +02:00
Manuel Fuhr
924a33ccb5
Remove wakelock
2022-05-30 22:39:11 +02:00
Manuel Fuhr
fc524fb4db
Remove WpDatabaseScanner
2022-05-30 22:39:11 +02:00
Manuel Fuhr
b5895e1fd8
Split functions
2022-05-30 22:39:11 +02:00
Manuel Fuhr
fc9deccad7
Fix some AndroidStudio warnings
2022-05-30 22:39:11 +02:00
Manuel Fuhr
1d2809de70
Silent code cleanup
2022-05-30 22:39:11 +02:00
Manuel Fuhr
11f104afe9
Rearange BRouterActivity/BRouterView
2022-05-30 22:39:11 +02:00
afischerdev
c67374a268
Merge pull request #437 from zod/fixes
...
Minor fixes to DownloadWorker and setup
2022-05-30 13:52:37 +02:00
Manuel Fuhr
eae79d3425
Report errors from DownloadWorker
2022-05-28 22:41:13 +02:00
Manuel Fuhr
9445361f28
Fix unpacking readmes.zip which contains directories
2022-05-24 22:53:28 +02:00
zod
0adc618c13
Merge pull request #433 from afischerdev/update-version
...
Repair BRouterWorker
2022-05-23 17:54:46 +02:00
zod
3a81a45b97
Merge pull request #435 from zod/docs
...
Update github-pages gems and deployment
2022-05-22 22:26:27 +02:00
Manuel Fuhr
a5e9d29ba1
Update lockfile using "bundle update"
...
This should also fix PR #434
2022-05-22 22:23:24 +02:00
Manuel Fuhr
903308e870
Update jekyll config to abrensch repository
2022-05-22 22:03:32 +02:00
afischerdev
13b8b1d3a1
changed aidl description
2022-05-22 14:01:11 +02:00
afischerdev
1765ec4523
Merge pull request #431 from zod/docs
...
Update documentation and transform to markdown
2022-05-22 13:28:23 +02:00
afischerdev
244596bdab
removed test code
2022-05-22 13:11:31 +02:00
Manuel Fuhr
89bf71376f
Add latest release
2022-05-17 06:45:13 +02:00
Manuel Fuhr
a75570a027
Merge branch 'master' into docs
2022-05-17 06:40:31 +02:00
Manuel Fuhr
8c15dc54b2
Autogenerate readmes.zip from docs
2022-05-17 06:25:16 +02:00
Manuel Fuhr
6c5b1ddec6
Reference docs and remove readmes
2022-05-17 06:24:04 +02:00
Manuel Fuhr
76feb56cdf
Fix broken links
2022-05-17 05:52:01 +02:00
zod
ced79f61ef
Merge pull request #426 from afischerdev/update-version
...
Change config for hiking-mountain
2022-04-25 07:56:45 +02:00
afischerdev
aaa8862e12
change config for hiking-mountain
2022-04-24 17:34:06 +02:00
afischerdev
7a6f54e24d
Merge pull request #424 from zod/update-hiking-profile
...
Update hiking profile
2022-04-24 16:59:52 +02:00
Manuel Fuhr
4b6e34ca55
Update profile to Hiking-Mountain-SAC3 v1.8.7
2022-04-24 14:09:04 +02:00
Manuel Fuhr
56c9030406
Rename hiking profile
2022-04-24 14:09:04 +02:00
afischerdev
4794b28774
Merge pull request #413 from zod/download-worker
...
Use WorkManager for Downloads
2022-04-23 11:00:49 +02:00
Manuel Fuhr
4edc1b3c11
Move some information from notifaction to log
2022-04-19 17:38:34 +02:00
afischerdev
f858064238
Merge pull request #422 from polyscias/master
...
Update locus xml generation to have only one extension section
2022-04-18 14:54:24 +02:00
polyscias
62444f8387
Update locus html generation to have only one extension section
2022-04-18 12:23:21 +02:00
Manuel Fuhr
cc9732ea91
Remove System.exit(0) which causes app-restart
2022-04-05 21:55:28 +02:00
Manuel Fuhr
02eddeff81
Throw Exception in checkFileIntegrity on failure
...
DownloadWorker didn't check the string return value which should detect
failed downloads. Throwing (checked) exceptions simplifies error
handling in DownloadWorker.
2022-04-04 18:02:42 +02:00
Manuel Fuhr
f0df9f94d4
Cleanup
2022-04-03 17:53:23 +02:00
Manuel Fuhr
952ea803b2
Use LinarProgessIndicator instead of sub-view
2022-04-03 17:53:21 +02:00
Manuel Fuhr
3a2c109ded
Remove DownloadService
2022-04-03 17:53:05 +02:00
Manuel Fuhr
ecc4def40c
Use WorkManager for downloads
2022-04-03 17:53:03 +02:00
Manuel Fuhr
21abce0139
Hacky way to disable reporting for small files
2022-04-03 17:51:01 +02:00
Manuel Fuhr
d74d0af687
Rewrite DownloadService
...
Split code into smaller pieces and remove duplication which already
caused confusion (492d79d42e
changed wrong
download speed limit)
2022-04-03 17:51:01 +02:00
Manuel Fuhr
a091b07cb6
Reformat DownloadService
2022-04-03 17:51:01 +02:00
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