mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
* Rename Constants to Follow Kotlin Naming Conventions >This PR refactors constant names in the project to adhere to Kotlin's UPPERCASE_SNAKE_CASE naming convention, improving code readability and maintaining consistency across the codebase. >Renamed the following constants in LoginActivity: >saveProgressDialog → SAVE_PROGRESS_DIALOG >saveErrorMessage → SAVE_ERROR_MESSAGE >saveUsername → SAVE_USERNAME >savePassword → SAVE_PASSWORD >Updated all references to these constants throughout the project. * Update Project_Default.xml |
||
|---|---|---|
| .. | ||
| java/fr/free/nrw/commons | ||
| res | ||
| resources/queries | ||
| AndroidManifest.xml | ||
| ic_explore-web.png | ||
| ic_filled_star-web.png | ||
| ic_launcher-web.png | ||
| ic_settings_black-web.png | ||