kivy:feature-async-curl-image

Last commit made on 2017-08-26
Get this branch:
git clone -b feature-async-curl-image https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
feature-async-curl-image
Repository:
lp:kivy

Recent commits

36ebde7... by Mathieu Virbel

Merge branch 'master' of github.com:kivy/kivy into feature-async-curl-image

7e46250... by tshirtman

Merge pull request #5350 from gottadiveintopython/kviewer_not_working_on_python3

tools/kviewer: Fixed it working on python3

d3fcfd2... by Mathieu Virbel

doc fixes

8865bf1... by Peter Badida <email address hidden>

Merge pull request #5352 from kivy/revert-5225-Bakterija-patch-1

Revert "Fix App.get_application_config() not being called in load_config()"

01ce7b5... by Mathieu Virbel

move sdl2 declaration within sdl2.pxi, clean API, more doc

48bd69c... by Mathieu Virbel

curl: fix crash and examples

97ca2b7... by Mathieu Virbel

curl: start adding documentation + API change

b7e4adb... by Mathieu Virbel

curl: rework the API to provide a "CurlResult" object containing various information.

TODO: be lazy aka don't load all the headers etc if we don't need them.

084d443... by Peter Badida <email address hidden>

Rewrite ActionGroup from Spinner to Button+DropDown

0b65313... by WillW <email address hidden>

issue #5333 - actionbar throws exception when resized

prevent attempts to remove items that are not present in ActionView._list_action_items