Skip to content

Commit

Permalink
Update to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bilde2910 committed Dec 3, 2019
1 parent fd4483e commit 9b6dcde
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
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 8
versionName "1.4"
versionCode 9
versionName "1.5"
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.4";
const BACKEND_VERSION = "1.5";
const LANGUAGES = ["de", "en", "eu", "fr", "nb_NO", "nl", "nn", "ru", "uk"];

// Create mode for create.php. Corresponds with the constants from the Android
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
For full changelog, see https://github.com/bilde2910/Hauk/releases

* Update localizations for German
* End-to-end encryption supported (requires backend update)
* Server connection details are now encrypted at rest (#58)
* Fixed frontend back- and foreground coloring in browsers using custom default colors
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 9b6dcde

Please sign in to comment.