0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We no longer copy pew into the source tree, we copy it explicitly during the build phases of products that need it. More... about 7 years ago
Merge branch 'master' into android_webview More... about 7 years ago
Use the pbxproj module on Mac to automatically adjust the XCode project settings, so that we can start using a stock PythonistaAppTemplate project file and not have to manually customize it for each build. More... about 7 years ago
Use the pbxproj module on Mac to automatically adjust the XCode project settings, so that we can start using a stock PythonistaAppTemplate project file and not have to manually customize it for each build. More... about 7 years ago
Switch PyEverywhere to using the webview backend on p4a. More... over 7 years ago
Merge branch 'master' into android_webview More... over 7 years ago
Fix issue when requirements aren't specified. More... over 7 years ago
Improve iOS support by sharing the copy file steps with android, and create a virtualenv to support adding pure Python requirements to the iOS build tree. More... over 7 years ago
Improve the message server by internally putting it on a thread, and add PyObjC as another possible backend so that we can get better console deubgging tools. More... over 7 years ago
Update the android build script to build the webview bootstrap instead of the sdl2 one. More... over 7 years ago
Remove dependency on Kivy and just grab the system WebView rather than creating a new one and overriding the default view. More... over 7 years ago
Share the Android tools between projects, and allow the location of the tools to be customized. Also create a verbose option and copy the pew module over at build time rather than update time. But if the project has a pew module in their src folder, use that instead. More... over 7 years ago
On Mac, we need to have Cut, Copy and Paste menu items in order for the keyboard shortcuts to work in the WebView. More... over 7 years ago
Fix create by actually passing the directory to copy to... More... over 7 years ago
Add configurable global settings to PyEverywhere in preparation for using a global Android tools directory. More... over 7 years ago
Add support for config-specific directories to ignore, and have config take an argument for a config rather than a file path to a python script. We will infer the location based on the config name. More... over 7 years ago
Update the ANT version we download. More... over 7 years ago
Restore the launch image argument. More... over 7 years ago
Restore line that was unintentionally moved during refactoring. More... over 7 years ago
Add support for release builds for Android and the ability to specify a config file, so that multiple builds with different configurations (e.g. languages) can be created. More... over 7 years ago
Enable local storage and media autoplay. More... over 7 years ago
Use the HOST and PORT constants in the docs instead of hardcoding values. More... over 7 years ago
Make orientation a configurable field. More... over 7 years ago
Use our own fork for now so that we can pull changes as desired. More... over 7 years ago
Make it so that we can autoplay media files on app start. More... almost 8 years ago
Silence some noisy but irrelevant logs. More... almost 8 years ago
Update android build script with both the Linux and Mac p4a paths to make it cross-platform, do a dist clean to prevent some caching issues while we do dev, and make the script friendly for paths with spaces in them. More... almost 8 years ago
Merge branch 'master' of https://github.com/kollivier/pyeverywhere More... almost 8 years ago
Add set_title method to WebUIView. More... almost 8 years ago
Fix apk copy step after switching to new Android toolchain. Also make the load_complete handler file on the main URL even if it's not a file URL. More... almost 8 years ago