Stypox

Results 484 comments of Stypox

> I tried to participate as I could in this project, because not knowing how to program I had to deduce the syntax of the other files in French and...

> Lingva.ml is a open source front-end of Google Translate that contains no trackers of Google or any kind of things. Oh, great! I took a look at the API:...

Thank you! If you have any question or need some help feel free to ask :-)

This is an idea of how you could proceed, given you have `private static final List appGroups = /* ... */;`, in pseudocode: ```python function getMostSimilarApp(packageManager, appName): # find `bestApplicationInfo`...

See #81 for the discussion about app synonyms

For example, the weather skill shows a good-looking ui with the current weather. But it would difficult to share such (layout) information between apps using Android intents.

Thanks! Also take a look at #40

As I explained in the issue description, I think separate APKs would not be a good solution because it would be complicated (if not impossible) to pass graphical output between...

Yes, this makes sense, it should be based on the locale like all other apps

There has already been some discussion about this in https://github.com/Stypox/dicio-android/issues/10#issuecomment-975328019. But thank you for opening a new issue, I will point to it there. I agree this should be done...