StfalconImageViewer icon indicating copy to clipboard operation
StfalconImageViewer copied to clipboard

A simple and customizable Android full-screen image viewer with shared image transition support, "pinch to zoom" and "swipe to dismiss" gestures

Results 57 StfalconImageViewer issues
Sort by recently updated
recently updated
newest added

In my app I support dark mode (beside device settings), so I'd like to set a different theme for the viewer or, at least, the ability to set navigation bar...

question

Is this another dead library? No updates in ages. Still advised to use it or not?

question

This is in kotlin. probably need to have a kotlin version

bug

I'm having a problem using the module that says I can't find the PhotoView Below is the detailed log, I hope it can help me java.lang.NoClassDefFoundError: Failed resolution of: Lcom/github/chrisbanes/photoview/PhotoView;...

bug

I have English & Arabic language in app. There is profile picture at left side and it will be move to right side when app language is Arabic. When I...

bug

**Describe the bug** In some cases, ImageViewerView will fail with `UninitializedPropertyAccessException` because `lateinit property transitionImageAnimator has not been initialized`. I've taken a look at the source, and found out that...

bug

If I want to update the list dynamically during the time when user is interacting with the imageview , won't that refresh the current visible image to the user. Considering...

Switched the dialog to DialogFragment so when a configuration change (i.e. orientation) happens the dialog will still be there. Updated the listeners passed in to just call out to the...

**Describe the bug** android.content.res.Resources$NotFoundException: Resource ID #0x0 at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:237) at android.content.res.Resources.loadXmlResourceParser(Resources.java:2281) at android.content.res.Resources.getLayout(Resources.java:1175) at android.view.LayoutInflater.inflate(LayoutInflater.java:532) at android.view.LayoutInflater.inflate(LayoutInflater.java:481) at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:555) at androidx.appcompat.app.AppCompatDialog.setContentView(AppCompatDialog.java:95) at androidx.appcompat.app.AlertController.installContent(AlertController.java:232) at androidx.appcompat.app.AlertDialog.onCreate(AlertDialog.java:279) at android.app.Dialog.dispatchOnCreate(Dialog.java:421) at android.app.Dialog.show(Dialog.java:315) at...

bug

I'm android learner and I'm using java. What is the java version of that code ?: `new StfalconImageViewer.Builder(context, images, new ImageLoader() { @Override public void loadImage(ImageView imageView, String imageUrl) {...

question