|
| 1 | +# TERMUX_APP_ISSUE_LEDGER |
| 2 | + |
| 3 | +## Summary |
| 4 | +- Total upstream open issues: 474 |
| 5 | +- Fixed in this fork: 4 (so far in this session) |
| 6 | +- Remaining actionable: ~471 |
| 7 | + |
| 8 | +## Fixed Issues (this session) |
| 9 | + |
| 10 | +### App repo (termux-app) |
| 11 | +- #5047 Missing PendingIntent.FLAG_IMMUTABLE causes crash on Android 12+ → Fixed (added FLAG_IMMUTABLE to 4 PendingIntent calls in 3 files) — commit e108bb62 — CI pending |
| 12 | +- #5144 Resource leak: Streams and Process not closed in AndroidUtils.getSystemProperties() → Fixed (finally block for cleanup) — commit a8390f92 — CI pending |
| 13 | + |
| 14 | +### Package repo (termux-api-package) |
| 15 | +- #224 run_api_command leaks file descriptors → Fixed (close server sockets) — commit 961ca8c — CI green |
| 16 | +- #200 termux-api command should detect if Termux:API plugin is not installed → Fixed (is_termux_api_installed check) — commit 931a7ba — CI green |
| 17 | + |
| 18 | +## Bucket Counts |
| 19 | +- Bucket A: 3 (quick wins — crash/ANR bugs) |
| 20 | +- Bucket B: 4 (patches/features) |
| 21 | +- Bucket C: 235 (mostly device-specific/vague) |
| 22 | +- Bucket D: 6 (features) |
| 23 | +- Bucket E: 31 (environment/install issues) |
| 24 | +- Bucket F: 13 (medium features) |
| 25 | +- Bucket G: 182 (feature requests/enhancements) |
| 26 | + |
| 27 | +## Next Targets (Bucket A - Quick Wins) |
| 28 | +- #3478: [Bug]: Termux Auto Crash (vague, needs investigation) |
| 29 | +- #152: big crash bug (old, CyanogenMod era) |
| 30 | + |
| 31 | +## Recently Fixed (by phone Hermes, confirmed in code) |
| 32 | +- #5092: ANR / main-thread blocking in FileReceiverActivity → Fixed (background thread) — commits 631bb060, 3c4830bb, d88e6b78 |
0 commit comments