apps-android-commons/app/src/main/java/fr/free/nrw/commons/notification
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
..
models Migrated notification module from Java to Kotlin (#5955) 2024-11-26 21:29:31 +09:00
NotificationActivity.kt Convert top level "Utils" class to kotlin (#6364) 2025-07-04 20:18:52 +09:00
NotificationAdapter.kt Migrated notification module from Java to Kotlin (#5955) 2024-11-26 21:29:31 +09:00
NotificationAdapterDelegates.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
NotificationClient.kt Convert wikidata/mwapi to kotlin (part 3) (#6004) 2024-12-07 12:20:06 +09:00
NotificationController.kt Migrated notification module from Java to Kotlin (#5955) 2024-11-26 21:29:31 +09:00
NotificationHelper.kt Migrated notification module from Java to Kotlin (#5955) 2024-11-26 21:29:31 +09:00
NotificationInterface.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
NotificationWorkerFragment.kt Migrated notification module from Java to Kotlin (#5955) 2024-11-26 21:29:31 +09:00