rave-android
rave-android copied to clipboard
Rave's Android Drop In UI
## Describe the Bug ``` Fatal Exception: java.lang.IllegalStateException: Fragment BankTransferFragment{453ed60} (16541e04-910d-48f9-84a7-51bafe3968a1)} not attached to a context. at androidx.fragment.app.Fragment.requireContext(Fragment.java:805) at androidx.fragment.app.Fragment.getResources(Fragment.java:869) at androidx.fragment.app.Fragment.getString(Fragment.java:891) at com.flutterwave.raveandroid.banktransfer.BankTransferFragment.onPollingTimeout(BankTransferFragment.java:224) at com.flutterwave.raveandroid.rave_presentation.banktransfer.BankTransferHandler$3.onSuccess(BankTransferHandler.java:180) at com.flutterwave.raveandroid.rave_remote.RemoteRepository$RequeryNetworkCallback.onSuccess(RemoteRepository.java:417) at com.flutterwave.raveandroid.rave_remote.RemoteRepository$RequeryNetworkCallback.onSuccess(RemoteRepository.java:405)...
When i navigate to the payments page and try to enter the payment phone number Rave crashes with the error below Phone specs: Huawei P10 Android Version: 10 E/AndroidRuntime: FATAL...
Hi,the bank in the USSD is missing one,it is full in Java code, but missing one in XML.Miss `First Bank of Nigeria` ``` /** * The list of banks for...
## Describe the Bug When .shouldDisplayFee() is set to true, the alert dialog confirmation buttons (No/Yes) are invisible to users when they proceed to pay after submitting card details. ##...
Added v3 APIs for charges
Darkmode feature and ui controls update
the pollingProgressDialog should dismiss `IF` pollingProgressDialog.isShowing() not otherwise like we're currently doing
removed unused encryption algorithms and implemented certificate transparency for secure network connection
When trying to integrate FlutterWave Android SDK I get the error Class not found when unmarshalling: com.flutterwave.raveandroid.RavePayInitializer$$Parcelable java.lang.ClassNotFoundException: com.flutterwave.raveandroid.RavePayInitializer$$Parcelable and the app crashes. I have followed all the recommended steps...
Is there any way this SDK can be used for subscriptions? I realized the guide or documentation only showed a one time payment example