|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
3
fastlane/metadata/android/en-US/changelogs/12.txt
Normal file
|
|
@ -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.
|
||||
|
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 255 KiB |
|
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 255 KiB |
|
Before Width: | Height: | Size: 256 KiB After Width: | Height: | Size: 193 KiB |
|
Before Width: | Height: | Size: 290 KiB After Width: | Height: | Size: 262 KiB |
|
After Width: | Height: | Size: 193 KiB |