Skip to content

Commit

Permalink
Update to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bilde2910 committed Dec 10, 2019
1 parent b94dacd commit 9c6e5e6
Show file tree
Hide file tree
Showing 3 changed files with 20 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 10
versionName "1.5.1"
versionCode 11
versionName "1.5.2"
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.5";
const BACKEND_VERSION = "1.5.2";
const LANGUAGES = ["ca", "de", "en", "eu", "fr", "nb_NO", "nl", "nn", "ru", "uk"];

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

* Added localization for Catalan
* Sharing links can now be generated by the backend in other formats than the default XXXX-XXXX format (#73)
* Leaflet is now served locally instead of through UNPKG's CDN (#67)
* The app now indicates if the backend server is unreachable (#85)
* The prompt that warns that location services are disabled now has a button that opens the device's location settings menu (#87)
* End-to-end encryption can now be disabled without having to erase the encryption password entirely (#71)
* The map now shows how long ago the last location update was received if the person sharing goes offline or loses GPS reception (#76)
* The official Docker image is now also built for ARM-based architectures (for usage on e.g. Raspberry Pi) (#65)
* Stopping the last active shared link now properly stops the entire sharing session instead of just unbinding the link (#82)
* Sensitive information like passwords are no longer leaked in logs (#83)
* The map no longer behaves unpredictably when the browser's current time is inaccurate/out of sync (#86)
* Fixed an issue causing the map to constantly ask for the decryption password when a decryption error happened during update polling
* Fixed a related issue causing the frontend to not accept the correct password when location updates contained missing data, such as speed and accuracy data
* Fixed an issue that caused the UI to behave unpredictably and sometimes crash when resuming shares (#77, #80, #84)
* Fixed minor issue with unencrypted shares

0 comments on commit 9c6e5e6

Please sign in to comment.