bigConifer
bigConifer
@mcarare As author of the underlying code, can you please explain what's the purpose of the [`accessibilityRegion`](https://github.com/mozilla-mobile/android-components/blob/6c0fe91ab83614265f533b819bf406fc046b2227/components/browser/menu/src/main/res/layout/mozac_browser_menu_item_image_text_checkbox_button.xml#L36) element? It looks like it's redundant since the same listener is applied to...
https://github.com/mozilla-mobile/fenix/issues/26371 is about loosing the focus at all and showing the top of the list, not about scrolling one row up in grid view.
Fixes #488
Yes, it would be nice if at least the share option sends plain text. However, I think there shouldn't be an additional option in the menu. Instead of using unicode...
@yinli155 @codyi96 It looks like [this](https://github.com/hzw1199/xml2axml/issues/5) long known bug in the AXMLPrinter2 component of xml2axml. It's already fixed [here](https://github.com/bigConifer/xml2axml/commit/2c2af082690edbe219b22ee48f9af849bed70b49).
Can't reproduce on my device. ``` LANG=en_US.UTF-8 Packages architecture: arm Android version: 9 ```
It is a long known bug in AXMLPrinter2 which is the decoding part of xml2axml: https://code.google.com/archive/p/android4me/issues/11
Nothing to do with this bug. You can open a new issue to ask for adding a `LICENSE` file. @ganeshnew
Please note there is a prebuilt jar executable to download: https://github.com/hzw1199/xml2axml/releases/latest Otherwise you could build it from source using `mvn clean package`. This issue can be closed afterwards.
I'd expect that I've run in a similar Error. But I don't used `adb install`. Opened up a new issue with detailed description ([#3](https://github.com/hzw1199/xml2axml/issues/3)).