kivy-ios/src
Olli Wang a5015a746b Fixes the bug that MFMailComposeViewController not presented properly.
The get_viewcontroller() function assumed the SDL window is always the first window in the shared application. However, it is not there. This commit assumes the SDL window is the keyWindow of the shared application.

In the mailComposeController:didFinishWithResult:error: method. The code originally uses the same get_viewcontroller() function to dismiss the modal view. However, uses [controller presentingViewController] is more promising to make sure the view controller that presents the MFMailComposeViewController.

There are also errors showed in the log if animation is disabled. So I changed to use animation on both presenting and dismissing. And the errors in log gone.

Signed-off-by: Olli Wang <olliwang@ollix.com>
2014-01-29 17:07:13 +08:00
..
ffi_files fixed ctypes error. Added .patch files for required modifications to get working pyobjus on iOS. 2013-08-26 20:39:29 +02:00
ios Fixes the bug that MFMailComposeViewController not presented properly. 2014-01-29 17:07:13 +08:00
jpeg_files modified: src/jpeg_files/jpeg_makefile.patch 2013-07-12 15:11:30 +02:00
pil_files Fixes for changes introduced by installing new XCode5 CommandLineTools, which put system headers in /usr/local. This change makes sure that the hostpython is using the system sdk, and PIL does not explicitly include /usr/include etc. as the highest priority path to look for headers in...that wont work if we are cross compiling. 2013-10-25 15:23:44 -05:00
python_files fixes bad path resolution in Python setup.py (zlib.h is not located into /usr/include anymore.) 2013-10-25 17:33:47 +02:00
SDL update to latest SDL master. keyboard API changed, kivy need to be updated as well. 2013-03-03 06:34:46 +01:00
tremor-configure.patch update libtremor patch to also change obsolete AM_CONFIG_HEADER to AC_CONFIG_HEADERS. AM_CONFIG_HEADER does not work since automake 1.4 2013-02-26 14:28:39 -06:00