brouter/brouter-routing-app/src/main
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
..
aidl/btools/routingapp android 11 part 1 2021-07-24 11:49:29 +02:00
assets Comparison profiles for download 2021-11-07 13:32:44 +01:00
java/btools/routingapp Reformat files using Android Studio 2021-11-20 16:50:23 +01:00
res removed old icon 2021-11-18 10:27:20 +01:00
AndroidManifest.xml Improve UI 2021-11-16 16:25:44 +01:00
ic_launcher-playstore.png android 11 part 2 2021-08-03 12:49:33 +02:00
icon_brouter.svg android 11 part 2 2021-08-03 12:49:33 +02:00