Giter Site home page Giter Site logo

biometricauth's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

biometricauth's Issues

Switch to current AndroidX dependencies

Currently your library is the last remaining dependency which uses old support libraries and forces us to enable Jetifier.

Please consider releasing a new minor version update using the current AndroidX libs.

Declare RxKotlin as api dependency

Currently you have to manually add the io.reactivex.rxjava2:rxkotlin dependency to your project to use the library. Consider declaring rxkotlin as api dependency.

Use FragmentActivity instead of AppCompatActivity

The BiometricAuth.create function requires an activity as parameter which is typed as the androidx.appcompat.app.AppCompatActivity activity. Looking through the source it seems the only thing needed from the specific activity is the supportFragmentManager which is provided through the androidx.fragment.app.FragmentActivity super class. Therefore it should not be required to use AppCompatActivity instead of FragmentActivity for this parameter.

Android Oreo (API 27) java.util.NoSuchElementException: The MaybeSource is empty

I'm getting java.util.NoSuchElementException: The MaybeSource is empty

.authenticate(crypto, ...)
.subscribe(
  { success_block },    // this one must be called
  { error_block }       // this one calls after successfully fingerprint scanning with exception named as above one
)

It occurs after fingerprint scanning (there must be called function onSuccess) only when I use the method authenticate with CryptoObject argument only on Android API 27 (also maybe lower API versions). On Android API 28 works well

Project still maintained / availability on MavenCentral?

Hi,
are there any plans on updating and maintaining this library? This would require making it available on MavenCentral (or jitpack).

Since I am a library maintainer myself I know the hassle of setting up MavenCentral and so on. Does your company already have a MavenCentral account? I saw that your domain is tailored-apps.com while your package name is com.tailoredapps. This could potentially be an issue with the verification.

I could support you by creating a PR to set up all the publishing configuration for MavenCentral inside the Gradle buildscripts.

If this library has no priority for you thats also fine ofc. But would be nice if you could notice this in the readme e.g.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.