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

Add app to alternative play store #7

Open
jpmeijers opened this issue Feb 13, 2019 · 7 comments
Open

Add app to alternative play store #7

jpmeijers opened this issue Feb 13, 2019 · 7 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@jpmeijers
Copy link
Contributor

One recommendation is using F-Droid

@jpmeijers jpmeijers added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested labels Feb 13, 2019
@dadosch
Copy link

dadosch commented Jul 14, 2019

For fdroid, the following problems are reported:

ERROR: Found unknown maven repo 'https://maven.fabric.io/public' at build.gradle
ERROR: Found unknown maven repo 'https://repo.eclipse.org/content/repositories/paho-snapshots/' at build.gradle
ERROR: Found usual suspect 'crashlytics' at line 55 at app/build.gradle
ERROR: Found unknown maven repo 'https://maven.fabric.io/public' at app/build.gradle

That means, that you either remove crashlytics (general/at least in a fdroid build flavor) (hey, people are reporting crashing apps in some other way, aren't they?) or use some other crash report thing (NewPipe uses E-Mail)

@jpmeijers
Copy link
Contributor Author

Funny thing is people do not report app crashes. The previous build that was published to the Play Store crashed on all older phones that were a bit slower due to a race condition. I didn't catch it until I went through some Play Store stats. Crashlytics would have alerted me directly via email the first time a crash appeared. Just too bad Crashlytics still doesn't work. If there is another alternative (I do not know NewPipe, but it sound interesting) I'd gladly try that. If that change makes publishing on fdroid easier, even better.

@dadosch
Copy link

dadosch commented Jul 14, 2019

Ok, I just checked. NewPipe uses https://github.com/ACRA/acra

See also https://github.com/TeamNewPipe/NewPipe/tree/dev/app/src/main/java/org/schabi/newpipe/report

@Matthias84
Copy link

Would be nice, so is there a real chance?

I guess most nerds / techies / ... are like us and like to use non Google Android phones like LineageOS etc. So they need an APK or a free playstore to contribute ...

@itsbrody
Copy link

Would be nice, so is there a real chance?

I guess most nerds / techies / ... are like us and like to use non Google Android phones like LineageOS etc. So they need an APK or a free playstore to contribute ...

found it yesterday in APKpure, which is my favour app store.

@jpmeijers
Copy link
Contributor Author

If you don't have the google services on your phone the app will likely not work. See #16

If you do have the google services, best is to get the app via the Play Store.

I'm leaving this issue open because it is still a good idea to try and not depend on the google services. This is however difficult and getting even more difficult with time.

@jpmeijers
Copy link
Contributor Author

The current version of this app does not directly depend on Play Services. It was tested to work on GloDroid (except that it doesn't have working GPS on the Pine Phone). The rest of the app did work as expected.

Releasing the app in the F-droid store should therefore be possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants