Skip to content

Releases: commons-app/apps-android-commons

v5.4.1 Beta

01 Jun 08:27
Compare
Choose a tag to compare
v5.4.1 Beta Pre-release
Pre-release

What's Changed

  • Fix crash on app startup

Full Changelog: v5.4.0-beta...v5.4.1-beta

v5.4.0 Beta

18 May 07:27
Compare
Choose a tag to compare
v5.4.0 Beta Pre-release
Pre-release

What's Changed

  • FIX : Custom picker detect images that is already in commons by @sonalyadav1 in #6288
  • Code Enhancement (Explore Map) by @khushbuk0711 in #6293
  • Improve credit line in image list by @whym in #6295
  • Change back some variable names that were accidentally changed by @whym in #6297
  • Nearby List: Only show place cards with loaded names by @andy-ife in #6301
  • Move failing tests to the androidTest source-set as they interact with Fragment Lifecycle by @rohit9625 in #6302
  • Fixes Issue 6262: [Bug]: Error occurred while loading images by @Jason-Whitmore in #6291

Full Changelog: v5.3.0...v5.4.0-beta

v5.3.0

14 Apr 19:22
9289dcc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.3.00

v5.2.0

29 Mar 21:46
2e05a58
Compare
Choose a tag to compare

What's Changed

Read more

v5.2.0-alpha

24 Mar 21:05
2e05a58
Compare
Choose a tag to compare
v5.2.0-alpha Pre-release
Pre-release

What's Changed

Read more

v5.1.2

15 Jan 07:24
Compare
Choose a tag to compare

What's changed

  • Fix the broken category search in the explore screen. This replicates the change done in PR #6093 over v5.1.1

Full Changelog: v5.1.1...v5.1.2

Version 5.1.1

29 Dec 17:11
Compare
Choose a tag to compare

What's Changed

  • Use Android's new EXIF interface to mitigate security issues in old EXIF interface. Contributed by @neeldoshii via #6013
  • Make the icon that helps view the upload queue always visible as it ensures that the queue accessible at all times. Contributed by @parneet-guraya via #6022

Version 5.1.0

03 Nov 18:45
Compare
Choose a tag to compare

What's Changed

  • Enhanced upload queue management in the Commons app for smoother, sequential processing, clearer progress tracking, prevention of stuck or duplicate uploads. As part of this improvement, the "Limited Connection mode" has been removed. This was contributed by @kanahia1 via GSoC in #5752
  • Added an option in "Nearby" feature enabling users to provide feedback on Wikidata items. Users can report if an item doesn’t exist, is at a different location, or has other issues, with submissions tagged for easy tracking and updates. Contributed by @kanahia1 via GSoC in #5740
  • Improved the "Nearby" feature by splitting the query into two parts for faster loading and better performance, especially in areas with dense amount of places. This update also resolves issues with pins overlapping place names by @kanahia1 in #5731
  • Upgraded AGP and target/compile SDK to 34 and make necessary adjustments to the app such as adding "Partial Access" support. Also includes some minor refactoring, and replacement of deprecated circular progress bars. This was contributed by @rohit9625 in #5790
  • Fixed an issue where editing depictions removed all other structured data from images. Now, only depictions are updated, preserving other associated data by @rohit9625 in #5741
  • Fixed an UI issue where the 'Subcategories' and 'Parent Categories' tabs appeared blank in the Category Details screen. Resolved by optimizing view binding handling in the parent fragments. This was contributed by @thesarangal in #5830
  • Fixed *map centering in the image upload flow to use GPS EXIF tag location from pictures and ensured "Show in map app" accurately reflects this location. This was contributed by @Jason-Whitmore in #5767
  • Fixed navigation after uploading via Nearby by directing users to the Uploads activity instead of returning to Nearby, preventing confusion about needing to upload again by @whe128 in #5874

