majido / clipper

Simple android app to interact with system clipboard service via adb shell
MIT License
404 stars 70 forks source link

App still maintained? #7

Open IzzySoft opened 5 years ago

IzzySoft commented 5 years ago

Are you still maintaining thiss app, @majido? The last release was more than 4 years ago, so was the last commit. Does it still work on recent Android versions?

PS: while on it, what license is this project using?

majido commented 5 years ago

I have not built and used the app in a long time personally. It is easy to check if it is working on recent versions. PRs are welcome if something is broken.

On Thu, 14 Feb 2019 at 06:32, Izzy notifications@github.com wrote:

Are you still maintaining thiss app, @majido https://github.com/majido? The last release was more than 4 years ago, so was the last commit. Does it still work on recent Android versions?

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/majido/clipper/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5p__VE0SrTbwLphfwc4CzzbvNpTqyuks5vNUlGgaJpZM4a7Zoo .

IzzySoft commented 5 years ago

Thanks for the update, @majido! I'm no dev, so I cannot offer PRs. Reason for my asking was the "spring cleaning" in my repo, where your app is listed. I usually add a note if an app is no longer maintained (or no longer actively developed but accepting PRs). So if it's OK for you, I'd add the latter note to your app there.

Naming a license (and adding it to your app's repo) would still be very welcome πŸ˜ƒ

majido commented 5 years ago

Added an MIT license.

IzzySoft commented 5 years ago

Thanks, updated (goes live with the next (daily) sync).

calvinps commented 4 years ago

I found another app with basically the same functionality - works well on the latest versions of Android:

https://github.com/PRosenb/AdbClipboard

IzzySoft commented 4 years ago

Thanks for the pointer, @calvinps – just added that one to my repo as well (should show up tomorrow, with the next regular sync).

IzzySoft commented 3 years ago

@majido maybe you could fix the last tag? The package at tag 1.2.1 (2015-01-31) has versionName='1.1', which is quite confusing.

IzzySoft commented 3 years ago

@majido any chance for the fixed APK?

IzzySoft commented 2 years ago

@majido sorry for pinging again, but it's been a year… Guess there's no chance to get the last tag fixed? Maybe @wangjing53406 would offer their adjustments as PR to base a new release upon?

IzzySoft commented 2 years ago

Any word, @majido ?

IzzySoft commented 9 months ago

As it's been almost 3 years and multiple pings now, I think there's no chance and the app no longer maintained. I'll now remove it from the update checks. Please give me a ping here if the situation changes, @majido – Thanks!

majido commented 9 months ago

Thanks. This is no longer actively maintained. If you are aware of a good alternative which is maintained I can link to it.

On Sun, Dec 3, 2023 at 2:20β€―PM Izzy @.***> wrote:

As it's been almost 3 years and multiple pings now, I think there's no chance and the app no longer maintained. I'll now remove it from the update checks. Please give me a ping here if the situation changes, @majido https://github.com/majido – Thanks!

β€” Reply to this email directly, view it on GitHub https://github.com/majido/clipper/issues/7#issuecomment-1837574021, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHGT73BPZ2YAH54RIP4YLDYHTGIDAVCNFSM4GXNTIUKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBTG42TONBQGIYQ . You are receiving this because you were mentioned.Message ID: @.***>

IzzySoft commented 9 months ago

There's ADB Clipboard, but that doesn't look maintained anymore either (last commit in 2020). Not aware of any other, though.

Reason I'm asking for is the app still being listed in my repo. Guess you're OK if I add a note to inform interested people the app is "no longer actively maintained", disable update checks – and should you pick up again one day, you just send me a ping e.g. here?

IzzySoft commented 8 months ago

Hi @majido just found another issue: the app uses a long expired debug certificate (marked with denyAfter 2019-01-01). So I guess I better remove it from my repo then. Should you pick up maintenance one day and provide an APK signed with a release key, please drop me a note so I can add it back again. Thanks!