bitmold
bitmold
Merging because only pending change was a method rename, and to get new string resources added to localization service.
Seemingly not, maybe n8fr8 marked it as fixed because he saw it working on some platform but its not working on the API 34 device in my hand right now....
In my case I was able to get `Share.Open` to work again after upgrading to 12.2.0 by specifying the `useInternalStorage: true` flag ```js await Share.open({ title: '"Quiet" invitation', message: `Chat...
I don't think we should be using any unofficial release of tor. We were talking off this thread, but I think if you go with tor 0.4.8.16 we should be...
I'm fine with rolling back to openssl 3.0.16, but as I also said off thread I doubt that openssl 3.5.0 was the culprit for this battery consumption. Currently interested in...
This is in jtorcontrol and technically not in Orbot. ```java for (RawEventListener rawEventListener : rawEventListeners) { rawEventListener.onEvent(tp, rest); } ```
https://stackoverflow.com/questions/8104692/how-to-avoid-java-util-concurrentmodificationexception-when-iterating-through-an
In tor-android's `TorService` we remove raw event listeners in `onDesotry()` ```java @Override public void onDestroy() { super.onDestroy(); if (torControlConnection != null) { torControlConnection.removeRawEventListener(startedEventListener); } if (runLock.isLocked()) { Log.i(TAG, "Releasing lock");...
In Signal when you go to link a new laptop/device to your phone it makes you enter the phone's password preventing someone who grabbed your phone while you had it...
 The issue specifically lies in how within `OrbotApp` we have a lifecycle observer set a flag to prompt the password when the process is stopped. The idea behind this...