- Add support for html in `TextView` by setting `input_type = 'html'` using Android's Html.fromHtml. See the [supported tags](https://stackoverflow.com/questions/9754076/which-html-tags-are-supported-by-android-textview10262460)
4.1.0
- Add `PopupWindow` that lets you build context menus or absolutely positioned views.
4.0.3
- Add `popup` method to open dialogs from code
4.0.2
- Fix padding and margin order
4.0.1
- Add app bar layout
4.0.0
- Python-for-android and kivy-ios have been completely dropped in favor of [conda-mobile](https://github.com/codelv/conda-mobile)
- Android updated to use api instead of compile - Android starts python in a Thread instead of using AsyncTask