Eric Silverberg
Eric Silverberg
This PR adds support for the [Endpoint Verification](https://chrome.google.com/webstore/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?hl=en) extension to support [Context Aware Access](https://support.google.com/a/answer/9275380?hl=en) to your [AWS SAML app](https://aws.amazon.com/blogs/desktop-and-application-streaming/setting-up-g-suite-saml-2-0-federation-with-amazon-appstream-2-0/), which is a feature of [Cloud Identity Premium](https://cloud.google.com/identity). This means, for...
Hi, When I `git clone` and attempt to build this project from the command line using `gradle build`, this is what I see: ``` /Users/me/Desktop/android-autofittextview/library/src/main/java/me/grantland/widget/AutofitTextView.java:12: error: unknown tag: attr *...
See this movie for what can happen if you rapidly click to create new notification banners while there is an active UIAnimation running: 
This PR addresses issue: https://github.com/badoo/Chatto/issues/708 I did my best to limit the scope of this change and fit things into the patterns established in `KeyboardTracker.swift` If you all have feedback...
Fix issue where cells are not drawn properly when rotating from portrait to landscape This addresses issue https://github.com/badoo/Chatto/issues/712
The UICollectionView `.collectionViewLayout` is not being properly invalidated on a rotation. This leads to the following, easily-reproable behavior (do this on the "Empty Chat" screen of the demo app): The...
When you are using a custom keyboard like SwiftKey, the first time Chatto renders, the input bar will be incorrectly drawn behind the keyboard. Subsequent attempts to draw the keyboard...
- [x] I have read [CONTRIBUTING](https://github.com/Quick/Quick/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? Upgraded from Xcode 13 to Xcode 14 ### What did you...
**Overview** Quick is missing the ability to assign values to variables in interior blocks, but read those variables in a common exterior block. This is similar to the lazy evaluation...