-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated to cordova 2.0.0 #91
base: master
Are you sure you want to change the base?
Updated to cordova 2.0.0 #91
Commits on May 16, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 26f0ed9 - Browse repository at this point
Copy the full SHA 26f0ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1baba50 - Browse repository at this point
Copy the full SHA 1baba50View commit details -
* Java code to java convention (functions starts with a lowercase cha…
…racater) * New getSupportedLanguages method * Java file warnings removed * Better error handling * New language parameter
Configuration menu - View commit details
-
Copy full SHA for 43a7e7a - Browse repository at this point
Copy the full SHA 43a7e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea73d38 - Browse repository at this point
Copy the full SHA ea73d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 509f936 - Browse repository at this point
Copy the full SHA 509f936View commit details -
Configuration menu - View commit details
-
Copy full SHA for c241c2a - Browse repository at this point
Copy the full SHA c241c2aView commit details -
Switch to JSONKit, for compatibility with PhoneGap 1.2 (SBJson was removed).
Configuration menu - View commit details
-
Copy full SHA for 44a72e6 - Browse repository at this point
Copy the full SHA 44a72e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for da8b169 - Browse repository at this point
Copy the full SHA da8b169View commit details -
Allow customization of the interface using a optional xib file
Updated to allow the user to define a xib file for the interface. The name of the xib file can then be passed into the scan method
Configuration menu - View commit details
-
Copy full SHA for 7b3f119 - Browse repository at this point
Copy the full SHA 7b3f119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d8f61c - Browse repository at this point
Copy the full SHA 3d8f61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c26bb4 - Browse repository at this point
Copy the full SHA 3c26bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebc2ee - Browse repository at this point
Copy the full SHA 1ebc2eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 194b25d - Browse repository at this point
Copy the full SHA 194b25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d96af7 - Browse repository at this point
Copy the full SHA 5d96af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7990c9a - Browse repository at this point
Copy the full SHA 7990c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d39ae - Browse repository at this point
Copy the full SHA f6d39aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 498d112 - Browse repository at this point
Copy the full SHA 498d112View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebed46a - Browse repository at this point
Copy the full SHA ebed46aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed13a20 - Browse repository at this point
Copy the full SHA ed13a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01e48e - Browse repository at this point
Copy the full SHA f01e48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f2740 - Browse repository at this point
Copy the full SHA c0f2740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 014a687 - Browse repository at this point
Copy the full SHA 014a687View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c6405 - Browse repository at this point
Copy the full SHA e8c6405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa1847 - Browse repository at this point
Copy the full SHA 6fa1847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17268bc - Browse repository at this point
Copy the full SHA 17268bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cff054d - Browse repository at this point
Copy the full SHA cff054dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 599d850 - Browse repository at this point
Copy the full SHA 599d850View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3fd9fe - Browse repository at this point
Copy the full SHA b3fd9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d7b1a - Browse repository at this point
Copy the full SHA d7d7b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 931335b - Browse repository at this point
Copy the full SHA 931335bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3acdd8b - Browse repository at this point
Copy the full SHA 3acdd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 703c639 - Browse repository at this point
Copy the full SHA 703c639View commit details -
Fix issues in BarcodeScanner README.md.
- Escape '<' and '>' characters so XML is displayed properly. - Add details to step purplecabbage#3 and add new step purplecabbage#4 in 'Adding the Plugin to your project'.
Configuration menu - View commit details
-
Copy full SHA for 28db856 - Browse repository at this point
Copy the full SHA 28db856View commit details -
Fix BarcodeScanner and ChildBrowser README
Top level of jar file is com and not src directory.
Configuration menu - View commit details
-
Copy full SHA for 1b7f5fa - Browse repository at this point
Copy the full SHA 1b7f5faView commit details -
Fix for Issue #225 (https://github.com/phonegap/phonegap-plugins/issu…
…es/225). PGbcsProcessor.captureSession no longer initialized as autorelease since it's released manually in dealloc. This prevents a double release crash scenario when an autorelease pool is drained before the controller is dealloc'd.
Configuration menu - View commit details
-
Copy full SHA for 396ce29 - Browse repository at this point
Copy the full SHA 396ce29View commit details -
Modified code to support JSONKit instead of JSON
Configuration menu - View commit details
-
Copy full SHA for f9ba944 - Browse repository at this point
Copy the full SHA f9ba944View commit details -
This reverts commit 98f028a.
Configuration menu - View commit details
-
Copy full SHA for d90941e - Browse repository at this point
Copy the full SHA d90941eView commit details -
Modified code to support JSONKit instead of JSON
Configuration menu - View commit details
-
Copy full SHA for f730de2 - Browse repository at this point
Copy the full SHA f730de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 952380b - Browse repository at this point
Copy the full SHA 952380bView commit details -
Fix IAP for iOS: apply()'s "this" argument needs to be set.
When I changed the JS callbacks to use `apply()`, I left the "this" argument set to null. This caused code in InAppPurchaseManager.prototype.updatedTransactionCallback to fail because references to `this` become null instead of references to the default instance of InAppPurchaseManager. This commit modifies the apply() calls to use plugins.inAppPurchaseManager as the "this" argument.
Configuration menu - View commit details
-
Copy full SHA for ab2041a - Browse repository at this point
Copy the full SHA ab2041aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a982b - Browse repository at this point
Copy the full SHA f0a982bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e23b649 - Browse repository at this point
Copy the full SHA e23b649View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8f3c0 - Browse repository at this point
Copy the full SHA ab8f3c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4755887 - Browse repository at this point
Copy the full SHA 4755887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b19ab9 - Browse repository at this point
Copy the full SHA 4b19ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1efb8d - Browse repository at this point
Copy the full SHA d1efb8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 187813f - Browse repository at this point
Copy the full SHA 187813fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e38d3d - Browse repository at this point
Copy the full SHA 3e38d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d31216 - Browse repository at this point
Copy the full SHA 1d31216View commit details -
Updated applicationPreferences to 1.2.0 +
Signed-off-by: Tue Topholm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b4c26f - Browse repository at this point
Copy the full SHA 0b4c26fView commit details -
Signed-off-by: Tue Topholm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65d3465 - Browse repository at this point
Copy the full SHA 65d3465View commit details -
Fixed a small error in js file, thx Michael DeSimone
Signed-off-by: Tue Topholm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e548f26 - Browse repository at this point
Copy the full SHA e548f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for cae78fa - Browse repository at this point
Copy the full SHA cae78faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6079b4b - Browse repository at this point
Copy the full SHA 6079b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4812ed - Browse repository at this point
Copy the full SHA d4812edView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7f8f8 - Browse repository at this point
Copy the full SHA fa7f8f8View commit details -
Display a message when navigation failed
- alert is shown with error description - address panel text changed - spinner stopped
Configuration menu - View commit details
-
Copy full SHA for 4645325 - Browse repository at this point
Copy the full SHA 4645325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b0591 - Browse repository at this point
Copy the full SHA 65b0591View commit details -
iOS > EmailComposer > FIX: Without email account there is an error, t…
…hat also prevents child browser and other plugins from further working WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: <NSInvalidArgumentException> Application tried to present a nil modal view controller on target
Configuration menu - View commit details
-
Copy full SHA for ba7bef0 - Browse repository at this point
Copy the full SHA ba7bef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf78331 - Browse repository at this point
Copy the full SHA cf78331View commit details -
Configuration menu - View commit details
-
Copy full SHA for df26495 - Browse repository at this point
Copy the full SHA df26495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095f875 - Browse repository at this point
Copy the full SHA 095f875View commit details -
It adds a test appointment to the phone. It needs more work to add data dynamically from Javascript to Objective-C. ** first plugin so please be gentle **
Configuration menu - View commit details
-
Copy full SHA for cae9ad5 - Browse repository at this point
Copy the full SHA cae9ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7028684 - Browse repository at this point
Copy the full SHA 7028684View commit details -
This reverts commit 63d4ae5.
Configuration menu - View commit details
-
Copy full SHA for c5450f4 - Browse repository at this point
Copy the full SHA c5450f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d40e7 - Browse repository at this point
Copy the full SHA 26d40e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb8c53 - Browse repository at this point
Copy the full SHA 1fb8c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a84e46 - Browse repository at this point
Copy the full SHA 4a84e46View commit details -
Merged sendTweet and composeTweet. Changed how optional parameters (image and url attachments) are sent. Added additional examples for creating tweets.
Configuration menu - View commit details
-
Copy full SHA for 4c3fe75 - Browse repository at this point
Copy the full SHA 4c3fe75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf5e9f - Browse repository at this point
Copy the full SHA 2cf5e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c19f6ed - Browse repository at this point
Copy the full SHA c19f6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for d60a472 - Browse repository at this point
Copy the full SHA d60a472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d1a9c - Browse repository at this point
Copy the full SHA 23d1a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c83adc - Browse repository at this point
Copy the full SHA 6c83adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 746223f - Browse repository at this point
Copy the full SHA 746223fView commit details -
Configuration menu - View commit details
-
Copy full SHA for df11b04 - Browse repository at this point
Copy the full SHA df11b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e7214 - Browse repository at this point
Copy the full SHA 42e7214View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b3f00b5 - Browse repository at this point
Copy the full SHA b3f00b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d9fa20 - Browse repository at this point
Copy the full SHA 5d9fa20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18fa763 - Browse repository at this point
Copy the full SHA 18fa763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e48b8 - Browse repository at this point
Copy the full SHA 32e48b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21394f1 - Browse repository at this point
Copy the full SHA 21394f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f41d0 - Browse repository at this point
Copy the full SHA 03f41d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e94dd14 - Browse repository at this point
Copy the full SHA e94dd14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a34b5 - Browse repository at this point
Copy the full SHA 66a34b5View commit details -
Fix for deprecations in PhoneGap 1.4.x
Also added PhoneGap.plist instructions in README.md
Configuration menu - View commit details
-
Copy full SHA for 96fdfd1 - Browse repository at this point
Copy the full SHA 96fdfd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df7b61 - Browse repository at this point
Copy the full SHA 6df7b61View commit details -
Updated the DatePicker class to use standard iOS conventions for dele…
…gation and memory management
Configuration menu - View commit details
-
Copy full SHA for ddbb5d4 - Browse repository at this point
Copy the full SHA ddbb5d4View commit details -
Fixed a few minor errors with releasing to early. Also ensure the JS …
…returns the date to the PG JS client
Configuration menu - View commit details
-
Copy full SHA for 5c336d0 - Browse repository at this point
Copy the full SHA 5c336d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a0917 - Browse repository at this point
Copy the full SHA c0a0917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3dd88 - Browse repository at this point
Copy the full SHA 3c3dd88View commit details -
More refactoring of the DatePicker implmentation. Created one init me…
…thod for the ActionSheet that accepts its dependencies via DI. All date handling is now internationally recognised ISO. DatePicker will default to UIDatePickerModeDateAndTime unless specified otherwise. All memory is managed properly, making DatePicker plugin play nice in iOS (without ARC)
Configuration menu - View commit details
-
Copy full SHA for 4ef6b02 - Browse repository at this point
Copy the full SHA 4ef6b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1858b51 - Browse repository at this point
Copy the full SHA 1858b51View commit details -
fixed bug that prevented content to be loaded in external screen's we…
…b view via relative paths. Changed from loading content as a string to using NSURL fileURLWithPath.
Configuration menu - View commit details
-
Copy full SHA for 0e129b1 - Browse repository at this point
Copy the full SHA 0e129b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77eb69c - Browse repository at this point
Copy the full SHA 77eb69cView commit details -
Cordova 1.5 Support for iOS iAd plugin
Cordova 1.5 Support for iOS iAd plugin Tested on Lion and Mountain Lion
Configuration menu - View commit details
-
Copy full SHA for 7cc65cf - Browse repository at this point
Copy the full SHA 7cc65cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e985294 - Browse repository at this point
Copy the full SHA e985294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2750f21 - Browse repository at this point
Copy the full SHA 2750f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 004a536 - Browse repository at this point
Copy the full SHA 004a536View commit details -
ChildBrowser with Cordova only support
ChildBrowser with Cordova only support. Intended to eliminate dual PhoneGap/Cordova naming moving forward.
Configuration menu - View commit details
-
Copy full SHA for 9a1e502 - Browse repository at this point
Copy the full SHA 9a1e502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 088bdde - Browse repository at this point
Copy the full SHA 088bddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0a54d - Browse repository at this point
Copy the full SHA 2d0a54dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f778db - Browse repository at this point
Copy the full SHA 3f778dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a903694 - Browse repository at this point
Copy the full SHA a903694View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0cb75 - Browse repository at this point
Copy the full SHA ce0cb75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83880c9 - Browse repository at this point
Copy the full SHA 83880c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4609ad6 - Browse repository at this point
Copy the full SHA 4609ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae10ee - Browse repository at this point
Copy the full SHA 5ae10eeView commit details -
Converted the Badge plugin to Cordova for a project and thought other…
…s might want it as well.
Configuration menu - View commit details
-
Copy full SHA for 19d2bf5 - Browse repository at this point
Copy the full SHA 19d2bf5View commit details -
Added additional type: "decimalpad" to show the UIKeyboardTypeDecimal…
…Pad when the prompt shows.
Configuration menu - View commit details
-
Copy full SHA for 4ad083c - Browse repository at this point
Copy the full SHA 4ad083cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d7efb6 - Browse repository at this point
Copy the full SHA 1d7efb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a95e23f - Browse repository at this point
Copy the full SHA a95e23fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5858694 - Browse repository at this point
Copy the full SHA 5858694View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52fa47 - Browse repository at this point
Copy the full SHA d52fa47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a664a5 - Browse repository at this point
Copy the full SHA 8a664a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52c489 - Browse repository at this point
Copy the full SHA e52c489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9c489 - Browse repository at this point
Copy the full SHA 7a9c489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc5687 - Browse repository at this point
Copy the full SHA 2cc5687View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef5a281 - Browse repository at this point
Copy the full SHA ef5a281View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5169fe8 - Browse repository at this point
Copy the full SHA 5169fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c488e6 - Browse repository at this point
Copy the full SHA 4c488e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 039704f - Browse repository at this point
Copy the full SHA 039704fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d7dd48 - Browse repository at this point
Copy the full SHA 8d7dd48View commit details -
Preserve /iphone for PhoneGap - use /iOS for Cordova moving forward. Not all projects are going to update to Cordova immediately and we should preserve the PhoneGap plugins.
Configuration menu - View commit details
-
Copy full SHA for 2fbb82f - Browse repository at this point
Copy the full SHA 2fbb82fView commit details -
Rollback iphone/FileUploader to PhoneGap
Rollback iphone/FileUploader to PhoneGap. /iOS version has CDV support
Configuration menu - View commit details
-
Copy full SHA for f0ffb0a - Browse repository at this point
Copy the full SHA f0ffb0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fed0d6e - Browse repository at this point
Copy the full SHA fed0d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bfb360 - Browse repository at this point
Copy the full SHA 8bfb360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61423ea - Browse repository at this point
Copy the full SHA 61423eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f80d9ff - Browse repository at this point
Copy the full SHA f80d9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a26df - Browse repository at this point
Copy the full SHA 81a26dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5589a - Browse repository at this point
Copy the full SHA 9b5589aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb5111 - Browse repository at this point
Copy the full SHA 0bb5111View commit details -
Added ability for videos in assets folder to play
Added in functionality so that if a video is in the assets folder, it is copied to internal storage and then played from there.
Configuration menu - View commit details
-
Copy full SHA for f3850fd - Browse repository at this point
Copy the full SHA f3850fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f01da7 - Browse repository at this point
Copy the full SHA 6f01da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f35ab - Browse repository at this point
Copy the full SHA d6f35abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bbdcb2 - Browse repository at this point
Copy the full SHA 7bbdcb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0f15d - Browse repository at this point
Copy the full SHA dc0f15dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd2732 - Browse repository at this point
Copy the full SHA 9bd2732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a2b69 - Browse repository at this point
Copy the full SHA 05a2b69View commit details -
install function should also be defined on the ChildBrowser, not the …
…prototype, for complete consistency with iOS API
Configuration menu - View commit details
-
Copy full SHA for 8f3990d - Browse repository at this point
Copy the full SHA 8f3990dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51618f1 - Browse repository at this point
Copy the full SHA 51618f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd03333 - Browse repository at this point
Copy the full SHA cd03333View commit details -
Cordova 1.5.0 support of AudioRecord plugin.
Copied from iPhone/AudioRecord with following changes: - rename classes for Cordova - fix bug in stopRecordWithSettings()
Configuration menu - View commit details
-
Copy full SHA for 86713cb - Browse repository at this point
Copy the full SHA 86713cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d17403 - Browse repository at this point
Copy the full SHA 5d17403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55da81e - Browse repository at this point
Copy the full SHA 55da81eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b8cea - Browse repository at this point
Copy the full SHA e4b8ceaView commit details -
Twitter plugin (iOS) update and issue #430 fix
conforms with org.apache.cordova.* by changing deprecated super.appViewController fixes Issue #430
Configuration menu - View commit details
-
Copy full SHA for cd8986b - Browse repository at this point
Copy the full SHA cd8986bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d9498b - Browse repository at this point
Copy the full SHA 3d9498bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6bb88 - Browse repository at this point
Copy the full SHA 6a6bb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e2a17 - Browse repository at this point
Copy the full SHA 57e2a17View commit details -
Twitter (iOS) Plugin Issue #430
By changing the order of the if(imageAttach) and if(urlAttach) logic the remote image preview is stacked on top of the video url reference in the tweetViewController/Composer hiding the blank thumbnail created by linking to a video. This creates a better UX and eliminates a possible Apple HIG issue.
Configuration menu - View commit details
-
Copy full SHA for 303d105 - Browse repository at this point
Copy the full SHA 303d105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee1c40 - Browse repository at this point
Copy the full SHA 8ee1c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbf984 - Browse repository at this point
Copy the full SHA 7dbf984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6643bc3 - Browse repository at this point
Copy the full SHA 6643bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 534f01a - Browse repository at this point
Copy the full SHA 534f01aView commit details -
NativeControls (iOS) with orientation support and demo index.html iss…
…ue #443 Addresses issue #443
Configuration menu - View commit details
-
Copy full SHA for 78275e1 - Browse repository at this point
Copy the full SHA 78275e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c81042d - Browse repository at this point
Copy the full SHA c81042dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2e07c - Browse repository at this point
Copy the full SHA 2b2e07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c084f18 - Browse repository at this point
Copy the full SHA c084f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for d446386 - Browse repository at this point
Copy the full SHA d446386View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2db39 - Browse repository at this point
Copy the full SHA fc2db39View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf53c7c - Browse repository at this point
Copy the full SHA cf53c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a10b9c1 - Browse repository at this point
Copy the full SHA a10b9c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 985ea13 - Browse repository at this point
Copy the full SHA 985ea13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53761e0 - Browse repository at this point
Copy the full SHA 53761e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8906b - Browse repository at this point
Copy the full SHA 5f8906bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc465ed - Browse repository at this point
Copy the full SHA dc465edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 943d2e5 - Browse repository at this point
Copy the full SHA 943d2e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a6516 - Browse repository at this point
Copy the full SHA 76a6516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33feafe - Browse repository at this point
Copy the full SHA 33feafeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ca1a1 - Browse repository at this point
Copy the full SHA d5ca1a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f848d - Browse repository at this point
Copy the full SHA f1f848dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7aab12 - Browse repository at this point
Copy the full SHA f7aab12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 400f99e - Browse repository at this point
Copy the full SHA 400f99eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfba9a0 - Browse repository at this point
Copy the full SHA cfba9a0View commit details -
The readme tries to tell people to update the application tag but bec…
…ause it is inside brackets it is treated as html code and not shown.
Configuration menu - View commit details
-
Copy full SHA for 24b153b - Browse repository at this point
Copy the full SHA 24b153bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ecf724 - Browse repository at this point
Copy the full SHA 2ecf724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8963a5d - Browse repository at this point
Copy the full SHA 8963a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d92b52b - Browse repository at this point
Copy the full SHA d92b52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3583fe7 - Browse repository at this point
Copy the full SHA 3583fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37be3db - Browse repository at this point
Copy the full SHA 37be3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99de072 - Browse repository at this point
Copy the full SHA 99de072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6d82b - Browse repository at this point
Copy the full SHA 1e6d82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af0561 - Browse repository at this point
Copy the full SHA 9af0561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fbcc76 - Browse repository at this point
Copy the full SHA 6fbcc76View commit details -
Commented the missing function viewUpdate() and added a navigator.not…
…ification.alert("Ready");
Configuration menu - View commit details
-
Copy full SHA for 6a33255 - Browse repository at this point
Copy the full SHA 6a33255View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e66c7 - Browse repository at this point
Copy the full SHA b3e66c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afc23e - Browse repository at this point
Copy the full SHA 2afc23eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08df1e2 - Browse repository at this point
Copy the full SHA 08df1e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for be02e34 - Browse repository at this point
Copy the full SHA be02e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab09012 - Browse repository at this point
Copy the full SHA ab09012View commit details -
Configuration menu - View commit details
-
Copy full SHA for d225638 - Browse repository at this point
Copy the full SHA d225638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2435eba - Browse repository at this point
Copy the full SHA 2435ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa80ebe - Browse repository at this point
Copy the full SHA fa80ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52533fc - Browse repository at this point
Copy the full SHA 52533fcView commit details -
The Capital C in Cordova.exec causes the plugin to not work. By changing it to cordova.exec it works as expected.
Configuration menu - View commit details
-
Copy full SHA for eee615e - Browse repository at this point
Copy the full SHA eee615eView commit details -
Revert "Fixing the call to Cordova"
This reverts commit c6c52c1.
Configuration menu - View commit details
-
Copy full SHA for 750295d - Browse repository at this point
Copy the full SHA 750295dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81131f9 - Browse repository at this point
Copy the full SHA 81131f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a42a47 - Browse repository at this point
Copy the full SHA 3a42a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for bebfe52 - Browse repository at this point
Copy the full SHA bebfe52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5050e7e - Browse repository at this point
Copy the full SHA 5050e7eView commit details -
Updated the Badge plugin for Cordova 1.6.1.
- Will work in all versions of Cordova.
Configuration menu - View commit details
-
Copy full SHA for caf9027 - Browse repository at this point
Copy the full SHA caf9027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 562e55c - Browse repository at this point
Copy the full SHA 562e55cView commit details -
This new method will allow for a single instance of the ChildBrowser to be directed to a new URL via JS.
Configuration menu - View commit details
-
Copy full SHA for 546d11f - Browse repository at this point
Copy the full SHA 546d11fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56cbde4 - Browse repository at this point
Copy the full SHA 56cbde4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3713a4d - Browse repository at this point
Copy the full SHA 3713a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba9bbbb - Browse repository at this point
Copy the full SHA ba9bbbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 908974e - Browse repository at this point
Copy the full SHA 908974eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72117df - Browse repository at this point
Copy the full SHA 72117dfView commit details -
Retested TwitterPlugin (iOS) in iOS 5.1 and Cordova 1.6.1
Configuration menu - View commit details
-
Copy full SHA for fbc45cb - Browse repository at this point
Copy the full SHA fbc45cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae061e8 - Browse repository at this point
Copy the full SHA ae061e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f316d - Browse repository at this point
Copy the full SHA a5f316dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f49d878 - Browse repository at this point
Copy the full SHA f49d878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd6458 - Browse repository at this point
Copy the full SHA 0cd6458View commit details -
Configuration menu - View commit details
-
Copy full SHA for da56d5a - Browse repository at this point
Copy the full SHA da56d5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0659ccd - Browse repository at this point
Copy the full SHA 0659ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe723f3 - Browse repository at this point
Copy the full SHA fe723f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4139af5 - Browse repository at this point
Copy the full SHA 4139af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ce2bd - Browse repository at this point
Copy the full SHA f8ce2bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3581ed5 - Browse repository at this point
Copy the full SHA 3581ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae92aef - Browse repository at this point
Copy the full SHA ae92aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42709c2 - Browse repository at this point
Copy the full SHA 42709c2View commit details -
Updating PowerManagement plugin for iOS and Cordova 1.6
Updating Readme for Android & iOS
Configuration menu - View commit details
-
Copy full SHA for be40fd3 - Browse repository at this point
Copy the full SHA be40fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e13447 - Browse repository at this point
Copy the full SHA 8e13447View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66b2a6 - Browse repository at this point
Copy the full SHA b66b2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ac83b - Browse repository at this point
Copy the full SHA 38ac83bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2e848 - Browse repository at this point
Copy the full SHA 7a2e848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d18045 - Browse repository at this point
Copy the full SHA 3d18045View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0eb49f - Browse repository at this point
Copy the full SHA c0eb49fView commit details -
Removed UAPushNotification Until a fully migrated version can be submitted by original author.
Configuration menu - View commit details
-
Copy full SHA for 91f5426 - Browse repository at this point
Copy the full SHA 91f5426View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad3e76d - Browse repository at this point
Copy the full SHA ad3e76dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e4fe94 - Browse repository at this point
Copy the full SHA 3e4fe94View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2416fe - Browse repository at this point
Copy the full SHA a2416feView commit details -
Update IOS LowLatencyAudio plugin for Cordova 1.7
According to guidlines added to IOS folder. PG prefix removed.
Configuration menu - View commit details
-
Copy full SHA for 70f99ff - Browse repository at this point
Copy the full SHA 70f99ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dadeaa - Browse repository at this point
Copy the full SHA 0dadeaaView commit details -
The version of Appirater compatible with PG added to Class folder.
Javascript interface for appEnteredForeground added.
Configuration menu - View commit details
-
Copy full SHA for 7cd85fb - Browse repository at this point
Copy the full SHA 7cd85fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd92c1 - Browse repository at this point
Copy the full SHA 9dd92c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d1f3c - Browse repository at this point
Copy the full SHA b1d1f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 158f29a - Browse repository at this point
Copy the full SHA 158f29aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4cd22 - Browse repository at this point
Copy the full SHA 3a4cd22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 556a5a4 - Browse repository at this point
Copy the full SHA 556a5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f54ce6 - Browse repository at this point
Copy the full SHA 3f54ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c769125 - Browse repository at this point
Copy the full SHA c769125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8381143 - Browse repository at this point
Copy the full SHA 8381143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de6bbc - Browse repository at this point
Copy the full SHA 3de6bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 017340d - Browse repository at this point
Copy the full SHA 017340dView commit details -
Merge pull request purplecabbage#68 from sgrebnov/WP7-DateTimePicker
DateTimePicker plugin for windows phone
Configuration menu - View commit details
-
Copy full SHA for e1b20fe - Browse repository at this point
Copy the full SHA e1b20feView commit details
Commits on May 23, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 3b1aab6 - Browse repository at this point
Copy the full SHA 3b1aab6View commit details
Commits on May 24, 2012
-
Merge pull request purplecabbage#83 from gloob/master
Add WindowsPhone/VideoPlayer plugin
Configuration menu - View commit details
-
Copy full SHA for 59031c6 - Browse repository at this point
Copy the full SHA 59031c6View commit details
Commits on Jul 27, 2012
-
Added "write" method Optimized "read" method Added index.html Example
Configuration menu - View commit details
-
Copy full SHA for 90a4eef - Browse repository at this point
Copy the full SHA 90a4eefView commit details