Commit graph

7 commits

Author SHA1 Message Date
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
9875672907 android 11 part 1 2021-07-24 11:49:29 +02:00
Arndt
cd8082f2b2 fixed rounding bug in locus/orux waypoint reading 2016-05-21 08:09:19 +02:00
Arndt
23d1812371 voice hints update 2016-04-30 17:23:02 +02:00
Arndt
3e50846135 1.3.2 preparations 2015-11-01 09:34:43 +01:00
unknown
873a4046b8 warning stuff 2014-02-15 16:56:45 +01:00
Arndt Brenschede
91e62f1164 initial commit of BRouter Version 0.98 2014-01-18 15:29:05 +01:00