You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Andrew Grieve <ag...@chromium.org> on 2014/04/29 15:59:35 UTC

Help Wanted: Pull Requests

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
========= cordova-plugin-battery-status: 2 Pull Requests. =========
-----------------------------------------------------------------------------------------------
ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days ago)
-----------------------------------------------------------------------------------------------
* 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.githojang/reset
callback collisions on all platforms

Updated the BB10 battery plugin to have remove
listeners on DocumentLoadCommitted.

BRWSR-12128
JIRA-430749

========= cordova-plugin-camera: 10 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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.gitpatch-1
When using the camera in iOS, UIImagePickerControllerReferenceURL does not
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 JS
callback when Camera.SourceType.CAMERA, Camera.DestinationType.NATIVE_URI,
and saveToPhotoAlbum=true 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 than
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.gitmaster
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.gitmaster

-----------------------------------------------------------------------------------------------
ldeluca: CB-6127 Spanish and French Translations added (ldeluca 49 days ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-camera/pull/15
To merge: git pull https://github.com/ldeluca/cordova-plugin-camera.gitmaster

-----------------------------------------------------------------------------------------------
Zaspire: [ubuntu] use application directory for images (Zaspire 55 days ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-camera/pull/16
To merge: git pull https://github.com/Zaspire/cordova-plugin-camera.git dev

-----------------------------------------------------------------------------------------------
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 =>
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/%3C78e44706afb846f59d4489943b1e4b14@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.gitmaster
getRotatedBitmap() can run out of memory if the image is very large:

http://simonmacdonald.blogspot.ca/2012/07/change-to-camera-code-in-phonegap-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.

========= cordova-plugin-console: 0 Pull Requests. =========
========= cordova-plugin-contacts: 10 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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.gitmaster

-----------------------------------------------------------------------------------------------
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.gitfix_1.1
there was an issue with moz.init() without data

-----------------------------------------------------------------------------------------------
ldeluca: CB-6127 Spanish and French Translations added (ldeluca 32 days ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-contacts/pull/25
To merge: git pull https://github.com/ldeluca/cordova-plugin-contacts.gitmaster

-----------------------------------------------------------------------------------------------
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.gitmaster

-----------------------------------------------------------------------------------------------
skladek: Check to see if photoData exists before using (skladek 70 days ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-contacts/pull/19
To merge: git pull https://github.com/skladek/cordova-plugin-contacts.gitmaster
Fix for the following issue:

https://issues.apache.org/jira/browse/CB-5698?filter=-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 not
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.gitdev
[iOS]Fixed issue about classes in Address Book UI Framework do not support
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.gitmaster
When saving a contact it is the raw contact ID that is returned and so the
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 days
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

========= cordova-plugin-device-motion: 6 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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 ago)
-----------------------------------------------------------------------------------------------
* 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.githojang/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.githojang/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

========= cordova-plugin-device-orientation: 2 Pull Requests. =========
-----------------------------------------------------------------------------------------------
sgrebnov: windows8. makes getHeading callback spec compliant (sgrebnov 146
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 getCurrentHeading
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 master

========= cordova-plugin-device: 3 Pull Requests. =========
-----------------------------------------------------------------------------------------------
ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-device/pull/12
To merge: git pull https://github.com/ldeluca/cordova-plugin-device.gitmaster

-----------------------------------------------------------------------------------------------
hazemhagrass: Retrieve mac address for device Android/iOS (hazemhagrass 79
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.gitpatch-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.

========= cordova-plugin-dialogs: 8 Pull Requests. =========
-----------------------------------------------------------------------------------------------
zalun: running original windows.open, inAppBrowser is overriding it (zalun
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_compatibility
no need to place CSS in every page anymore

-----------------------------------------------------------------------------------------------
pu-chen: [CB-5228] fixed notification.beep not work on wp8 (pu-chen 1 days
ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-dialogs/pull/6
To merge: git pull https://github.com/pu-chen/cordova-plugin-dialogs.gitCB-5228

-----------------------------------------------------------------------------------------------
csrakowski: (Android) Applied theme to dialog builder calls (csrakowski 33
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 new
(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.dialogType
(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 •
   '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 the
value is 1, 2, 3, etc."

callback 0 is reserved for the buttons turns the platforms that exist these
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.gittizen
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

========= cordova-plugin-file-transfer: 14 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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-multipart

-----------------------------------------------------------------------------------------------
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 days
ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-file-transfer/pull/26
To merge: git pull https://github.com/dovd/cordova-plugin-file-transfer.gitdev
Leading // were causing errors.

-----------------------------------------------------------------------------------------------
ldeluca: CB-6127 Spanish and French Translations added (ldeluca 32 days ago)
-----------------------------------------------------------------------------------------------
* 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" event
"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/58fc57dc9b22f13bd5e33e3b180a0a0f9f6bf428/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 uploadmemoryfix
I'm quite new to iOS development but i believe this works fine since i was
 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 anything.
I'm still not so sure what it was supposed to be doing, or more exactly why
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
<code>ALAssetRepresentation</code> 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 exists
(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 the
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

========= cordova-plugin-file: 9 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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 dev
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.storagefolder.getfileasync?cs-save-lang=1&cs-lang=javascript#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 unfortunately
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.gitpatch-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.gitpatch-1
Handle an encoding error

-----------------------------------------------------------------------------------------------
ldeluca: CB-6127 Spanish and French Translations added (ldeluca 56 days ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-file/pull/31
To merge: git pull https://github.com/ldeluca/cordova-plugin-file.git master

-----------------------------------------------------------------------------------------------
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-4917

-----------------------------------------------------------------------------------------------
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.gitdev

-----------------------------------------------------------------------------------------------
sgrebnov: wp8. fixes binary support after patching wp exec bridge (sgrebnov
141 days ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-file/pull/18
To merge: git pull https://github.com/sgrebnov/cordova-plugin-file.git dev
https://issues.apache.org/jira/browse/CB-5606

========= cordova-plugin-geolocation: 7 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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 the
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 ago)
-----------------------------------------------------------------------------------------------
* 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 days
ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-geolocation/pull/6
To merge: git pull
https://github.com/blackberry-webworks/cordova-plugin-geolocation.githojang/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 ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-geolocation/pull/3
To merge: git pull
https://github.com/blackberry-webworks/cordova-plugin-geolocation.githojang/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.gitmaster
...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

========= cordova-plugin-globalization: 4 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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 for
CB-4602.

-----------------------------------------------------------------------------------------------
ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days ago)
-----------------------------------------------------------------------------------------------
* 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

========= cordova-plugin-inappbrowser: 18 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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 displayed
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 InAppBrowser.

-----------------------------------------------------------------------------------------------
trancee: Events are not firing on BlackBerry10 when using addEventListener
(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 simple
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.  The
feature appears to be rather uncomplicated.  If clearsessioncache is turned
on, then when a url is open in the appbrowser, before it loads, I clear out
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 ago)
-----------------------------------------------------------------------------------------------
* 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 (dhruvparmar372
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 <engines /> element to allow use with phonegap rather
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)**(and
all other engines besides **cordova**), this plugin is quietly
excluded due to this restrictive <engine /> 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 ago)
-----------------------------------------------------------------------------------------------
* 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 179
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

========= cordova-plugin-media: 8 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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 Developer"
or "Telerik AppBuilder™", the user to be able to test on it without 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.gitCB-6478

-----------------------------------------------------------------------------------------------
vladimir-kotikov: CB-6477: Add musicLibrary and microphone capabilities to
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.gitCB-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.gitmaster
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 ago)
-----------------------------------------------------------------------------------------------
* https://github.com/apache/cordova-plugin-media/pull/13
To merge: git pull https://github.com/ldeluca/cordova-plugin-media.gitmaster

-----------------------------------------------------------------------------------------------
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/reset
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.gitdev
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 object.
 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 these
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.

========= cordova-plugin-media-capture: 4 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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 ago)
-----------------------------------------------------------------------------------------------
* 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

========= cordova-plugin-network-information: 2 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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.gitdev

-----------------------------------------------------------------------------------------------
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 = ...`

     module.exports = {
          var connection = navigator.connection || navigator.mozConnection
          .....

I moved it our from module.exports var to fix it.

     var connection = navigator.connection || navigator.mozConnection
     module.exports = {
          .....

========= cordova-plugin-splashscreen: 6 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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 ios7launchimages
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 ago)
-----------------------------------------------------------------------------------------------
* 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 screen
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 <si...@googlemail.com>

========= cordova-plugin-vibration: 2 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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 API
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

========= cordova-plugin-statusbar: 3 Pull Requests. =========
-----------------------------------------------------------------------------------------------
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.gitpatch-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.gitmaster
...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 to
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.gitmaster
A fake scrollview is added to the CDVViewController's view (but it's in the
background).  When the status bar is tapped, the scrollview will naturally
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.

Re: Help Wanted: Pull Requests

Posted by Josh Soref <js...@blackberry.com>.
https://github.com/apache/cordova-coho/blob/master/docs/processing-pull-req
uests.md

> Platforms, mobile-spec, cordova-js, cordova-docs:
> * Commit all changes to branch: master
...
> All other Repos:
> * Commit all changes to branch: master

This distinction used to make sense when one wasn't master. It doesn't
anymore.

> * If it fixes a regression, cherry-pick into the release branch (see
>CuttingReleases)



CuttingReleases used to be a WikiLink, but it isn't now that this is in a
.git repo / .md file.


I'm not sure where it should point.


Re: Help Wanted: Pull Requests

Posted by Andrew Grieve <ag...@chromium.org>.
Also - in case anyone isn't aware:
https://github.com/apache/cordova-coho/blob/master/docs/processing-pull-requests.md


On Tue, Apr 29, 2014 at 2:21 PM, Andrew Grieve <ag...@chromium.org> wrote:

> All committers have write access to all repos (unless something has gone
> wrong somewhere).
>
> For new committers, make sure you've read through:
>
> https://github.com/apache/cordova-coho/blob/master/docs/committer-workflow.md
>
> If you have used your apache credentials with the https://git-wip-us...
> repos and it doesn't work, then that's a bug.
>
>
>
>
> On Tue, Apr 29, 2014 at 2:13 PM, Sergey Grebnov (Akvelon) <
> v-segreb@microsoft.com> wrote:
>
>> Yep, I'm a committer but I believe I don't have write access to the repos.
>>
>> -Sergey
>> -----Original Message-----
>> From: purplecabbage [mailto:purplecabbage@gmail.com]
>> Sent: Tuesday, April 29, 2014 10:45 AM
>> To: dev@cordova.apache.org
>> Subject: Re: Help Wanted: Pull Requests
>>
>> Um, Sergey is a committer, has been from since we moved to Apache.
>>
>> Sent from my iPhone
>>
>> > On Apr 29, 2014, at 10:14 AM, "Parashuram Narasimhan (MS OPEN TECH)" <
>> panarasi@microsoft.com> wrote:
>> >
>> > We also have a couple of pull requests open for Contacts, and other
>> plugins. Would love to see them merged fast.
>> > Sergey and I could help, but we are not committers and cannot merge.
>> >
>> > -----Original Message-----
>> > From: Josh Soref [mailto:jsoref@blackberry.com]
>> > Sent: Tuesday, April 29, 2014 9:12 AM
>> > To: dev@cordova.apache.org
>> > Subject: Re: Help Wanted: Pull Requests
>> >
>> > 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?
>> >
>> > I can't commit to doing this yet. I still haven't done any official
>> commits yet. I've relied on others to merge for me.
>> >
>> > I will probably try to figure out the state of plugins/platforms
>> shortly (probably next week, possibly late this week). Ideally, this will
>> mean comments about code or indications that a rebase is needed. Which
>> should at least help a little.
>> >
>>
>
>

Re: Help Wanted: Pull Requests

Posted by Andrew Grieve <ag...@chromium.org>.
All committers have write access to all repos (unless something has gone
wrong somewhere).

For new committers, make sure you've read through:
https://github.com/apache/cordova-coho/blob/master/docs/committer-workflow.md

If you have used your apache credentials with the https://git-wip-us...
repos and it doesn't work, then that's a bug.




On Tue, Apr 29, 2014 at 2:13 PM, Sergey Grebnov (Akvelon) <
v-segreb@microsoft.com> wrote:

> Yep, I'm a committer but I believe I don't have write access to the repos.
>
> -Sergey
> -----Original Message-----
> From: purplecabbage [mailto:purplecabbage@gmail.com]
> Sent: Tuesday, April 29, 2014 10:45 AM
> To: dev@cordova.apache.org
> Subject: Re: Help Wanted: Pull Requests
>
> Um, Sergey is a committer, has been from since we moved to Apache.
>
> Sent from my iPhone
>
> > On Apr 29, 2014, at 10:14 AM, "Parashuram Narasimhan (MS OPEN TECH)" <
> panarasi@microsoft.com> wrote:
> >
> > We also have a couple of pull requests open for Contacts, and other
> plugins. Would love to see them merged fast.
> > Sergey and I could help, but we are not committers and cannot merge.
> >
> > -----Original Message-----
> > From: Josh Soref [mailto:jsoref@blackberry.com]
> > Sent: Tuesday, April 29, 2014 9:12 AM
> > To: dev@cordova.apache.org
> > Subject: Re: Help Wanted: Pull Requests
> >
> > 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?
> >
> > I can't commit to doing this yet. I still haven't done any official
> commits yet. I've relied on others to merge for me.
> >
> > I will probably try to figure out the state of plugins/platforms shortly
> (probably next week, possibly late this week). Ideally, this will mean
> comments about code or indications that a rebase is needed. Which should at
> least help a little.
> >
>

Re: Help Wanted: Pull Requests

Posted by Shazron <sh...@gmail.com>.
Hmm let's get that fixed. Infra issue Jesse? or is this a Pmc chair thing

On Tuesday, April 29, 2014, Sergey Grebnov (Akvelon) <v-...@microsoft.com>
wrote:

> Yep, I'm a committer but I believe I don't have write access to the repos.
>
> -Sergey
> -----Original Message-----
> From: purplecabbage [mailto:purplecabbage@gmail.com <javascript:;>]
> Sent: Tuesday, April 29, 2014 10:45 AM
> To: dev@cordova.apache.org <javascript:;>
> Subject: Re: Help Wanted: Pull Requests
>
> Um, Sergey is a committer, has been from since we moved to Apache.
>
> Sent from my iPhone
>
> > On Apr 29, 2014, at 10:14 AM, "Parashuram Narasimhan (MS OPEN TECH)" <
> panarasi@microsoft.com <javascript:;>> wrote:
> >
> > We also have a couple of pull requests open for Contacts, and other
> plugins. Would love to see them merged fast.
> > Sergey and I could help, but we are not committers and cannot merge.
> >
> > -----Original Message-----
> > From: Josh Soref [mailto:jsoref@blackberry.com <javascript:;>]
> > Sent: Tuesday, April 29, 2014 9:12 AM
> > To: dev@cordova.apache.org <javascript:;>
> > Subject: Re: Help Wanted: Pull Requests
> >
> > 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?
> >
> > I can't commit to doing this yet. I still haven't done any official
> commits yet. I've relied on others to merge for me.
> >
> > I will probably try to figure out the state of plugins/platforms shortly
> (probably next week, possibly late this week). Ideally, this will mean
> comments about code or indications that a rebase is needed. Which should at
> least help a little.
> >
>

RE: Help Wanted: Pull Requests

Posted by "Sergey Grebnov (Akvelon)" <v-...@microsoft.com>.
Yep, I'm a committer but I believe I don't have write access to the repos. 

-Sergey
-----Original Message-----
From: purplecabbage [mailto:purplecabbage@gmail.com] 
Sent: Tuesday, April 29, 2014 10:45 AM
To: dev@cordova.apache.org
Subject: Re: Help Wanted: Pull Requests

Um, Sergey is a committer, has been from since we moved to Apache. 

Sent from my iPhone

> On Apr 29, 2014, at 10:14 AM, "Parashuram Narasimhan (MS OPEN TECH)" <pa...@microsoft.com> wrote:
> 
> We also have a couple of pull requests open for Contacts, and other plugins. Would love to see them merged fast.
> Sergey and I could help, but we are not committers and cannot merge. 
> 
> -----Original Message-----
> From: Josh Soref [mailto:jsoref@blackberry.com]
> Sent: Tuesday, April 29, 2014 9:12 AM
> To: dev@cordova.apache.org
> Subject: Re: Help Wanted: Pull Requests
> 
> 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?
> 
> I can't commit to doing this yet. I still haven't done any official commits yet. I've relied on others to merge for me.
> 
> I will probably try to figure out the state of plugins/platforms shortly (probably next week, possibly late this week). Ideally, this will mean comments about code or indications that a rebase is needed. Which should at least help a little. 
> 

Re: Help Wanted: Pull Requests

Posted by purplecabbage <pu...@gmail.com>.
Um, Sergey is a committer, has been from since we moved to Apache. 

Sent from my iPhone

> On Apr 29, 2014, at 10:14 AM, "Parashuram Narasimhan (MS OPEN TECH)" <pa...@microsoft.com> wrote:
> 
> We also have a couple of pull requests open for Contacts, and other plugins. Would love to see them merged fast.
> Sergey and I could help, but we are not committers and cannot merge. 
> 
> -----Original Message-----
> From: Josh Soref [mailto:jsoref@blackberry.com] 
> Sent: Tuesday, April 29, 2014 9:12 AM
> To: dev@cordova.apache.org
> Subject: Re: Help Wanted: Pull Requests
> 
> 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?
> 
> I can't commit to doing this yet. I still haven't done any official commits yet. I've relied on others to merge for me.
> 
> I will probably try to figure out the state of plugins/platforms shortly (probably next week, possibly late this week). Ideally, this will mean comments about code or indications that a rebase is needed. Which should at least help a little. 
> 

RE: Help Wanted: Pull Requests

Posted by "Parashuram Narasimhan (MS OPEN TECH)" <pa...@microsoft.com>.
We also have a couple of pull requests open for Contacts, and other plugins. Would love to see them merged fast.
Sergey and I could help, but we are not committers and cannot merge. 

-----Original Message-----
From: Josh Soref [mailto:jsoref@blackberry.com] 
Sent: Tuesday, April 29, 2014 9:12 AM
To: dev@cordova.apache.org
Subject: Re: Help Wanted: Pull Requests

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?

I can't commit to doing this yet. I still haven't done any official commits yet. I've relied on others to merge for me.

I will probably try to figure out the state of plugins/platforms shortly (probably next week, possibly late this week). Ideally, this will mean comments about code or indications that a rebase is needed. Which should at least help a little. 


Re: Help Wanted: Pull Requests

Posted by Josh Soref <js...@blackberry.com>.
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?

I can't commit to doing this yet. I still haven't done any official
commits yet. I've relied on others to merge for me.

I will probably try to figure out the state of plugins/platforms shortly
(probably next week, possibly late this week). Ideally, this will mean
comments about code or indications that a rebase is needed. Which should
at least help a little. 


Re: Help Wanted: Pull Requests

Posted by Michal Mocny <mm...@chromium.org>.
Not sure about about JIRA hooks, but coho already deals with JIRA issues
and github PR... I'm sure a few more lines of code...


On Tue, Apr 29, 2014 at 10:50 AM, Joe Bowser <bo...@gmail.com> wrote:

> 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 <ag...@chromium.org>
> 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
> > ========= cordova-plugin-battery-status: 2 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * 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.githojang/reset
> > callback collisions on all platforms
> >
> > Updated the BB10 battery plugin to have remove
> > listeners on DocumentLoadCommitted.
> >
> > BRWSR-12128
> > JIRA-430749
> >
> > ========= cordova-plugin-camera: 10 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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.gitpatch-1
> > When using the camera in iOS, UIImagePickerControllerReferenceURL does
> not
> > 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
> JS
> > callback when Camera.SourceType.CAMERA,
> Camera.DestinationType.NATIVE_URI,
> > and saveToPhotoAlbum=true 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
> than
> > 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.gitmaster
> > 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.gitmaster
> >
> >
> -----------------------------------------------------------------------------------------------
> > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 49 days
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-camera/pull/15
> > To merge: git pull
> https://github.com/ldeluca/cordova-plugin-camera.gitmaster
> >
> >
> -----------------------------------------------------------------------------------------------
> > Zaspire: [ubuntu] use application directory for images (Zaspire 55 days
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-camera/pull/16
> > To merge: git pull https://github.com/Zaspire/cordova-plugin-camera.gitdev
> >
> >
> -----------------------------------------------------------------------------------------------
> > 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 =>
> > 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/%3C78e44706afb846f59d4489943b1e4b14@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.gitmaster
> > getRotatedBitmap() can run out of memory if the image is very large:
> >
> >
> http://simonmacdonald.blogspot.ca/2012/07/change-to-camera-code-in-phonegap-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.
> >
> > ========= cordova-plugin-console: 0 Pull Requests. =========
> > ========= cordova-plugin-contacts: 10 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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.gitmaster
> >
> >
> -----------------------------------------------------------------------------------------------
> > 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.gitfix_1.1
> > there was an issue with moz.init() without data
> >
> >
> -----------------------------------------------------------------------------------------------
> > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 32 days
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-contacts/pull/25
> > To merge: git pull
> https://github.com/ldeluca/cordova-plugin-contacts.gitmaster
> >
> >
> -----------------------------------------------------------------------------------------------
> > 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.gitmaster
> >
> >
> -----------------------------------------------------------------------------------------------
> > skladek: Check to see if photoData exists before using (skladek 70 days
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-contacts/pull/19
> > To merge: git pull
> https://github.com/skladek/cordova-plugin-contacts.gitmaster
> > Fix for the following issue:
> >
> > https://issues.apache.org/jira/browse/CB-5698?filter=-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
> not
> > 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.gitdev
> > [iOS]Fixed issue about classes in Address Book UI Framework do not
> support
> > 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.gitmaster
> > When saving a contact it is the raw contact ID that is returned and so
> the
> > 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
> days
> > 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
> >
> > ========= cordova-plugin-device-motion: 6 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * 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.githojang/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.githojang/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
> >
> > ========= cordova-plugin-device-orientation: 2 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > sgrebnov: windows8. makes getHeading callback spec compliant (sgrebnov
> 146
> > 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
> getCurrentHeading
> > 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.gitmaster
> >
> > ========= cordova-plugin-device: 3 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-device/pull/12
> > To merge: git pull
> https://github.com/ldeluca/cordova-plugin-device.gitmaster
> >
> >
> -----------------------------------------------------------------------------------------------
> > hazemhagrass: Retrieve mac address for device Android/iOS (hazemhagrass
> 79
> > 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.gitpatch-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.
> >
> > ========= cordova-plugin-dialogs: 8 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > zalun: running original windows.open, inAppBrowser is overriding it
> (zalun
> > 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_compatibility
> > no need to place CSS in every page anymore
> >
> >
> -----------------------------------------------------------------------------------------------
> > pu-chen: [CB-5228] fixed notification.beep not work on wp8 (pu-chen 1
> days
> > ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-dialogs/pull/6
> > To merge: git pull
> https://github.com/pu-chen/cordova-plugin-dialogs.gitCB-5228
> >
> >
> -----------------------------------------------------------------------------------------------
> > csrakowski: (Android) Applied theme to dialog builder calls (csrakowski
> 33
> > 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
> new
> > (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.dialogType
> > (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 •
> >    '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
> the
> > value is 1, 2, 3, etc."
> >
> > callback 0 is reserved for the buttons turns the platforms that exist
> these
> > 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.gittizen
> > 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
> >
> > ========= cordova-plugin-file-transfer: 14 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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-multipart
> >
> >
> -----------------------------------------------------------------------------------------------
> > 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
> days
> > ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-file-transfer/pull/26
> > To merge: git pull
> https://github.com/dovd/cordova-plugin-file-transfer.gitdev
> > Leading // were causing errors.
> >
> >
> -----------------------------------------------------------------------------------------------
> > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 32 days
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * 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"
> event
> > "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/58fc57dc9b22f13bd5e33e3b180a0a0f9f6bf428/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.gituploadmemoryfix
> > I'm quite new to iOS development but i believe this works fine since i
> was
> >  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
> anything.
> > I'm still not so sure what it was supposed to be doing, or more exactly
> why
> > 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
> > <code>ALAssetRepresentation</code> 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
> exists
> > (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
> the
> > 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
> >
> > ========= cordova-plugin-file: 9 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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.gitdev
> > 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.storagefolder.getfileasync?cs-save-lang=1&cs-lang=javascript#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.gitpatch-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
> unfortunately
> > 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.gitpatch-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.gitpatch-1
> > Handle an encoding error
> >
> >
> -----------------------------------------------------------------------------------------------
> > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 56 days
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-file/pull/31
> > To merge: git pull https://github.com/ldeluca/cordova-plugin-file.gitmaster
> >
> >
> -----------------------------------------------------------------------------------------------
> > 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-4917
> >
> >
> -----------------------------------------------------------------------------------------------
> > 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.gitdev
> >
> >
> -----------------------------------------------------------------------------------------------
> > sgrebnov: wp8. fixes binary support after patching wp exec bridge
> (sgrebnov
> > 141 days ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-file/pull/18
> > To merge: git pull https://github.com/sgrebnov/cordova-plugin-file.gitdev
> > https://issues.apache.org/jira/browse/CB-5606
> >
> > ========= cordova-plugin-geolocation: 7 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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
> the
> > 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
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * 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
> days
> > ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-geolocation/pull/6
> > To merge: git pull
> >
> https://github.com/blackberry-webworks/cordova-plugin-geolocation.githojang/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
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-geolocation/pull/3
> > To merge: git pull
> >
> https://github.com/blackberry-webworks/cordova-plugin-geolocation.githojang/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.gitmaster
> > ...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
> >
> > ========= cordova-plugin-globalization: 4 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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
> for
> > CB-4602.
> >
> >
> -----------------------------------------------------------------------------------------------
> > ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * 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
> >
> > ========= cordova-plugin-inappbrowser: 18 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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
> displayed
> > 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
> InAppBrowser.
> >
> >
> -----------------------------------------------------------------------------------------------
> > trancee: Events are not firing on BlackBerry10 when using
> addEventListener
> > (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
> simple
> > 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.
>  The
> > feature appears to be rather uncomplicated.  If clearsessioncache is
> turned
> > on, then when a url is open in the appbrowser, before it loads, I clear
> out
> > 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
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * 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
> (dhruvparmar372
> > 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 <engines /> element to allow use with phonegap
> rather
> > 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)**(and
> > all other engines besides **cordova**), this plugin is quietly
> > excluded due to this restrictive <engine /> 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
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * 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
> 179
> > 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
> >
> > ========= cordova-plugin-media: 8 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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
> Developer"
> > or "Telerik AppBuilder™", the user to be able to test on it without 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.gitCB-6478
> >
> >
> -----------------------------------------------------------------------------------------------
> > vladimir-kotikov: CB-6477: Add musicLibrary and microphone capabilities
> to
> > 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.gitCB-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.gitmaster
> > 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
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * https://github.com/apache/cordova-plugin-media/pull/13
> > To merge: git pull
> https://github.com/ldeluca/cordova-plugin-media.gitmaster
> >
> >
> -----------------------------------------------------------------------------------------------
> > 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.githojang/reset
> > 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.gitdev
> > 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
> object.
> >  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
> these
> > 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.
> >
> > ========= cordova-plugin-media-capture: 4 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * 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
> >
> > ========= cordova-plugin-network-information: 2 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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.gitdev
> >
> >
> -----------------------------------------------------------------------------------------------
> > 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 = ...`
> >
> >      module.exports = {
> >           var connection = navigator.connection ||
> navigator.mozConnection
> >           .....
> >
> > I moved it our from module.exports var to fix it.
> >
> >      var connection = navigator.connection || navigator.mozConnection
> >      module.exports = {
> >           .....
> >
> > ========= cordova-plugin-splashscreen: 6 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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.gitios7launchimages
> > 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
> ago)
> >
> -----------------------------------------------------------------------------------------------
> > * 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
> screen
> > 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 <si...@googlemail.com>
> >
> > ========= cordova-plugin-vibration: 2 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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
> API
> > 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
> >
> > ========= cordova-plugin-statusbar: 3 Pull Requests. =========
> >
> -----------------------------------------------------------------------------------------------
> > 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.gitpatch-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.gitmaster
> > ...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
> to
> > 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.gitmaster
> > A fake scrollview is added to the CDVViewController's view (but it's in
> the
> > background).  When the status bar is tapped, the scrollview will
> naturally
> > 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.
>

Re: Help Wanted: Pull Requests

Posted by Joe Bowser <bo...@gmail.com>.
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 <ag...@chromium.org> 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
> ========= cordova-plugin-battery-status: 2 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days ago)
> -----------------------------------------------------------------------------------------------
> * 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.githojang/reset
> callback collisions on all platforms
>
> Updated the BB10 battery plugin to have remove
> listeners on DocumentLoadCommitted.
>
> BRWSR-12128
> JIRA-430749
>
> ========= cordova-plugin-camera: 10 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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.gitpatch-1
> When using the camera in iOS, UIImagePickerControllerReferenceURL does not
> 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 JS
> callback when Camera.SourceType.CAMERA, Camera.DestinationType.NATIVE_URI,
> and saveToPhotoAlbum=true 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 than
> 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.gitmaster
> 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.gitmaster
>
> -----------------------------------------------------------------------------------------------
> ldeluca: CB-6127 Spanish and French Translations added (ldeluca 49 days ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-camera/pull/15
> To merge: git pull https://github.com/ldeluca/cordova-plugin-camera.gitmaster
>
> -----------------------------------------------------------------------------------------------
> Zaspire: [ubuntu] use application directory for images (Zaspire 55 days ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-camera/pull/16
> To merge: git pull https://github.com/Zaspire/cordova-plugin-camera.git dev
>
> -----------------------------------------------------------------------------------------------
> 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 =>
> 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/%3C78e44706afb846f59d4489943b1e4b14@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.gitmaster
> getRotatedBitmap() can run out of memory if the image is very large:
>
> http://simonmacdonald.blogspot.ca/2012/07/change-to-camera-code-in-phonegap-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.
>
> ========= cordova-plugin-console: 0 Pull Requests. =========
> ========= cordova-plugin-contacts: 10 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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.gitmaster
>
> -----------------------------------------------------------------------------------------------
> 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.gitfix_1.1
> there was an issue with moz.init() without data
>
> -----------------------------------------------------------------------------------------------
> ldeluca: CB-6127 Spanish and French Translations added (ldeluca 32 days ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-contacts/pull/25
> To merge: git pull https://github.com/ldeluca/cordova-plugin-contacts.gitmaster
>
> -----------------------------------------------------------------------------------------------
> 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.gitmaster
>
> -----------------------------------------------------------------------------------------------
> skladek: Check to see if photoData exists before using (skladek 70 days ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-contacts/pull/19
> To merge: git pull https://github.com/skladek/cordova-plugin-contacts.gitmaster
> Fix for the following issue:
>
> https://issues.apache.org/jira/browse/CB-5698?filter=-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 not
> 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.gitdev
> [iOS]Fixed issue about classes in Address Book UI Framework do not support
> 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.gitmaster
> When saving a contact it is the raw contact ID that is returned and so the
> 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 days
> 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
>
> ========= cordova-plugin-device-motion: 6 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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 ago)
> -----------------------------------------------------------------------------------------------
> * 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.githojang/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.githojang/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
>
> ========= cordova-plugin-device-orientation: 2 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> sgrebnov: windows8. makes getHeading callback spec compliant (sgrebnov 146
> 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 getCurrentHeading
> 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 master
>
> ========= cordova-plugin-device: 3 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-device/pull/12
> To merge: git pull https://github.com/ldeluca/cordova-plugin-device.gitmaster
>
> -----------------------------------------------------------------------------------------------
> hazemhagrass: Retrieve mac address for device Android/iOS (hazemhagrass 79
> 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.gitpatch-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.
>
> ========= cordova-plugin-dialogs: 8 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> zalun: running original windows.open, inAppBrowser is overriding it (zalun
> 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_compatibility
> no need to place CSS in every page anymore
>
> -----------------------------------------------------------------------------------------------
> pu-chen: [CB-5228] fixed notification.beep not work on wp8 (pu-chen 1 days
> ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-dialogs/pull/6
> To merge: git pull https://github.com/pu-chen/cordova-plugin-dialogs.gitCB-5228
>
> -----------------------------------------------------------------------------------------------
> csrakowski: (Android) Applied theme to dialog builder calls (csrakowski 33
> 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 new
> (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.dialogType
> (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 •
>    '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 the
> value is 1, 2, 3, etc."
>
> callback 0 is reserved for the buttons turns the platforms that exist these
> 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.gittizen
> 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
>
> ========= cordova-plugin-file-transfer: 14 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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-multipart
>
> -----------------------------------------------------------------------------------------------
> 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 days
> ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-file-transfer/pull/26
> To merge: git pull https://github.com/dovd/cordova-plugin-file-transfer.gitdev
> Leading // were causing errors.
>
> -----------------------------------------------------------------------------------------------
> ldeluca: CB-6127 Spanish and French Translations added (ldeluca 32 days ago)
> -----------------------------------------------------------------------------------------------
> * 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" event
> "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/58fc57dc9b22f13bd5e33e3b180a0a0f9f6bf428/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 uploadmemoryfix
> I'm quite new to iOS development but i believe this works fine since i was
>  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 anything.
> I'm still not so sure what it was supposed to be doing, or more exactly why
> 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
> <code>ALAssetRepresentation</code> 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 exists
> (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 the
> 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
>
> ========= cordova-plugin-file: 9 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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 dev
> 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.storagefolder.getfileasync?cs-save-lang=1&cs-lang=javascript#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 unfortunately
> 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.gitpatch-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.gitpatch-1
> Handle an encoding error
>
> -----------------------------------------------------------------------------------------------
> ldeluca: CB-6127 Spanish and French Translations added (ldeluca 56 days ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-file/pull/31
> To merge: git pull https://github.com/ldeluca/cordova-plugin-file.git master
>
> -----------------------------------------------------------------------------------------------
> 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-4917
>
> -----------------------------------------------------------------------------------------------
> 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.gitdev
>
> -----------------------------------------------------------------------------------------------
> sgrebnov: wp8. fixes binary support after patching wp exec bridge (sgrebnov
> 141 days ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-file/pull/18
> To merge: git pull https://github.com/sgrebnov/cordova-plugin-file.git dev
> https://issues.apache.org/jira/browse/CB-5606
>
> ========= cordova-plugin-geolocation: 7 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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 the
> 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 ago)
> -----------------------------------------------------------------------------------------------
> * 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 days
> ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-geolocation/pull/6
> To merge: git pull
> https://github.com/blackberry-webworks/cordova-plugin-geolocation.githojang/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 ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-geolocation/pull/3
> To merge: git pull
> https://github.com/blackberry-webworks/cordova-plugin-geolocation.githojang/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.gitmaster
> ...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
>
> ========= cordova-plugin-globalization: 4 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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 for
> CB-4602.
>
> -----------------------------------------------------------------------------------------------
> ldeluca: CB-6127 Spanish and French Translations added (ldeluca 61 days ago)
> -----------------------------------------------------------------------------------------------
> * 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
>
> ========= cordova-plugin-inappbrowser: 18 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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 displayed
> 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 InAppBrowser.
>
> -----------------------------------------------------------------------------------------------
> trancee: Events are not firing on BlackBerry10 when using addEventListener
> (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 simple
> 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.  The
> feature appears to be rather uncomplicated.  If clearsessioncache is turned
> on, then when a url is open in the appbrowser, before it loads, I clear out
> 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 ago)
> -----------------------------------------------------------------------------------------------
> * 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 (dhruvparmar372
> 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 <engines /> element to allow use with phonegap rather
> 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)**(and
> all other engines besides **cordova**), this plugin is quietly
> excluded due to this restrictive <engine /> 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 ago)
> -----------------------------------------------------------------------------------------------
> * 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 179
> 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
>
> ========= cordova-plugin-media: 8 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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 Developer"
> or "Telerik AppBuilder™", the user to be able to test on it without 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.gitCB-6478
>
> -----------------------------------------------------------------------------------------------
> vladimir-kotikov: CB-6477: Add musicLibrary and microphone capabilities to
> 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.gitCB-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.gitmaster
> 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 ago)
> -----------------------------------------------------------------------------------------------
> * https://github.com/apache/cordova-plugin-media/pull/13
> To merge: git pull https://github.com/ldeluca/cordova-plugin-media.gitmaster
>
> -----------------------------------------------------------------------------------------------
> 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/reset
> 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.gitdev
> 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 object.
>  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 these
> 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.
>
> ========= cordova-plugin-media-capture: 4 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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 ago)
> -----------------------------------------------------------------------------------------------
> * 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
>
> ========= cordova-plugin-network-information: 2 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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.gitdev
>
> -----------------------------------------------------------------------------------------------
> 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 = ...`
>
>      module.exports = {
>           var connection = navigator.connection || navigator.mozConnection
>           .....
>
> I moved it our from module.exports var to fix it.
>
>      var connection = navigator.connection || navigator.mozConnection
>      module.exports = {
>           .....
>
> ========= cordova-plugin-splashscreen: 6 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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 ios7launchimages
> 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 ago)
> -----------------------------------------------------------------------------------------------
> * 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 screen
> 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 <si...@googlemail.com>
>
> ========= cordova-plugin-vibration: 2 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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 API
> 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
>
> ========= cordova-plugin-statusbar: 3 Pull Requests. =========
> -----------------------------------------------------------------------------------------------
> 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.gitpatch-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.gitmaster
> ...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 to
> 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.gitmaster
> A fake scrollview is added to the CDVViewController's view (but it's in the
> background).  When the status bar is tapped, the scrollview will naturally
> 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.