commit 574a23bf5afe8f44b59a0b56bfd7ba556bcfee35
Author: idk <hankhill19580@gmail.com>
Date: Wed Jan 4 18:16:22 2023
split out policy section
Added some of this yesterday, may need more explanation still.
In 33397433ac129e6f10798442474c34a93d9e0bc1 to be 0.9.48-15
app version?
You added a catch of AndroidRuntimeException around startActivity() in June 2020 just before the 0.9.46 release. I don't see how it could happen now, and that would explain the line…
at net.i2p.android.router.MainFragment$9.onClick (MainFragment.java:661)
is a comment. Odd.
The only thing I can find is an Android 10 change, and it wouldn't apply to us: https://www.androidpolice.com/2019/09/04/dont-upgrade-to-android-10-if-you-rely-on-clipboard-syncing/
I'm now on…
Simplest answer turns out to be right, looks like this phone is using google release number 4745255 which does in fact correspond to 0.9.45, so this is ancient and probably not happening anymore.…
Turns out it was actually how I was doing the notification for the copying, cleaning up the notification channel and doing the notification with a Toast instead fixed it. The copy b32 action…