-
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: v6.0.1
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: v6.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 19 files changed
- 7 contributors
Commits on Aug 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9ba702e - Browse repository at this point
Copy the full SHA 9ba702eView commit details
Commits on Sep 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dd96c64 - Browse repository at this point
Copy the full SHA dd96c64View commit details
Commits on Sep 2, 2025
-
Make "File usages" items clickable with correct URLs #6307 (#6405)
Configuration menu - View commit details
-
Copy full SHA for e2c8f85 - Browse repository at this point
Copy the full SHA e2c8f85View commit details
Commits on Sep 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a59bf64 - Browse repository at this point
Copy the full SHA a59bf64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81da5c9 - Browse repository at this point
Copy the full SHA 81da5c9View commit details
Commits on Sep 5, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 730f314 - Browse repository at this point
Copy the full SHA 730f314View commit details
Commits on Sep 6, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 2811b18 - Browse repository at this point
Copy the full SHA 2811b18View commit details
Commits on Sep 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a283ffe - Browse repository at this point
Copy the full SHA a283ffeView 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 v6.0.1...v6.0.2