Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0243110DD0 for ; Tue, 29 Apr 2014 14:50:58 +0000 (UTC) Received: (qmail 41039 invoked by uid 500); 29 Apr 2014 14:50:56 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 41000 invoked by uid 500); 29 Apr 2014 14:50:56 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 40990 invoked by uid 99); 29 Apr 2014 14:50:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2014 14:50:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bowserj@gmail.com designates 209.85.128.177 as permitted sender) Received: from [209.85.128.177] (HELO mail-ve0-f177.google.com) (209.85.128.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2014 14:50:50 +0000 Received: by mail-ve0-f177.google.com with SMTP id sa20so400078veb.8 for ; Tue, 29 Apr 2014 07:50:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=+7zp3+h79jCrITLrm7FtzPzpzfPSdfNdK6Pd9DjfOjk=; b=c8GUaxeRAHREAFGbLhMMmtU4tMh5VLJX7RXqEv/S5rTfKuy964grMIpjVsbGxoe/5g hoD/O5qMznw1SqTfrTLvfLsTc3SCFS230C2iquTjULugfO3OLdYGzL2dlX2wHhA4S2ct dh8ypUn5kF067oe8Dqr8vV5AeOrwm05zVTJsdWtlbWUcUaA1NOrNw1IAGshl2jpOmipT 1DUCM4NLGQwXc7rAW/mKdhMAhPqfvvoP3wXrMYAVNVhXgpnH5TPZvuNS9V3gcSXgWpO8 RXuMLTs5HfFxAOn3ItrLOP8MWqcYQez+RQ1PwLrpdsrB+P9KWMdcwkM6/wH2IHUrk/BB hhOg== MIME-Version: 1.0 X-Received: by 10.220.44.20 with SMTP id y20mr317385vce.60.1398783029653; Tue, 29 Apr 2014 07:50:29 -0700 (PDT) Received: by 10.220.241.208 with HTTP; Tue, 29 Apr 2014 07:50:29 -0700 (PDT) In-Reply-To: References: Date: Tue, 29 Apr 2014 07:50:29 -0700 Message-ID: Subject: Re: Help Wanted: Pull Requests From: Joe Bowser To: dev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org It'd be cool if there was a hook in JIRA that turns pull requests into issues, and merges pull requests if the issue number is in the pull request title. On Tue, Apr 29, 2014 at 6:59 AM, Andrew Grieve wrote= : > I've been managing PRs for CLI & Plugman alright, but no one's been doing > plugins. > Just did camera last night, and now I'm spent on time. > > Any volunteers? > > Here's the output from "coho list-pulls -r plugins": > > Running from /Users/agrieve/git/cordova > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-battery-status: 2 Pull Request= s. =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-battery-status/pull/10 > To merge: git pull > https://github.com/ldeluca/cordova-plugin-battery-status.git master > > -------------------------------------------------------------------------= ---------------------- > jeffheifetz: [CB-1388] Add reset() to plugin API and fix (jeffheifetz 209 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-battery-status/pull/3 > To merge: git pull > https://github.com/blackberry-webworks/cordova-plugin-battery-status.gith= ojang/reset > callback collisions on all platforms > > Updated the BB10 battery plugin to have remove > listeners on DocumentLoadCommitted. > > BRWSR-12128 > JIRA-430749 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-camera: 10 Pull Requests. =3D= =3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > jhurliman: Make dest NATIVE_URI compatible with source CAMERA (jhurliman = 8 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/20 > To merge: git pull https://github.com/jhurliman/cordova-plugin-camera.git= patch-1 > When using the camera in iOS, UIImagePickerControllerReferenceURL does no= t > exist because the image only exists in memory immediately after taking a > photo. This waits for the image to be written to disk before firing the J= S > callback when Camera.SourceType.CAMERA, Camera.DestinationType.NATIVE_URI= , > and saveToPhotoAlbum=3Dtrue are used together in iOS. > > -------------------------------------------------------------------------= ---------------------- > jpalermo: Change private CameraLauncher.java members to be protected > (jpalermo 10 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/23 > To merge: git pull > https://github.com/jpalermo/cordova-plugin-camera-foreground.gitprotected= _members > We're modifying a plugin to use most of the Camera plugin behavior on > Android, but we want to override what happens inside of takePicture. > > takePicture uses a number of private members, so overriding it means we > need to copy the source for nearly everything into our subclass and then = we > loose a lot of the value we want from inheriting from CameraLauncher. > > This changes all the members of CameraLauncher to be protected rather tha= n > private. > > -------------------------------------------------------------------------= ---------------------- > kieferhagin: Update index.md (shazron 11 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/21 > To merge: git pull > https://github.com/kieferhagin/cordova-plugin-camera.gitpatch-1 > Using square brackets here insinuates that this function takes an array; = in > reality, it takes an object. > > -------------------------------------------------------------------------= ---------------------- > mgurreta: Prevent NPE on processResiultFromGallery when intent comes null > (mgurreta 20 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/22 > To merge: git pull https://github.com/mgurreta/cordova-plugin-camera.gitm= aster > There are cases when onActivityResult returns with Activity.RESULT_OK as > resultCode but the intent in null. This produce a NullPointerException > trying to get the data from the intent in the processResultFromGallery > method. > > -------------------------------------------------------------------------= ---------------------- > wildabeast: Add rim xml namespaces declaration (bryanhiggins 48 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/17 > To merge: git pull https://github.com/wildabeast/cordova-plugin-camera.gi= tmaster > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 49 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/15 > To merge: git pull https://github.com/ldeluca/cordova-plugin-camera.gitma= ster > > -------------------------------------------------------------------------= ---------------------- > Zaspire: [ubuntu] use application directory for images (Zaspire 55 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/16 > To merge: git pull https://github.com/Zaspire/cordova-plugin-camera.git d= ev > > -------------------------------------------------------------------------= ---------------------- > dylanrynhart: Correcting errors with presentModalViewController > (dylanrynhart 61 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/14 > To merge: git pull > https://github.com/dylanrynhart/cordova-plugin-camera.gitpatch-1 > This simply updates the dismissModalViewControllerAnimated:YES =3D> > dismissViewControllerAnimated:YES completion:nil to avoid alerts in XCode= 5. > Thought it might be of use ? > > -------------------------------------------------------------------------= ---------------------- > eirikhm: Removed iOS doc reference to non-existing navigator.fileMgr API > (eirikhm 75 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/13 > To merge: git pull > https://github.com/eirikhm/cordova-plugin-camera.gitfix-FILE_URI-docs > Removed iOS doc reference to non-existing navigator.fileMgr API (see > http://mail-archives.apache.org/mod_mbox/cordova-commits/201305.mbox/%3C7= 8e44706afb846f59d4489943b1e4b14@git.apache.org%3E > ) > > -------------------------------------------------------------------------= ---------------------- > kworam: catch and ignore OutOfMemoryError in getRotatedBitmap() (agrieve = 78 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-camera/pull/3 > To merge: git pull https://github.com/kworam/cordova-plugin-camera.gitmas= ter > getRotatedBitmap() can run out of memory if the image is very large: > > http://simonmacdonald.blogspot.ca/2012/07/change-to-camera-code-in-phoneg= ap-190.html > > If this happens, simply do not rotate the image and return it unmodified. > If you do not catch the OutOfMemoryError, the Android app crashes. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-console: 0 Pull Requests. =3D= =3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-contacts: 10 Pull Requests. = =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > panarasi: Add pickContact functionality to cordova contacts plugin > (sgrebnov 4 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/26 > To merge: git pull > https://github.com/MSOpenTech/cordova-plugin-contacts.gitpickContact > > -------------------------------------------------------------------------= ---------------------- > leonidez: Add error codes to index.md (leonidez 5 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/28 > To merge: git pull https://github.com/leonidez/cordova-plugin-contacts.gi= tmaster > > -------------------------------------------------------------------------= ---------------------- > zalun: CB-3208 1.1 had issues with mozContact.prototype (zalun 7 days ago= ) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/21 > To merge: git pull https://github.com/zalun/cordova-plugin-contacts.gitfi= x_1.1 > there was an issue with moz.init() without data > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 32 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/25 > To merge: git pull https://github.com/ldeluca/cordova-plugin-contacts.git= master > > -------------------------------------------------------------------------= ---------------------- > irneh: Fix reference to contacts in find callback. (irneh 68 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/20 > To merge: git pull https://github.com/irneh/cordova-plugin-contacts.gitma= ster > > -------------------------------------------------------------------------= ---------------------- > skladek: Check to see if photoData exists before using (skladek 70 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/19 > To merge: git pull https://github.com/skladek/cordova-plugin-contacts.git= master > Fix for the following issue: > > https://issues.apache.org/jira/browse/CB-5698?filter=3D-2 > > Crash when accessing a corrupt image. This crash occurs when > ABPersonHasImageData() returns true while ABPersonCopyImageData() returns > nil. > > -------------------------------------------------------------------------= ---------------------- > huanghf: [iOS]Fixed issue about classes in Address Book UI Framework do n= ot > support subclassing on iOS 7. (agrieve 79 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/10 > To merge: git pull https://github.com/huanghf/cordova-plugin-contacts.git= dev > [iOS]Fixed issue about classes in Address Book UI Framework do not suppor= t > subclassing on iOS 7. > > -------------------------------------------------------------------------= ---------------------- > occasl: Switch Contact ID lookup to use Raw contact id. (agrieve 79 days > ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/15 > To merge: git pull https://github.com/occasl/cordova-plugin-contacts.gitm= aster > When saving a contact it is the raw contact ID that is returned and so th= e > check in ContactManager after the save needs to be using that. This > requires this change to work on 4.3/4.2. > > -------------------------------------------------------------------------= ---------------------- > mbillau: Fix docs for Android (agrieve 144 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/9 > To merge: git pull > https://github.com/mbillau/cordova-plugin-contacts.gitSmallDocUpdate > Small doc update that was confusing some users on StackOverflow > > -------------------------------------------------------------------------= ---------------------- > archananaik: Added support for amazon-fireos platform (archananaik 166 da= ys > ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-contacts/pull/13 > To merge: git pull > https://github.com/archananaik/cordova-plugin-contacts.git master > amazon-fireos platform adde > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-device-motion: 6 Pull Requests= . =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > Zaspire: [ubuntu] don't destroy callback after use (Zaspire 55 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device-motion/pull/11 > To merge: git pull > https://github.com/Zaspire/cordova-plugin-device-motion.git dev > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device-motion/pull/10 > To merge: git pull > https://github.com/ldeluca/cordova-plugin-device-motion.git master > > -------------------------------------------------------------------------= ---------------------- > zalun: CB-4967 [FFOS docs] supported platforms update (zalun 105 days ago= ) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device-motion/pull/8 > To merge: git pull > https://github.com/zalun/cordova-plugin-device-motion.gitfxos-doc > > -------------------------------------------------------------------------= ---------------------- > jeffheifetz: [CB-1388] Add reset() to plugin API and fix callback > collisions on all p... (agrieve 144 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device-motion/pull/4 > To merge: git pull > https://github.com/blackberry-webworks/cordova-plugin-device-motion.githo= jang/reset > ...latforms > > Updated the BB10 device motion plugin to have remove > listeners on DocumentLoadCommitted. > > BRWSR-12128 > JIRA-430749 > > -------------------------------------------------------------------------= ---------------------- > hoyoungjang: [CB-1388] Add reset() to plugin API and fix callback > collisions on all p... (agrieve 144 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device-motion/pull/3 > To merge: git pull > https://github.com/blackberry-webworks/cordova-plugin-device-motion.githo= jang/reset > ...latforms > > -------------------------------------------------------------------------= ---------------------- > archananaik: Added amazon-fireos platform. (archananaik 166 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device-motion/pull/7 > To merge: git pull > https://github.com/archananaik/cordova-plugin-device-motion.git master > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-device-orientation: 2 Pull Req= uests. =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > sgrebnov: windows8. makes getHeading callback spec compliant (sgrebnov 14= 6 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device-orientation/pull/6 > To merge: git pull > https://github.com/sgrebnov/cordova-plugin-device-orientation.git dev > as per mobile spec tests getHeading callback should be called with > timestamp as number, not Date object. See "compass.spec.3 getCurrentHeadi= ng > success callback should be called with a Heading object" > > -------------------------------------------------------------------------= ---------------------- > archananaik: Added amazon-fireos platform. (archananaik 166 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device-orientation/pull/5 > To merge: git pull > https://github.com/archananaik/cordova-plugin-device-orientation.git mast= er > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-device: 3 Pull Requests. =3D= =3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device/pull/12 > To merge: git pull https://github.com/ldeluca/cordova-plugin-device.gitma= ster > > -------------------------------------------------------------------------= ---------------------- > hazemhagrass: Retrieve mac address for device Android/iOS (hazemhagrass 7= 9 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device/pull/11 > To merge: git pull > https://github.com/hazemhagrass/cordova-plugin-device.gitmaster > > -------------------------------------------------------------------------= ---------------------- > shatran: Update device.js (shatran 127 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-device/pull/8 > To merge: git pull https://github.com/shatran/cordova-plugin-device.gitpa= tch-1 > On windows 8 tablets eg. HP ElitePad, the device model is returned to the > info object in the name attribute (info.name). info.model doesn't even > exist in info object. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-dialogs: 8 Pull Requests. =3D= =3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > zalun: running original windows.open, inAppBrowser is overriding it (zalu= n > 0 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-dialogs/pull/19 > To merge: git pull > https://github.com/zalun/cordova-plugin-dialogs.gitfix_inappbrowser_compa= tibility > no need to place CSS in every page anymore > > -------------------------------------------------------------------------= ---------------------- > pu-chen: [CB-5228] fixed notification.beep not work on wp8 (pu-chen 1 day= s > ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-dialogs/pull/6 > To merge: git pull https://github.com/pu-chen/cordova-plugin-dialogs.gitC= B-5228 > > -------------------------------------------------------------------------= ---------------------- > csrakowski: (Android) Applied theme to dialog builder calls (csrakowski 3= 3 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-dialogs/pull/18 > To merge: git pull > https://github.com/csrakowski/cordova-plugin-dialogs.gitAndroidStyleFix > When you don't specify a theme the platform defaults back to gingerbread > styling. By applying the device default theme it will change it to the ne= w > (and much nicer looking) styles on newer devices. > > -------------------------------------------------------------------------= ---------------------- > zalun: CB-4966 notification working from modal window (zalun 69 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-dialogs/pull/16 > To merge: git pull > https://github.com/zalun/cordova-plugin-dialogs.gitdialog-in-window > Dialogs are in window now > No need to add anything to manifest or index.html > > -------------------------------------------------------------------------= ---------------------- > tiptronic: add password and login/password input type for prompt.dialogTy= pe > (agrieve 78 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-dialogs/pull/14 > To merge: git pull > https://github.com/tiptronic/cordova-plugin-dialogs.gitpatch-1 > Add two more parameters for configuration of your dialog.prompt: > > - inputType Textbox input type ("password", "loginpassword" - > default: "plain text") > 'password':text-entry field doesn't show the text-input, but dots =E2= =80=A2 > 'loginpassword': shows prompt with login AND password fields (where > password fields are obscured) > > -obscureText The input text for the obscured (password) text > box, if inputType is 'loginpassword' > > notification.js needs to get changed accordingly > > -------------------------------------------------------------------------= ---------------------- > tortoyoyo: Update notification.js (tortoyoyo 85 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-dialogs/pull/12 > To merge: git pull > https://github.com/tortoyoyo/cordova-plugin-dialogs.gitpatch-1 > "The callback takes the argument buttonIndex (Number), which is the index > of the pressed button. Note that the index uses one-based indexing, so th= e > value is 1, 2, 3, etc." > > callback 0 is reserved for the buttons turns the platforms that exist the= se > buttons. > > before: > button index 0 return 0 in callback; - YES > button index 1 return 1 in callback; - NO > > after: > button index 0 return 1 in callback; - YES > button index 0 return 2 in callback; - NO > > -------------------------------------------------------------------------= ---------------------- > siovene: Initial implementation of Tizen plugin. (siovene 99 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-dialogs/pull/13 > To merge: git pull https://github.com/siovene/cordova-plugin-dialogs.gitt= izen > This PR adds support for Tizen 2.x to this plugin. > > -------------------------------------------------------------------------= ---------------------- > archananaik: Added amazon-fireos platform. (archananaik 166 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-dialogs/pull/8 > To merge: git pull > https://github.com/archananaik/cordova-plugin-dialogs.gitmaster > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-file-transfer: 14 Pull Request= s. =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > machenmusik: CB-6503 allow file uploads to be sent directly, rather than > only as multipart form data (machenmusik 6 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/27 > To merge: git pull > https://github.com/machenmusik/cordova-plugin-file-transfer.gitnon-multip= art > > -------------------------------------------------------------------------= ---------------------- > Zaspire: [ubuntu] Update to work with filesystem URLs (Zaspire 7 days ago= ) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/22 > To merge: git pull > https://github.com/Zaspire/cordova-plugin-file-transfer.git dev > > -------------------------------------------------------------------------= ---------------------- > dovd: wp8 cleanUrl needs relative path for download from dll (dovd 27 day= s > ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/26 > To merge: git pull https://github.com/dovd/cordova-plugin-file-transfer.g= itdev > Leading // were causing errors. > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 32 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/21 > To merge: git pull > https://github.com/ldeluca/cordova-plugin-file-transfer.git master > > -------------------------------------------------------------------------= ---------------------- > TNKSoftware: Update FileTransferProxy.js (TNKSoftware 32 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/25 > To merge: git pull > https://github.com/TNKSoftware/cordova-plugin-file-transfer.git patch-1 > Support download & upload progress callback(such as Android and iOS) > > -------------------------------------------------------------------------= ---------------------- > emarashliev: Fixed - Xcode erros. CDVFileTransfer.m:304:54: Incompatible > operand types ('id' and 'CGPathRef' (aka 'const struct CGPath *')) > (shortstuffsushi 39 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/18 > To merge: git pull > https://github.com/emarashliev/cordova-plugin-file-transfer.git master > Fixed - Xcode erros. CDVFileTransfer.m:304:54: Incompatible operand types > ('id' and 'CGPathRef' (aka 'const struct CGPath *')) > > -------------------------------------------------------------------------= ---------------------- > mhujer: [CB-6202] [WP8] Upload progress needs to be fixed for second file > (mhujer 52 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/23 > To merge: git pull > https://github.com/mhujer/cordova-plugin-file-transfer.git wp8-loaded > Sent bytes must be reseted before new upload, otherwise "onprogress" even= t > "loaded" value provides sum of uploaded bytes (not just for the current > upload, but all of them). > This PR fixes the issue for me, but there is additional work necessary: > - check if this does not break anything > - check if it works for file downloading (I'm not using it myself). > > Ref: https://issues.apache.org/jira/browse/CB-6202 > > -------------------------------------------------------------------------= ---------------------- > bastibeckr: FileTransfer did not abort on ios (bastibeckr 69 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/19 > To merge: git pull > https://github.com/bastibeckr/cordova-plugin-file-transfer.git patch-1 > This fix works for me - don't know much about Objective C but in > ["cancelTransfer"-method]( > https://github.com/bastibeckr/cordova-plugin-file-transfer/blob/58fc57dc9= b22f13bd5e33e3b180a0a0f9f6bf428/src/ios/CDVFileTransfer.m#L573-578) > the connection-Object was NULL. Hope this helps. > > -------------------------------------------------------------------------= ---------------------- > nleclerc: [CB-5790] Fixed iOS upload loading the whole content of file to > memory before uploading. (nleclerc 70 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/16 > To merge: git pull > https://github.com/nleclerc/cordova-plugin-file-transfer.git uploadmemory= fix > I'm quite new to iOS development but i believe this works fine since i wa= s > able to repeatedly upload a 260MB file without any memory warning. > > Not so sure about error handling though, maybe there's something to do on > this side. > > Might need to update the doc too since chunked mode doesn't change anythi= ng. > I'm still not so sure what it was supposed to be doing, or more exactly w= hy > anyone would not want chunked mode. > Anyway, it didn't do much before but now the option is just ignored. > > Also it will probably need some cleanup since i commented out a bunch of > old code. > I'll do it when the code is somewhat approved :-) > > Oh and i almost forgot, i didn't test the > ALAssetRepresentation path so i can't be 100% sure it works. > > -------------------------------------------------------------------------= ---------------------- > deardaniel: Add response headers to upload result (agrieve 78 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/3 > To merge: git pull > https://github.com/deardaniel/cordova-plugin-file-transfer.gitios_header_= result > This change adds the HTTP response headers to the result for successful > uploads. > > -------------------------------------------------------------------------= ---------------------- > pu-chen: [CB-5703] wp8 fileTransfer create parent Directories if not exis= ts > (purplecabbage 91 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/13 > To merge: git pull > https://github.com/pu-chen/cordova-plugin-file-transfer.git CB-5703 > https://issues.apache.org/jira/browse/CB-5703 > > -------------------------------------------------------------------------= ---------------------- > cristi-badila: properly uses the fileKey option and properly populates th= e > FileUploadResult (cristi-badila 103 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/15 > To merge: git pull > https://github.com/cristi-badila/cordova-plugin-file-transfer.git dev > The fileKey option should be used to set the name for the parameter to > which the file upload should correspond. > The FileUploadResult was not being populated at all (the FileUploadResult > constructor does not take any parameters) and the result data being used > was wrong also as it was the file that was just uploaded instead of the > actual response to the request. > BytesSent is still partially incorrect as it should take into account the > entire content length not just the file size but that looks to be a bit > more tricky to calculate. > > -------------------------------------------------------------------------= ---------------------- > pu-chen: [CB-5241]Fixed WP8 FileTranser not allowed set array values > Header (pu-chen 126 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/12 > To merge: git pull > https://github.com/pu-chen/cordova-plugin-file-transfer.git CB-5241 > 1.filetransfer.spec.27 upload set custom headers array values failed > 2.Because wp8 filetransfer can't parse Header with array values > https://issues.apache.org/jira/browse/CB-5241 > > -------------------------------------------------------------------------= ---------------------- > junmin-zhu: [CB-5059] Remove the dependency on > android.webkit.CookieManager. (agrieve 195 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file-transfer/pull/8 > To merge: git pull > https://github.com/junmin-zhu/cordova-plugin-file-transfer.git cookie > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-file: 9 Pull Requests. =3D=3D= =3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > yaurthek: fix the Windows 8 implementation of the getFile method > (purplecabbage 2 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file/pull/36 > To merge: git pull https://github.com/yaurthek/cordova-plugin-file.git de= v > The storageFolder.getFileAsync(name) does not accept relative paths, only= a > simple file name... > see > http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.stor= agefolder.getfileasync?cs-save-lang=3D1&cs-lang=3Djavascript#code-snippet-1 > > I didn't check, but other methods might be affected similarly... > (accepting a relative path, but using methods only accepting a name) > > -------------------------------------------------------------------------= ---------------------- > aendu: Update index.md (jsoref 4 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file/pull/41 > To merge: git pull https://github.com/aendu/cordova-plugin-file.git patch= -1 > As i had to figure this all out by myself i though we better share this > info with everybody. > There is a lot of outdated info on the net and also on the cordova docu > page. I would like to make a pull request there as well, but unfortunatel= y > i don't know how. > (http://cordova.apache.org/docs/en/3.0.0/cordova_file_file.md.html) > > -------------------------------------------------------------------------= ---------------------- > fuyingque: Update plugin.xml (fuyingque 5 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file/pull/40 > To merge: git pull https://github.com/fuyingque/cordova-plugin-file.gitpa= tch-1 > filename error,the name LocalFileSystem is changed LocalFilesystem > > -------------------------------------------------------------------------= ---------------------- > DanielFreiburger: Update Metadata.js (alessandronunes 6 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file/pull/39 > To merge: git pull > https://github.com/DanielFreiburger/cordova-plugin-file.git patch-2 > File was not updated correct after changing "modificationTime" to > "lastModifiedDate" > > -------------------------------------------------------------------------= ---------------------- > TNKSoftware: Update FileProxy.js (TNKSoftware 27 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file/pull/34 > To merge: git pull https://github.com/TNKSoftware/cordova-plugin-file.git= patch-1 > Handle an encoding error > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 56 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file/pull/31 > To merge: git pull https://github.com/ldeluca/cordova-plugin-file.git mas= ter > > -------------------------------------------------------------------------= ---------------------- > BBosman: CB-4917 Clean up streams (infil00p 91 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file/pull/24 > To merge: git pull https://github.com/BBosman/cordova-plugin-file.gitCB-4= 917 > > -------------------------------------------------------------------------= ---------------------- > cristi-badila: adds support for ms:appx:// and ms-appdata:// paths > (cristi-badila 103 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file/pull/21 > To merge: git pull https://github.com/cristi-badila/cordova-plugin-file.g= itdev > > -------------------------------------------------------------------------= ---------------------- > sgrebnov: wp8. fixes binary support after patching wp exec bridge (sgrebn= ov > 141 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-file/pull/18 > To merge: git pull https://github.com/sgrebnov/cordova-plugin-file.git de= v > https://issues.apache.org/jira/browse/CB-5606 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-geolocation: 7 Pull Requests. = =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > elbarto132: Update CDVLocation.m (shazron 7 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-geolocation/pull/16 > To merge: git pull > https://github.com/elbarto132/cordova-plugin-geolocation.git patch-3 > Changed distanceFilter from none to 5 meters, prevents it from spamming t= he > callback even though nothing changed. > > -------------------------------------------------------------------------= ---------------------- > elbarto132: Update GPSListener.java (Turnerj 7 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-geolocation/pull/15 > To merge: git pull > https://github.com/elbarto132/cordova-plugin-geolocation.git patch-1 > Position was updated only every 60 Seconds. Changed it to notify every 5 > meters. > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-geolocation/pull/14 > To merge: git pull > https://github.com/ldeluca/cordova-plugin-geolocation.gitmaster > > -------------------------------------------------------------------------= ---------------------- > jeffheifetz: [CB-1388] Add reset() to plugin API and (jeffheifetz 144 day= s > ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-geolocation/pull/6 > To merge: git pull > https://github.com/blackberry-webworks/cordova-plugin-geolocation.githoja= ng/reset > fix callback collisions on all platforms. > > Updated the BB10 geolocation plugin to have remove > listeners on DocumentLoadCommitted. > > BRWSR-12128 > JIRA-430749 > > -------------------------------------------------------------------------= ---------------------- > hoyoungjang: [CB-1388] Add reset() to plugin API and (agrieve 144 days ag= o) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-geolocation/pull/3 > To merge: git pull > https://github.com/blackberry-webworks/cordova-plugin-geolocation.githoja= ng/reset > fix callback collisions on all platforms. > > Updated the BB10 geolocation plugin to have remove > listeners on DocumentLoadCommitted. > > BRWSR-12128 > JIRA-430749 > > -------------------------------------------------------------------------= ---------------------- > ligaz: Removing incorrectly added closing comments for wp7 platform in > plugin.x... (agrieve 144 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-geolocation/pull/5 > To merge: git pull https://github.com/ligaz/cordova-plugin-geolocation.gi= tmaster > ...ml > > -------------------------------------------------------------------------= ---------------------- > archananaik: Added amazon-fireos platform. (archananaik 166 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-geolocation/pull/10 > To merge: git pull > https://github.com/archananaik/cordova-plugin-geolocation.git master > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-globalization: 4 Pull Requests= . =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > svkirans: The ISO 639-2 code is returned for the default language. > Probable fix f... (svkirans 21 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-globalization/pull/8 > To merge: git pull > https://github.com/svkirans/cordova-plugin-globalization.git master > The ISO 639-2 code is returned for the default language. Probable fix fo= r > CB-4602. > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-globalization/pull/7 > To merge: git pull > https://github.com/ldeluca/cordova-plugin-globalization.git master > > -------------------------------------------------------------------------= ---------------------- > hardeep: Standardizing + Correcting plugin.xml and Licensing (agrieve 144 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-globalization/pull/1 > To merge: git pull > https://github.com/hardeep/cordova-plugin-globalization.git master > > -------------------------------------------------------------------------= ---------------------- > archananaik: Added amazon-fireos platform. (archananaik 166 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-globalization/pull/4 > To merge: git pull > https://github.com/archananaik/cordova-plugin-globalization.git master > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-inappbrowser: 18 Pull Requests= . =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > ciaranj: Only Navigate *after* the webview has been transitioned to > visually (ciaranj 1 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/42 > To merge: git pull > https://github.com/ciaranj/cordova-plugin-inappbrowser.gitnavigate_after_= show > * There were issues closing the presented UIWebView from within loadstart > events > > (The infamous "while a presentation is in progress!" warning was displaye= d > in the logs) > > -------------------------------------------------------------------------= ---------------------- > kriserickson: Add a hardwareback option to allow for the hardware back > button to go back (kriserickson 3 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/29 > To merge: git pull > https://github.com/kriserickson/cordova-plugin-inappbrowser.git master > Add's another android option 'hardwareback' that when set allows the > android hardware back button to work as a back button in the InAppBrowser > until there is no way to go back, at which point it closes the InAppBrows= er. > > -------------------------------------------------------------------------= ---------------------- > trancee: Events are not firing on BlackBerry10 when using addEventListene= r > (mazook 4 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/28 > To merge: git pull https://github.com/apache/cordova-plugin-inappbrowser.= gitdev > I tried this with a fresh install of the latest Cordova build and a simpl= e > project. Whenever I try to do window.open and addEventListener like the > loadstart/loadstop/exit event, those events are never fired on > BlackBerry10. Also directly adding functions to the events like onload or > onended does not help, only onunload and onbeforeunload are actually > firing. I have no clue what's going on and this is my only way to report > it. I hope someone can look into this and fix it as soon as possible. > Unfortunately this issue is a blocker for us and we can't submit our app = to > the BlackBerry App World. > > -------------------------------------------------------------------------= ---------------------- > hypermurea: window.open failing without options parameter (purplecabbage = 5 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/22 > To merge: git pull > https://github.com/hypermurea/cordova-plugin-inappbrowser.git master > Documentation indicates options parameter for window.open() is optional, > but omitting the parameter on WP8 crashes calls to window.open. Has > regressed, so may break existing projects that depend on this plugin. > > -------------------------------------------------------------------------= ---------------------- > zalun: CB-6396 [Firefox OS] Adding basic support (zalun 6 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/35 > To merge: git pull > https://github.com/mozilla-cordova/cordova-plugin-inappbrowser.git dev > > -------------------------------------------------------------------------= ---------------------- > mbradshawabs: [CB-6389] add clearsessioncache option to iOS (like Android= ) > (mazook 11 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/34 > To merge: git pull > https://github.com/americanbible/cordova-plugin-inappbrowser.git dev > I'd like to add the clearsessioncache option to iOS that Android has. Th= e > feature appears to be rather uncomplicated. If clearsessioncache is turn= ed > on, then when a url is open in the appbrowser, before it loads, I clear o= ut > all the cookies. This should effectively clear out any session that > existed before, allowing for a clean slate. > > -------------------------------------------------------------------------= ---------------------- > denis-aes: Update index.md (shazron 11 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/36 > To merge: git pull > https://github.com/denis-aes/cordova-plugin-inappbrowser.git patch-1 > Fixed examples - "event" should be added to function parameters. > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 32 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/23 > To merge: git pull > https://github.com/ldeluca/cordova-plugin-inappbrowser.git master > > -------------------------------------------------------------------------= ---------------------- > kohowski: fixed "CGContextSaveGState: invalid context 0x0...." (kohowski = 46 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/30 > To merge: git pull > https://github.com/kohowski/cordova-plugin-inappbrowser.git master > fixed "CGContextSaveGState: invalid context 0x0...." > > -------------------------------------------------------------------------= ---------------------- > dhruvparmar372: Renamed InAppBrowser.js to inappbrowser.js (dhruvparmar37= 2 > 55 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/27 > To merge: git pull > https://github.com/dhruvparmar372/cordova-plugin-inappbrowser.git master > The installation of the plugin was failing as the wrong file name was > referenced in the plugin.xml file. Fixed that problem in this commit. > > -------------------------------------------------------------------------= ---------------------- > marc-rutkowski: Fix to restore previous status bar style (iOS7+) > (martinbottanek 56 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/21 > To merge: git pull > https://github.com/marc-rutkowski/cordova-plugin-inappbrowser.git master > Fix to restore previous status bar style (iOS7+) when in-app browser is > closed. > > -------------------------------------------------------------------------= ---------------------- > oliver-moran: Fix for CB-5534 (infil00p 60 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/24 > To merge: git pull > https://github.com/oliver-moran/cordova-plugin-inappbrowser.git master > As discussed here: https://issues.apache.org/jira/browse/CB-5534 > > -------------------------------------------------------------------------= ---------------------- > logankoester: Removes element to allow use with phonegap rath= er > than cordova (logankoester 78 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/17 > To merge: git pull > https://github.com/logankoester/cordova-plugin-inappbrowser.git master > When using **[phonegap-cli](https://github.com/phonegap/phonegap-cli)**(a= nd > all other engines besides **cordova**), this plugin is quietly > excluded due to this restrictive element. > > -------------------------------------------------------------------------= ---------------------- > SidneyS: Removed some iOS6 Deprecations (agrieve 78 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/19 > To merge: git pull > https://github.com/SidneyS/cordova-plugin-inappbrowser.git dev > > -------------------------------------------------------------------------= ---------------------- > BBosman: CB-5536 Unicode triangles instead of < and > (agrieve 78 days ag= o) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/20 > To merge: git pull > https://github.com/BBosman/cordova-plugin-inappbrowser.git CB-5536 > > -------------------------------------------------------------------------= ---------------------- > SidneyS: Removed some iOS6 deprecations. (SidneyS 134 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/15 > NO REPO EXISTS! > Removed some iOS6 deprecations: presentModalViewController, > dismissModalViewController, minimumFontSize, UITextAlignment/UILineBreak. > > -------------------------------------------------------------------------= ---------------------- > archananaik: Added amazon-fireos platform. (archananaik 166 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/13 > To merge: git pull > https://github.com/archananaik/cordova-plugin-inappbrowser.git master > > -------------------------------------------------------------------------= ---------------------- > pu-chen: CB-5235 Resolved InAppBroswer failed test case on WP8 (pu-chen 1= 79 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-inappbrowser/pull/8 > To merge: git pull > https://github.com/pu-chen/cordova-plugin-inappbrowser.git CB-5235 > https://issues.apache.org/jira/browse/CB-5235 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-media: 8 Pull Requests. =3D=3D= =3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > emarashliev: By default always first check Documents directory. (shazron = 6 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media/pull/16 > To merge: git pull > https://github.com/emarashliev/cordova-plugin-media.gitemarashliev > The main idea is, when we have a developer app such as "PhoneGap Develope= r" > or "Telerik AppBuilder=E2=84=A2", the user to be able to test on it witho= ut need to > change the code with this "documents://" prefix. Because when we use such > app we don't use www directory instead of that we use Documents directory= . > > -------------------------------------------------------------------------= ---------------------- > vladimir-kotikov: CB-6478: Fix exception when try to record audio file on > windows 8 (vladimir-kotikov 7 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media/pull/15 > To merge: git pull https://github.com/MSOpenTech/cordova-plugin-media.git= CB-6478 > > -------------------------------------------------------------------------= ---------------------- > vladimir-kotikov: CB-6477: Add musicLibrary and microphone capabilities t= o > windows 8 platform (vladimir-kotikov 7 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media/pull/14 > To merge: git pull https://github.com/MSOpenTech/cordova-plugin-media.git= CB-6477 > > -------------------------------------------------------------------------= ---------------------- > Rickgbw: iOS play audio in background (shazron 11 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media/pull/12 > To merge: git pull https://github.com/Rickgbw/cordova-plugin-media.gitmas= ter > When we run audio in iOS, we receive a warning like this (Xcode console): > THREAD WARNING: ['Media'] took '300.326172' ms. Plugin should use a > background thread. > > Depending of app type, like canvas games, this time can break the > performance. > So, the function "startPlayingAudio" of "CDVSound.m" should run in > background. > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 56 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media/pull/13 > To merge: git pull https://github.com/ldeluca/cordova-plugin-media.gitmas= ter > > -------------------------------------------------------------------------= ---------------------- > hoyoungjang: [CB-1388] Add reset() to plugin API and fix (agrieve 78 days > ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media/pull/2 > To merge: git pull > https://github.com/blackberry-webworks/cordova-plugin-media.git hojang/re= set > callback collisions on all platforms > > Updated the BB10 media plugin to have remove > listeners on DocumentLoadCommitted. > > BRWSR-12128 > JIRA-430749 > > -------------------------------------------------------------------------= ---------------------- > mbradshawabs: CB-5748 Make sure that Media.onStatus is called when > recording is started (agrieve 78 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media/pull/11 > To merge: git pull https://github.com/mbradshawabs/cordova-plugin-media.g= itdev > There are two instances in CDVSound.m where a javascript callback to > Media.onStatus is setup, but never eval'd. This means that under 3.3.0, > when you start recording, you never get status updates on the media objec= t. > The patch below just makes sure the javascript string is eval'd after > getting setup. > > I have tested this patch in a cordova app I have that relies on getting > record status messages for proper functioning, and it is working with the= se > two additions. > > -------------------------------------------------------------------------= ---------------------- > g-w: Android: avoid creating new AudioPlayer on create, if it already > exists (agrieve 137 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media/pull/6 > To merge: git pull > https://github.com/codevise/cordova-plugin-media.gitfix_safe_audio_player= _creation > Implementation of AudioPlayer creates the internal player, if play or > startRecording is called. This shouldn't happen since the constructor > of the JS-Media object calls the native create action, but due to > threading issues it might happen that the play action gets called > before the create action gets called. In this case create overwrites > the existing audio player object. In the result the reference to the > audio gets lost and it is not possible to control it anymore. This can > be avoided by checking if a AudioPlayer in the players map exists and > skipping the creation if this is the case. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-media-capture: 4 Pull Requests= . =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > mbillau: CB-5202 fix from lubogospod (infil00p 14 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media-capture/pull/13 > To merge: git pull > https://github.com/mbillau/cordova-plugin-media-capture.git CB-5202 > I think that https://github.com/apache/cordova-plugin-media-capture/pull/= 8was > closed prematurely. This fix is needed for Video record on Nexus 4.3 > devices. I don't think lubogospod needs a CLA since this is pretty much > just null fencing. > > -------------------------------------------------------------------------= ---------------------- > wildabeast: Add rim xml namespaces declaration (bryanhiggins 48 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media-capture/pull/15 > To merge: git pull > https://github.com/wildabeast/cordova-plugin-media-capture.git patch-1 > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 56 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media-capture/pull/14 > To merge: git pull > https://github.com/ldeluca/cordova-plugin-media-capture.git master > > -------------------------------------------------------------------------= ---------------------- > archananaik: Added amazon-fireos platform. (agrieve 78 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-media-capture/pull/7 > To merge: git pull > https://github.com/archananaik/cordova-plugin-media-capture.git master > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-network-information: 2 Pull Re= quests. =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > zalun: CB-3207 Newer implementation in FFOS implemented (zalun 6 days ago= ) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-network-information/pull/9 > To merge: git pull > https://github.com/mozilla-cordova/cordova-plugin-network-information.git= dev > > -------------------------------------------------------------------------= ---------------------- > paolooo: Fixed syntax error on connection variable. (paolooo 47 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-network-information/pull/6 > To merge: git pull > https://github.com/paolooo/cordova-plugin-network-information.git master > I got a syntax error on `var connections =3D ...` > > module.exports =3D { > var connection =3D navigator.connection || navigator.mozConnect= ion > ..... > > I moved it our from module.exports var to fix it. > > var connection =3D navigator.connection || navigator.mozConnection > module.exports =3D { > ..... > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-splashscreen: 6 Pull Requests.= =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > sgrebnov: CB-6483 Use splash screen image from manifest on Windows8 > (purplecabbage 8 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-splashscreen/pull/18 > To merge: git pull > https://github.com/sgrebnov/cordova-plugin-splashscreen.git master > https://issues.apache.org/jira/browse/CB-6483 > > -------------------------------------------------------------------------= ---------------------- > IndieSW: Add support for UILaunchImages array in main bundle. (shazron 36 > days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-splashscreen/pull/17 > To merge: git pull > https://github.com/IndieSW/cordova-plugin-splashscreen.git ios7launchimag= es > Allows for one set of iPad launch images for iOS 7 and later and another > for pre-iOS 7. > > -------------------------------------------------------------------------= ---------------------- > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days a= go) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-splashscreen/pull/15 > To merge: git pull > https://github.com/ldeluca/cordova-plugin-splashscreen.git master > > -------------------------------------------------------------------------= ---------------------- > emarashliev: CB-3562 Disable screen rotation for iPhone when splash scree= n > is shown. (emarashliev 69 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-splashscreen/pull/14 > To merge: git pull > https://github.com/emarashliev/cordova-plugin-splashscreen.git master > CB-3562 Disable screen rotation for iPhone when splash screen is shown. > > -------------------------------------------------------------------------= ---------------------- > martinrue: fix splash screen height on iOS7 (agrieve 78 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-splashscreen/pull/3 > To merge: git pull > https://github.com/martinrue/cordova-plugin-splashscreen.git master > On iOS7, the status bar doesn't need to be offset from the splash screen > height because of the new 'full screen' style of apps. The PR just adds a > check for < v7.0 before subtracting the status bar height. > > Tested in simulator for iOS 6.1 and 7.0 on both 3.5 and 4 inch models and > fixes the issue. > > EDIT: This PR refers to the issue being tracked at > https://issues.apache.org/jira/browse/CB-4391 > > -------------------------------------------------------------------------= ---------------------- > SidneyS: Plugin did not accept commands via JS Bridge anymore, as > CDVInvokedUrlCo... (agrieve 78 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-splashscreen/pull/9 > NO REPO EXISTS! > CDVInvokedUrlCommand.h was missing from the headers file. > > Signed-off-by: Sidney Bofah > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-vibration: 2 Pull Requests. = =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > dematerializer: Implemented vibrateWithPattern and cancelVibration (for > android) and adapted documentation. (dematerializer 4 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-vibration/pull/11 > To merge: git pull > https://github.com/dematerializer/cordova-plugin-vibration.git master > I adapted the plugin to provide more granular control over the vibrator A= PI > exposed by android and took the liberty of updating the documentation as > well. > > -------------------------------------------------------------------------= ---------------------- > archananaik: Added amazon-fireos platform. (archananaik 166 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-vibration/pull/7 > To merge: git pull > https://github.com/archananaik/cordova-plugin-vibration.git master > > =3D=3D=3D=3D=3D=3D=3D=3D=3D cordova-plugin-statusbar: 3 Pull Requests. = =3D=3D=3D=3D=3D=3D=3D=3D=3D > -------------------------------------------------------------------------= ---------------------- > dpogue: Added missing import for Android. (shazron 5 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-statusbar/pull/6 > To merge: git pull https://github.com/dpogue/cordova-plugin-statusbar.git= patch-1 > Fixes compilation after adding the plugin. > > -------------------------------------------------------------------------= ---------------------- > Tiendq: Comment out line 105: [self styleLightContent:nil]; // match > default bac... (Tiendq 7 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-statusbar/pull/5 > To merge: git pull https://github.com/Tiendq/cordova-plugin-statusbar.git= master > ...kgroundColor of #000000 > > Don't need it, just leave it as is. If we select Default in Xcode project > settings then status bar text is black during app starting then changed t= o > white because this line. Comment out this line will leave status bar text > always black (as default). > > [self styleLightContent:nil]; // match default backgroundColor of #000000 > > -------------------------------------------------------------------------= ---------------------- > phaitour: Added javascript event on status bar tap (phaitour 19 days ago) > -------------------------------------------------------------------------= ---------------------- > * https://github.com/apache/cordova-plugin-statusbar/pull/4 > To merge: git pull https://github.com/sodacan/cordova-plugin-statusbar.gi= tmaster > A fake scrollview is added to the CDVViewController's view (but it's in t= he > background). When the status bar is tapped, the scrollview will naturall= y > be notified to scroll to the top and a new javascript event is fired. > > This also has a fix for the webview frame calculations in the function > hide. The calculation is ignored when the status bar is overlaid on top = of > the webview.