Nick Unuchek

Results 34 issues of Nick Unuchek

Add a button to the top to "Show RGB colors". Add this button near "sort" and "filter" buttons And display the value near hex color. Also display alpha of the...

Add a "+ Add" button to quick create a color ![14 09](https://cloud.githubusercontent.com/assets/3495165/18505164/acf14280-7a6e-11e6-925c-2e701b60215d.png)

FeatureRequest

Add check != null to intent , because if MainActivity is running in first time => Nullpointer exception ``` public static void inject(Intent intent, MainActivity activity) { if (intent ==...

What about proguard? Error is: `Warning: com.kelvinapps.rxfirebase.RxFirebaseUser$6: can't find referenced class com.google.firebase.auth.FirebaseUser`

How to set height between view and parent? I tried `Expectations.height(0)`, but it doesn'r recalculate new height: ``` .expect(recyclerView) .toBe( Expectations.belowOf(contentLayout),Expectations.bottomOfParent(), Expectations.height(0) ) ```

Add Expectations as "setEnabled(boolean enabled)" ``` new ExpectAnim() .expect(mPlayerMediaView) .toBe( Expectations.enable() ) .expect(mPlayerMediaView) .toBe( Expectations.disable() ) ```

for example: ``` public void exec(){ new ExpectAnim() .expect(mView) .toBe( .visible() ).toAnimation().setNow(); } ``` if you call exec() twice view will be blinking ``` exec(); exec(); ``` Add a check...

can't set gravity to center on ScaleTextView text is displaying on start ``` ```

Backlog

https://github.com/gsuitedevs/java-samples/blob/39fbf48f5459e0ce1ea708841763a2a203897665/sheets/quickstart/build.gradle#L14