-
Notifications
You must be signed in to change notification settings - Fork 86
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
1 parent
aa6c4e6
commit 6c17e68
Showing
1,232 changed files
with
7,300 additions
and
3,933 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
language: shell | ||
sudo: required | ||
|
||
env: | ||
matrix: | ||
- CHECK=format | ||
- CHECK=docs | ||
|
||
install: | ||
- sudo resources/travis/setup.sh $CHECK | ||
|
||
script: | ||
- sudo resources/travis/build.sh $CHECK | ||
|
||
notifications: | ||
email: false |
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
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,85 @@ | ||
version: "{build}" | ||
|
||
environment: | ||
matrix: | ||
- PlatformToolset: mingw-w64 | ||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | ||
QTPath: C:\Qt\5.9\mingw53_32 | ||
|
||
- PlatformToolset: v140 | ||
platform: x64 | ||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | ||
QTPath: C:\Qt\5.9\msvc2015_64 | ||
ARCHI: amd64 | ||
|
||
- PlatformToolset: v140 | ||
platform: Win32 | ||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | ||
QTPath: C:\Qt\5.9\msvc2015 | ||
ARCHI: x86 | ||
|
||
- PlatformToolset: v141 | ||
platform: x64 | ||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 | ||
QTPath: C:\Qt\5.9\msvc2017_64 | ||
ARCHI: amd64 | ||
|
||
configuration: | ||
- Release | ||
#- Debug | ||
|
||
install: | ||
- if "%PlatformToolset%"=="mingw-w64" set PATH=C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;%PATH:C:\Program Files\Git\usr\bin;=% | ||
- if "%PlatformToolset%"=="v140" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %archi% | ||
- if "%PlatformToolset%"=="v141" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi% | ||
|
||
build: | ||
verbosity: minimal | ||
|
||
before_build: | ||
- ps: | | ||
Write-Output "Configuration: $env:CONFIGURATION" | ||
Write-Output "Platform: $env:PLATFORM" | ||
$generator = switch ($env:PLATFORMTOOLSET) | ||
{ | ||
"v141" {"Visual Studio 15 2017"} | ||
"v140" {"Visual Studio 14 2015"} | ||
"mingw-w64" {"MinGW Makefiles"} | ||
} | ||
if ($env:PLATFORM -eq "x64") | ||
{ | ||
$generator = "$generator Win64" | ||
} | ||
build_script: | ||
- cd "%APPVEYOR_BUILD_FOLDER%" | ||
- set PATH=%QTPATH%;%QTPATH%/bin;%PATH% | ||
- echo %PATH% | ||
- mkdir _build | ||
- cd _build | ||
|
||
- ps: | | ||
# Use -DFORCE_LEGACY_OPENSSL=ON to build with the available openssl 1.0.2 of the appveyor build image | ||
# otherwise openssl 1.1.x is required with an additional download and build step | ||
cmake -G "$generator" -DCMAKE_BUILD_TYPE="$env:CONFIGURATION" -DFORCE_LEGACY_OPENSSL=ON .. | ||
if ($LastExitCode -ne 0) { | ||
throw "Exec: $ErrorMessage" | ||
} | ||
& cmake --build . --target package --config $env:CONFIGURATION | ||
if ($LastExitCode -ne 0) { | ||
throw "Exec: $ErrorMessage" | ||
} | ||
test_script: | ||
- cd "%APPVEYOR_BUILD_FOLDER%"/_build | ||
- set PATH=%QTPATH%;%QTPATH%/bin;%PATH% | ||
- echo %PATH% | ||
- ctest -VV -C "%CONFIGURATION%" | ||
|
||
on_finish: | ||
- cd "%APPVEYOR_BUILD_FOLDER%" | ||
|
||
- ps: | | ||
$version = Select-String -Path .\CMakeLists.txt -Pattern "AusweisApp2 VERSION ([0-9.]+)" | % { $_.Matches[0].Groups[1].Value } | ||
Update-AppveyorBuild -Version "$version-$env:APPVEYOR_BUILD_NUMBER" | ||
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
AusweisApp2 1.14.1 | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
**Releasedatum:** 28. März 2018 | ||
|
||
|
||
|
||
Anwender | ||
"""""""" | ||
- Die Nutzung der PIN-Verwaltung ist nun auch mit der Funktion | ||
"Smartphone als Kartenleser" möglich. | ||
|
||
- Die mobile Startseite wurde überarbeitet. | ||
|
||
- Beim Koppeln von zwei Geräten für die Funktion "Smartphone als Kartenleser" | ||
wird nun eine einheitliche PIN-Tastatur verwendet. | ||
|
||
- Während einer Authentisierung wird nun eine Fortschrittsanzeige | ||
zusammen mit dem Namen des aktuellen Authentisierungsschrittes angezeigt. | ||
|
||
- Während der Verwendung der Funktion "Smartphone als Kartenleser" wird auf | ||
beiden Geräten jeweils der Name des verbundenen Gerätes angezeigt. | ||
|
||
- Die Anzeige der unterstützten Kartenlesegeräte wurde optimiert. | ||
|
||
- Das Koppeln für die Funktion "Smartphone als Kartenleser" ist jetzt während | ||
eines Authentisierungsvorgangs möglich und führt nicht mehr zum Abbruch des | ||
Vorgangs. | ||
|
||
- Bei der Android-Version der AusweisApp2 ist es jetzt möglich, den Verlauf | ||
zu deaktivieren und Einträge zu löschen. | ||
|
||
- Die AusweisApp2 kommt nun auch beim erneuten Starten aus dem Launchpad oder | ||
per Doppelklick in den Vordergrund. Voraussetzung ist, dass sie bereits | ||
vorher gestartet wurde. | ||
|
||
- Bei einem Update bleibt der Autostart-Eintrag erhalten. | ||
|
||
- Bei der Android-Version wird die letzte Auswahl einer | ||
Authentisierungsmethode (NFC, Bluetooth oder WLAN) nun als bevorzugte | ||
Methode gespeichert. | ||
|
||
- Bei der Android-Version wurden die Fehlermeldungen / Hinweise bei | ||
Fehleingaben optimiert. | ||
|
||
- Der Begriff "Handbuch" wurde gegen "Online-Hilfe" ausgetauscht und an | ||
geeigneten Stellen wurden Verlinkungen eingefügt. | ||
|
||
- Optimierung der Anzeige der Diensteanbieter im Anbieterverzeichnis | ||
(macOS und Windows). | ||
|
||
- Die Funktion "Smartphone als Kartenleser" unterstützt nun auch einen | ||
mobilen Hotspot des selben Gerätes. | ||
|
||
- Die Unterstützung von Bildschirmlesern wurde verbessert. | ||
|
||
|
||
Entwickler | ||
"""""""""" | ||
- Beim Aufruf von "eID-Client?status" wird nun auch | ||
der Header "Access-Control-Allow-Origin" gesetzt. | ||
|
||
- Im Protokoll wird nun auch das TLS-Zertifikat angezeigt, | ||
welches einen Fehler verursacht. | ||
|
||
- Es wird nun TLS-Session-Resumption beim Attached-eID erzwungen. | ||
|
||
- Fehlercode bei fehlgeschlagenen Transmits korrigiert. |
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,7 +1,13 @@ | ||
Abkündigungen | ||
============= | ||
|
||
Mit der Version 1.14.0 der AusweisApp2 wird die Unterstützung | ||
Mit der Version 1.16.0 der AusweisApp2 wird die Unterstützung | ||
folgender Systeme eingestellt. | ||
|
||
- OS X 10.10 | ||
|
||
|
||
Mit der Version 1.14.0 der AusweisApp2 wurde die Unterstützung | ||
folgender Systeme eingestellt. | ||
|
||
- OS X 10.9 |
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
1.14.1 | ||
1.14.0 | ||
announce | ||
issues |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ Versionszweig 1.14 | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
1.14.1 | ||
1.14.0 | ||
|
||
|
||
|
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.