Android share to clipboard

Overview

Share to Clipboard

Share to Clipboard

Share to Clipboard is an Android app to copy clipboard straight from the share menu.

Get it on Google Play Get it on F-Droid

Contributing

Contributions of all types are more than welcomed!

Translations

Translations are highly appreciated and are easy to create. No tech know-how required, just translate the strings in strings.xml and send us the results. Also you could translate the metadata, excluding the images folder, to add translated descriptions about the app on stores.

It's better if you can create a pull request, but an email with the translated file will also be appreciated.

License

This project is released under GPLv3.

Contributors

The following people have contributed code or translations to this project:

Donations

If you'd like to donate, please click here.

Comments
  • Increase priority in share menu

    Increase priority in share menu

    This app is great and I use it quite frequently. Therefore, I would prefer if it always appeared on the first page (top 8 apps) in the share menu, so I can access it faster (although I don't want to make it the default because I don't always use it).

    I'm not sure how Android decides what order to show items in / whether it's possible to change that. If not, an alternative would be to show a "toast with action"* (like Firefox opening tabs in the background), where the action re-shares the content to a different app (and then I'd set this as the default).

    *I haven't looked at the code but I think it's not actually a toast, just a view shown via overlay

    opened by smichel17 17
  • App size suddenly doubled. Malware concern.

    App size suddenly doubled. Malware concern.

    The size of this app suddenly more than doubled in size, from 853 KB to over 2 MB, on the F-Droid market. Cannot locate explanation of why. Natural concern over presence of malware is raised.

    opened by a-raccoon 10
  • Added Basque and Spanish metadata, tiny corrections on strings and improved Readme

    Added Basque and Spanish metadata, tiny corrections on strings and improved Readme

    I didn't add new screenshots, but I propose you to add some of the use on Share menu, some with the notification and some about the in-app settings. This way it would be more attractive (and it will appear more on F-Droid, as they give preference to content with metadata)

    opened by Porrumentzio 7
  • Weird code in handleRfc822Message

    Weird code in handleRfc822Message

    This code looks like it should have been doing email += instead of email =.

    String email = emails[0];
    for (int i = 1; i < emails.length; i++) {
        email = ", " + emails[i];
    }
    

    Would you be able to help me understand when handleRfc822Message is normally called?

    opened by hugomg 7
  • Some improvements to the vCard code

    Some improvements to the vCard code

    • Update ez-vcard dependency (Fixes #27)
    • Use ez-vcard's streaming parser

    We might want to wait until #29 is clarified to ensure that these changes really aren't breaking anything.

    opened by hugomg 4
  • Update dependencies

    Update dependencies

    The thing I am not 100% sure about here is the androidx.legacy dependency. Do you remember why it was originally put there? Nothing seemed to break when I removed it but at the same time I couldn't find any documentation on the internet to clarify what it was supposed to be doing in the first place.

    opened by hugomg 4
  • Share To Clipboard doesn't pop up when I click share.

    Share To Clipboard doesn't pop up when I click share.

    Hello, Share To Clipboard is not showing itself for me. I am clicking share, there are other apps but no "Clipboard" is available. Tried to run it before sharing, reinstalling - but it just not seem to work.

    Im using latest version, EMUI 5.0 Nougat

    opened by ReportingRaccoon 4
  • FastHub Gists support

    FastHub Gists support

    I've just tried to share a gist from FastHub app and got an error saying that Share to Clipboard doesn't support such format.

    Could you look into it, please?

    I'm running Lineageos 14.1 (Android 7.1)

    opened by tajnymag 3
  • vcard parsing use-case disadvantage

    vcard parsing use-case disadvantage

    I looked for a way to share plain vcard text to binaryeye - a qrcode generator - to share as vcard qrcode.

    With vcard parsing, this route is barred.

    Would you consider putting the vcard parsing behind a option switch?

    opened by tcecyk 2
  • Respond to image sharing with an error message and a reshare?

    Respond to image sharing with an error message and a reshare?

    The number one complaint we get by both email and play store comments is how we don't support sharing images ("Share to clipobard doesn't show when I try to share a photo").

    Maybe we should just show an error message and automatically reshare the photo?

    @hugomg, you were against accepting shares we don't support. Any thoughts about this one?

    opened by tasn 2
  • Should we stop handling VIEW and DIAL intents for email and phone numbers?

    Should we stop handling VIEW and DIAL intents for email and phone numbers?

    As discussed in #29, there are some issues with handling VIEW and DIAL intents for email and phone numbers:

    • VIEW and DIAL intents are not the result of the user pressing a "Share" button. Typical sharing intents use the SEND intents.
    • When the users chooses what app to use to open a VIEW or DIAL intent, Android asks if the app should be used "Just once" or "Always". If the user accidentally sets Share to Clipboard as the default handler for that task then it will hijack future attempts to send emails or call phone numbers.
      • The only way to undo this is to go to system settings, under Apps and Notifications.
      • If notifications are disabled then there is no visual or audible feedback to show that Share to Clipboard is hijacking the VIEW or DIAL intent.
    • Share to Clipboard's functionality is not strictly necessary for these intents because email clients and phone dialers already put the relevant data in an editable textbox. The user can use regular copy/paste to copy the email address or the phone number.

    I propose that we trim down the list of intents that Share to Clipboard handles. I think we should get rid of VIEW and DIAL intent filters for phone numbers and email and keep the SHARE intent filter for text and v-cards.

    opened by hugomg 2
  • Performance under Android 10

    Performance under Android 10

    Hi, I'm pretty certain it's not the fault of this app but performance under Android 10 (Realme 7, latest OTA patch) is erratic, is there anything you can do? Perhaps read the clipboard to see if it matches?

    I've just copied a half-dozen links from YouTube & none of them have been captured by my clipboard manager, Clipboard Actions - de.halfreal.clipboardactions & of course YouTube has taken a fresh start so I can't even press [back] to try again.

    I have tried other clipboard managers but this is the best I've found. I had gotten used to Clipboardr - com.isaiasmatewos.clipboardr being 100% reliable for years under Android 5 but it's lo longer maintained & doesn't work under Android 10 :'-(

    This is soooo frustrating!

    opened by annihat 1
  • Remove unnecessary icons

    Remove unnecessary icons

    After I download the package from F-Droid, opened with X-plore (long press the package icon and click Open as ZIP), I saw there are numerous icons in the package (for example, drawable-hdpi-v4), but they haven’t been used, is it possible to exclude these icons into the package? Screenshot_20210315-165250

    opened by KrasnayaPloshchad 2
  • Android versions

    Android versions

    Hi, can you put in the Readme & F-Droid listing which Android versions this supports, please?

    The F-Droid listing shows the minimum version (which is commendably low) but I don't see highest version anywhere?

    In particular, I've just got my first Android 10 device & I'm hitting problems & brick-walls with all sorts of apps, I would prefer not to install an app than try to clear up the mess afterwards if it doesn't work.

    Android 5 was bad enough but 10 is just ridiculous & there's an 'upgrade' to 11 poised to install itself.

    opened by annihat 3
  • Flattr link not working on Android?

    Flattr link not working on Android?

    Having just signed up for Flattr I'm not sure if it is just a flaw in the Android browser experience or if something else is broken, but I can't seem to successfully follow the link to the @tengusw Flattr to subscribe.

    opened by nickspacek 1
  • Adaptive icon

    Adaptive icon

    I'd really like to see an adaptive launcher icon for this app. Adaptive icons were introduced in Android 8: https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive

    opened by mueller-ma 3
  • maybe add link unshortener/tracking query param remover?

    maybe add link unshortener/tracking query param remover?

    i sometimes share links to websites that use tracking urls, either through a link shortener or through utm_* query parameters. i generally have to manually remove these from the link myself before sending to friends, so it'd be neat if this app could scan those urls to remove tracking stuff.

    it should be simple enough to detect redirects and copy the resulting url from the Location header, and android provides handy url parsing tools you should be able to use to cleanly remove unwanted parameters

    opened by ashkitten 1
Owner
Tengu
Tengu
Share MPS code snippets. More than just screenshots.

skadi gist Share MPS code snippets. More than just screenshots. Repository Content ide-plugin: MPS Plugin that creates a gist from the IDE written in

Skadi 6 Jan 8, 2023
Victor Hugo 1 Feb 2, 2022
Waple helps you share your Wi-Fi password quickly.💭🧇

waple Waple helps you share your Wi-Fi password quickly. ?? ?? Production intention ?? Wi-Fi passwords are usually complicated for security purposes.

Euphony 5 Jul 21, 2022
AndroidIDE - an IDE for Android to develop full featured Android apps on Android smartphones.

AndroidIDE - an IDE for Android to develop full featured Android apps on Android smartphones.

Akash Yadav 615 Dec 27, 2022
Aggregated Android news, articles, podcasts and conferences about Android Development

DroidFeed Curated news feed for Android Developers! Stay up to date with the latest Android Development news. Built for the Android developer communit

Dogan Gulcan 183 Dec 2, 2022
Shreyas Patil 2.2k Jan 4, 2023
🎓 Learning Kotlin Coroutines for Android by example. 🚀 Sample implementations for real-world Android use cases. 🛠 Unit tests included!

Kotlin Coroutines - Use Cases on Android ?? Learning Kotlin Coroutines for Android by example. ?? Sample implementations for real-world Android use ca

Lukas Lechner 2.1k Jan 3, 2023
🔥The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.

??The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.

Rouse 1.3k Dec 30, 2022
Android Kotlin Fundamentals 01.2: Anatomy of Basic Android Project

Welcome to Android Kotlin Fundamentals 01.2: Anatomy of Basic Android Project ?? Codelab de android para practicar apps Android con Kotlin ?? Homepage

null 0 Oct 23, 2021
Meu primeiro aplicativo Android desenvolvido com Kotlin e Android Studio.

Cálculos 3 em 1 Este é um aplicativo Android que oferece três tipos de cálculos: calcular o IMC, calcular o valor do IPVA e converter medidas. Esse ap

Viviane Bresolin 0 Oct 30, 2021
Use Android Data Binding wih Live Data to glue View Model and Android

Gruop-C Spliff Summary Use Android Data Binding wih Live Data to glue View Model and Android. Asynchronous communications implemented with KotlinX Cor

null 2 Nov 21, 2021
DogglersApp - Criação de um App para estudo de RecyclerView no Android Studio. Parte do curso Android Basics in Kotlin

Dogglers - Starter Code Starter code for the second independent project for Android Basics in Kotlin. Introduction This is the starter code for the Do

Gustavo Zanardi dos Reis 0 Jan 20, 2022
Basic-Android-Project - A Basic Android Project with proper structure and all necessary dependencies

Basic-Android-Project A Basic Android Project with proper structure and all nece

Ameer Hamza 2 Mar 18, 2022
Android Data Managment System Android UI - Kotlin- Firebase

DataManagmentSystem Data Managment System Android UI - Kotlin- Firebase Android Data Managment System App Design And Kotlin with Firebase The project

Burak Bilici 1 Jan 29, 2022
Tictactoe-android-app - Simple TicTacToe Android app written in Kotlin

TicTacToe Android App This is a simple example of TicTacToe game as Android app

Blaž Čerpnjak 1 Jul 9, 2022
Android login spring - Android login against spring backend

Android Jetpack Compose login implementation with JWT tokens against our own bac

null 1 Feb 13, 2022
Movie Android App written in Kotlin, MVVM, Clean Architechture, Modularized, Coroutines, Android Architecture Components and Hilt

Movie Android App written in Kotlin, MVVM, Clean Architechture, Modularized, Coroutines, Android Architecture Components and Hilt.

Klejvi Kapaj 16 Dec 27, 2022
Android library to help enter, and more importantly, leave, android "Immersive Mode".

Immersive Lock Android has various ways to full screen an application including locking the screen to prevent accidentally leaving the app. This is pa

Baby Apps 2 May 20, 2022