commons-app / apps-android-commons

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
https://commons-app.github.io/
Apache License 2.0
1.01k stars 1.19k forks source link

Issue-5662-kotlinstyle #5833

Closed tristan81 closed 1 week ago

tristan81 commented 1 week ago

Fixes #5662

Tests performed (required) Tested 'app' profile on Virtual Device (Pixel_7_Pro) with API_35

Ran 'All Tests', failures reported, the same failures reported when executed on the unmodified codebase. Unsure if this is a configuration issue like user account or pre-existing issue with the unit tests.

Screenshots (for UI changes only)

nicolas-raoul commented 1 week ago

Thanks a lot @tristan81 for the fast work!

Just being curious, what tool(s) did you use? :-)

tristan81 commented 1 week ago

Thanks a lot @tristan81 for the fast work!

Just being curious, what tool(s) did you use? :-)

nothing ground breaking I used the latest version of ktlint, 1 round of autoformat (ktlint --format), then I outputed the remaining errors to an Excel workbook and just ticked them off one by one.