Yaroslav Mytkalyk

Results 11 issues of Yaroslav Mytkalyk

I've got a global config pointing to ``` signing.secretKeyRingFile=~/.gnupg/secring.gpg ``` gradle uploadArchives exits with failure: ``` FAILURE: Build failed with an exception. * What went wrong: Could not evaluate onlyIf...

This is not first time I run into this, I had this issue before bu I had a single argument so I sort of "fixed it" by setting and getting...

Gendalf 1.3.0 Android Studio 2.2.1 Gradle plugin 2.2.1 Android APT 1.8 Consider this case. ``` java import android.media.audiofx.Equalizer; @PrefsConfig("AudioEffectsPrefs") public class AudioEffectsPrefsConfig { @CustomPref(EqualizerSettingsConverter.class) Equalizer.Settings equalizerSettings; static final class EqualizerSettingsConverter...

The problem: Cursors in `CursorRecyclerAdapter` are cleared `onStop`, sometimes causing crash in shared element transitions because the views no longer attached to the adapter after `onStop`. Steps to reproduce: -...

bug

In your code, you transform `domain` entities into `presentation` model in UI thread, mainly because the `UseCase` can't access entities from `presentation`. E.g. [UserDetailsPresenter.java#L100](https://github.com/android10/Android-CleanArchitecture/blob/master/presentation/src/main/java/com/fernandocejas/android10/sample/presentation/presenter/UserDetailsPresenter.java#L100), [UserListPresenter.java#L109](https://github.com/android10/Android-CleanArchitecture/blob/master/presentation/src/main/java/com/fernandocejas/android10/sample/presentation/presenter/UserListPresenter.java#L109) Transformations in UI thread is...

**Describe the bug** Call to `isEffectSupported` is time-sensitive. It returns `false` first, until it returns `true` after some time. ***Exception or Stack Trace*** N/A **To Reproduce** 1. Create LocalVideoStream; 2....

question
needs-triage
customer-reported

User feedback: > This is a great live wallpaper. But I think it would be way better if it had an option to setup a night mode with different color...

enhancement

As requested by [Tony Barrera](https://play.google.com/apps/publish?account=6485991771115249321#ReviewDetailsPlace:p=com.doctoror.particleswallpaper&reviewid=gp:AOqpTOGyqIcWAxYifbuWbRfdwh8r2tMY5pzoKj6OcZMp0B-uyuuzgwCBYJjVb_H-dY25pXH967UwlmBbNwUcdA) > I would gladly pay money for particles of different colors. An option for two or three different colors for awesome palettes to match our...

enhancement