Messages by Thread
-
[1/2] ios commit: Change XHR bridge mode to succeed instead of fail.
agrieve
-
[2/2] ios commit: Implement asyncEcho in the iOS echo plugin.
agrieve
-
[1/2] spec commit: Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec
macdonst
-
[2/2] spec commit: Adding failure test case for Globalization.stringToDate()
macdonst
-
[1/2] android commit: Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/incubator-cordova-android
macdonst
-
[2/2] android commit: Globalization plugin should return an error object and not a code
macdonst
-
[2/2] spec commit: Move createDoNotCallSpy and waitsForAny into test-runner.js
agrieve
-
[1/2] spec commit: Add an autotest for that does a sql transaction
agrieve
-
android commit: CB-1468 fixing paths with spaces
anis
-
[4/5] git commit: start of bb support. for platform + build commands
filmaj
-
[5/5] git commit: blackberry platform support added.
filmaj
-
[2/5] git commit: updated test bootstrap + tests for bb10 support.
filmaj
-
[1/5] git commit: 0.0.7
filmaj
-
android commit: Guard against null pointer exception in ES File Explorer being used to get a picture
macdonst
-
ios commit: [ios] Fixing LocalStorage not persisting on first app launch on ios6
mmocny
-
js commit: [ios] route console methods to original console
pmuellr
-
[8/8] git commit: removing trycatches
filmaj
-
[5/8] added blackberry project parser + specs in prep for bb support
filmaj
-
[3/8] added blackberry project parser + specs in prep for bb support
filmaj
-
[2/2] git commit: added check for git command availability. Updated my contact email in the contributors list.
filmaj
-
[1/2] git commit: added uncaughtException handler rather than abruptly calling process.exit
filmaj
-
[2/2] git commit: Fixes issue #26: android 2.1.0 tab breaks create script. also refactored spec helper a bit so that we can turn off the android project create shortcut
filmaj
-
[1/2] git commit: bumping to 0.0.6
filmaj
-
webworks commit: [CB-1541] - updating readme
timkim
-
git commit: swapped out wrench for shelljs
filmaj
-
[7/8] ios commit: Add onReset for CDVBattery.
braden
-
[8/8] ios commit: Add onReset to CDVAccelerometer.
braden
-
[5/8] ios commit: Add onReset to CDVFileTransfer.
braden
-
[3/8] ios commit: Add onReset to CDVSound.
braden
-
[6/8] ios commit: Add onReset for CDVConnection.
braden
-
[4/8] ios commit: Add onReset for CDVLocation.
braden
-
[1/8] ios commit: Merge branch 'master' into plugin_reset
braden
-
[2/8] ios commit: Cleanups suggested by Andrew Grieve.
braden
-
docs commit: Added command-line arguments to the bin/generate script to allow for generating just en/edge (--edge) or a single specific lang/ver (en 1.6.0), while leaving the default to generate all languages and all versions. This makes it much quicker
agrieve
-
android commit: Fail the build gracefully with helpful error messages if the local.properties file is missing, or if the commons-codec jar is missing, or if ant is not at the minimum required version. Also add a little more detail to README.md.
agrieve
-
ios commit: Updating JS with default bridge now XHR_OPTIONAL_PAYLOAD.
agrieve
-
spec commit: Fix FileTransfer test where deleteFile is called with no callback.
agrieve
-
js commit: [ios] Change default bridge from XHR_NO_PAYLOAD to XHR_OPTIONAL_PAYLOAD
agrieve
-
js commit: [ios] Attempt to fix a crash in iOS XHR bridge mode.
agrieve
-
js commit: [ios] Fix XHR exec bridge not working for non-file host pages.
agrieve
-
[3/3] git commit: added build command invoking changes to app data via config.xml specs. also added plugin removal and specs
filmaj
-
[1/3] git commit: bumped to 0.0.5
filmaj
-
[2/3] git commit: Added documentation for plugin removal.
filmaj
-
[7/11] android commit: Add onReset() to GeoBroker.
braden
-
[11/11] android commit: Make AccelListener stop listening onReset()
braden
-
[9/11] android commit: Add onReset to BatteryListener.
braden
-
[6/11] android commit: Add onReset() to NetworkManager.
braden
-
[2/11] android commit: Don't unregister the listener if it was never registered.
braden
-
[8/11] android commit: Add onReset to CompassListener.
braden
-
[3/11] android commit: Fix NPE on reset with undefined NetworkListener.
braden
-
[4/11] android commit: Add onReset() to TempListener.
braden
-
[5/11] android commit: Add onReset to Storage.
braden
-
[1/11] android commit: Merge branch 'master' into plugin_reset
braden
-
[10/11] android commit: Make AudioHandler stop and clean up on onReset()
braden
-
ios commit: Fix bug in FileTransfer progress events.
agrieve
-
spec commit: Add test for upload progress events to FileTransfer.
agrieve
-
ios commit: Fixes CB-1511 force portrait in captureAudio
becka11y
-
android commit: Set the total field for FileTransfer upload progress events.
agrieve
-
[7/7] git commit: Output indented XML.
filmaj
-
[6/7] git commit: Merge pull request #22 from dpogue/xml-formatting
filmaj
-
[2/7] git commit: axed asyncblock. tweaked test_bootstrap
filmaj
-
[1/7] git commit: bumping to 0.0.4 and added mike + darryl as contributors
filmaj
-
[4/7] git commit: reworked build flow. build tests now run fast! start of incorporating shelljs
filmaj
-
[5/7] git commit: moved lib cloning to util module. `npm test` now makes sure libraries are all cloend down before running tests.
filmaj
-
[3/7] git commit: removed asyncblock. using shelljs where appropriate.
filmaj
-
git commit: modified add platform: created a variable for checkout tag, moved get platform logic to seperate function, added error checking when platform already exists, added error checking for invalid platform name. updated instructions to not install
filmaj
-
git commit: sped up tests by catching calls to android/bin/create at the child_process.exec level. gnarly, but saves test run time by about 50% on my machine
filmaj
-
js commit: Added missing comments to getPreferredLanguage(). Part of CB-1473.
agrieve
-
[14/14] git commit: removing dot file stuff.. unnecessary abstraction.
filmaj
-
[10/14] git commit: stub of build specs related to config.xml interpolation. added a bunch of fixtures for tests.
filmaj
-
[8/14] config.xml -> native project configurator modules. moar tests.
filmaj
-
[13/14] git commit: updating package.json to point to anis pluginstall
filmaj
-
[1/14] git commit: added documentation on how to edit app name via config.xml. related specs to configuring with config.xml
filmaj
-
[6/14] config.xml -> native project configurator modules. moar tests.
filmaj
-
[2/14] git commit: adding ios project parser module and related specs. hooked in config name extraction -> interpolation into native project for ios.
filmaj
-
[9/14] git commit: add platform config logic made simpler
filmaj
-
[3/14] git commit: config.xml -> native project configurator modules. moar tests.
filmaj
-
ios commit: [CB-1514] Xcode 4.5 - Static Analyzer Issues in CordovaLib and default template
shazron
-
ios commit: [CB-1520] InvalidArgumentException when EnableLocation is Yes on Cordova.plist
shazron
-
[2/2] android commit: Fixing CB-1521 - NullPointerException on Default Jellybean Emulator
bowserj
-
[2/2] android commit: Add onReset to Plugin API, call on navigate.
braden
-
android commit: Add a work-around for a FileTransfer bug on 2.3 only.
agrieve
-
[2/2] js commit: Make the starting callbackId random rather than always 0 to avoid collisions.
braden
-
[2/2] ios commit: Add onReset() to plugins on iOS.
braden
-
ios commit: Add a comment explaining what the statements in the nativeReady eval do.
agrieve
-
ios commit: Change FileTransfer's form boundary from *** to +++
agrieve
-
android commit: CB-1512: FileTransfer API and Mojolicious
macdonst
-
[11/11] bin/uncrustify.sh --all
agrieve
-
[3/3] android commit: Add progress callbacks, abort for FileTransfer.upload and FileTransfer.download
agrieve
-
[1/3] android commit: Fix up some minor FileTransfer bugs / warnings.
agrieve
-
[2/3] android commit: Update JS to include FileProgress abort & progress support.
agrieve
-
[1/2] spec commit: Fix up deleteFile() so that it never fails.
agrieve
-
[2/2] spec commit: Add FileTransfer tests for progress events and abort()
agrieve
-
[1/7] ios commit: Update JS to include FileProgress abort & progress support.
agrieve
-
[6/7] ios commit: [CB-836] Storing connection delegates for aborting connections quicker
agrieve
-
[3/7] ios commit: [CB-622] Progress events for downloads
agrieve
-
[5/7] ios commit: [CB-622] Added upload progress to FileTransfer
agrieve
-
[7/7] ios commit: [CB-836] Abort functionality added to FileTransfer
agrieve
-
[2/7] ios commit: Minor fixes to FileTransfer.abort.
agrieve
-
[4/7] ios commit: [CB-836] Readonly property, duplicate activeTransfer, send pluginResult on abort
agrieve
-
js commit: [all] Add FileTransfer object id, onprogress event, abort method.
agrieve
-
js commit: Fix flakiness of test.geolocation.js by using waitFor() instead of wait()
agrieve
-
js commit: [android] Set default bridge to ONLINE_EVENTS (take 2)
agrieve
-
[2/2] android commit: Switching to ONLINE_EVENT
bowserj
-
android commit: updating windows create script test
anis
-
webworks commit: Update framework/ext/src/org/apache/cordova/http/FileUploader.java
timkim
-
[2/2] js commit: Fixing CB-1498
bowserj
-
webworks commit: [CB-1493] - updated links to use maven instead of sourceforge
timkim
-
ios commit: [CB-1502] Re-fix - rename asset for @2x, remove scaling
shazron
-
js commit: CB-1411: Add trustAllHosts option to FileTransfer.download on Android
macdonst
-
[Cordova Wiki] Update of "InAppBrowser" by SimonMacDonald
Apache Wiki
-
ios commit: [CB-1502] Update Capture Audio images for iPhone 5 (partial fix - image is still placeholder)
shazron
-
ios commit: Added CDV_IsIPhone5 macro
shazron
-
ios commit: [CB-1479] Cordova 2.1 Capture Problem if no options provided
shazron
-
ios commit: [CB-1499] use of Camera in Cordova video mode results in field of view different than in native video mode
shazron
-
webworks commit: [CB-1493] - finally got this stuff working on windows
timkim
-
[1/2] webworks commit: Updated url to download jar
timkim
-
[2/2] webworks commit: Left open string
timkim
-
ios commit: Default template: Re-added quotes around the product name that were clobbered by Xcode's plist writer
shazron
-
ios commit: For JIRA CB-1482: Add splash screen image for iPhone 5's 4" display.
shazron
-
webworks commit: [CB-1493] - antcontrib download function for windows create script
timkim
-
[5/5] ios commit: additional changes for CB-1461
shazron
-
[4/5] ios commit: CB-1461 Add the two new iOS 6 UIWebView properties as Cordova.plist settings
shazron
-
[2/5] ios commit: [CB-1461] Added plist settings to default template
shazron
-
[1/5] ios commit: [CB-1461] UIWebView property check for compiling on SDKs < iOS 6
shazron
-
[3/5] ios commit: CB-1461 added new iOS 6 UIWebView properties
shazron
-
android commit: Fixing CB-1504
bowserj
-
[Cordova Wiki] Update of "GingerbreadMultitouchPolyfill" by JoeBowser
Apache Wiki
-
[Cordova Wiki] Update of "GingerbreadMultitouchPolyfil" by JoeBowser
Apache Wiki
-
[Cordova Wiki] Update of "RoadmapProjects" by JoeBowser
Apache Wiki
-
[Cordova Wiki] Trivial Update of "InAppBrowser" by JoeBowser
Apache Wiki
-
android commit: Adding headers and converting tabs to spaces
bowserj
-
js commit: Fixing CB-1503 - Adding Apache Headers to Globalization Plugin
bowserj
-
android commit: CB-1469: Add Globalization Plug-in for Android
macdonst
-
[2/3] js commit: CB-1472: Add Globalization Plug-in for JS
macdonst
-
[1/3] js commit: Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/incubator-cordova-js
macdonst
-
[3/3] js commit: Fix infinite loop in the build if file does not have a header
macdonst
-
[Cordova Wiki] Update of "IRC Communication" by MichaelBrooks
Apache Wiki
-
spec commit: CB-1474: Port Globalization Plug-in Tests to Jasmine
macdonst
-
ios commit: [CB-1360] Conditionally add architectures based on iOS version in CordovaLib
shazron
-
git commit: readme todo updates. now links to github issues.
filmaj
-
[1/3] git commit: added a dot parser, start of syncing up config.xml between user and client
filmaj
-
[3/3] git commit: updating (temporarily) github url for project, bumping version for npm publish!
filmaj
-
[2/3] git commit: .cordova file now a basic manifest
filmaj
-
[2/3] android commit: removing verbosity
anis
-
[3/3] android commit: fixing windows appinfo.jar
anis
-
android commit: Fixing CB-1462, there's a difference betwene Global and Local listeners:
bowserj
-
android commit: Resolving CB-1496, this is faster than a pull request
bowserj
-
ios commit: Fixed 2.1.0 release notes
shazron
-
[11/14] android commit: Add constant to disable non-exec() messages in Native->JS bridge.
agrieve
-
[10/14] android commit: Always send as many messages native->JS in one payload as possible.
agrieve
-
[7/14] android commit: Refactor how PluginResults are sent to JS.
agrieve
-
[14/14] android commit: Fix warning about .close() not being called in FileUtils.
agrieve
-
[9/14] android commit: Remove TODO comment about calling webView from non-ui thread.
agrieve
-
[12/14] android commit: Abstract JS->Native API calls into a class.
agrieve
-
[8/14] android commit: Set the initial network-available state on start-up.
agrieve
-
[6/14] android commit: Use a thread pool when executing async plugin operations.
agrieve
-
[13/14] android commit: Fix NPE when using LOCATION_CHANGE exec bridge.
agrieve
-
[5/14] android commit: Disable debug logging of loadUrl for javascript URLs.
agrieve
-
[3/14] android commit: Add a flag to disable exec() chaining for benchmarking.
agrieve
-
[1/14] android commit: Fix a deadlock in CallbackServer.java.
agrieve
-
[4/14] android commit: Optimize encoding of PluginResults within NativeToJsMessageQueue.
agrieve
-
android commit: CB-1126: Splashscreen
macdonst
-
js commit: [all] Separate Channel into sticky and non-sticky versions
agrieve
-
js commit: Revert "Separate Channel into sticky and non-sticky versions."
agrieve
-
[1/6] js commit: [android] Hide window.online/offline events that are triggered by exec()
agrieve
-
[4/6] js commit: [android] Abstract JS->Native API calls into an interface.
agrieve
-
[5/6] js commit: [android] Have exec() process multiple messages at a time.
agrieve
-
[2/6] js commit: [android] Add non-eval based plugin result decoding.
agrieve
-
[3/6] js commit: [all] Make navigator.onLine be explicitly based on navigator.connection.type.
agrieve
-
[6/6] js commit: Add navigator.connection and deprecate navigator.network.connection.
agrieve
-
js commit: Revert "Revert "Make circular require()'s and exception.""
agrieve
-
[1/2] js commit: Separate Channel into sticky and non-sticky versions.
agrieve
-
[2/2] js commit: Change onSubscribe & onUnsubscribe into a single onHasSubscribersChange.
agrieve
-
[1/6] spec commit: Tweak clean-up logic in filetransfer tests so that it executes even when tests fail.
agrieve
-
[3/6] spec commit: Make tests in FileTransfer fail faster when they fail.
agrieve
-
[4/6] spec commit: Refactor bridge benchmark page.
agrieve
-
[5/6] spec commit: Add a note about setting constants in exec benchmark.
agrieve
-
[2/6] spec commit: -Add a file transfer test that tests https, and the response body.
agrieve
-
[2/2] ios commit: Add git hook that runs uncrustify before commits.
agrieve
-
ios commit: [CB-1465] WebView too small after closing of a ChildBrowser in landscape orientation
shazron
-
[16/25] android commit: Typo stray paren
macdonst
-
[21/25] android commit: Spelling: after
macdonst
-
[23/25] android commit: Brand: cordova
macdonst
-
[20/25] android commit: Spelling: success
macdonst
-
[15/25] android commit: Spelling (en-us): behavior [slightly more instances of this spelling than the British]
macdonst
-
[18/25] android commit: Spelling: necessary
macdonst
-
[24/25] android commit: Spelling: activities
macdonst
-
[7/25] android commit: CB-1405: navigator.language
macdonst
-
[22/25] android commit: Spelling: aperture
macdonst
-
[19/25] android commit: Spelling: definition
macdonst
-
[17/25] android commit: Spelling: polyfill
macdonst
-
[14/25] android commit: Spelling: comparisons
macdonst
-
[10/25] android commit: CB-1321: IMS types returning as other
macdonst