This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from firesoft-de/dev
Release Version 0.6
- Loading branch information
Showing
81 changed files
with
3,482 additions
and
581 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ server/skripte/config/.htaccess | |
*.apk | ||
*.apk | ||
DiTaKa/app/release/app-release.apk | ||
DiTaKa/keystore.properties |
Binary file modified
BIN
+8 KB
(120%)
DesktopConverter/DesktopConverter/.vs/DesktopConverter/v15/.suo
Binary file not shown.
Empty file.
Binary file added
BIN
+592 KB
DesktopConverter/DesktopConverter/.vs/DesktopConverter/v15/Server/sqlite3/storage.ide
Binary file not shown.
Empty file.
Binary file modified
BIN
+196 KB
(120%)
DesktopConverter/DesktopConverter/.vs/DesktopConverter/v15/sqlite3/storage.ide
Binary file not shown.
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
76 changes: 76 additions & 0 deletions
76
DesktopConverter/DesktopConverter/DesktopConverter/My Project/app.manifest
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,76 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> | ||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> | ||
<security> | ||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<!-- UAC-Manifestoptionen | ||
Wenn Sie die Ebene der Benutzerkontensteuerung für Windows ändern möchten, ersetzen Sie den | ||
Knoten "requestedExecutionLevel" wie folgt. | ||
<requestedExecutionLevel level="asInvoker" uiAccess="false" /> | ||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> | ||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" /> | ||
Durch Angabe des Elements "requestedExecutionLevel" wird die Datei- und Registrierungsvirtualisierung deaktiviert. | ||
Entfernen Sie dieses Element, wenn diese Virtualisierung aus Gründen der Abwärtskompatibilität | ||
für die Anwendung erforderlich ist. | ||
--> | ||
<requestedExecutionLevel level="asInvoker" uiAccess="false" /> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
|
||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> | ||
<application> | ||
<!-- Eine Liste der Windows-Versionen, unter denen diese Anwendung getestet | ||
und für die sie entwickelt wurde. Wenn Sie die Auskommentierung der entsprechenden Elemente aufheben, | ||
wird von Windows automatisch die kompatibelste Umgebung ausgewählt. --> | ||
|
||
<!-- Windows Vista --> | ||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />--> | ||
|
||
<!-- Windows 7 --> | ||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />--> | ||
|
||
<!-- Windows 8 --> | ||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />--> | ||
|
||
<!-- Windows 8.1 --> | ||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />--> | ||
|
||
<!-- Windows 10 --> | ||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />--> | ||
|
||
</application> | ||
</compatibility> | ||
|
||
<!-- Gibt an, dass die Anwendung mit DPI-Werten kompatibel ist und von Windows nicht automatisch auf höhere | ||
DPI-Werte skaliert wird. WPF-Anwendungen (Windows Presentation Foundation) sind automatisch mit DPI-Werten kompatibel und müssen sich nicht | ||
anmelden. Für Windows Forms-Anwendungen für .NET Framework 4.6, die sich für diese Einstellung anmelden, muss | ||
auch die Einstellung "'EnableWindowsFormsHighDpiAutoResizing" in der "app.config" auf "true" festgelegt werden. --> | ||
<!-- | ||
<application xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<windowsSettings> | ||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> | ||
</windowsSettings> | ||
</application> | ||
--> | ||
|
||
<!-- Designs für allgemeine Windows-Steuerelemente und -Dialogfelder (Windows XP und höher) aktivieren --> | ||
<!-- | ||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
type="win32" | ||
name="Microsoft.Windows.Common-Controls" | ||
version="6.0.0.0" | ||
processorArchitecture="*" | ||
publicKeyToken="6595b64144ccf1df" | ||
language="*" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
--> | ||
|
||
</assembly> |
Binary file modified
BIN
+408 Bytes
(110%)
...esktopConverter/DesktopConverter/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...sktopConverter/DesktopConverter/obj/Debug/DesktopConverter.vbproj.CoreCompileInputs.cache
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 |
---|---|---|
@@ -1 +1 @@ | ||
69fed98306c320cd8c5964d9f73dd963e1816df8 | ||
d87d412bdb603887f3782405e0886ec0b7d92cd7 |
Binary file modified
BIN
+323 Bytes
(130%)
...topConverter/DesktopConverter/obj/Debug/DesktopConverter.vbproj.ResolveComReference.cache
Binary file not shown.
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,74 @@ | ||
apply plugin: 'com.android.application' | ||
|
||
// Create a variable called keystorePropertiesFile, and initialize it to your | ||
// keystore.properties file, in the rootProject folder. | ||
def keystorePropertiesFile = rootProject.file("keystore.properties") | ||
|
||
// Initialize a new Properties() object called keystoreProperties. | ||
def keystoreProperties = new Properties() | ||
|
||
// Load your keystore.properties file into the keystoreProperties object. | ||
keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) | ||
|
||
|
||
android { | ||
signingConfigs { | ||
release_signing { | ||
keyAlias keystoreProperties['keyAlias'] | ||
keyPassword keystoreProperties['keyPassword'] | ||
storeFile file(keystoreProperties['storeFile']) | ||
storePassword keystoreProperties['storePassword'] | ||
} | ||
} | ||
compileSdkVersion 27 | ||
defaultConfig { | ||
applicationId "dresden.de.digitaleTaschenkarteBeladung" | ||
minSdkVersion 18 | ||
targetSdkVersion 27 | ||
versionCode 13 | ||
versionName "0.5.1" | ||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | ||
vectorDrawables.useSupportLibrary = true | ||
javaCompileOptions { | ||
annotationProcessorOptions { | ||
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] | ||
} | ||
} | ||
} | ||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
signingConfig signingConfigs.release_signing | ||
} | ||
} | ||
} | ||
|
||
dependencies { | ||
implementation fileTree(include: ['*.jar'], dir: 'libs') | ||
testImplementation 'junit:junit:4.12' | ||
androidTestImplementation 'com.android.support.test:runner:1.0.1' | ||
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' | ||
compile 'android.arch.persistence.room:runtime:1.0.0' | ||
annotationProcessor "android.arch.persistence.room:compiler:1.0.0" | ||
compile 'com.google.code.gson:gson:2.6.2' | ||
// Datenbank | ||
annotationProcessor "android.arch.lifecycle:compiler:$rootProject.archLifecycleCompilerVersion" | ||
compile "android.arch.lifecycle:runtime:$rootProject.archLifecycleVersion" | ||
compile "android.arch.lifecycle:extensions:$rootProject.archLifecycleExtensionsVersion" | ||
compile "android.arch.persistence.room:runtime:$rootProject.roomVersion" | ||
annotationProcessor "android.arch.persistence.room:compiler:$rootProject.roomVersion" | ||
//Dagger 2 | ||
compile "com.google.dagger:dagger-android:$rootProject.daggerVersion" | ||
compile "com.google.dagger:dagger-android-support:$rootProject.daggerVersion" | ||
// if you use the support libraries | ||
annotationProcessor "com.google.dagger:dagger-android-processor:$rootProject.daggerVersion" | ||
annotationProcessor "com.google.dagger:dagger-compiler:$rootProject.daggerVersion" | ||
//Supportbibliotheken | ||
implementation 'com.android.support:appcompat-v7:27.0.2' | ||
implementation 'com.android.support:support-v4:27.0.2' | ||
implementation 'com.android.support.constraint:constraint-layout:1.0.2' | ||
compile 'com.android.support:gridlayout-v7:27.0.2' | ||
compile 'com.android.support:design:27.0.2' | ||
compile 'com.android.support:cardview-v7:27.0.2' | ||
} |
Binary file not shown.
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 |
---|---|---|
@@ -1 +1 @@ | ||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":11},"path":"app-release.apk","properties":{"packageId":"dresden.de.digitaleTaschenkarteBeladung","split":"","minSdkVersion":"18"}}] | ||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":13},"path":"app-release.apk","properties":{"packageId":"dresden.de.digitaleTaschenkarteBeladung","split":"","minSdkVersion":"18"}}] |
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
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
Oops, something went wrong.