Skip to content

Commit

Permalink
Update to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bilde2910 committed Nov 14, 2019
1 parent 02853ed commit 18044fd
Show file tree
Hide file tree
Showing 7 changed files with 11 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 7
versionName "1.3.1"
versionCode 8
versionName "1.4"
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.3.1";
const BACKEND_VERSION = "1.4";

This comment has been minimized.

Copy link
@tyler71

tyler71 Nov 17, 2019

It would be great when releasing a new version, to mention if the backend server needs to be updated.
Naming links doesn't work until updating to v1.4 in the backend. I noticed this while posting a bug report, works fine now. Nice update!

This comment has been minimized.

Copy link
@bilde2910

bilde2910 Nov 17, 2019

Author Owner

Thanks for the feedback! You've got a good point. I'll make sure to display a message when requesting the use of a feature that is unsupported on the backend in future updates.

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
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -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
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 18044fd

Please sign in to comment.