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: rohit9625/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: 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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 11 files changed
  • 7 contributors

Commits on Dec 25, 2025

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

Commits on Dec 27, 2025

  1. Refactoring NearbyParentFragmentPresenter.loadPlacesDataAsync() (comm…

    …ons-app#6586)
    
    * NearbyParentFragmentPresenter.kt: refactor cached place retrieval code
    
    The code which retrieves cached places from the local database is moved
    into a separate method. This separate method is then called where the
    moved code used to be. Documentation is added to new method.
    
    * NearbyParentFragmentPresenter.kt: refactor indices batching code, simplify channel creation
    
    Code that created batches of indices is now in a separate method (with documentation).
    The new method is now called where the replaced code was before this commit. Channel creation
    code is simplified by using an unlimited size rather than calculating the number of batches. Some symbols are renamed to increase clarity.
    
    * NearbyParentFragmentPresenter.kt: refactor thread code
    
    The code which each launched thread uses to retrieve information from WikiData
    has been moved into a separate method (with documentation). This new method
    is then called where the moved code used to be.
    
    * NearbyParentFragmentPresenter.kt: refactor thread launching code
    
    The code which launches the threads that retrieve information from
    WikiData has been moved into a separate method (with documentation).
    This new method is now called where the moved code used to be.
    
    * NearbyParentFragmentPresenter.kt: refactor WikiData result processing code
    
    The code which processes the WikiData results has been moved into a
    separate method (with documentation). This method is called where
    the moved code was before this commit.
    
    ---------
    
    Co-authored-by: Ritika Pahwa <83745993+RitikaPahwa4444@users.noreply.github.com>
    Jason-Whitmore and RitikaPahwa4444 authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    0483151 View commit details
    Browse the repository at this point in the history
  2. 6269: Disable instrumentation tests (commons-app#6584)

    * 6269: Disable instrumentation tests
    
    * Comment out unified coverage unit tests step
    
    * Disable Codecov upload
    RitikaPahwa4444 authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    1541f78 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2025

  1. Temporarily comment out binding nullification in MediaDetailPagerFrag…

    …ment.onDestroyView() (commons-app#6589)
    
    * Initial plan
    
    * Temporarily comment out binding = null in MediaDetailPagerFragment.onDestroyView()
    
    Co-authored-by: RitikaPahwa4444 <83745993+RitikaPahwa4444@users.noreply.github.com>
    
    * Add link to this decision as a comment
    
    * Bump up version code and name for the patch release
    
    Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: RitikaPahwa4444 <83745993+RitikaPahwa4444@users.noreply.github.com>
    Co-authored-by: Ritika Pahwa <ritikapahwa4444@gmail.com>
    3 people authored Dec 28, 2025
    Configuration menu
    Copy the full SHA
    257221f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

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

Commits on Jan 1, 2026

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

Commits on Jan 3, 2026

  1. Part of issue commons-app#5996: Fix unused import in ViewUtil.kt (com…

    …mons-app#6592)
    
    Co-authored-by: Ritika Pahwa <83745993+RitikaPahwa4444@users.noreply.github.com>
    Inuth0603 and RitikaPahwa4444 authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    46d6030 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

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