Giter Club home page Giter Club logo

voiceit2-androidsdk's People

Contributors

akshay247-voiceit avatar bravecorvus avatar gilgameshskytrooper avatar hasismaeel5 avatar noeljgrover avatar seniorburito avatar stephenakers avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

voiceit2-androidsdk's Issues

No static field INSTANCE

i am getting this error
java.lang.NoSuchFieldError: No static field INSTANCE of type Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; in class Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; or its superclasses (declaration of 'org.apache.http.conn.ssl.AllowAllHostnameVerifier' appears in /system/framework/framework.jar!classes3.dex)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.(SSLConnectionSocketFactory.java:151)
at org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder.java:977)
at main.java.VoiceIt2.(VoiceIt2.java:43)
at com.example.smarty.Register.onCreate(Register.java:30)
at android.app.Activity.performCreate(Activity.java:7136)
at android.app.Activity.performCreate(Activity.java:7127)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1272)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2905)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3060)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1818)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6762)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

line in question is
myVoiceIt = new VoiceIt2(apikey,apitoken);
what may cause it?

view_type Error

I'm new to VoiceIt.
I have add

allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

and

implementation 'com.github.voiceittech:VoiceItApi2AndroidSDK:2.1.3'
implementation 'com.github.voiceittech:VoiceIt2-Java:1.5.0'

these two my grade files and. the gradle sync was successes.

btw when I build the project after adding these I got error. I don't know how to solve it. Please help me

image

SDK needs to support modern versions of Android

When will the SDK be updated to support modern versions of Android, as a minimum? Currently, this SDK requires minSdkVersion of 17. That is Android 4.2 (Jellybean) released in 2012. Google Play services discontinued updates for Jellybean (API levels 16, 17 & 18) in July 2021 (https://android-developers.googleblog.com/2021/07/google-play-services-discontinuing-jelly-bean.html).

A minSdkVersion this old holds back VoiceIt's other SDKs that use this SDK as a dependency.

How to auth with userToken instead of apiKey and apiToken?

Hi, thanks you for this library!
I can make requests with apiKey and apiToken, but with userToken request doesn't work. I want to use userToken for security and don't want to store apiKey and apiToken in app because they can be extracted.

No support to get users of a specific group

In the VoiceItAPI2AndroidSDK, there is support to get all the groups a particular user is linked to. We can get this using https://api.voiceit.io/?java#get-groups-for-user. But there is no support for getting all the users of a specific group.
This would be very helpful to get all the users of a group, map then to the local users details in the app and proceed with verification. Without this, there will be huge logic execution to map all the users of the VoiceIt account, and mapping them to the DB.

Multiple Phrase

Can we record Video Enrollment with multiple phrase.? Any suggestion would be very helpful.

Save UserId

Do you know how to save the userId in a database ?

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.