linked: redesign github resource creation, implement ouath flow (WIP)

This commit is contained in:
Vincent Breitmoser
2015-09-01 06:41:47 +02:00
parent 9668abfe9e
commit b52a0303ca
8 changed files with 501 additions and 12 deletions

View File

@@ -113,7 +113,17 @@
<activity
android:name=".ui.linked.LinkedIdWizard"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_linked_create" />
android:launchMode="singleInstance"
android:label="@string/title_linked_create">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="linked"
android:scheme="oauth-openkeychain" />
</intent-filter>
</activity>
<activity
android:name=".ui.QrCodeViewActivity"
android:label="@string/share_qr_code_dialog_title" />