Skip to content

Core: prevent crash when applying large flag sets (#1059)#1060

Merged
DerTyp7214 merged 3 commits intostagingfrom
master
Jan 9, 2026
Merged

Core: prevent crash when applying large flag sets (#1059)#1060
DerTyp7214 merged 3 commits intostagingfrom
master

Conversation

@DerBot7214
Copy link
Copy Markdown
Collaborator

@DerBot7214 DerBot7214 commented Jan 9, 2026

📝 Brief description

🚀 Release 3.9.5 (395005)
Merge pull request #989 from DerTyp7214/master
Workflow edit
Bump Version to 3.9.5 (395008)
🚀 Release 3.9.6 (396000)
Core: prevent crash when applying large flag sets (#1059)
Version bump (#1061)
Update buildCi.yml (#1062)

💻 Commits

  • d3dcffc - DerBot7214 - 2026-01-10 00:45:05
    | Update buildCi.yml (Update buildCi.yml #1062)
    | Fix multi line commits
  • 74943f4 - DerBot7214 - 2026-01-10 00:36:13
    | Version bump (Version bump #1061)
    |
  • f29b2f3 - Selfmuser - 2026-01-10 00:27:15
    Core: prevent crash when applying large flag sets (Core: prevent crash when applying large flag sets #1059)
    Large flag/XML payloads caused "Argument list too long" when passed to su -c.
    Write commands via stdin instead of argv to prevent the crash.
  • 68d5edf - Akos Paha - 2025-07-29 21:43:03
    | 🚀 Release 3.9.6 (396000)
    | • Add windowInsets to the download list screen
    | • Add setWindowlnsetsAnimation to the download list screen
    | • Bump versionCode to 396000 (3.9.6)
    | • Require Gboard installation to use the app
    | • Update Dependencies
    | • Update Chinese Translations
    | • Update UI elements to match Material3Expressive
  • 73ffa8c - Akos Paha - 2025-07-13 14:15:17
    | Bump Version to 3.9.5 (395008)
    | • Fix workflow
    | • Bump Version to 3.9.5 (395008)
  • 0fa20f2 - Akos Paha - 2025-07-13 13:55:30
    | Workflow edit
    |
  • 02b830a - Akos Paha - 2025-07-11 14:09:26
    | Merge pull request Copy Flags Fix #989 from DerTyp7214/master
    | Copy Flags Fix
    |
    | • Bump versionCode to 395006 (3.9.5)
    | • Delete llm_pc_gemma_prompt_tag_end value when copying a flag to fix flag loading
    | • Update portuguese translation
  • 368f29d - Akos Paha - 2025-07-03 16:33:36
    🚀 Release 3.9.5 (395005)
    • Add Repo URL copy option
    • Bump versionCode to 395005 (3.9.5)
    • Fix app opening if the useMagisk preferences are changed in the background
    • Remove Sounds tab
    • Remove Magisk Method
    • Update Cmake to 4.0.2
    • Update Dependencies
    • Update Kotlin to 2.2.0
    • Update Submodules
    • Update Theme files
    • Use the '@param:' annotation target

📁 Modified files

.github/workflows/buildCi.yml | 5 ++++-
app/build.gradle.kts | 4 ++--
.../rboardthememanager/core/PorcessBuilder.kt | 17 ++++++++++++++---
3 files changed, 20 insertions(+), 6 deletions(-)

Large flag/XML payloads caused "Argument list too long" when passed to `su -c`.
Write commands via stdin instead of argv to prevent the crash.
@DerBot7214 DerBot7214 added automatic Automatic generated Pull Request update Will trigger update workflow when merged labels Jan 9, 2026
@DerTyp7214 DerTyp7214 merged commit bd24d85 into staging Jan 9, 2026
3 checks passed
@DerTyp7214 DerTyp7214 deleted the master branch January 9, 2026 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automatic Automatic generated Pull Request update Will trigger update workflow when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants