fix Android 7/7.1 crashes, rename Bashrc templates label, update docs and changelog - #6
Conversation
…to Bashrc templates, update docs and changelog with current toolchain
📝 WalkthroughWalkthroughThe release changes update v1.0.2 documentation, build requirements, and the settings label. Android runtime code adds API guards, version-specific process cleanup, and Android-native symbolic-link creation for older-version compatibility. ChangesAndroid compatibility
Release and build updates
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CHANGELOG.md`:
- Line 8: Update the changelog workflow so the release heading remains
consistent with contributor guidance: add a ## [Unreleased] section above ##
[v1.0.2] in CHANGELOG.md, preserving the existing v1.0.2 notes below it.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: fbad99fb-be40-439d-8659-8e71d787d0ec
📒 Files selected for processing (6)
CHANGELOG.mdCONTRIBUTING.mdREADME.mdapp/src/main/java/com/redtermapp/RedTermApp.ktapp/src/main/java/com/redtermapp/distro/DistroInstaller.ktapp/src/main/res/layout/activity_settings.xml
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [Unreleased] | ||
| ## [v1.0.2] |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Keep the changelog workflow consistent with the new release heading.
CHANGELOG.md now starts with ## [v1.0.2], but CONTRIBUTING.md Lines 86-91 still instruct contributors to use ## [Unreleased]. Add a new ## [Unreleased] section above v1.0.2, or update the contributor and release-workflow instructions. Otherwise, future release notes can be omitted from the tag-specific section.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@CHANGELOG.md` at line 8, Update the changelog workflow so the release heading
remains consistent with contributor guidance: add a ## [Unreleased] section
above ## [v1.0.2] in CHANGELOG.md, preserving the existing v1.0.2 notes below
it.
Tested locally (debug, lint, R8 release, signed APK):
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores