Kenechukwu Akubue
Kenechukwu Akubue
Android has been changing a lot of things in their API and that gives real headache to Frameworks like Kivy. Accessing files in android 11 and later proves to be...
### Description of the Feature Making The `MDIcon` accept an external icon(using another font file) will really be nice. Most times I have to edit the source code so that...
when `use_pagnition = False`, datatable should not be limited by `row_num` rather it should be set to infinity
### Description of the Bug On android shadow is not balanced, it is onesided (to the right) Before After https://user-images.githubusercontent.com/42192162/107843094-72b0ac80-6dc8-11eb-8f27-d806d1ef1e0a.mp4 ### Versions * OS: android * Python: 3.8 * Kivy:...
each time I execute `sys.stdout.encoding` i will get this `AttributeError: 'LogFile' object has no attribute 'encoding` and application crashes
### Description of the Feature if ScrollView can be turned to a RecycleView, this will allow a faster dynamic widget update. Adding a widget dynamically in ScrollView wastes a lot...
### Description of the Feature exposing the markup and text property(because it is a child of `MDLabel`) of `MDIcon` to allow the ease of use of custom icons in custom...
the segfault occurs whenever the app tries to access a `kiy.uix.widget.Widget` class from `kivy.factory.Factory` class here is a little code example to explain better # Case 1 ```python from kivy.app...
Refactored and updated the Imghdr code to maintain compatibility with Kivy. This adjustment is necessary as Imghdr is slated for removal in Python 3.13. fix #8294 Maintainer merge checklist *...
It would be awesome if there is a way to display the original emoji font in kivy Label instead of displaying light-dark colour of the emoji What I mean by...