Kenechukwu Akubue

Results 25 issues of 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...

Type: Enhancement

when `use_pagnition = False`, datatable should not be limited by `row_num` rather it should be set to infinity

Type: Enhancement
External library

### Description of the Bug On android shadow is not balanced, it is onesided (to the right) Before![Screenshot_20210213-064821.png](https://user-images.githubusercontent.com/42192162/107843009-ce2e6a80-6dc7-11eb-8641-a757e42f3fdc.png) After https://user-images.githubusercontent.com/42192162/107843094-72b0ac80-6dc8-11eb-8f27-d806d1ef1e0a.mp4 ### Versions * OS: android * Python: 3.8 * Kivy:...

Type: Bug
Type: Enhancement

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...