Aidan Follestad

Results 12 issues of Aidan Follestad

QuickTime is unable to play videos recorded of my Nexus 5X screen. It worked before yesterday's updates.

The above setting doesn't actually work on my Nexus 5X.

If you use the translucent status bar on Android 4.4 KitKat with the android:fitsSystemWindows theme attribute, AppMsges are shown above the action bar in the status bar area and you...

In apps I tend to give notification creation responsibility to injectable interface that has a "Real" implementation. The interface is mocked in my tests. I could see this being a...

enhancement

It's pretty irresponsible based on how many people use this library. --- This library allocates Typefaces over and over again rather than caching them, resulting in a lot of memory...

Self explanatory

improvement

tech debt
pre-1.0

A simple case: ```kotlin @Module abstract class MyModule1 { @Provides @IntoSet fun stringOne(): String = "hello" } @Module abstract class MyModule2 { @Provides @IntoSet fun stringTwo(): String = "world!" }...

enhancement

A simple case: ```kotlin @Module abstract class MyModule1 { @Provides @IntoMap("one") fun stringOne(): String = "hello, " } @Module abstract class MyModule2 { @Provides @IntoMap("two") fun stringTwo(): String = "world!"...

enhancement

``` xml java.lang.IllegalStateException: The ImageView's ScaleType has been changed since attaching a PhotoViewAttacher ``` This has become a really annoying problem in Fragments. It appears to be caused by shared...

bug