oSumAtrIX
oSumAtrIX
If this is all and a conditional check is added, I'd merge it with a comment referencing the Android issue tracker
Why is ``` setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes") ``` needed?
So as I understand the transformer writes as utf16 and then the writer as utf8? Why are we omitting the xml declaration. It doesn't have to do anything with encoding...
Can't you set the encoding in the header to utf8 explicitly but write in utf16?
Provenance makes sense if the frontend should be aware of what the API serves has a source code. What if we implement a backend that consumes closed source files from...
I guess it can be nullable. What are the docs for GitHub?
Slide to seek is very useful to me and many others (I have seen people ask for it often). I don't think it should be deleted because you can tap...
Are we talking about "Seekbar tapping" or am I confusing something? Because tapping must be implemented somewhere hence the patch can be fixed to support the new code.
Disgard my previous comments about this then. I was thinking about the wrong patch. It is indeed a patch that can be removed ( or locked to last working versions)
> Perhaps the easiest solution, is to have 2 litho filter patches. One for legacy (that basically will never be touched again), and then use this PR changes for the...