Commit Graph

16 Commits (master)

Author SHA1 Message Date
Nicolas Fella e2cd56e536 Remove minSdk from Android manifest
Android doesn't like that any more
2022-02-13 19:20:23 +01:00
Johan Ouwerkerk 893efc09e9 chore: fixup SPDX copyright
Forgot to update the header in the Android export script previously.
2021-05-03 04:03:24 +00:00
Johan Ouwerkerk 94b724a259 fix: handle spaces in Android environment script
Previously the script would break if run from "/path to directory"
as opposed to "/path/to/directory". As it happens this was not an
issue on Binary Factory, but it is on build.kde.org because that one
does use directory names containing spaces.
2021-03-05 20:08:13 +01:00
Johan Ouwerkerk 642f87896e refactor: let CMake manage the Android version string based on project version 2020-11-04 16:54:29 +01:00
Johan Ouwerkerk d7f850a146 chore: bump Keysmith version to 0.2.1
The 0.2.0 release tag is not reflected and versioning fields are not updated anywhere anyway.
This commit rectifies at least the latter problem: application versions are now updated where they appear in code/manifests.
2020-11-04 16:54:29 +01:00
Bhushan Shah 50c42a1196 No need to have separate .gitignore in android/ subdir 2020-06-11 12:12:20 +05:30
Johan Ouwerkerk e8785db94b Rename AndroidManifest.xml to avoid spurious diffs
The KDE Android SDK will overwrite the version number in the Android
manifest when building the app. When building against a clone this results
in 'spurious' git diffs that should never be committed. Work-around this by
renaming the AndroidManifest.xml and copying it in place at build time.
2020-05-15 17:54:48 +02:00
Johan Ouwerkerk db41697dbf Build libsodium as a CMake external project 2020-05-15 17:54:37 +02:00
Johan Ouwerkerk 5125dfa923 Do not expose Android tooling to *.license files
Apparently having *.license files among asssets triggers build failures
from the Android tooling/androiddeployqt.

Move the licensing/copyright notices to .reuse/dep5 as a work-around.
2020-04-19 20:21:46 +02:00
Nicolas Fella 369d8f2d8b Revert unsucessful attempt 2020-04-18 16:07:51 +02:00
Nicolas Fella 9bdbfa0df4 Try to fix Android build 2020-04-18 16:01:02 +02:00
Johan Ouwerkerk b451bd2556 Fix up licensing for REUSE compliance.
This adds licensing and copyright information where missing and normalises
existing licensing/copyright statements to SPDX metadata tags.
2020-04-10 13:34:31 +02:00
Volker Krause 82a4fcce5f Adapt Android manifest to Qt 5.14 2020-03-05 21:02:24 +01:00
Nicolas Fella ce1b5e8db4 [android] bundle icons 2020-02-12 22:18:26 +01:00
Nicolas Fella bf8ae38fcf [android] Add app icon 2020-02-12 22:09:19 +01:00
Nicolas Fella 7c8f6a4ee1 Add AndroidManifest 2020-02-08 18:34:56 +01:00