Skip to content

Instantly share code, notes, and snippets.

View dschuermann's full-sized avatar

Dominik Schürmann dschuermann

View GitHub Profile
@dschuermann
dschuermann / openpgp.txt
Created December 31, 2015 13:52
OpenKeychain API Tests
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:73ee2314f65fa92ec2390d3a718c070100012282]
@dschuermann
dschuermann / OpenKeychain-CLA.md
Created September 27, 2017 13:56
OpenKeychain CLA

In order to clarify the intellectual property license granted with Contributions from any person to us ("Schürmann & Breitmoser GbR"), Schürmann & Breitmoser GbR must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of Schürmann & Breitmoser GbR; it does not change your rights to use your own Contributions for any other purpose. If you have not already done so, please complete and electronically sign the form below.

Please read this document carefully before signing and keep a copy for your records.

Contributor License Agreement

Thank you for your contribution to this Schürmann & Breitmoser GbR software project.

In order to clarify the intellectual property license granted with Contributions from any person to us ("Confidential Technologies GmbH"), Confidential Technologies GmbH must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of Confidential Technologies GmbH; it does not change your rights to use your own Contributions for any other purpose. If you have not already done so, please complete and electronically sign the form below.

Please read this document carefully before signing and keep a copy for your records.

Contributor License Agreement

Thank you for your contribution to this Confidential Technologies GmbH software project.

@dschuermann
dschuermann / MainActivity.cs
Created June 3, 2020 18:07
Xamarin Example Activity
using System;
using Android.App;
using Android.Graphics;
using Android.OS;
using Android.Runtime;
using Android.Support.Design.Widget;
using Android.Views;
using Android.Webkit;
using AndroidX.AppCompat.App;
using DE.Cotech.HW.Fido2;