From 78c27f9b48cee37449da5c373d9e2a7607c24eef Mon Sep 17 00:00:00 2001 From: Paul Hawke Date: Wed, 2 Jul 2025 16:44:57 -0500 Subject: [PATCH] Converted the copy-to-clipboard utility to kotlin --- .idea/codeStyles/Project.xml | 1 + .../ContributionsListFragment.kt | 7 +++---- .../nrw/commons/media/MediaDetailFragment.kt | 5 +++-- .../nearby/fragments/NearbyParentFragment.kt | 8 ++++---- .../nrw/commons/utils/ClipboardUtils.java | 18 ----------------- .../free/nrw/commons/utils/ClipboardUtils.kt | 20 +++++++++++++++++++ 6 files changed, 31 insertions(+), 28 deletions(-) delete mode 100644 app/src/main/java/fr/free/nrw/commons/utils/ClipboardUtils.java create mode 100644 app/src/main/java/fr/free/nrw/commons/utils/ClipboardUtils.kt diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 5c297a65e..ea0cb3b07 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -16,6 +16,7 @@