Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I2P app can have 3 names #12

Open
licaon-kter opened this issue Sep 24, 2016 · 3 comments
Open

I2P app can have 3 names #12

licaon-kter opened this issue Sep 24, 2016 · 3 comments

Comments

@licaon-kter
Copy link
Contributor

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
Copy link
Contributor Author

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
Copy link

str4d commented Nov 22, 2016

This was actually caused by a typo in an older release of the I2P Android client library. See anthonycr/Lightning-Browser#395 (comment) for the actual fix.

@licaon-kter licaon-kter reopened this Nov 22, 2016
@str4d
Copy link

str4d commented Nov 22, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants