-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v5.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: commons-app/apps-android-commons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.0-beta
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 58 files changed
- 10 contributors
Commits on Apr 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1a13cb3 - Browse repository at this point
Copy the full SHA 1a13cb3View commit details
Commits on Apr 15, 2025
-
FIX : Custom picker detect images that is already in commons (#6288)
* Fix: Exclude specific text from being posted in WikidataFeedback * Add detection logic for images already on Commons in custom picker
Configuration menu - View commit details
-
Copy full SHA for 78d29bc - Browse repository at this point
Copy the full SHA 78d29bcView commit details
Commits on Apr 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ed42d85 - Browse repository at this point
Copy the full SHA ed42d85View commit details
Commits on Apr 21, 2025
-
Code Enhancement (Explore Map) (#6293)
* Exclude past locations (P585) from Nearby query * "Send" button text should be white * Custom picker: logic * Revert back changes * Enhancement :- Explore Map information * Enhancement :- Explore Map information * Style --------- Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7479d96 - Browse repository at this point
Copy the full SHA 7479d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3076297 - Browse repository at this point
Copy the full SHA 3076297View commit details
Commits on Apr 23, 2025
-
Improve credit line in image list (#6295)
- When author is not uploader, show both. - When failing to parse author from HTML, use structured data.
Configuration menu - View commit details
-
Copy full SHA for 329a682 - Browse repository at this point
Copy the full SHA 329a682View commit details
Commits on Apr 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8fded5e - Browse repository at this point
Copy the full SHA 8fded5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f6c16 - Browse repository at this point
Copy the full SHA d0f6c16View commit details
Commits on Apr 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 60aca9a - Browse repository at this point
Copy the full SHA 60aca9aView commit details
Commits on May 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0024e72 - Browse repository at this point
Copy the full SHA 0024e72View commit details
Commits on May 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4d21702 - Browse repository at this point
Copy the full SHA 4d21702View commit details
Commits on May 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 865824a - Browse repository at this point
Copy the full SHA 865824aView commit details
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f06ae4e - Browse repository at this point
Copy the full SHA f06ae4eView commit details
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3f2077a - Browse repository at this point
Copy the full SHA 3f2077aView commit details
Commits on May 10, 2025
-
Fixes Issue 6262: [Bug]: Error occurred while loading images (#6291)
* ImageInfo.kt: remove call to updateThumbURL() Before this commit, the updateThumbURL() method would attempt to derive a larger resolution thumbnail URL from the current thumbnail's width and height. This derived thumbnail URL would sometimes not match an actual URL. Even creating this thumbnail URL would sometimes fail when doing string manipulation. Both errors can cause issues, with the second one crashing the thread and preventing images from being loaded. This commit simply removes the call to updateThumbURL(). Images with their thumbnails now load correctly, especially with panoramic images. * MediaInterface.kt: fix MediaWiki API call to retrieve thumbnail URLs properly Before this change, the API calls to MediaWiki would request thumbnails with atleast a specific width, rather than height. These thumbnails would often be extremely low resolution on very wide images, such as panoramas. This change instead requests thumbnails with atleast a specific height. Panorama thumbnails are now at a higher resolution than before. Additionally, the height parameter is now represented as an integer which can be changed more easily. * ViewPagerAdapter.java: create new constructor with behavior parameter Before this commit, ViewPagerAdapter only had one constructor which used the default behavior where more than the current fragment would be in the Resume state. This commit adds a constructor where the behavior parameter can be specified. * ExploreFragment.java: modify onCreateView to use new ViewPagerAdapter constructor Before this change, onCreateView would use the old ViewPagerAdapter constructor, which had a default behavior where fragments not currently visible would be in the Resume state. After this change, the new ViewPagerAdapter constructor is used with a non-default behavior where only the visible fragment would be in the Resume state. This has performance benefits for most users since the Fragments will only be active when they want to view them. * ExploreMapFragment.java: remove redundant method call Before this commit, performMapReadyActions() was called in both onViewCreated and onResume. In effect, the method is called twice before the user can even see the map, leading to performance issues. After this commit, the call in onViewCreated is removed. The method is now called only once when the user switches to the ExploreMapFragment. * ExploreMapFragment.java: remove method call that causes recursive loop Before this commit, there was a call loop that included onScroll and animateTo on the map. These two method calls caused performance issues in ExploreMapFragment. This commit breaks the call loop by removing moveCameraToPosition from getMapCenter. Also, the removed code did not fit the purpose of getMapCenter. * ExploreMapFragment.java: fix performMapReadyActions to center to user's last known location Before this commit, fixing a previous bug caused performMapReadyActions to center the map on a default location rather than the available last known location. This commit adds code which will attempt to get the last known user location. If it cannot be retrieved, the default location is used. The map now centers properly. * MediaInterface.kt: adjust thumbnail height parameter Before this commit, the thumbnail height parameter was too small, causing low resolution thumbnails to render. This commit more than doubles the parameter, increasing the thumbnail resolution. --------- Co-authored-by: Ritika Pahwa <83745993+RitikaPahwa4444@users.noreply.github.com> Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0120207 - Browse repository at this point
Copy the full SHA 0120207View commit details
Commits on May 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f977e16 - Browse repository at this point
Copy the full SHA f977e16View commit details
Commits on May 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 21ffcb5 - Browse repository at this point
Copy the full SHA 21ffcb5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.3.0...v5.4.0-beta