amplify
amplify copied to clipboard
Respectfully request feedback in your Android app.
- This is a common minimum as of writing (Aug 2020). - Anyone needing support for older Android versions can fork the library and lower the minimum SDK version, addressing...
java.lang.IllegalStateException: You must call initSharedInstance before calling getSharedInstance
Got a crash on one customer device. Amplify: 1.5.1 Android version: Android 6.0 Device: Galaxy A3(2016) (a3xeltekx) ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.alexvas.dvr/com.alexvas.dvr.activity.ManageCamerasActivity}: android.view.InflateException: Binary XML file line #11:...
https://www.xda-developers.com/google-play-store-in-app-review/ May signal the deprecation of Amplify, or its reduction to the prompt timing calculator portion only.
I am getting a few users with this crash on 2.2.0. Don't know if 2.2.1 fixed it. It happens in Application's onCreate() when calling Amplify.init(this); Only on 6.0.1 strangely. ```...
We want to discourage the addition of new tracked events, custom configuration of the state tracker, etc., outside of the Application class. Switching to a Builder pattern and 'finalizing' configuration...
Allow the consumer to adjust what a day means in real time. For instance if I have the cool down set to 7 days but I want to test I...