diff --git a/android/app/build.gradle b/android/app/build.gradle index 66dc753..3cb7236 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 7 - versionName "1.3.1" + versionCode 8 + versionName "1.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/backend-php/include/inc.php b/backend-php/include/inc.php index 06983a5..761421d 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.3.1"; +const BACKEND_VERSION = "1.4"; const LANGUAGES = ["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/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt new file mode 100644 index 0000000..0f5c56e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1,8 @@ +For full changelog, see https://github.com/bilde2910/Hauk/releases + +* Added localizations for Russian and Ukrainian and update for Polish +* Add support for user/password authentication (#54) +* Custom link IDs can now be requested from within the app (#56) +* Added broadcast receiver that enables starting a share without opening the "share via" UI (#56) +* Advanced settings are now hidden by default in the app +* Added Google Play Store link on frontend index page diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/01-main.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/01-main.jpg index 3520c0a..4993a65 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/01-main.jpg and b/fastlane/metadata/android/en-US/images/phoneScreenshots/01-main.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/02-established.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/02-established.jpg index cf10d5e..662b3da 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/02-established.jpg and b/fastlane/metadata/android/en-US/images/phoneScreenshots/02-established.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/03-share.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/03-share.jpg index 2cae214..e4829d8 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/03-share.jpg and b/fastlane/metadata/android/en-US/images/phoneScreenshots/03-share.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/04-notification.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/04-notification.jpg index 80d7334..eb857c7 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/04-notification.jpg and b/fastlane/metadata/android/en-US/images/phoneScreenshots/04-notification.jpg differ