diff --git a/README.md b/README.md index b3aeba0..41da454 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ phone, and you're good to go! ## System Requirements -- Web server running PHP and Memcached or Redis +- Web server running PHP and Memcached or Redis. - PHP `memcached`, `memcache` or `redis` extension installed on the web server. +- PHP `ldap` extension if using LDAP authentication. - Android 6 or above to run the [companion Android app](https://f-droid.org/packages/info.varden.hauk/). ## Installation instructions diff --git a/android/app/build.gradle b/android/app/build.gradle index d68d1c6..7308873 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 11 - versionName "1.5.2" + versionCode 12 + versionName "1.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/backend-php/include/inc.php b/backend-php/include/inc.php index 39eb92b..4c9d195 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.2"; +const BACKEND_VERSION = "1.6"; const LANGUAGES = ["ca", "de", "en", "eu", "fr", "nb_NO", "nl", "nn", "ro", "ru", "uk"]; // Create mode for create.php. Corresponds with the constants from the Android diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 0000000..9ff65fa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,3 @@ +This update comes with major UI improvements, including dark theme, a settings menu and a cleaner interface. Along with this are a bunch of new features, like HTTP and SOCKS proxy support, LDAP authentication on the backend, and many additional configurable options. This version also fixes various bugs, including proper fallback to network-based location, homoglyphs appearing in links, and various UI and UX fixes. + +For the full changelog, please see https://github.com/bilde2910/Hauk/releases. 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 e5a36e9..c580b8b 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 ea2ef8c..68f1464 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 c5b6f89..eac6543 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 f232855..303f27b 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 diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/05-settings.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/05-settings.jpg new file mode 100644 index 0000000..ab9b032 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/05-settings.jpg differ