-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
bilde2910
Author
Owner
|
||
const LANGUAGES = ["de", "en", "eu", "fr", "nb_NO", "nl", "nn", "ru", "uk"]; | ||
|
||
// Create mode for create.php. Corresponds with the constants from the Android | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Binary file modified
BIN
-8.19 KB
(97%)
fastlane/metadata/android/en-US/images/phoneScreenshots/01-main.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.03 KB
(99%)
fastlane/metadata/android/en-US/images/phoneScreenshots/02-established.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+13.4 KB
(110%)
fastlane/metadata/android/en-US/images/phoneScreenshots/03-share.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+51.8 KB
(120%)
fastlane/metadata/android/en-US/images/phoneScreenshots/04-notification.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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!