Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: commons-app/apps-android-commons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: MohamedMBG/apps-android-commons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Mar 7, 2026

  1. Fix #6680: Bump compileSdk and targetSdk to API Level 36

    - Updated `compileSdk` and `targetSdk` to 36 in [app/build.gradle.kts](cci:7://file:///c:/Users/pc/projectw/apps-android-commons/app/build.gradle.kts:0:0-0:0) to meet the new API level requirements.
    - Added `android:enableOnBackInvokedCallback="false"` to the `<application>` tag in [AndroidManifest.xml](cci:7://file:///c:/Users/pc/projectw/apps-android-commons/app/src/main/AndroidManifest.xml:0:0-0:0) as a minimal, temporary opt-out for predictive back navigation. This ensures the app's existing legacy `onBackPressed()` handling continues to function correctly without requiring a broad migration at this time.
    MohamedMBG committed Mar 7, 2026
    Configuration menu
    Copy the full SHA
    42d8a1c View commit details
    Browse the repository at this point in the history
Loading