Gabor Varadi

Results 78 issues of Gabor Varadi

Reported by JCR: - Remove a key inside the stack ``` kotlin val desiredKeyToRemove = backstack.getHistory() .firstOrNull { it::class == keyToReplace } if (desiredKeyToRemove == null) { return } else...

bug
design required

While multi-stack is not the focus of the library by default, if it were possible to integrate against Compose using actual composable functions instead of [externally stored state](https://github.com/Zhuinden/compose-simple-stack-experiment/blob/cf90542396708deedab0c749be24b8163b51217a/app/src/main/java/com/zhuinden/firstcomposeapp/MainActivity.kt#L19-L46) (see the...

design required
one day maybe

https://github.com/realm/realm-android-adapters/blob/57c08121b24be2b66ea7631cb3c44326a4d0c486/adapters/src/main/java/io/realm/RealmRecyclerViewAdapter.java#L99 It should say `RecyclerView.Adapter`

T-Enhancement

Also, the Realm Object Server Dashboard cannot set the user to "admin" either. I tried registering with "goat", and it worked, but the Realm Object Server did weird things with...

In order to support `onSaveInstanceState` and saved state persistence inside ViewModel classes, Jetpack provides the `viewmodel-savedstate` module: with the `AbstractSavedStateViewModelFactory`, that provides the correct `SavedStateHandle` for the `SavedStateRegistryOwner`, with the...

enhancement

This is a problem, because Jetpack Navigation allows for the creation of NavGraph-scoped ViewModels, bound to the lifecycle of a NavBackStackEntry. Toothpick should be able to support this scenario.

enhancement

See https://www.reddit.com/r/androiddev/comments/am6s1s/i_built_a_new_material_theme_music_player_that/efki5g7/

bug
high priority

https://github.com/blipinsk/ViewPropertyObjectAnimator/blob/2241006e88f6bab004a091b07b526a484a9bbf80/viewpropertyobjectanimator/src/main/res/values/strings.xml#L2 I've just ended up with my app called `ViewPropertyObjectAnimator`, I'm pretty sure this string resource is not needed for the library to work 😅

![image](https://user-images.githubusercontent.com/11718392/69895856-53e70700-1337-11ea-9caa-d39faf87bf60.png)