peterhav

Results 9 issues of peterhav

To the developer of this library, I have been using this library in one of my Android applications and really appreciate it. Recently I have migrated all my sources to...

This plugin still uses the old Android Support namespaces instead of Android X, please update.

### Step 3: Describe the problem: #### Steps to reproduce: 1. Create a testcase which involes the creation of a new user mail account using Firebase-UI 2. In the test...

type: feature request
auth
testing

This is a feature request related to the new firebase-ui-storage library available since release 0.6.0: I’m planning on using the provided integration with Glide to (efficiently) show images stored in...

type: feature request
storage

As far as I'm aware this library is available only on JCenter: https://developer.android.com/studio/build/jcenter-migration

I'm using this libray in my app, but recently it started to crash with this exception: ``` java.lang.NoSuchMethodError: No virtual method setOnTabSelectedListener(Landroid/support/design/widget/TabLayout$OnTabSelectedListener;)V in class Landroid/support/design/widget/TabLayout; or its super classes (declaration...

This feature request is about providing a similar option as EXTRA_ONLY_CONTACTS_WITH_PHONE (Boolean), but for having an email account (e.g. only show contacts that have at least a mail account.

After migration to API level 26, the new Android Studio 3.0 version (canary 4) and java 8: ``` compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } ``` I'm getting the following...

Thanks for providing this sample. I've cloned the project and got this working on several devices. My goal is to use the SignIn on the Android TV platform. Unfortunatly when...