Volo

Results 9 issues of Volo

### Checklist: - [x] I am using the latest release - [x] I searched for [existing GitHub issues](https://github.com/openid/AppAuth-Android/issues) - [x] I read the [documentation](https://github.com/openid/AppAuth-Android/blob/master/README.md) - [x] I verified the client...

bug

On JVM the `AtomicReference` class contains the `getAndUpdate()` method. It'd be convenient to have it for other targets/common code as well. The non-JVM implementation can look like: ```kotlin fun getAndUpdate(updateFunction:...

enhancement

Can you please create a new release of the `dspci` with the latest pci.ids from https://pci-ids.ucw.cz/v2.2/pci.ids ?

There's LLVM 12 recipe already. Can a recipe for LLVM 11.1.0 be added too? I'm trying to hack on some stuff which depends on 11.1.0 . I'm happy to add...

type-enhancement

Would you be up for creating Objective-C bindings? Having those it would be a trivial task to use the library with Kotlin Native and Swift. AFAIU the currently available alternative...

enhancement

Current library version 0.5.0 was released more than 3 years ago. As of today the `main` branch is ahead of 0.5.0 release by [25 commits](https://github.com/facebook/shimmer-android/compare/0.5.0...main) (including important crash and OOM...

This change allows users of `ShimmerFrameLayout` to query/change a value of repetitions count and add/remove animator listeners. With these changes users will be able to change a shimmer effect when...

CLA Signed

This library seems to be long time abandoned, but if one day you like I find yourself on a project that uses Toothpick and question how to perform a constructor...

## Summary This change fixes the following issue for apps targeting SDK 35+ https://github.com/facebook/react-native/issues/49759 Technical details: > Before targeting SDK 35, using `android:windowSoftInputMode=”adjustResize”` was all you needed to maintain focus...