-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: v2er-app/Android
base: v2.3.5
head repository: v2er-app/Android
compare: v2.3.6
- 8 commits
- 4 files changed
- 2 contributors
Commits on Sep 10, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for ba0e870 - Browse repository at this point
Copy the full SHA ba0e870View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d5ef18d - Browse repository at this point
Copy the full SHA d5ef18dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1bc1f16 - Browse repository at this point
Copy the full SHA 1bc1f16View commit details -
Merge pull request #105 from v2er-app/feature/auto-version-tagging
fix: use GitHub username in release changelog instead of git author name
Configuration menu - View commit details
-
Copy full SHA for d503305 - Browse repository at this point
Copy the full SHA d503305View commit details
Commits on Sep 17, 2025
-
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]>
1Configuration menu - View commit details
-
Copy full SHA for cc8a7cd - Browse repository at this point
Copy the full SHA cc8a7cdView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7064aa0 - Browse repository at this point
Copy the full SHA 7064aa0View commit details -
- 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]>
Configuration menu - View commit details
-
Copy full SHA for f7bd9a3 - Browse repository at this point
Copy the full SHA f7bd9a3View commit details -
Merge pull request #109 from v2er-app/feature/version-bump-2.3.6
chore: bump version to 2.3.6
Configuration menu - View commit details
-
Copy full SHA for 2ec05e0 - Browse repository at this point
Copy the full SHA 2ec05e0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.5...v2.3.6