WildOrangutan

Results 22 issues of WildOrangutan

### Checklist before submitting a feature request - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...

enhancement
needs-triage

Looking at source code of [Compressor.compress](https://github.com/zetbaitsu/Compressor/blob/70c7eac678ee3d4cb61b10cfa9782de4102def72/compressor/src/main/java/id/zelory/compressor/Compressor.kt#L25) and it's implementation down the line. Seems like cache stays behind, if `Exception` occurs. Probably some sort of `try-catch` is needed, that deletes cached...

### Step 1: Are you in the right place? - [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified...

Type: Bug
Status: Stale
Priority: Medium

## What feature would you like to see? I'm trying to better handle Firebase auth errors, and I can't find list of all possible error codes. I've managed to find...

type: feature request
api: auth

**Use case** I'm finding `ApolloCompositeException` annoying to handle. It contains multiple exceptions and you kind of have to pick one exception, and based on it show error message to user....

:sparkles: Type: Feature

I think it would be nice to implement state restoring, to restore selected country/code on rotation.

Would it be possible to add a setting, to change default behavior how to "fill class constructor". **Current behavior** Currently when you fill a class, you get: `User(name = "",...

### Problem Would be nice to be able to swipe to next/previous product image, on [full screen page](https://user-images.githubusercontent.com/5972966/195283693-b291ff2f-be54-44b9-9acd-68750092b059.png). ### Proposed solution Add left/right swipe action, that changes to prev/next image.

enhancement

### What On search product screen, swipe-refresh shows no results, when results are found. ### Steps to reproduce the behavior 1. Search a product -> shows list of products 2....

bug
search

### Issue When `layout_constrainedWidth` is set to `true`, it can expand parent layout. ### Use case I'm trying to achieve following layout. I want `text_view` to expand until it's limitied...

bug