straw/app/src
AudricV 7b7ab3f419
Remove Utility.copyToClipboard and use ShareUtils.copyToClipboard instead
This method is not needed anymore, as ShareUtils.copyToClipboard does
almost the same thing (no label is set on the ClipData used to copy text,
contrary to what Utility did, but using "text" as a ClipData label doesn't seem
useful).

It was used in MissionAdapter.handlePopupItem to copy the SHA1 or the MD5 of a
file.
2022-11-08 20:47:51 +01:00
..
androidTest/java/org/schabi/newpipe Add support of other delivery methods than progressive HTTP (in the player only) 2022-06-17 22:00:22 +02:00
debug Update Android Gradle Plugin to 7.3.0. 2022-10-15 04:09:08 +05:30
main Remove Utility.copyToClipboard and use ShareUtils.copyToClipboard instead 2022-11-08 20:47:51 +01:00
test Fix ListHelperTest failure caused by immutable list being used 2022-07-22 16:09:43 +02:00