• Joined on 2025-04-19
idk commented on issue I2P_Developers/i2p.www#3 2025-04-21 14:47:05 -04:00
Duplicate Text https://geti2p.net/en/get-involved/guides/reseed-policy
commit 574a23bf5afe8f44b59a0b56bfd7ba556bcfee35
Author: idk <hankhill19580@gmail.com>
Date:   Wed Jan 4 18:16:22 2023

    split out policy section
idk opened issue I2P_Developers/i2p.www#4 2025-04-21 14:47:05 -04:00
Download Workflow MacOS
idk closed issue I2P_Developers/i2p.www#4 2025-04-21 14:47:05 -04:00
Download Workflow MacOS
idk commented on issue I2P_Developers/i2p.www#2 2025-04-21 14:47:04 -04:00
Blog Post Duplication Issue
ls i2p2www/blog/2023/03/13
i2p-release-2.2.0.rst  new_release_2.2.0.rst
idk opened issue I2P_Developers/i2p.www#3 2025-04-21 14:47:04 -04:00
Duplicate Text https://geti2p.net/en/get-involved/guides/reseed-policy
idk closed issue I2P_Developers/i2p.www#3 2025-04-21 14:47:04 -04:00
Duplicate Text https://geti2p.net/en/get-involved/guides/reseed-policy
idk opened issue I2P_Developers/i2p.www#2 2025-04-21 14:47:03 -04:00
Blog Post Duplication Issue
idk opened issue I2P_Developers/i2p.www#1 2025-04-21 14:47:02 -04:00
Add subdb info to how/network-database doc
idk commented on issue I2P_Developers/i2p.www#1 2025-04-21 14:47:02 -04:00
Add subdb info to how/network-database doc

Added some of this yesterday, may need more explanation still.

idk commented on issue I2P_Developers/i2p.android.base#56 2025-04-21 14:45:32 -04:00
NullPointerException affecting ~1 Device from Google Play report

In 33397433ac129e6f10798442474c34a93d9e0bc1 to be 0.9.48-15

idk commented on issue I2P_Developers/i2p.android.base#55 2025-04-21 14:45:31 -04:00
AndroidRuntimeException affecting ~1 device ~10-20 times from GPlay crash reports

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…

idk commented on issue I2P_Developers/i2p.android.base#55 2025-04-21 14:45:31 -04:00
AndroidRuntimeException affecting ~1 device ~10-20 times from GPlay crash reports

at net.i2p.android.router.MainFragment$9.onClick (MainFragment.java:661) is a comment. Odd.

idk opened issue I2P_Developers/i2p.android.base#56 2025-04-21 14:45:31 -04:00
NullPointerException affecting ~1 Device from Google Play report
idk closed issue I2P_Developers/i2p.android.base#56 2025-04-21 14:45:31 -04:00
NullPointerException affecting ~1 Device from Google Play report
idk commented on issue I2P_Developers/i2p.android.base#54 2025-04-21 14:45:30 -04:00
Clipboard API is different or permissioned on newer Androids?

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…

idk opened issue I2P_Developers/i2p.android.base#55 2025-04-21 14:45:30 -04:00
AndroidRuntimeException affecting ~1 device ~10-20 times from GPlay crash reports
idk closed issue I2P_Developers/i2p.android.base#55 2025-04-21 14:45:30 -04:00
AndroidRuntimeException affecting ~1 device ~10-20 times from GPlay crash reports
idk commented on issue I2P_Developers/i2p.android.base#55 2025-04-21 14:45:30 -04:00
AndroidRuntimeException affecting ~1 device ~10-20 times from GPlay crash reports

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.…

idk commented on issue I2P_Developers/i2p.android.base#54 2025-04-21 14:45:29 -04:00
Clipboard API is different or permissioned on newer Androids?

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…