JTechMe / JumpGo-for-Android

JumpGo Web Browser for Android
https://jtechme.github.io/jumpgo
Mozilla Public License 2.0
67 stars 30 forks source link

I2P app can have 3 names #12

Open licaon-kter opened 8 years ago

licaon-kter commented 8 years ago

From the Gradle files:

...
 productFlavors {
        free {
            applicationId 'net.i2p.android'
        }
        donate {
            applicationId 'net.i2p.android.donate'
        }
        legacy {
            applicationId 'net.i2p.android.router'
        }
...

So you need to check them all.

licaon-kter commented 8 years ago

Looks like F-Droid implemented a fix, rebuilding the app on the free branch.

But users need to uninstall I2P (legacy) and install the new I2P.

str4d commented 7 years ago

This was actually caused by a typo in an older release of the I2P Android client library. See https://github.com/anthonycr/Lightning-Browser/issues/395#issuecomment-262219066 for the actual fix.

str4d commented 7 years ago

(See https://trac.i2p2.de/ticket/1787 for the bug.)