filestack-android icon indicating copy to clipboard operation
filestack-android copied to clipboard

Official Android SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.

Results 16 filestack-android issues
Sort by recently updated
recently updated
newest added

The latest version of Android requires all activities that use an intent-filter to specify whether or not they're exported (https://developer.android.com/about/versions/12/behavior-changes-12#exported). Currently, anyone using filestack-android will have their build broken when...

- Show `Upload` text instead of icon to make it more understandable to the user - Show list of files user selected from local storage on the `LocalFilesFragment` to make...

## Expected behavior When taking video from camera intent started from filestack picker, upload happens normally ## Observed behavior Video is taken normally. Afterwards, dialog appears -> "Unfortunately, Camera has...

I'm seeing the following crash when launching the app. Note this same build works on the phone. FsActivity.java:148 attempts to find a view with the id like this. ``` ((TextView)...

getting below crash log. java.io.IOException: at com.filestack.internal.Upload.reduceChunkSize()(Upload.java:114) at com.filestack.internal.UploadTransferFunc$2.onNetworkFail()(UploadTransferFunc.java:104) at com.filestack.internal.RetryNetworkFunc.run()(RetryNetworkFunc.java:51) at com.filestack.internal.RetryNetworkFunc.call()(RetryNetworkFunc.java:34) at com.filestack.internal.UploadTransferFunc.uploadToS3()(UploadTransferFunc.java:121) at com.filestack.internal.UploadTransferFunc.subscribe()(UploadTransferFunc.java:38) at io.reactivex.internal.operators.flowable.FlowableCreate.subscribeActual()(FlowableCreate.java:72) at io.reactivex.Flowable.subscribe()(Flowable.java:14409) at io.reactivex.Flowable.subscribe()(Flowable.java:14356) at io.reactivex.internal.operators.flowable.FlowableSubscribeOn$SubscribeOnSubscriber.run()(FlowableSubscribeOn.java:82) at io.reactivex.internal.schedulers.ScheduledRunnable.run()(ScheduledRunnable.java:66) at io.reactivex.internal.schedulers.ScheduledRunnable.call()(ScheduledRunnable.java:57) at...

Hi all, I am getting this after integrating FileStack into my android application See StackTrace below for details `org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:processDebugManifest'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:95) at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:91) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:57)...

It was intended from the start to have detailed upload progress notifications for individual files. - bytes sent / bytes total - moving average bitrate - moving average ETA There...