apps-android-commons/app/src/main/java/fr/free/nrw/commons/settings
Paul Hawke 3bd0ec4466
Convert top level "Utils" class to kotlin (#6364)
* Unused class removed

* Convert BasePresenter to kotlin

* Removed redundent class

* Move the Utils class into the utils package

* Inline the creation of a page title object

* Move license utilities into their own file

* Inline app rating since its only ever used in 1 place

* Moved GeoCoordinates utilities into their own class

* Moved Monuments related utils into their own class

* Moved screen capture into its own util class

* Moved handleWebUrl to its own utility class

* Moved fixExtension to its own class

* Moved clipboard copy into its own utility class

* Renames class to match remaining utility method

* Convert UnderlineUtils to kotlin

* Converted the copy-to-clipboard utility to kotlin

* Converted license name and url lookup to kotlin

* Converted fixExtension to kotlin

* Convert handleGeoCoordinates to kotlin

* Monument utils converted to kotlin

* Convert then inline screeen capture in kotlin

* Convert handleWebUrl to kotlin
2025-07-04 20:18:52 +09:00
..
Prefs.kt feat : Account Vanishing (#6098) 2025-01-09 23:27:08 +09:00
SettingsActivity.kt chore : lint fix (#6099) 2025-01-06 02:48:05 +10:00
SettingsFragment.kt Convert top level "Utils" class to kotlin (#6364) 2025-07-04 20:18:52 +09:00