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
Enable whitelist file support, currently needed for Python for Android More... almost 8 years ago
We no longer run build_p4a.sh as a seperate script. The actual build happens in build.sh now. More... almost 8 years ago
Switch to new p4a toolchain on Android to fix keyboard event issues, and add the ability to get and set the user agent string. More... almost 8 years ago
Restore the old way of getting the directory as it's cross-platform. More... almost 8 years ago
Linux build fixes. More... almost 8 years ago
Set platform in setup.sh and allow for different platform SDKs to be downloaded. More... almost 8 years ago
Make the Android SDK and build tools something that can be specified on a per-project basis. More... almost 8 years ago
Create a message handling HTTP server for passing messages between UI and app. More... about 8 years ago
Add a function to enable PEW apps to start a local server for handling web messages. More... about 8 years ago
Automatically open the browser when possible. More... about 8 years ago
Make the default be to support pause and resume. More... about 8 years ago
Make delegate / protocol usage optional, and log errors in message handling. More... about 8 years ago
Start on browser debugging support via a built-in HTTP server. More... about 8 years ago
Make protocol optional and make it possible to record / view all JS commands sent during a session. More... about 8 years ago
Update Ant download location and temporarily switch to using the old_toolchain branch until we get buildozer working. More... about 8 years ago
Add tools for code-signing on Mac and for REST client operations. More... about 8 years ago
On iOS, the short version string must be 3 digits or less. More... about 8 years ago
Pass the protocol down into the initial load so that the bridge can be used during onload handling, and also make call_js_function able to handle non-string arguments. More... about 8 years ago
self.target may not be set for some errors, so do a sanity check first. More... about 8 years ago
Don't close on pause by default and add on_stop handling. More... about 8 years ago
Launch and icon image support for android. More... about 8 years ago
Style cleanup. More... over 8 years ago
atexit can't call class methods, plus it won't work properly anyway. More... over 8 years ago
Don't allow for named arguments, it can cause problems with data that includes an equals sign. Also perform style cleanup More... over 8 years ago
Add a size argument for use on desktop platforms. More... over 8 years ago
Allow any extra arguments to run to get passed down to the app. More... over 8 years ago
Fix URL parsing under Android by making sure we set and use path correctly there. More... over 8 years ago
Add the list of platforms so that Python will check the value against valid values. More... over 8 years ago
Clarify a couple points in the overview, and add docs for the start_coverage_tests function after moving it out of the PEWTestRunner class. More... over 8 years ago
Make sure we can find the src directory on the path. More... over 8 years ago