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.1.0
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: main
Choose a head ref
  • 11 commits
  • 102 files changed
  • 8 contributors

Commits on Oct 23, 2025

  1. Remove an unused element from layout/fragment_media_detail.xml (#6536)

    I noticed this issue years ago because it used a hard-to-understand
    string that needed better documentation (see #688). I forgot it,
    but recently, I started to explore the app much more deeply and
    came back to it.
    
    It looks like this string is only used in this layout element,
    but the element itself is not used anywhere. It usage appears to
    have been removed in #634.
    amire80 authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    6873f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae9d4a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Display specific, user-friendly error message when upload categories …

    …search API call returns an error (#6540)
    
    * Make OkHttpConnectionFactory raise MwIOException when a non-suppressed API call returns an error
    
    * Add AlertDialog displaying specific error message when categories search API call returns an error
    
    * Add test for error alert dialog to UploadCategoriesFragment unit tests
    
    * Add error handling when API call fails to CategoriesPresenter.onAttachViewWithMedia
    ted-gilbert authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    28fa7b1 View commit details
    Browse the repository at this point in the history
  2. Part of issue #5996: Fix IDE warnings in ContributionsListFragment (#…

    …6542)
    
    * Part of issue #5996: Fix IDE warnings in ContributionsListFragment (naming, null-safety, deprecations)
    
    * Part of issue #5996: Clean final IDE warnings (parameter name alignment, remove redundant toggle)
    
    ---------
    
    Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
    ericlovetuna and nicolas-raoul authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    e81f916 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2025

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

Commits on Oct 27, 2025

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

Commits on Oct 30, 2025

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

Commits on Nov 2, 2025

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

Commits on Nov 3, 2025

  1. Fix: Map position of Explore set correctly when navigating from Nearby (

    #6544)
    
    * fix: show in explorer in same position as nearby
    
    * fix: Show in explorer map position: added the removed comment
    
    * code rabbit changes
    
    ---------
    
    Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
    Aryakoste and nicolas-raoul authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    c8b52ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a569b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Fix/bottom nav visibility mediadetails (#6520)

    * Ensure bottom navigation bar is visible on back navigation
    
    * Prevent hiding bottom navigation bar in MediaDetailPagerFragment
    
    * Removed the  redundant showTabs() calls from onBackPressed() as they are no longer needed
    
    * Explicitly hide and show the bottom navigation bar on entering/exiting Media Details
    
    ---------
    
    Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
    Kota-Jagadeesh and nicolas-raoul authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    a2805a3 View commit details
    Browse the repository at this point in the history
Loading