Skip to content

SamKur/Phonograph-Pro

 
 

Repository files navigation

Phonograph-Pro

A material designed local music player for Android.

Screenshots

Pro Version

Under the GPLv3 License, users are allowed to modify and redistribute this software.

Download

You can find an apk file of the pro version here.

Do it yourself

  1. Fork the original Phonograph repo
  2. Go to /app/src/main/java/com/kabouzeid/gramophone/App.java
  3. Change the contents of this method:
public static boolean isProVersion() {
    return BuildConfig.DEBUG || 
    app.billingProcessor.isPurchased(PRO_VERSION_PRODUCT_ID);
}

        To this:

public static boolean isProVersion() {
    return true;
}
  1. An example can be found here

About

Phonograph with all pro features.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.0%
  • HTML 2.5%
  • Ruby 0.5%