Bug fixes and various changes

  • Improved the "Nearby" feature to fetch labels based on the user's preferred language instead of defaulting to English by @ChristoJobyAntony in #5858
  • Added a legend to the "Nearby" feature indicating pin statuses: red for items without pictures, green for those with pictures, and grey for items being checked. A floating action button now allows users to toggle the legend's visibility. This was contributed by @hannagnourt in #5881
  • Fixed an issue where the "Nominate for deletion" option is shown to logged out users, preventing app errors and crashes by @djbloop in #5773
  • Updated the regex pattern that filters categories with an year in it to also filter the 2020s by @mnalis in #5761
  • Fix an issue where past depictions were not shown as suggestions, despite being saved correctly by @rohit9625 in #5792
  • Fixed an issue in custom image picker where exiting the media preview showed only the first image and cleared selections. Now, previously selected images are restored correctly after exiting the preview. This was contributed by @LachlanMajor in #5866
  • Fixed an issue in custom image picker where scrolling behavior did not maintain position after exiting fullscreen preview, ensuring users remain at the same point in their image roll unless actioned images are filtered. This was contributed by @lzhan0121 in #5880
  • Fixed Nearby map not showing new pins on map move by removing the 2000m scroll threshold and adding an 800ms debounce for smoother pin updates when the map is moved. Queued searches are now canceled on fragment destruction by @tristan81 in #5843
  • Revised author information retrieval to emphasize the custom author name from the metadata instead of the default registered username by @lzh12311 in #5860
  • Enhanced notification classification to properly identify "email" type notifications and prompting users to check their e-mail inbox when such notifications are clicked. This was contributed by @ErenratZeng in #5865
  • Resolved a bug in the language chooser that incorrectly greyed-out previously selected languages, ensuring only the current language is non-selectable during image upload by @cambo14 in #5883
  • Resolved pin color update issue in "Nearby" feature where the pin colour failed to be updated after a successful image upload by @ChristoJobyAntony in #5864
  • Improve the messages about being in a different place by @amire80 in #5764
  • wikidata-feedback: avoid sentence lego by @sivaraam in #5775
  • Remove unnecessary double quotes from a message by @amire80 in #5777
  • Rename "View user page" menu as "View user profile" by @sivaraam in #5771
  • Localization: fix incorrect Unicode for space after bullet points in French language by @rohit9625 in #5824
  • Added date and time to Feedback by @ujjwal2900 in #5797
  • Permission GET_ACCOUNTS required only upto Android 5.1 by @parneet-guraya in #5863

Various refactorings

  • Removed duplicate code in addMarkersToMap method by @ujjwal2900 in #5783
  • Added mockk as a dependency to support mocking Kotlin objects, ensuring compatibility when converting Java files to Kotlin and preventing test failures due to unsupported static mocks by powermock. This change helps maintain robust testing as the codebase evolves by @parneet-guraya in #5887
  • Updated the app to use the new result API, replacing deprecated methods for handling activity results related to file picking, voice input, and image editing, improving code maintainability and reliability by @parneet-guraya in #5875
  • Fix failing unit test case and replace deprecated progress bar with a Material progress bar by @rohit9625 in #5795
  • CI failing, fix test by @parneet-guraya in #5893
  • CommonsApplication migrate to kotlin & some lint fixes by @parneet-guraya in #5879
  • Partial fixes for errors and warnings reported by ./gradlew lint by @baijun6 in #5885
  • Refactor FilePicker.java intent result handling by @parneet-guraya in #5851
  • Fixed 119 minor Kotlin styling issues using ktLint and manual adjustments for compliance with standard rules, including naming, imports, and formatting by @tristan81 in #5833
  • Updating jraska/livedata-testing for GSoC by @nicolas-raoul in #5785
  • (fixes #3464) Replace assert() usages with assertThat() by @u7683345 in #5861

New Contributors

Full Changelog: v5.0.2...v5.1.0

v5.0.2

06 Jul 19:43
Compare
Choose a tag to compare

What's Changed

  • Enhanced multi-upload functionality with user prompts to clarify that all images would share the
    same category and depictions by @vtalos in #5700
  • Show Wikidata description on currently active Nearby pin to provide more useful information by @kanahia1 in #5697
  • Improve the visibility of map markers by dynamically adjusting their colors based on the app's
    theme. The map markers will now appear lighter when the app is in dark mode and darker when the
    app is in light mode. This change aims to enhance marker visibility and improve the overall user
    experience by @vtalos in #5744
  • Added information on where user feedback is posted, helping users track existing feedback and
    monitor their own submissions by @sivaraam in #5748
  • Enhanced the edit location screen of the upload screen by centering the map on the picture's
    location from metadata when editing, or on the device's GPS location if metadata is unavailable,
    improving accuracy and user experience by @Jason-Whitmore in #5716
  • Ensured the 'Add Location' button is renamed to 'Edit Location' when copying the location of a
    recently uploaded image, enhancing clarity and user experience by @AdamTWEnglish in #5756
  • Added a ProgressBar to the media detail screen to indicate image loading status, enhancing user
    experience by showing loading progress until the image is fully loaded by @vtalos in #5736
  • Fixed an issue where caption and description fields would intermittently disappear when using
    voice input, ensuring text remains visible and stable across all entries by @karyotakisg in #5739
  • Fixed a crash that occurred when attempting to remove multiple instances of caption/description
    fields after initially adding them by @pacha0 in #5750
  • Improve the text in the prompt shown when skipping login to sound more natural by @pacha0 in #5746
  • Modified feedback addition logic to append new sections at the bottom of the page, ensuring
    auto-archiving of sections functions correctly on the feedback page by @sivaraam in #5753
  • Resolved issue where the app failed to clear cookies upon logout by @sivaraam in #5727
  • Update Java version from Java 8 to Java 11 by @elemcraft in #5732

New Contributors

Full Changelog: v5.0.1...v5.0.2

v5.0.1

28 Apr 11:32
Compare
Choose a tag to compare

The same as v5.0.0 except this fixes the release variants of the app by adjusting the ProGuard rules accordingly for the changes that are part of v5.0.0.