OpenArchive / Save-app-android-old

This is the Save app for Android
https://open-archive.org
GNU General Public License v3.0
93 stars 26 forks source link

🧅 copy netcipher code into a local module #597

Closed uniqx closed 2 months ago

uniqx commented 3 months ago

This change pulls in code from NetCipher and fixes the immediate crash, as described in Googles migration documentation: https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported

However this change only fixes the crash. In my tests I couldn't establish any network connections over Tor/Orbot on Android 14. I have no clue as to why and can only speculate at this point:

https://github.com/OpenArchive/Save-app-android/issues/534

uniqx commented 3 months ago

Did some more testing and found out that this change will break Tor connectivity on all Android versions. So I can rule out that it's a Android 14 issue.