Coder Social home page Coder Social logo

darkionavey / achievementunlocked-library Goto Github PK

View Code? Open in Web Editor NEW
124.0 124.0 29.0 8.87 MB

[Android] AchievementUnlocked is an open-source Android library that creates "XBOX Achievement Unlocked"-like alerts.

Home Page: http://goo.gl/ZNAmsI

Java 100.00%

achievementunlocked-library's People

Contributors

darkionavey avatar edtheguy00 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

achievementunlocked-library's Issues

setIconBackgroundColor doesn't work

I am trying to set the Background color of the icon using setIconBackgroundColor but it doesn't seem to work.

private void setIconBg(int color) {
        Drawable bgDrawable = (((View) icon.getParent()).getBackground()); //<--- the getBackground is alaways null
        if (bgDrawable != null && bgDrawable instanceof GradientDrawable)
            if (VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
                bgDrawable.setColorFilter(Color.argb(bgDrawable.getAlpha(), Color.red(color), Color.green(color), Color.blue(color)), PorterDuff.Mode.SRC_IN);
            } else {
                GradientDrawableWithColors iconBackground = getIconBg();
                iconBackground.setColor(color);
                setBackground(((View) icon.getParent()), iconBackground);
            }
    }

New logo/icon proposal

Hi, I am a graphic designer, I want to help others in graphic design.

After I reviewed your project, your logo on this project not interesting. Therefore I want to contribute to this project by creating a new logo / icon. what do you think?

Gradle

Can you make it gradle compatible?

Android 8

This lib not working with android Oreo, this is the error achievement

Unable to add window android.view.ViewRootImpl$W@a763ee4 -- permission denied for window type 2002

Option to disable notification for selected apps

I can't filter out play store updates notification (while updating it keeps showing me the notification of all the apps updating) and it would be very useful to have an option to disable the popup for selected apps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.