diff --git a/android/app/build.gradle b/android/app/build.gradle index 8b00ddc..4e48f0f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 { diff --git a/backend-php/include/inc.php b/backend-php/include/inc.php index bd18f86..6546c21 100644 --- a/backend-php/include/inc.php +++ b/backend-php/include/inc.php @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 0000000..31a2549 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -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