mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 15:21:11 +01:00
Fix #151; URL handling; language; dia.so
* Language switcher in settings (#151) * Handle dia.so links * Improve security at internal browser decision
This commit is contained in:
parent
47184fe878
commit
ac2327d2f2
17 changed files with 208 additions and 69 deletions
|
|
@ -28,20 +28,21 @@
|
|||
<activity
|
||||
android:name="com.github.dfa.diaspora_android.activity.SettingsActivity"
|
||||
android:launchMode="singleInstance"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:configChanges="keyboardHidden|locale|orientation|screenSize"
|
||||
android:theme="@style/DiasporaLight.NoActionBar"
|
||||
android:label="@string/settings" />
|
||||
|
||||
<activity
|
||||
android:name="com.github.dfa.diaspora_android.activity.AboutActivity"
|
||||
android:label="@string/about_activity__title_about_app"
|
||||
android:configChanges="locale"
|
||||
android:theme="@style/DiasporaLight.NoActionBar"/>
|
||||
|
||||
<activity
|
||||
android:name="com.github.dfa.diaspora_android.activity.MainActivity"
|
||||
android:launchMode="singleTop"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:configChanges="keyboardHidden|locale|orientation|screenSize"
|
||||
android:theme="@style/DiasporaLight.NoActionBar"
|
||||
android:label="${appName}">
|
||||
|
||||
|
|
@ -69,6 +70,10 @@
|
|||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
|
||||
<!-- Additional allowed services -->
|
||||
<data android:host="dia.so" android:scheme="https" />
|
||||
|
||||
<!--@@@ PODLIST START-->
|
||||
<data android:host="joindiaspora.com" android:scheme="https" />
|
||||
<data android:host="diasporaaqmjixh5.onion" android:scheme="http" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue