Android: allow http traffic

pull/369/head
Zef Hemel 2023-01-27 09:28:44 +01:00
parent b5ffe71f79
commit 5ed30eca74
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">
<activity <activity

View File

@ -5,6 +5,8 @@ release.
## 0.2.11 ## 0.2.11
* Regression fix: hashtag completion works again * Regression fix: hashtag completion works again
* Mobile:
* App crashing/white screen after being in the background for some time should now be fixed
* Sync improvements: * Sync improvements:
* Immediately trigger sync on file when opened in the editor (so you always get the latest version) * Immediately trigger sync on file when opened in the editor (so you always get the latest version)
* Automatically perform a {[Plugs: Update]} after performing a {[Sync: Wipe Local Space and Sync]} * Automatically perform a {[Plugs: Update]} after performing a {[Sync: Wipe Local Space and Sync]}