diff --git a/android-sources/AndroidManifest.xml b/android-sources/AndroidManifest.xml index fb55b7d..b6857e0 100644 --- a/android-sources/AndroidManifest.xml +++ b/android-sources/AndroidManifest.xml @@ -1,8 +1,19 @@ - + + - - + + + + + + + + + + @@ -18,26 +29,34 @@ - + - + - - - + + + + - - + + + @@ -54,38 +73,20 @@ - + - - - - - - - - - - - - + - - - - - - - + diff --git a/android-sources/build.gradle b/android-sources/build.gradle deleted file mode 100644 index b9ae535..0000000 --- a/android-sources/build.gradle +++ /dev/null @@ -1,58 +0,0 @@ -buildscript { - repositories { - jcenter() - } - - dependencies { - classpath 'com.android.tools.build:gradle:2.2.3' - } -} - -allprojects { - repositories { - jcenter() - } -} - -apply plugin: 'com.android.application' - -dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:support-v4:25.3.1' -} - -android { - /******************************************************* - * The following variables: - * - androidBuildToolsVersion, - * - androidCompileSdkVersion - * - qt5AndroidDir - holds the path to qt android files - * needed to build any Qt application - * on Android. - * - * are defined in gradle.properties file. This file is - * updated by QtCreator and androiddeployqt tools. - * Changing them manually might break the compilation! - *******************************************************/ - - compileSdkVersion androidCompileSdkVersion.toInteger() - - buildToolsVersion androidBuildToolsVersion - - sourceSets { - main { - manifest.srcFile 'AndroidManifest.xml' - java.srcDirs = [qt5AndroidDir + '/src', 'src', 'java'] - aidl.srcDirs = [qt5AndroidDir + '/src', 'src', 'aidl'] - res.srcDirs = [qt5AndroidDir + '/res', 'res'] - resources.srcDirs = ['src'] - renderscript.srcDirs = ['src'] - assets.srcDirs = ['assets'] - jniLibs.srcDirs = ['libs'] - } - } - - lintOptions { - abortOnError false - } -} diff --git a/android-sources/libs/armeabi-v7a/libcrypto.a b/android-sources/libs/armeabi-v7a/libcrypto.a new file mode 100644 index 0000000..71e125d Binary files /dev/null and b/android-sources/libs/armeabi-v7a/libcrypto.a differ diff --git a/android-sources/libs/armeabi-v7a/libcrypto.so.1.1 b/android-sources/libs/armeabi-v7a/libcrypto.so.1.1 new file mode 100755 index 0000000..329f621 Binary files /dev/null and b/android-sources/libs/armeabi-v7a/libcrypto.so.1.1 differ diff --git a/android-sources/libs/armeabi-v7a/libssl.a b/android-sources/libs/armeabi-v7a/libssl.a new file mode 100644 index 0000000..edf4e78 Binary files /dev/null and b/android-sources/libs/armeabi-v7a/libssl.a differ diff --git a/android-sources/libs/armeabi-v7a/libssl.so.1.0.0 b/android-sources/libs/armeabi-v7a/libssl.so.1.0.0 new file mode 100644 index 0000000..e8ef374 Binary files /dev/null and b/android-sources/libs/armeabi-v7a/libssl.so.1.0.0 differ diff --git a/android-sources/libs/armeabi-v7a/libssl.so.1.1 b/android-sources/libs/armeabi-v7a/libssl.so.1.1 new file mode 100755 index 0000000..473775f Binary files /dev/null and b/android-sources/libs/armeabi-v7a/libssl.so.1.1 differ diff --git a/android-sources/res/drawable-hdpi/icon.png b/android-sources/res/drawable-hdpi/icon.png index 859de5e..8f8704b 100644 Binary files a/android-sources/res/drawable-hdpi/icon.png and b/android-sources/res/drawable-hdpi/icon.png differ diff --git a/android-sources/res/drawable-hdpi/screen.png b/android-sources/res/drawable-hdpi/screen.png new file mode 100644 index 0000000..27bfc30 Binary files /dev/null and b/android-sources/res/drawable-hdpi/screen.png differ diff --git a/android-sources/res/drawable-land-hdpi/screen.png b/android-sources/res/drawable-land-hdpi/screen.png new file mode 100644 index 0000000..c9927dc Binary files /dev/null and b/android-sources/res/drawable-land-hdpi/screen.png differ diff --git a/android-sources/res/drawable-land-ldpi/screen.png b/android-sources/res/drawable-land-ldpi/screen.png new file mode 100644 index 0000000..190182d Binary files /dev/null and b/android-sources/res/drawable-land-ldpi/screen.png differ diff --git a/android-sources/res/drawable-land-mdpi/screen.png b/android-sources/res/drawable-land-mdpi/screen.png new file mode 100644 index 0000000..e7c9b8b Binary files /dev/null and b/android-sources/res/drawable-land-mdpi/screen.png differ diff --git a/android-sources/res/drawable-land-xhdpi/screen.png b/android-sources/res/drawable-land-xhdpi/screen.png new file mode 100644 index 0000000..98eeec4 Binary files /dev/null and b/android-sources/res/drawable-land-xhdpi/screen.png differ diff --git a/android-sources/res/drawable-land-xxhdpi/screen.png b/android-sources/res/drawable-land-xxhdpi/screen.png new file mode 100644 index 0000000..df57ea0 Binary files /dev/null and b/android-sources/res/drawable-land-xxhdpi/screen.png differ diff --git a/android-sources/res/drawable-land-xxxhdpi/screen.png b/android-sources/res/drawable-land-xxxhdpi/screen.png new file mode 100644 index 0000000..d4be0e5 Binary files /dev/null and b/android-sources/res/drawable-land-xxxhdpi/screen.png differ diff --git a/android-sources/res/drawable-land/screen.png b/android-sources/res/drawable-land/screen.png new file mode 100644 index 0000000..c9927dc Binary files /dev/null and b/android-sources/res/drawable-land/screen.png differ diff --git a/android-sources/res/drawable-ldpi/icon.png b/android-sources/res/drawable-ldpi/icon.png index 859de5e..ac69062 100644 Binary files a/android-sources/res/drawable-ldpi/icon.png and b/android-sources/res/drawable-ldpi/icon.png differ diff --git a/android-sources/res/drawable-ldpi/screen.png b/android-sources/res/drawable-ldpi/screen.png new file mode 100644 index 0000000..2c8b88c Binary files /dev/null and b/android-sources/res/drawable-ldpi/screen.png differ diff --git a/android-sources/res/drawable-mdpi/icon.png b/android-sources/res/drawable-mdpi/icon.png index 859de5e..74d92ec 100644 Binary files a/android-sources/res/drawable-mdpi/icon.png and b/android-sources/res/drawable-mdpi/icon.png differ diff --git a/android-sources/res/drawable-mdpi/screen.png b/android-sources/res/drawable-mdpi/screen.png new file mode 100644 index 0000000..b5a46d7 Binary files /dev/null and b/android-sources/res/drawable-mdpi/screen.png differ diff --git a/android-sources/res/drawable-xhdpi/icon.png b/android-sources/res/drawable-xhdpi/icon.png new file mode 100644 index 0000000..b7db69b Binary files /dev/null and b/android-sources/res/drawable-xhdpi/icon.png differ diff --git a/android-sources/res/drawable-xhdpi/screen.png b/android-sources/res/drawable-xhdpi/screen.png new file mode 100644 index 0000000..ec22faa Binary files /dev/null and b/android-sources/res/drawable-xhdpi/screen.png differ diff --git a/android-sources/res/drawable-xxhdpi/icon.png b/android-sources/res/drawable-xxhdpi/icon.png new file mode 100644 index 0000000..d0d78fc Binary files /dev/null and b/android-sources/res/drawable-xxhdpi/icon.png differ diff --git a/android-sources/res/drawable-xxhdpi/screen.png b/android-sources/res/drawable-xxhdpi/screen.png new file mode 100644 index 0000000..6a1e046 Binary files /dev/null and b/android-sources/res/drawable-xxhdpi/screen.png differ diff --git a/android-sources/res/drawable-xxxhdpi/icon.png b/android-sources/res/drawable-xxxhdpi/icon.png new file mode 100644 index 0000000..b7d26c8 Binary files /dev/null and b/android-sources/res/drawable-xxxhdpi/icon.png differ diff --git a/android-sources/res/drawable-xxxhdpi/screen.png b/android-sources/res/drawable-xxxhdpi/screen.png new file mode 100644 index 0000000..5a2513d Binary files /dev/null and b/android-sources/res/drawable-xxxhdpi/screen.png differ diff --git a/android-sources/res/drawable/icon.png b/android-sources/res/drawable/icon.png new file mode 100644 index 0000000..b7db69b Binary files /dev/null and b/android-sources/res/drawable/icon.png differ diff --git a/android-sources/res/drawable/screen.png b/android-sources/res/drawable/screen.png new file mode 100644 index 0000000..27bfc30 Binary files /dev/null and b/android-sources/res/drawable/screen.png differ diff --git a/android-sources/src/com/itsblue/flgvertretung/MainActivity.java b/android-sources/src/com/itsblue/flgvertretung/MainActivity.java deleted file mode 100644 index 0757595..0000000 --- a/android-sources/src/com/itsblue/flgvertretung/MainActivity.java +++ /dev/null @@ -1,124 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2016 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtAndroidExtras module of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:BSD$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see https://www.qt.io/terms-conditions. For further -** information use the contact form at https://www.qt.io/contact-us. -** -** BSD License Usage -** Alternatively, you may use this file under the terms of the BSD license -** as follows: -** -** "Redistribution and use in source and binary forms, with or without -** modification, are permitted provided that the following conditions are -** met: -** * Redistributions of source code must retain the above copyright -** notice, this list of conditions and the following disclaimer. -** * Redistributions in binary form must reproduce the above copyright -** notice, this list of conditions and the following disclaimer in -** the documentation and/or other materials provided with the -** distribution. -** * Neither the name of The Qt Company Ltd nor the names of its -** contributors may be used to endorse or promote products derived -** from this software without specific prior written permission. -** -** -** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -package com.itsblue.flgvertretung; - -import android.app.Notification; -import android.app.NotificationManager; -import android.content.Context; - -import android.app.Activity; -import java.lang.Runnable; -import android.content.Intent; -import java.io.File; -import android.net.Uri; - -public class MainActivity extends org.qtproject.qt5.android.bindings.QtActivity -{ - private static MainActivity m_instance; - - public MainActivity() - { - m_instance = this; - } - /* - private static NotificationManager m_notificationManager; - private static Notification.Builder m_builder; - private static NotificationClient m_instance; - - public NotificationClient() - { - m_instance = this; - } - - public static void notify(String s) - { - if (m_notificationManager == null) { - m_notificationManager = (NotificationManager)m_instance.getSystemService(Context.NOTIFICATION_SERVICE); - m_builder = new Notification.Builder(m_instance); - m_builder.setSmallIcon(R.drawable.icon); - m_builder.setContentTitle("A message from Qt!"); - } - - m_builder.setContentText(s); - m_notificationManager.notify(1, m_builder.build()); - } -*/ - -public static boolean openUrl(String url, String mime) -{ - boolean ok = true; - Intent intent = new Intent(); - intent.setAction(android.content.Intent.ACTION_VIEW); - File file = new File(url); - intent.setDataAndType(Uri.fromFile(file), "text/plain"); - - m_instance.startActivity(intent); - return ok; - - -/* -try -{ - Uri uri = Uri.parse(url); - Intent intent = new Intent(Intent.ACTION_VIEW, uri); - if ( !mime.isEmpty() ) intent.setDataAndType(uri, mime); - m_instance.startActivity(intent); -} - -catch (Exception e) -{ e.printStackTrace(); ok = false; } - -return ok; -*/ -} - - -} diff --git a/fannyapp.pro b/fannyapp.pro index 815c7ec..adbdd16 100644 --- a/fannyapp.pro +++ b/fannyapp.pro @@ -1,4 +1,4 @@ -QT += qml quick quickcontrols2 xml +QT += qml quick quickcontrols2 CONFIG += c++11 VERSION = 1.0.1 @@ -55,8 +55,9 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin android { QT += androidextras ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-sources + LIBS += "$$PWD/android-sources/libs/armeabi-v7a/libssl.a" + LIBS += "$$PWD/android-sources/libs/armeabi-v7a/libcrypto.a" } - win { LIBS += "$$PWD/windows-libs/libeay32.dll" LIBS += "$$PWD/windows-libs/ssleay32.dll" @@ -67,12 +68,6 @@ ios { } DISTFILES += \ - favicon.png \ android-sources/AndroidManifest.xml \ - android-sources/src/com/itsblue/flgvertretung/MainActivity.java \ - android-sources/res/drawable-hdpi/icon.png \ - android-sources/res/drawable-ldpi/icon.png \ - android-sources/res/drawable-mdpi/icon.png \ - android-sources/res/xml/provider_paths.xml \ CHANGELOG.md diff --git a/headers/serverconn.h b/headers/serverconn.h index 1b4e518..16474ff 100644 --- a/headers/serverconn.h +++ b/headers/serverconn.h @@ -22,13 +22,11 @@ #include #include #include -#include #include #include #include #include -#include #include "headers/appsettings.h" diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1125@3x~iphoneX-portrait_1125x2436.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1125@3x~iphoneX-portrait_1125x2436.png new file mode 100644 index 0000000..db4b8b8 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1125@3x~iphoneX-portrait_1125x2436.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1242@3x~iphone6s-landscape_2208x1242.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1242@3x~iphone6s-landscape_2208x1242.png new file mode 100644 index 0000000..bddb468 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1242@3x~iphone6s-landscape_2208x1242.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1242@3x~iphone6s-portrait_1242x2208.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1242@3x~iphone6s-portrait_1242x2208.png new file mode 100644 index 0000000..bde25c8 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1242@3x~iphone6s-portrait_1242x2208.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1242@3x~iphoneXsMax-portrait_1242x2688.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1242@3x~iphoneXsMax-portrait_1242x2688.png new file mode 100644 index 0000000..efcde22 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1242@3x~iphoneXsMax-portrait_1242x2688.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1792@2x~iphoneXr-landscape_1792x828.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1792@2x~iphoneXr-landscape_1792x828.png new file mode 100644 index 0000000..3379259 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-1792@2x~iphoneXr-landscape_1792x828.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-2436@3x~iphoneX-landscape_2436x1125.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-2436@3x~iphoneX-landscape_2436x1125.png new file mode 100644 index 0000000..0cd2287 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-2436@3x~iphoneX-landscape_2436x1125.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-2688@3x~iphoneXsMax-landscape_2688x1242.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-2688@3x~iphoneXsMax-landscape_2688x1242.png new file mode 100644 index 0000000..d337d96 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-2688@3x~iphoneXsMax-landscape_2688x1242.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-568h@2x~iphone_640x1136.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-568h@2x~iphone_640x1136.png new file mode 100644 index 0000000..cada91f Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-568h@2x~iphone_640x1136.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-750@2x~iphone6-landscape_1334x750.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-750@2x~iphone6-landscape_1334x750.png new file mode 100644 index 0000000..407cd37 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-750@2x~iphone6-landscape_1334x750.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-750@2x~iphone6-portrait_750x1334.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-750@2x~iphone6-portrait_750x1334.png new file mode 100644 index 0000000..2501723 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-750@2x~iphone6-portrait_750x1334.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-828@2x~iphoneXr-portrait_828x1792.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-828@2x~iphoneXr-portrait_828x1792.png new file mode 100644 index 0000000..ecdadba Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-828@2x~iphoneXr-portrait_828x1792.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2048x1496.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2048x1496.png new file mode 100644 index 0000000..624f4cf Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2048x1496.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2048x1536.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2048x1536.png new file mode 100644 index 0000000..5de5d67 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2048x1536.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2224x1668.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2224x1668.png new file mode 100644 index 0000000..7f34679 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2224x1668.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2732x2048.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2732x2048.png new file mode 100644 index 0000000..9c3fae1 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape@2x~ipad_2732x2048.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape~ipad_1024x748.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape~ipad_1024x748.png new file mode 100644 index 0000000..887b35d Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape~ipad_1024x748.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape~ipad_1024x768.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape~ipad_1024x768.png new file mode 100644 index 0000000..9cea81d Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Landscape~ipad_1024x768.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_1536x2008.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_1536x2008.png new file mode 100644 index 0000000..767aaa6 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_1536x2008.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_1536x2048.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_1536x2048.png new file mode 100644 index 0000000..a8835ae Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_1536x2048.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_1668x2224.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_1668x2224.png new file mode 100644 index 0000000..1a1b6a5 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_1668x2224.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_2048x2732.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_2048x2732.png new file mode 100644 index 0000000..a180af1 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait@2x~ipad_2048x2732.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait~ipad_768x1024.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait~ipad_768x1024.png new file mode 100644 index 0000000..e027b09 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage-Portrait~ipad_768x1024.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage.png new file mode 100644 index 0000000..53f850c Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage~ipad.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage~ipad.png new file mode 100644 index 0000000..767aaa6 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage~ipad.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage~iphone-320x480.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage~iphone-320x480.png new file mode 100644 index 0000000..b5a46d7 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage~iphone-320x480.png differ diff --git a/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage~iphone_640x960.png b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage~iphone_640x960.png new file mode 100644 index 0000000..f46c067 Binary files /dev/null and b/shared/Assets.xcassets/LaunchImage.launchimage/LaunchImage~iphone_640x960.png differ diff --git a/shared/graphics/Splashscreen.png b/shared/graphics/Splashscreen.png new file mode 100644 index 0000000..67493a7 Binary files /dev/null and b/shared/graphics/Splashscreen.png differ diff --git a/shared/graphics/Splashscreen.xcf b/shared/graphics/Splashscreen.xcf new file mode 100644 index 0000000..0a3e696 Binary files /dev/null and b/shared/graphics/Splashscreen.xcf differ