Skip to content

Commit

Permalink
Update to v1.6
Browse files Browse the repository at this point in the history
Fixes #116
  • Loading branch information
bilde2910 committed Dec 28, 2019
1 parent ce47e2d commit a9860fd
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 11
versionName "1.5.2"
versionCode 12
versionName "1.6"
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.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
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9860fd

Please sign in to comment.