-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: commons-app/apps-android-commons
base: v5.6.1
head repository: commons-app/apps-android-commons
compare: v6.0.0-beta
- 17 commits
- 151 files changed
- 8 contributors
Commits on Jul 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 929711d - Browse repository at this point
Copy the full SHA 929711dView commit details
Commits on Jul 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 869371b - Browse repository at this point
Copy the full SHA 869371bView commit details -
Convert bookmarks package to kotlin (#6387)
* Convert BookmarkItemsController to kotlin * Split BookmarkItemsDao apart and converted to Kotlin * Convert and cleanup content providers * Convert BookmarkItemsFragment to kotlin * Convert BookmarkPicturesFragment to kotlin * Convert BookmarkPicturesDao to kotlin and share some useful DB methods * Convert BookmarkPicturesController to kotlin * Convert BookmarkFragment to kotlin * Convert BookmarksPagerAdapter to kotlin * Convert BookmarkListRootFragment to kotlin
Configuration menu - View commit details
-
Copy full SHA for 8de5730 - Browse repository at this point
Copy the full SHA 8de5730View commit details
Commits on Aug 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 516039c - Browse repository at this point
Copy the full SHA 516039cView commit details
Commits on Aug 4, 2025
-
Convert explore package to kotlin (#6389)
* Convert WikidataItemDetailsActivity to kotlin * Convert RecentSearchesDao to kotlin * Convert RecentSearchesFragment to kotlin * Convert ExploreListRootFragment to kotlin * Convert the ParentViewPager to kotlin * Convert ExploreMapRootFragment to kotlin * Convert SearchActivity to kotlin * Convert ExploreFragment to kotlin * Convert ExploreMapCalls and ExploreMapContract to kotlin * Convert ExploreMapController to kotlin * Convert the map presenter to kotlin * Convert the ExploreMapFragment to kotlin * Fix import issue
Configuration menu - View commit details
-
Copy full SHA for 6f36cae - Browse repository at this point
Copy the full SHA 6f36caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dcce45 - Browse repository at this point
Copy the full SHA 6dcce45View commit details
Commits on Aug 5, 2025
-
Support both "label" and "itemLabel" for NearbyResultItem mapping (#6386
) * Support both label and itemLabel for robust NearbyResultItem mapping. * fix code style * Add getOriginalLabel() for Wikidata edits to avoid fallback issues with itemLabel * Fix Wikidata edit failure by resetting hasInvalidLocation flag on upload confirmation --------- Co-authored-by: Sonal Yadav <sonalyadav@Sonals-MacBook-Air.local>
Configuration menu - View commit details
-
Copy full SHA for ffb9af1 - Browse repository at this point
Copy the full SHA ffb9af1View commit details
Commits on Aug 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d0e95bc - Browse repository at this point
Copy the full SHA d0e95bcView commit details
Commits on Aug 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5201af7 - Browse repository at this point
Copy the full SHA 5201af7View commit details
Commits on Aug 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1d7d280 - Browse repository at this point
Copy the full SHA 1d7d280View commit details
Commits on Aug 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5bdfbf5 - Browse repository at this point
Copy the full SHA 5bdfbf5View commit details
Commits on Aug 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5a6b3cb - Browse repository at this point
Copy the full SHA 5a6b3cbView commit details
Commits on Aug 19, 2025
-
6357: Fix java.lang.SecurityException for multi-uploads (#6402)
* Fix java.lang.SecurityException for ACTION_OPEN_DOCUMENT * Handle SecurityException in case of multi-upload * Remove unused import * Clean up code * Clean up code * Handle SecurityException for other upload methods * Release persisted URI permissions for successful uploads * Remove persistable permission for custom picker as it's not required * Remove persistable permission for in-app camera as it's not required
Configuration menu - View commit details
-
Copy full SHA for a892aa6 - Browse repository at this point
Copy the full SHA a892aa6View commit details
Commits on Aug 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b8a5583 - Browse repository at this point
Copy the full SHA b8a5583View commit details
Commits on Aug 23, 2025
-
Bump target sdk to API 35 and make the app UI compatible with edge to…
… edge (#6393) * chore: upgrade target SDK and refactor function signatures to resolve build issues * chore: bump android gradle plugin version * chore(ui): add extension functions for applying edge to edge insets * fix: apply system bar top and bottom insets for edge to edge * fix: force edge to edge for backward compatibility and consistent UI * fix: apply top bar insets as padding and make the status bar color white Since the toolbars have primary color as bg, we should make the status bar white * chore: bump robolectric version for API 35 compatibility * fix: preserve existing margins when adding new insets * feat(customselector): improve RecyclerView edge-to-edge inset handling It allows the last item to sits above the navigation bar while preserving edge-to-edge appearance. * feat(notification): improve RecyclerView edge-to-edge insets handling Also, refactor LocationPicker and DescriptionEdit activities to use extension functions and reduce duplication * fix(quiz): enable and handle edge-to-edge insets and status icon colors * fix: bottom insets not dispatched on all API versions consistently Upgraded core-ktx version installCompatInsetsDispatch wasn't available on current version * fix: return fallback value when versionName is null Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: resolve compilation errors * docs: add KDoc for edge-to-edge insets utility functions * fix(SearchActivity): apply insets for system bars * fix(util): add utility function to handle keyboard insets with animation * fix(upload): handle keyboard insets for upload media detail card view * fix(login): hadle IME insets and make edge-to-edge backward compatible --------- Co-authored-by: Ritika Pahwa <83745993+RitikaPahwa4444@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 718c466 - Browse repository at this point
Copy the full SHA 718c466View commit details -
fix: use context instead of requireContext() for backward compatibili…
…ty (#6403) It fixes crash when opening certain screens like Contribution Details, Bookmark, etc. on lower Android versions Co-authored-by: Ritika Pahwa <83745993+RitikaPahwa4444@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f3f7b9 - Browse repository at this point
Copy the full SHA 4f3f7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f810a2d - Browse repository at this point
Copy the full SHA f810a2dView commit details
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.6.1...v6.0.0-beta