Sam Doward
Sam Doward
I just noticed that version 3.x doesn't support traditional view setup as the previous versions did. We currently don't have our project setup setup for compose so the interop is...
This configuration will be used by the manifest merger. This means that this lib could potentially switch on auto backup, define the application name and switch on rtl support for...
As a follow up from https://github.com/braintree/braintree_android/issues/488 I want to bring up some concerns I have around the Braintree API in this SDK. I have used the braintree sdk for around...
As per conversation in https://github.com/cashapp/paparazzi/issues/482 this PR adds configuration so consumers can control the size of the images. Api Considerations ----- The changes introduces an addition to the api surface....
**Description** When recording content that is takes up a lot of height. The images that are produce are pixelated. **Steps to Reproduce** - Create a scroll view or recycler view...
When using `com.google.android.material.textfield.TextInputEditText` It looks like the following line is throwing an error... ``` public static boolean isMeizuDevice() { return Build.MANUFACTURER.toLowerCase(Locale.ENGLISH).equals("meizu"); } ``` ``` java.lang.NullPointerException at com.google.android.material.internal.ManufacturerUtils.isMeizuDevice(ManufacturerUtils.java:36) at com.google.android.material.textfield.TextInputEditText.onAttachedToWindow(TextInputEditText.java:90) at...
Sometimes I am seeing the following error, sometimes not. I believe this happens when I am running multiple steps in parallel. How would I go about fixing this? ``` Run...
---- As an android developer I want to be able to configure the location of the artefacts.json file So that I can bundle it in my app as part of...
**Description** I would like to use the pseudo-localization feature released in 1.3.2. However I have some strings that should not be translated. I can see [here](https://github.com/cashapp/paparazzi/blob/master/paparazzi/src/main/java/app/cash/paparazzi/internal/resources/PseudolocaleGenerator.kt#L55) that we can do...
Using RxJava 2.0. This will probably only be released after RxJava 2.0 has been released fully