Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: v2er-app/Android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.6
Choose a base ref
...
head repository: v2er-app/Android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.6.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 17, 2025

  1. fix: prevent crash when clicking null images in gallery (#110)

    - Add validation in GalleryActivity.open() to check for null/invalid images before opening gallery
    - Add null safety checks in GalleryAdapter to handle null image objects
    - Add null checks in getCurrentImage() and menu actions to prevent NPE
    - Add ProGuard rules to keep ImagesInfo classes from being obfuscated
    - Show "图片不存在" toast when attempting to open gallery with invalid images
    
    This fixes the crash that occurred only in release builds when clicking
    on images in reply lists that had null or invalid image data.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Claude <[email protected]>
    graycreate and claude authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    5a6ce43 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 2.3.6.1 (#111)

    - Version code: 237
    - Includes gallery crash fix from PR #110
    graycreate authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    6fc0554 View commit details
    Browse the repository at this point in the history
Loading