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: quran/quran_android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.5-p5
Choose a base ref
...
head repository: quran/quran_android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.5-p6
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 28, 2024

  1. Fix audio settings button missing on some devices

    This patch fixes the audio settings button going missing on some devices
    (devices with width of 320dp, for example). It sets a width per button
    to ensure that everything fits, and assigns weight of 1 to each so that
    the buttons can have more space if the space available is more.
    ahmedre committed Dec 28, 2024
    Configuration menu
    Copy the full SHA
    1ec2a9e View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Respect Arabic setting for Audio Manager

    This patch applies a temporary fix for the audio manager screen not
    respecting the proper locale. The entire method of enforcing locale
    within the app needs to be revisited in the near future in sha' Allah.
    ahmedre committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    ab03edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a144fad View commit details
    Browse the repository at this point in the history
Loading