apps-android-commons/app/src/main/java/fr/free/nrw/commons/contributions
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
..
ChunkInfo.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
Contribution.kt Fix NPE with UploadMediaDetails.captionText (#6128) 2025-01-15 22:52:35 +09:00
ContributionBoundaryCallback.kt Add pull down to refresh in Contributions screen (#6041) 2024-12-20 10:06:07 +09:00
ContributionController.kt Implement single selection logic in custom image picker (#6341) 2025-06-07 23:09:47 +09:00
ContributionDao.kt Migrated contributions folder Files from java to kotlin (#6176) 2025-02-07 10:03:38 +09:00
ContributionsContract.kt Convert top level "Utils" class to kotlin (#6364) 2025-07-04 20:18:52 +09:00
ContributionsFragment.kt Convert top level "Utils" class to kotlin (#6364) 2025-07-04 20:18:52 +09:00
ContributionsListAdapter.kt Improve credit line in image list (#6295) 2025-04-23 23:23:09 +09:00
ContributionsListContract.kt Convert top level "Utils" class to kotlin (#6364) 2025-07-04 20:18:52 +09:00
ContributionsListFragment.kt Convert top level "Utils" class to kotlin (#6364) 2025-07-04 20:18:52 +09:00
ContributionsListPresenter.kt Migrated contributions folder Files from java to kotlin (#6176) 2025-02-07 10:03:38 +09:00
ContributionsLocalDataSource.kt Migrated contributions folder Files from java to kotlin (#6176) 2025-02-07 10:03:38 +09:00
ContributionsModule.kt Migrated contributions folder Files from java to kotlin (#6176) 2025-02-07 10:03:38 +09:00
ContributionsPresenter.kt fix: null context issue by removing context getter override (#6218) 2025-03-08 22:02:28 +09:00
ContributionsProvidesModule.kt Migrated contributions folder Files from java to kotlin (#6176) 2025-02-07 10:03:38 +09:00
ContributionsRemoteDataSource.kt Convert dependency inject ("di") package to kotlin (#5976) 2024-11-30 10:50:42 +09:00
ContributionsRepository.kt Migrated contributions folder Files from java to kotlin (#6176) 2025-02-07 10:03:38 +09:00
ContributionViewHolder.kt Improve credit line in image list (#6295) 2025-04-23 23:23:09 +09:00
MainActivity.kt Fix NullPointerException in onBackPressed() (#6249) 2025-03-17 07:53:58 +09:00
SetWallpaperWorker.kt Migrated contributions folder Files from java to kotlin (#6176) 2025-02-07 10:03:38 +09:00
UnswipableViewPager.kt Migrated contributions folder Files from java to kotlin (#6176) 2025-02-07 10:03:38 +09:00
WikipediaInstructionsDialogFragment.kt Migrated contributions folder Files from java to kotlin (#6176) 2025-02-07 10:03:38 +09:00