-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
package name collision #477
Comments
With the next release the rename will be completed. Currently the app is not ready for that next release though.
Where does that even come from? I don't have the |
Can you give me a ping when it's ready and available?
You're sure about both? Who does the signing there? Local-NLP-Backend is built and signed by F-Droid, so the APK there does not have this issue as they obviously turned that off. Scanning the APK you've attached to releases there shows it has it:
I didn't check the others, but assume a similar constellation. Apart from that, F-Droid has no such checks in place (it was requested more than a year ago, but not felt important enough to be put in place – which happened in my repo the same week I was made aware of that. F-Droid lacks several checks which are in place with my repo). F-Droid uses |
Sure, should be in the next few days.
Ok, then that's why SCEE works (built and signed by me). |
Alpha release is done, with the new package name |
Yay, thanks! May I ask for a minor adjustment in your fastlane's I've done that here locally, so your app will show up here with the next sync around 7 pm UTC with that. I'm picking the "normal" one for my repo (so not the debug and not the Just wondering: what happened to the gliding support OpenBoard came with, which did not need the proprietary lib? Admitted, it wasn't perfect, but it worked better than having none. It's what I'm currently using – and I don't want to install the proprietary library but would really like to have glide typing support (and I guess I'm not alone with that). Any chance that might come (back) with a future release? |
done
Which version of OpenBoard has glide typing support? Maybe you're referring to wordmage's version that uses code without any license information? See discussion at openboard-team/openboard#3 (comment).
It's for adding contact names to suggestions and spell check. |
Thanks! Enabled here now.
Thanks for the explanation! So I at least got that right 🙈
Rudimentary one. Let me check which version is installed on my device… Err… Ahem… OK, my bad: I was evaluating it back then and waiting for that to be enabled – which never happened. So what I have here is AnySoftKeyboard, apologies! But maybe taking a look at that is worth a try, if you could adopt their glide typing and build on it? Not sure if it is the same you refer to (wordmage). Even if, if one doesn't want to root-trick in a proprietary lib, using an – even though limited – FOSS one would be better than nothing. Yeah, it works so-so (half the time not correctly or not at all), but the other half acceptable…
Thanks for confirming! That's what I assumed and already put: I'll update that now to be easier to understand, using your terms … done, will go live with that then. I gladly add explanations for the other permissions if you want – just that one would have stood out in warning colors ("sensitive permission" – you see it's still in bold) had we not added something, which is why I mentioned it explicitly. Currently there (after this update now): |
So far I didn't even bother trying anything with the native libraries. It's another huge bunch of code I'd need to get familiar with, and I besides some short course a long time ago I don't have any C++ experience.
Looks good already. The one sensitive permission is completely optional anyway; the app will not ask unless you enable contacts lookup. |
Anyway, I think this is solved now. |
Yupp, thanks! Still hoping for a proper FOSS glide typing solution. But we FOSS enthusiasts are used to the fact that this will take time. Still better than those MS fanboys hoping to get their issues addressed (which won't ever happen unless… profit gains are included). Wish you all the best for HeliBoard then – and good to have Heli on Board at IoD 🤩 |
For proper FOSS glide typing I hope it will eventually arrive at Florisboard. It's already quite good as far as I remember, but not finished enough. |
Yes, Florisboard has it, and Patrick is quite busy at it. Works quite well for English – but becomes a real mess if you try gliding in any other language unfortunately (I use the stable version on another device). I might need to check with Patrick how stable the "nightlies" are meanwhile, and when to expect another stable (the current stable release is almost as long ago as the last release of OpenBoard 🙈) I really like the integrated clipboard manager there, works way better than the one in ASK. And as that gliding lib is FOSS, you might even be able to adopt that library for HeliBoard then 😃 |
Abusing this one (as it's metadata related and you have no "simple issue template" left):
Fastlane changelogs are limited to 500 chars each and are cut-off at exact that position if longer – even if that's mid-word. Could you please make sure to stay within those limits, @Helium314? Thanks in advance! |
While
build.gradle
saysthe APK attached to the latest release disagrees:
That package name collides with upstream's. Could you please adjust that? Then I'd happily add the app to my repo, as requested here – which would also make it easier accessible to testers etc, including automated updates 😉
Oh, while on it:
That shouldn't be there, but is easy to get rid of:
For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it – and nobody else can even verify what it really contains.
Thanks in advance!
The text was updated successfully, but these errors were encountered: