Crouton icon indicating copy to clipboard operation
Crouton copied to clipboard

Context sensitive notifications for Android

Results 7 Crouton issues
Sort by recently updated
recently updated
newest added

``` private class TestTask extends AsyncTask { @Override protected Boolean doInBackground(Object... objects) { //.... return true; } @Override protected void onPostExecute(Boolean aBoolean) { //.... Crouton.makeText(??, "Some text", Style.ALERT).show(); } ```

Crouton Not work when app come background nearly after 2 mins. When remove from memory and start again it's work perfect. if user come background in 20 seconds it is...

Hi guys, I'm looking for a way to have a text that is mid bold mid italic. It seems impossible at the moment, because there is not method to do...

final class DefaultAnimationsBuilder { private static final long DURATION = 400L; private static Animation slideInDownAnimation; // memory leak, hold on activity private static Animation slideOutUpAnimation; // memory leak, hold on...

When the animations get run there is a Handler that gets set on the Animation (Animation.mListenerHandler). This Handler holds a reference to the Activity. So caching the animations in a...

This is one of the severe issues keeping me from quickly adapting new features and accepting new features. It has no tests whatsoever. This issue keeps me from adding new...

bug

Fix wrong group exclusion in readme as in issue #190