Lonami

Results 705 comments of Lonami

> Can this be detected? [Don't think so](https://developer.android.com/reference/android/content/pm/PackageInfo.html). The idea was good though, but I'm not going to dig into root access and do some fancy stuff over the `.apk`...

> You don't need root to access the apk You are right on that now that I think about it, APKShare doesn't need root. But still, I would need to...

Yeah @mquinson the idea was to show a text on the same "application" item on the discover repositories thing, but the problem is I don't know how to check which...

1. First use system default, then allow him to change it. 2. No, the idea is, since it's installed, I should have access to its resources, and so I should...

And also replacing "..." (three dots) by "…" (ellipsis), or things like " ," by ", ". Perhaps this could be done *if and only if* the original string has...

> "hey, the original string has/does not have X, are you sure you want to save without?" > (eg. Stringlate has >110 OMFG!) :+1: Jokes out, maybe some `TextView` in...

> *cough multiline* I need to look at why the `XmlPullParser` is not reading the multiline. It probably trims the text, and merges ≥ 2 spaces into one. > The...

> That `ellipsis` fits here. But most keyboards don't bring this, and if they do (*AnySoftKeyboard* does), people won't necessarily be using it. However, perhaps aggressively replacing automatically is not...

Trying to think how this could fit into the UI. How about the "linter" running right when you try to change to another string, if it finds anything it should...