Skip to content

[codex] Update target SDK to 36#317

Merged
aivanovski merged 5 commits into
masterfrom
feature/update-terget-sdk-to-version-36
May 27, 2026
Merged

[codex] Update target SDK to 36#317
aivanovski merged 5 commits into
masterfrom
feature/update-terget-sdk-to-version-36

Conversation

@aivanovski

Copy link
Copy Markdown
Owner

Summary

  • Updates the Android target and compile SDK versions to 36.
  • Adds Android 15+ system bar inset handling in MainActivity so the toolbar and fragment content avoid status/navigation bar overlap after edge-to-edge behavior is applied.
  • Adds repository agent instructions in AGENTS.md.

Root Cause

After moving to the newer target SDK, Android applies edge-to-edge behavior on recent platform versions. The existing activity layout constrained the toolbar and fragment container directly to the parent bounds, so unlock screen content could appear under the status and navigation bars.

Validation

  • ./gradlew app:assembleFdroidDebug

@aivanovski aivanovski marked this pull request as ready for review May 27, 2026 18:07

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3458558d4d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@aivanovski aivanovski merged commit d379d79 into master May 27, 2026
11 checks passed
@aivanovski aivanovski deleted the feature/update-terget-sdk-to-version-36 branch May 27, 2026 19:57
@aivanovski aivanovski added this to the 1.17.0 milestone May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant