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.5
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
Choose a head ref
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 10, 2025

  1. fix: use GitHub username instead of git author name in release changelog

    - Replace %an (git author name) with actual GitHub username via API
    - Falls back to git author name if API call fails
    - Ensures @graycreate appears instead of @gray in release notes
    graycreate committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    ba0e870 View commit details
    Browse the repository at this point in the history
  2. fix: remove Google Play signed info text file from release

    - Remove unnecessary info text file generation and upload
    - Keep only the signed APK upload to GitHub release
    - Simplifies release artifacts
    graycreate committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    d5ef18d View commit details
    Browse the repository at this point in the history
  3. fix: address Copilot review comments

    - Use '.author.login // empty' instead of redundant fallback to .commit.author.name
    - Add @ prefix to git author name fallback for consistency with original format
    - Ensures cleaner logic flow and consistent @ prefixes in changelog
    graycreate committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    1bc1f16 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #105 from v2er-app/feature/auto-version-tagging

    fix: use GitHub username in release changelog instead of git author name
    graycreate authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    d503305 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. fix: handle null ResponseBody source in network interceptor (#107)

    - Replace custom ResponseBody anonymous class with ResponseBody.create()
    - Ensures valid BufferedSource is returned instead of null
    - Prevents NullPointerException when OkHttp attempts to close response
    - Fixes crash reported in Google Play Console
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Claude <[email protected]>
    graycreate and claude authored Sep 17, 2025
    1 Configuration menu
    Copy the full SHA
    cc8a7cd View commit details
    Browse the repository at this point in the history
  2. fix: add null checks in HtmlMovementMethod to prevent crashes (#108)

    - Add null check for imgs collection before iterating
    - Add null check for currentImg before comparison
    - Add null check for imgs.get(i) and its getUrl() method
    - Prevents NullPointerException when clicking on image spans
    - Fixes crash reported in Google Play Console at line 215
    
    🤖 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
    7064aa0 View commit details
    Browse the repository at this point in the history
  3. chore: bump version to 2.3.6

    - Version code: 235 → 236
    - Version name: 2.3.5 → 2.3.6
    
    This version bump triggers a new release.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    graycreate and claude committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    f7bd9a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #109 from v2er-app/feature/version-bump-2.3.6

    chore: bump version to 2.3.6
    graycreate authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    2ec05e0 View commit details
    Browse the repository at this point in the history
Loading