mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-22 14:50:24 -04:00
This is a combination of:
* `String[].split(",")` and
* `TextUtils.join(",", values)`
It seems a bit wastefull to have our own implementation of these two things
which lightly wrap this code, and produce a datastructure which is non standard
and foreign to Java developers.