-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Android application, with sync functionality #25
Comments
Sounds like a very good idea. And by this I mean, a custom layer of security. Flutter has very little built-in support for Clipboard, and I don't know whether android allows listening to clipboard for non-textual data. For creating a software like Cliptopia for mobile devices, Flutter is not a framework of choice as of Today. |
Also, we would be needing a background service to populate the app database with clipboard contents even if the app is not running. |
I'm currently focussed on making Cliptopia more user friendly and feature rich to improve accessibility within the app. |
Okay, I understand that. I have some experience in writing Flutter projects, and some experience in Java.
Yeah, that would be a big problem with tablet ROMs like Lenovo's. Lenovo has one of the most aggressive OOM killers. It simply kills all processes, even if the battery saving mode for the application is disabled.
That's interesting, I had something like that, but with Huawei phones. Some weird restriction in the file system (I think it was because of custom I have in my home lab phones like Samsung, Xiaomi and tablet Lenovo, I think I can do some basic implementation in Java (or Kotlin) with some native "spicy" stuff, and test with my various phones. And (probably) Windows platform support will be great (PS: I'm not a fan of MS stuff, but I see that Cliptopia has great potential, will be great to grow some user community). Thanks! |
That would be great if you want to try that.
Yes, me too. Windows already has a clipboard manager and Power Toys tool, also, for creating an software like cliptopia for windows requires some .NET integration too, that would be very tough, also I do have a Windows 11 system which I is use for launching VMs, (virtualbox doesn't supports Ubuntu 23.10), my personal experience says that flutter isn't that smooth on windows as it is on others, in terms of both performance and libraries. Also, Cliptopia isn't complete yetSee, Cliptopia works on
Now the my main concern now a days is to implement the This will make cliptopia stable on every wayland native windows managers out there, and ultimately on all linux distros. When cliptopia gets stable here on my home platform, I'll then focus to grow it on other platforms too. Also, a community is all I want to create by building Cliptopia. |
I think this will be very useful.
The text was updated successfully, but these errors were encountered: