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.03k stars 1.23k forks source link

Format all source code files as per Code-style.md #5456

Open ShashwatKedia opened 9 months ago

ShashwatKedia commented 9 months ago

Most of the source code is not formatted according to Code-style.md, which follows Google's Java style. Formatting all source code files will help new contributors adapt to the code style and maintain uniformity in the code.

axelthepony27 commented 9 months ago

@ShashwatKedia Hi! I got a little bit stuck in my other assigned issue, so I'd love to contribute to this one, if available, while I figure out what to do on the other one.

nicolas-raoul commented 9 months ago

@axelthepony27 As a general rule we prefer to have only one non-fixed issue assigned per person. 🙂 Feel free to unassign the other one if you want.

axelthepony27 commented 9 months ago

@nicolas-raoul Ahh, I see. Then I'm going to try and finish my other assigned issue first before tackling a new one. Thanks!

domdomegg commented 9 months ago

Related: https://github.com/commons-app/apps-android-commons/issues/5198