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
afischerdev
7b460d25d3
add file check for A10 #379
2021-12-28 10:49:56 +01:00
afischerdev
f5c3103dcf
update workflow, add check #379
2021-12-27 20:02:13 +01:00
Arndt Brenschede
492d79d42e
inreased download speed limit from 4 to 16 mbit/s
2021-12-20 09:52:53 +01:00
Manuel Fuhr
54d5c5e943
Reformat files using Android Studio
...
android-studio/bin/format.sh -m '*.java' -r brouter-routing-app
To rebase active branches on top of the new master just rebase your
branch onto the commit prior to the reformatting and format every commit
of your branch using (<commit> should be replaced by this commit)
git rebase \
--strategy-option=theirs \
--onto <commit> \
--exec 'format.sh -m "*.java" -r brouter-routing-app' \
--exec 'git commit --all --no-edit --amend' \
<commit>~
To ignore this mass edit during git blame see `.git-blame-ignore-revs`
2021-11-20 16:50:23 +01:00
afischerdev
168970ea34
removed option for main folder in Android Q
2021-11-18 10:47:09 +01:00
afischerdev
2794f5376e
Cosmetics
2021-11-18 10:44:48 +01:00
afischerdev
7fa59d65db
Cosmetics
2021-11-18 10:35:50 +01:00
Manuel Fuhr
c92c289a3f
Change profile check to also pass on river.brf
2021-11-18 06:27:21 +01:00
Manuel Fuhr
f29616eefc
Don't overwrite built-in profiles
2021-11-18 06:27:21 +01:00
Manuel Fuhr
67bbc3d2ac
Move serverconfig.txt handling to own class
2021-11-18 06:27:21 +01:00
Manuel Fuhr
1e594574b5
Improve UI
2021-11-16 16:25:44 +01:00
Manuel Fuhr
6a8f5036b2
Cleanup
2021-11-16 16:13:34 +01:00
Manuel Fuhr
a528630af9
Move profile import to own activity
2021-11-16 16:07:14 +01:00
Manuel Fuhr
a2c5b76105
Import code from @EssBee59
...
Fixes #362
2021-11-13 06:41:54 +01:00
afischerdev
30b2c5d6aa
check rd5 available
2021-11-07 14:24:16 +01:00
afischerdev
78baefcfeb
change migration check
2021-11-07 13:56:21 +01:00
afischerdev
83693903ee
change import path internal coord reader
2021-11-07 13:40:14 +01:00
afischerdev
c9baec210a
Merge pull request #356 from zod/permission-handling
...
Improve permission handling
2021-11-07 12:56:32 +01:00
Manuel Fuhr
db77728d4c
Always fallback to CoordinateReaderInternal
2021-11-07 11:19:53 +01:00
Manuel Fuhr
dc95984199
Improve detection of sdcard write access
...
This allows reading waypoints from apps on till devices running API 28
if they store their files in a accessible path (not Android/data). It
even works for devices running API 30 if they installed it as an update.
2021-11-02 17:41:25 +01:00
Manuel Fuhr
12148f6a5d
Request runtime permission for WRITE_EXTERNAL_STORAGE
...
Originally implemented by Erlkoenig90 (#244 ) but lost during the api
split.
2021-10-23 07:16:20 +02:00
Manuel Fuhr
0e04c1a849
Increase minSdkVersion to 14 and merge implementations
...
AndroidX needs at least API level 14 (Ice Cream Sandwich) which was
released 10 years ago and should not exclude many devices. Having a
merged tree simplifies the development.
2021-10-23 06:55:17 +02:00
Manuel Fuhr
4d9046d0f5
Update rd5 sizes
2021-10-21 07:53:44 +02:00
afischerdev
b504cd70f3
removed generated brfs
2021-10-05 16:26:41 +02:00
afischerdev
6183f567b7
normalize profiles #312 , defaults considerTurnRestrictions #307
2021-09-08 18:41:23 +02:00
afischerdev
b91653a1c8
change targetversion test #312
2021-09-07 13:48:15 +02:00
afischerdev
f6e014f61d
android 11 part 3, split api 10/19
2021-08-31 11:29:05 +02:00
afischerdev
83e5fa8083
change connection test #321
2021-08-19 12:29:49 +02:00
afischerdev
6e0db8691c
android 11 part 2
2021-08-03 12:49:33 +02:00
afischerdev
9875672907
android 11 part 1
2021-07-24 11:49:29 +02:00
afischerdev
8c5a961011
Merge branch 'master' into cleanup-fileaccess
2021-07-01 11:20:30 +02:00
afischerdev
d0f3644b1f
Merge branch 'abrensch:master' into master
2021-06-29 11:48:37 +02:00
afischerdev
e210b92225
Merge pull request #243 from Erlkoenig90/migrate-gradle
...
Switch build system to gradle
2021-06-29 11:46:51 +02:00
afischerdev
f59eb0de1e
Merge branch 'abrensch:master' into master
2021-06-24 12:34:38 +02:00