Igor Wojda

Results 52 issues of Igor Wojda

Following UI tests implementation (https://github.com/igorwojda/android-showcase/issues/85 - `ready to grab`) we should tun UI tests in the pipeline on multiple versions of Android API (5-11).

enhancement

error: '{' is not preceded with whitespace. com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck ``` if (eventBus != null){ } ``` or ``` public void onTakeView(NotificationsView view){ } ```

com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck ``` if (eventBus != null){ } ```

I would assume this is the speed of characters appearing on the screen - bigger the speed value, the faster character are appearing on the screen (bigger the speed of...

Backlog
helpful

**Is your feature request related to a problem? Please describe.** Injecting Android ViewModel without a need to pass arguments **Describe the solution you'd like** Currently, Koin requires passing fragment arguments...

type:feature-proposal
android:viewmodel

After running `./gradlew createDebugCoverageReport` task and opening report (`app/build/reports/coverage/debug/index.html`) I can see in the right bottom corner this text version: `Created with JaCoCo 0.7.9.201702052155` Shouldn't the JaCoCo version be the...

![image](https://user-images.githubusercontent.com/530122/84566103-e2b8ef80-ad6e-11ea-982c-563e68ba2330.png)

When renaming file within Android Studio links in the markdown file are not updated (link is invalid because it point to file with old name)

fixed for next release
fix available

False-positive in IDE and no code completion for this file. ![image](https://user-images.githubusercontent.com/530122/66268761-952bd080-e838-11e9-9bc7-7c20fe45d24b.png)

enhancement
bug

Now all assets go to default scope (main dependency configuration), but sometimes we want to add new resource to other configuration e.g change logo/icons when rebranding app. It would be...

enhancement