- Fix NDK build warnings from not having the min sdk set and linking using `-l` instead of using LOCAL_SHARED_LIBRARIES - Fix reloading in Python 3 - Add VideoView - Changes to setup.py and build.sh to remove ios and android packages when not needed
4.5.0
- Refactor ListView to use RecyclerAdapter and support container operations (append, insert, remove, pop) - Fix issue with builtin event loop with Python 3
4.4.2
- Support screen orientation changes - Set width and height of application in dp units
4.4.1
- Speed up msgpack with use_list=False - Compat changes to support python versions - Use pipe to redirect library output to logcat
4.4.0
- Add the `style` attribute for _all_ widgets that support it ex `style='attr/borderlessButtonStyle'` - Add the `background_style` attribute so you can make an clickable view have touch animations by using `background_style='?attr/selectableItemBackground'` (see [Ripple-Animation](https://guides.codepath.com/android/Ripple-Animation)) - Add "complex" style support when parsing android resources starting with `?` - Update several examples - Minor fixes to Spinner and RatingBar