From 3ac113857071fc1f225b2e1b42547269e568c6b7 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 11 Aug 2020 22:35:12 +0100 Subject: New upstream version 2.2.4.4 --- android-sources/AndroidManifest.xml | 92 +++++++++++++++++++++++++++++ android-sources/build.sh | 7 +++ android-sources/res/drawable-hdpi/icon.png | Bin 0 -> 3057 bytes android-sources/res/drawable-ldpi/icon.png | Bin 0 -> 1649 bytes android-sources/res/drawable-mdpi/icon.png | Bin 0 -> 2162 bytes 5 files changed, 99 insertions(+) create mode 100644 android-sources/AndroidManifest.xml create mode 100755 android-sources/build.sh create mode 100644 android-sources/res/drawable-hdpi/icon.png create mode 100644 android-sources/res/drawable-ldpi/icon.png create mode 100644 android-sources/res/drawable-mdpi/icon.png (limited to 'android-sources') diff --git a/android-sources/AndroidManifest.xml b/android-sources/AndroidManifest.xml new file mode 100644 index 0000000..1ef9946 --- /dev/null +++ b/android-sources/AndroidManifest.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android-sources/build.sh b/android-sources/build.sh new file mode 100755 index 0000000..b160c18 --- /dev/null +++ b/android-sources/build.sh @@ -0,0 +1,7 @@ +#!/bin/sh +cd /home/user/src/ +mkdir ~/build && cd ~/build +qmake -r ~/src/other-pro/ultracopier-little.pro ANDROID_EXTRA_LIBS+=$ANDROID_DEV/lib/libcrypto.so ANDROID_EXTRA_LIBS+=$ANDROID_DEV/lib/libssl.so +make -j5 +make install INSTALL_ROOT=/home/user/build/dist/ +androiddeployqt --input android-libultracopier.so-deployment-settings.json --output dist/ --android-platform 28 --deployment bundled --gradle --release diff --git a/android-sources/res/drawable-hdpi/icon.png b/android-sources/res/drawable-hdpi/icon.png new file mode 100644 index 0000000..8a276d7 Binary files /dev/null and b/android-sources/res/drawable-hdpi/icon.png differ diff --git a/android-sources/res/drawable-ldpi/icon.png b/android-sources/res/drawable-ldpi/icon.png new file mode 100644 index 0000000..844c690 Binary files /dev/null and b/android-sources/res/drawable-ldpi/icon.png differ diff --git a/android-sources/res/drawable-mdpi/icon.png b/android-sources/res/drawable-mdpi/icon.png new file mode 100644 index 0000000..2adbb48 Binary files /dev/null and b/android-sources/res/drawable-mdpi/icon.png differ -- cgit v1.2.3