Skip to content

Commit

Permalink
Update to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bilde2910 committed Oct 18, 2019
1 parent a326fed commit 9e277f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "info.varden.hauk"
minSdkVersion 23
targetSdkVersion 29
versionCode 5
versionName "1.2"
versionCode 6
versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion backend-php/include/inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// An include file containing constants and common functions for the Hauk
// backend. It loads the configuration file and declares it as a constant.

const BACKEND_VERSION = "1.2";
const BACKEND_VERSION = "1.3";
const LANGUAGES = ["de", "en", "eu", "nb_NO", "nn"];

// Create mode for create.php. Corresponds with the constants from the Android
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
For full changelog, see https://github.com/bilde2910/Hauk/releases

* Added localizations for Basque, German, Norwegian Bokmål and Norwegian Nynorsk
* Support for starting shares via Tasker (see wiki on GitHub for how-to) (#37)
* Fixed an issue that caused some devices to never get a location fix (#42)
* Fixed app not working at all on some devices (#45)
* App no longer crashes if you tap "Copy link" in the Hauk notification more than once
* Huawei and OnePlus users with stock ROM are now warned on first app launch about possible battery savings issues (#34)
* Map no longer loads in the background if the share URL is invalid (#41)
* Frontend is more resilient against unsupported changes in HTML (#40)

0 comments on commit 9e277f6

Please sign in to comment.