added deep link for home page, string fix

This commit is contained in:
nuclearfog 2020-05-06 11:30:43 +02:00
parent 5e366f50ea
commit 96b380cbed
No known key found for this signature in database
GPG Key ID: ED35E22099354A64
2 changed files with 13 additions and 1 deletions

View File

@ -26,6 +26,18 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<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:scheme="https"
android:host="*twitter.com"
android:pathPattern="\\/home" />
</intent-filter>
</activity>
<activity

View File

@ -149,6 +149,6 @@
<string name="profile_banner">Profilbanner</string>
<string name="editprofile_add_banner">Profilbanner hinzufügen</string>
<string name="error_invalid_link">Ungültiger Link!</string>
<string name="settings_3rd_party_license">App und Drittabbieter Lizenz:</string>
<string name="settings_3rd_party_license">App und Drittanbieter Lizenz:</string>
<string name="settings_info_github">Github Seite:</string>
</resources>