andj207
andj207
For anyone is finding this feature. We can get direct bitmap like this: val bitmap = Blur.of(context, sourceBitmap, BlurFactor().apply { sampling = downSampling radius = blurRadius color = colorOverlay })
When I set `minifyEnabled false` and `shrinkResources false` in release build, it works well. If I turn those things on, I set proguard as following, it still not works, the...
It's all about the `contentResolver.openFileDescriptor(fileUri, "w")` in the class `StorageResolverHelper.kt`. When using with Storage Access Framework the file path is a Document uri, if the download is paused and then...
I have this issue too java.lang.IllegalArgumentException: Too many bind arguments. 2 arguments were provided but the statement needs 1 arguments. at android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:72) at android.database.sqlite.SQLiteStatement.(SQLiteStatement.java:34) at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1920) at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1898) at androidx.sqlite.db.framework.FrameworkSQLiteDatabase.execSQL(FrameworkSQLiteDatabase.java:247)...
@Jawnnypoo If ```ParseUser.enableAutomaticUser();``` was removed, ```ParseUser.getCurrentUser(); ``` always returns ```null```. I need to create anonymous user for use in the app.
Btw, If I use ```user.saveInBackground();``` everything works as expected. There must be a bug with ```user.saveEventually();```.
@AlejandroHCruz yes, I still struggle with this issue, the User collection grows very fast compare to Installation collection. For now I switch to use Installation pointer for "relation" instead.
v2.1.0 works for me. Big thanks!
I have the same issue on Android but works well on iOS device. On Android, The VlcPlayer widget's width and height match with the parent SizedBox (829.1 x 392.7), but...
Add like _emawby_ mentioned and `import OneSignalFramework` works for me.