Initial commit master
authorJakob Cornell <_ecjqzpqwlt@jcornell.net>
Mon, 30 Sep 2019 03:33:03 +0000 (03:33 +0000)
committerJakob Cornell <_ecjqzpqwlt@jcornell.net>
Mon, 30 Sep 2019 06:10:14 +0000 (06:10 +0000)
commitc9cfcf7a750060a97ffffcc784a6288d38aeb60b
tree103d551db9eafe218e2dd23c80b504a7d8584337
Initial commit
16 files changed:
.gitignore [new file with mode: 0644]
app/.gitignore [new file with mode: 0644]
app/build.gradle [new file with mode: 0644]
app/proguard-rules.pro [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/java/net/jcornell/osmandgeocoder/Application.java [new file with mode: 0644]
app/src/main/java/net/jcornell/osmandgeocoder/MainActivity.java [new file with mode: 0644]
app/src/main/java/net/jcornell/osmandgeocoder/Util.java [new file with mode: 0644]
app/src/main/res/layout/activity_main.xml [new file with mode: 0644]
app/src/main/res/layout/results_dialog.xml [new file with mode: 0644]
app/src/main/res/values/colors.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml [new file with mode: 0644]
app/src/main/res/values/styles.xml [new file with mode: 0644]
build.gradle [new file with mode: 0644]
readme.md [new file with mode: 0644]
settings.gradle [new file with mode: 0644]