apps-android-commons/.idea
Akshay Komar 5c1b031655 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.
2025-01-06 00:53:51 +05:30
..
codeStyles Replaced Mapbox with osmdroid (Nearby activity) (#5403) 2023-12-24 20:10:39 +09:00
inspectionProfiles Rename Constants to Follow Kotlin Naming Conventions 2025-01-06 00:53:51 +05:30