1
0

Android: allow http traffic

This commit is contained in:
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:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<activity

View File

@ -5,6 +5,8 @@ release.
## 0.2.11
* 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:
* 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]}