afischerdev
7001c4cbc7
check for nogolist
2024-05-22 17:54:44 +02:00
afischerdev
a21dee5923
string name misspelling
2023-12-11 14:02:45 +01:00
afischerdev
1e9783819b
added str format for resource strings
2023-12-11 10:52:22 +01:00
afischerdev
3acbd96575
more new resources from hardcoded messages
2023-12-10 13:19:54 +01:00
afischerdev
2dbb57dd4e
check for NPE on config
2023-07-31 10:25:58 +02:00
afischerdev
0fbf6ea096
add a silent mode for app start
2023-07-10 12:00:01 +02:00
afischerdev
62595b2553
move migration away from ui thread
2023-07-09 18:35:10 +02:00
afischerdev
3976750f75
add param dialog to app
2023-05-04 11:19:07 +02:00
afischerdev
cdda6ee32c
add check for apk warning
2023-05-04 10:39:53 +02:00
afischerdev
22c92635b2
count only updatable tiles
2023-03-23 11:38:28 +01:00
afischerdev
594e6e3193
replace deprecated drawBitmap
2023-03-15 18:26:29 +01:00
Manuel Fuhr
669ea28d1b
Share track via intent
2022-05-30 22:39:11 +02:00
Manuel Fuhr
56b7c108e4
Remove redirect handling
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
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
Manuel Fuhr
9445361f28
Fix unpacking readmes.zip which contains directories
2022-05-24 22:53:28 +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
afischerdev
f577756433
trackdir and brouter.redirect changes
2022-02-11 15:00:55 +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
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
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
7fa59d65db
Cosmetics
2021-11-18 10:35:50 +01:00
afischerdev
78baefcfeb
change migration check
2021-11-07 13:56:21 +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
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
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
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
26ad423e24
create readme subdirectories when installing app
2020-02-15 18:28:19 +01:00
Arndt Brenschede
cf5479a261
1.6.0 preparation
2020-02-15 14:36:27 +01:00
Arndt Brenschede
5c9b7fa7bf
1.5.5 versioning
2019-07-30 11:42:22 +02:00
Arndt Brenschede
e1f8fce85a
base-dir proposals + repeat-timout logik
2019-07-20 13:10:48 +02:00
Arndt Brenschede
a57da730e8
minor changes for 1.5.3
2019-07-06 12:11:38 +02:00
Arndt Brenschede
6a8e6f2093
Android API 23 pain
2019-07-04 20:57:04 +02:00
Arndt Brenschede
f9f08cc0b7
1.5.0 preparations
2019-06-30 17:34:21 +02:00
Arndt Brenschede
02b8202001
patch times and turns (volker)
2019-04-17 12:36:57 +02:00
Arndt Brenschede
19e434facb
minor refactoring
2019-04-17 11:33:07 +02:00
Arndt Brenschede
307a50b840
fixed scaling in routing animation
2018-12-13 18:17:28 +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