bigConifer

Results 7 issues of bigConifer

For checklists, please priorize the menu option "Sort by" over the options "Add a new note" and "Open note" so that it is displayed as first toolbar icon by default....

It would be nice if you could smoothly scroll through the tab/title bar in horizontal direction. Currently the horizontal-swiping behavior applied to the tab/title bar is the same as applied...

feature request

See https://github.com/mozilla-mobile/fenix/issues/24560 For the Bookmarks Menu item with integrated Add/Edit button the `BrowserMenuItem` called `BrowserMenuImageTextCheckboxButton` is used (introduced in #9943). However there is an accessibility bug, regarding the size of...

Thank you for providing this nice tool, covering many use-cases that require AndroidManifest modification. The following procedure (simple test) should work with every APK. **However it causes a Parse Error**...

Ref https://github.com/WindySha/Xpatch/commit/a5680fd

Ref https://github.com/codyi96/xml2axml/commit/0d1c92c

For some AndroidManifest.xml files decoding fails and java.lang.ArrayIndexOutOfBoundsException is thrown. ``` java.lang.ArrayIndexOutOfBoundsException: 2325 at android.content.res.StringBlock.getShort(StringBlock.java:231) at android.content.res.StringBlock.getString(StringBlock.java:91) at android.content.res.AXmlResourceParser.getNamespaceUri(AXmlResourceParser.java:186) at com.bigzhao.xml2axml.test.AXMLPrinter.decode(AXMLPrinter.java:84) at com.bigzhao.xml2axml.test.AXMLPrinter.main(AXMLPrinter.java:47) at com.bigzhao.xml2axml.test.Main.decode(Main.java:37) at com.bigzhao.xml2axml.test.Main.main(Main.java:21) ``` To reproduce...