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: v6.0.1
Choose a base ref
...
head repository: commons-app/apps-android-commons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 8 commits
  • 19 files changed
  • 7 contributors

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    9ba702e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Configuration menu
    Copy the full SHA
    dd96c64 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Make "File usages" items clickable with correct URLs #6307 (#6405)

    * Fix: URL generation for GlobalFileUsage in FileUsagesUiModel.kt for issue #6307
    
    * Add clickable functionality to 'Usages on Other Wikis' in FileUsagesContainer for issue #6307
    
    ---------
    
    Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
    Kota-Jagadeesh and nicolas-raoul authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    e2c8f85 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Configuration menu
    Copy the full SHA
    a59bf64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81da5c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Fixes Issue #6384: java.lang.NullPointerException in ReviewActivity (#…

    …6394)
    
    * activity_review.xml: add new GUI elements to replace old ones
    
    Before this commit, the info icon shared the same GUI element with the "Skip this image" text.
    This made the Kotlin code to handle taps on the info icon difficult to write, and would crash
    with a NPE when the user used a language that is read right to left and the info icon was pressed.
    
    This commit creates new GUI elements. Notably, the info icon has it's own element. A LinearLayout
    is used to place the skip button and the info icon button together. Kotlin code can now be
    simplified and the NPE bug can be fixed.
    
    * ReviewActivity.kt: simplify info icon code to work with some languages
    
    Before this commit, if the language was set to a language that is read right to left,
    pressing the info icon would crash the app with a NPE. This was because the Kotlin
    code assumed that the icon would always be on the right of the skip button
    (index 2 in the drawable array). When a right to left language was used, the icon
    would be on the left and index 2 would be null.
    
    This commit builds upon prior GUI changes. The info icon now has its own button.
    Kotlin changes now remove the use of the drawable array to find the info icon and
    instead directly references the new info icon button. The info icon button now works
    properly for both left-to-right and right-to-left languages while maintaining correct
    positioning.
    
    * activity_review.xml: fix xml to be more readable
    
    This commit moves around some lines in the XML to make it more readable.
    
    * activity_review.xml: change button configuration
    
    This change simplifies the button configuration XML and makes the info icon button slightly smaller
    
    ---------
    
    Co-authored-by: Ritika Pahwa <83745993+RitikaPahwa4444@users.noreply.github.com>
    Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
    3 people authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    730f314 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. Fix: enable H/W acceleration for UploadActivity to resolve keyboard n…

    …ot showing on Upload Screen (#6418)
    
    * fix: enable h/w acceleration for UploadActivity to resolve ime issue
    
    * fix(upload): handle keyboard insets for bottom buttons at Depicts step
    
    * fix(upload): handle keyboard insets for buttons at select category step
    
    * fix(upload): hide keyboard before navigating to Media License screen
    
    This solves keyboard opened at the License screen issue, if we proceed by pressing next at the Upload Categories screen when the keyboard is opened
    rohit9625 authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    2811b18 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Configuration menu
    Copy the full SHA
    a283ffe View commit details
    Browse the repository at this point in the history
Loading