[GitHub] cordova-plugin-file pull request: fix for CB-6872

2014-06-04 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-file/pull/50 fix for CB-6872 This Pull Request fix CB-6872 the free space available wasn't returning the right value, so when you request the file system with a high value it fails

[GitHub] cordova-plugin-device pull request: Few changes in Spanish Transla...

2014-10-06 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-device/pull/17#issuecomment-58073188 line 46 should be Obtiene la versión de cordova en el dispositivo. --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2014-10-24 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39 Fix CB-7734. Changed plugin to use UIAlertController on iOS 8 Changed plugin to use UIAlertController on iOS 8 and greater instead of the UIAlertView as UIAlertView is

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2014-11-14 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-63144935 [UIAlertController class] doesn't crash on iOS 7 devices if you compile it on xcode 6 using iOS 8 SDK. I'm making the changes f

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2014-11-14 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-63145889 done --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] cordova-plugin-inappbrowser pull request: Added editablelocation o...

2015-02-03 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/73#issuecomment-72804585 I think you can install it with: cordova plugin add https://github.com/tgalal/cordova-plugin-inappbrowser.git --- If your project is set up

[GitHub] cordova-plugin-inappbrowser pull request: inAppBrowser custom appl...

2015-03-26 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/99#issuecomment-86389973 I can't understand what this changes try to achieve. Looking at the code it launchs an intent to open an external app if the url is defin

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-04-11 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-91790210 That line fixes the too many words issue, but if it crashes on iOS 8.3 I'll try to find another fix --- If your project is set up for it, yo

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-04-11 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-91824100 @shazron iOS 8.3 already fix the too many words issue, so, not sure how to proceed here. Should we just expect everybody update their device and mark

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-04-11 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-91827499 I've just found that the fix isn't working on iPhone/iPod touch when the device is in landscape, I'm going to update the code again

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-04-17 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-93894696 No, I've just tried and doesn't work if I do it that way (alertController.view.frame = [self invertFrameIfNeeded:[UIScreen

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-04-17 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-94087108 You mean without all the code on my pull request or with the code on my pull request removing this line: alertController.view.frame = [[UIScreen

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-04-17 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-94105276 I'm testing on Xcode 6.3 too, that's strange, can you test on a real device with 8.1 or 8.2? can you test on a 8.1 simulator? can yo

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-04-18 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-94154670 If been looking into your test project and the last commented line should be alertController.view.frame = alertFrame; not alertController.view.frame

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-04-20 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-94396822 Don't merge it yet, I've just noticed that I'm comparing [[UIApplication sharedApplication] statusBarOrientation] with UIDeviceOrie

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-04-20 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-94505096 I've just added the changes --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-lib pull request: CB-8978 Added new image element tag for ...

2015-05-11 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-lib/pull/214#issuecomment-101019674 the discusion already started on the mail list http://markmail.org/message/yx3pvydgyxpssgas But it didnt get any conclusion I still don'

[GitHub] cordova-plugin-geolocation pull request: Add missing module refere...

2015-05-20 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/36#issuecomment-103808749 Android geolocation plugin code doesn't exist anymore, it just uses the HTML 5 geolocation API, so nothing has to be copied to the pla

[GitHub] cordova-plugin-statusbar pull request: fix warning on IOS8

2015-06-11 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/26#issuecomment-111018380 using [[UIDevice currentDevice] orientation] is not reliable maybe you can try with [[UIApplication sharedApplication

[GitHub] cordova-plugin-inappbrowser pull request: CB-3360: Set custom inap...

2015-06-19 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/94#issuecomment-113429801 Yeah, on iOS the user agent change applies to all the webviews, maybe it should be restored after closing the inappbrowser --- If your

[GitHub] cordova-plugin-camera pull request: CB-6190 - iOS camera plugin ig...

2015-07-14 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/108 CB-6190 - iOS camera plugin ignores quality parameter CB-6190 - iOS camera plugin ignores quality parameter in some circunstances Added a check to not downscale if

[GitHub] cordova-plugin-dialogs pull request: CB-9347 - fix to allow to sta...

2015-07-16 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/54 CB-9347 - fix to allow to stack multiple UIAlertControllers Now you can stack multiple UIAlertControllers I had to add a 0.5s delay in case the user tries to present a

[GitHub] cordova-plugin-device pull request: Change UUID to use [UIDevice i...

2015-07-16 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-device/pull/36#issuecomment-122194054 First of all, an issue is needed before merging this, create a new one here http://issues.cordova.io/ and use the identifier you get on this pull

[GitHub] cordova-plugin-device pull request: Change UUID to use [UIDevice i...

2015-07-18 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-device/pull/36#issuecomment-122512809 I think you should add to the readme that users with the app installed will get the previous stored UUID instead of the identifierForVendor --- If

[GitHub] cordova-plugin-statusbar pull request: Does it works on the device...

2015-07-20 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/29#issuecomment-122859132 can you please close this? You have opened a pull request If you have problem using the plugin ask on stackoverflow or the phonegap google

[GitHub] cordova-plugin-statusbar pull request: CB-9076 Fixed StatusBarOver...

2015-07-30 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/30#issuecomment-126205747 Hi, I told you on the JIRA page that I could reproduce the preference being duplicated, but I couldn't reproduce your problem, in my tes

[GitHub] cordova-plugin-statusbar pull request: CB-9076 Fixed StatusBarOver...

2015-07-30 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/30#issuecomment-126208513 Ok, I'll take a look, thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] cordova-plugin-statusbar pull request: CB-9076 Fixed StatusBarOver...

2015-07-30 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/30#issuecomment-126413242 It happens even without adding a plugin, if you put one of the default preferences with another value, both will show (see CB-9264) --- If your

[GitHub] cordova-plugin-statusbar pull request: CB-9076 Fixed StatusBarOver...

2015-07-30 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/30#issuecomment-126475712 Sorry, I proposed this change because I didn't know the reason for the default preferences. I'm closing CB-9076 now. Plea

[GitHub] cordova-plugin-statusbar pull request: CB-9076 Fixed StatusBarOver...

2015-07-30 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/30#issuecomment-126487866 BTW, I checked what you commented about the default value not being the first one, and it isn't the first one when you add the platform, b

[GitHub] cordova-plugin-file pull request: Make Android default persistent ...

2015-07-31 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/127#issuecomment-126644090 I agree with @macdonst that setting the "AndroidPersistentFileLocation" preference to "Compatibility" should be enough if the dev

[GitHub] cordova-plugin-dialogs pull request: CB-9449 - Allow a blank strin...

2015-08-04 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/55#issuecomment-127889230 Tested on iOS, seems good. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cordova-plugin-statusbar pull request:

2015-08-24 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/commit/07b55b752960e66ca4d0ba33b9c49d41b7241b43#commitcomment-12853928 And there is already an issue for that bug and has been fixed, but the last plugin release was in june

[GitHub] cordova-plugin-camera pull request: Manual dismissal method for iO...

2015-08-27 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/117#issuecomment-135329615 I think, everything you put after [self.pickerController dismissViewControllerAnimated:NO completion:nil]; should be on the completion block

[GitHub] cordova-plugin-dialogs pull request: On iOS8+ allow this dialog to...

2015-09-07 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/57#issuecomment-138215304 There is already a pull request for other issue that fixes this problem too https://github.com/apache/cordova-plugin-dialogs/pull/54 --- If

[GitHub] cordova-ios pull request: CB-9610 Prevent Compilation Warning : Co...

2015-09-07 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-ios/pull/157#issuecomment-138280386 shouldn't the ```- (NSUInteger)application:(UIApplication*)application supportedInterfaceOrientationsForWindow:(UIWindow*)window``` still be needed for

[GitHub] cordova-plugin-inappbrowser pull request: Canot open PDF file with...

2015-09-13 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/114#issuecomment-139915054 Please, close this, you have created a pull request. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-plugin-dialogs pull request: On iOS8+ allow this dialog to...

2015-09-18 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/57#issuecomment-141407647 If you are in a hurry you can use my fork installing from the git url --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-ios pull request: Fix Q include in check_reqs.js

2015-09-18 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-ios/pull/132#issuecomment-141517225 Latest cordova (lib) version is 5.3.1, there is no cordova ios 4.3.0, latest is 3.9.1 --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-ios pull request: Fix Q include in check_reqs.js

2015-09-18 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-ios/pull/132#issuecomment-141524412 The problem is fixed, you have to update, you should read about cordova cli and platform versions, cordova iOS 3.9.1 shouldn't break any plugin, cordova

[GitHub] cordova-plugin-statusbar pull request: CB-9250 Fix iOS warnings in...

2015-09-20 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/35 CB-9250 Fix iOS warnings in Statusbar plugin Changed UIDeviceOrientationIsLandscape(orientation) to UIInterfaceOrientationIsLandscape([[UIApplication sharedApplication

[GitHub] cordova-plugin-statusbar pull request: fix warning on IOS8

2015-09-21 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/26#issuecomment-142068241 Another pull request with all the iOS 7 warnings has been merged, this can be closed --- If your project is set up for it, you can reply to this

[GitHub] cordova-plugin-inappbrowser pull request: Cannot open the camera w...

2015-10-07 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/117#issuecomment-146120130 Please, close this, you created a pull request, pull requests are for providing fixes, not for asking questions. You can'

[GitHub] cordova-plugin-file-transfer pull request: Added note about iOS9 a...

2015-10-07 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/103#issuecomment-146336013 "If you are using iOS9 or have upgraded to Xcode7" should be "If you are using iOS9 and have upgraded to Xcode7", ther

[GitHub] cordova-plugin-camera pull request: added allowEdit support for an...

2015-10-16 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/12#issuecomment-148635350 Read the quirks Android Quirks Android also uses the Crop Activity for allowEdit, even though crop should work and actually pass the

[GitHub] cordova-plugin-camera pull request: CB-9193: Add 'showLibraryButto...

2015-10-18 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/104#issuecomment-149005887 -1 to adding new quirks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cordova-plugin-dialogs pull request: On iOS8+ allow this dialog to...

2015-10-19 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/57#issuecomment-149445535 should be fixed by https://github.com/apache/cordova-plugin-dialogs/pull/54 --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-ios pull request: CB-9685 A fix for the magnifying glass p...

2015-10-22 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-ios/pull/164#issuecomment-150188723 +1 for preference BTW, I'm not able to reproduce the magnifier glass issue on iOS 9.1, maybe apple fixed it? --- If your project is set up f

[GitHub] cordova-docs pull request: Master

2015-10-23 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-docs/pull/400#issuecomment-150544323 I think you did something wrong Files changed 19,185 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-ios pull request: CB-9685 A fix for the magnifying glass p...

2015-10-24 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-ios/pull/164#issuecomment-150869787 I've tried on iPad 4, iPod touch 5 and iPhone 6 and the bug is gone on 9.1. On the iPad and iPod tested the same app before updating (magnifying

[GitHub] cordova-plugin-statusbar pull request: Fixes CB-4712, CB-5439 stat...

2015-10-31 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/38 Fixes CB-4712, CB-5439 statusbar issues Fixes CB-4712, CB-5439 and hopefully all the statusbar issues related to the size or resize of the cordova webview when the status

[GitHub] cordova-plugin-splashscreen pull request: Fixed plugin name in the...

2015-11-03 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/39#issuecomment-153362067 You are probably using an old version of cordova CLI that doesn't support NPM --- If your project is set up for it, you can reply to

[GitHub] cordova-plugin-camera pull request: iOS: new resizable cropping re...

2015-11-04 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/131#issuecomment-153756910 I think we should discuss this change before merging, it's a big change and add an ios "quirk". We recently rejected another pull r

[GitHub] cordova-plugin-statusbar pull request: Fixes CB-4712, CB-5439 stat...

2015-11-07 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/38#issuecomment-154726855 I hope I did well, it was my first rebase --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-plugin-camera pull request: iOS: new resizable cropping re...

2015-11-12 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/131#issuecomment-156130089 When I say we I mean everybody, it's open source ;) Start by sending an email to dev@cordova.apache.org proposing this new featur

[GitHub] cordova-plugin-statusbar pull request: fix warning on IOS8

2015-11-19 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/26#issuecomment-158220443 you updated from the github url? or just with a cordova plugin add cordova-plugin-statusbar? I suppose you did the latest, because the

[GitHub] cordova-plugin-statusbar pull request: fix warning on IOS8

2015-11-19 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/26#issuecomment-158222576 Oh, sorry, I'm talking about iOS 7 deprecated warnings, not iOS 8 warnings Anyway, I already told that [[UIDevice currentD

[GitHub] cordova-plugin-statusbar pull request: CB-10047 fix iOS 8 deprecat...

2015-11-20 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/39 CB-10047 fix iOS 8 deprecated warnings Removed all references to self.viewController.interfaceOrientation, they weren’t really used on invertFrameIfNeeded and are

[GitHub] cordova-plugin-statusbar pull request: CB-10047 fix iOS 8 deprecat...

2015-11-20 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/40 CB-10047 fix iOS 8 deprecated warnings Removed all references to self.viewController.interfaceOrientation, they weren’t really used on invertFrameIfNeeded and are

[GitHub] cordova-plugin-statusbar pull request: CB-10047 fix iOS 8 deprecat...

2015-11-20 Thread jcesarmobile
Github user jcesarmobile closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/39 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] cordova-plugin-statusbar pull request: fix warning on IOS8

2015-11-20 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/26#issuecomment-158506196 I've sent the new pull request https://github.com/apache/cordova-plugin-statusbar/pull/40 In fact, in the latest version on g

[GitHub] cordova-plugin-inappbrowser pull request: CB-9445 Improves execute...

2015-11-20 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/125#issuecomment-158564977 tested and working fine --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-cli pull request: Cordova-cli doesn't work with node 5

2015-11-30 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-cli/pull/228#issuecomment-160755800 it should work since cordova cli 5.4.0, if something isn't working, please, file an issue on issues.cordova.io --- If your project is set up for it, yo

[GitHub] cordova-plugin-inappbrowser pull request: On iOS9, can not open li...

2015-12-10 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/128#issuecomment-163585240 is it a pull request or you are just telling that you can not open link with vertical bar(|)? if it's a pull request, sync befo

[GitHub] cordova-plugin-inappbrowser pull request: CB-9445 Improves execute...

2015-12-10 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/125#issuecomment-163762500 @sgrebnov I assigned the issue to you as you did all the work, you have merge permissions, right? --- If your project is set up for it, you

[GitHub] cordova-plugin-statusbar pull request: CB-10047 fix iOS 8 deprecat...

2015-12-22 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/41 CB-10047 fix iOS 8 deprecated warnings and CB-10102 wrong removeObserver CB-10047 Removed all references to self.viewController.interfaceOrientation, they weren’t

[GitHub] cordova-plugin-statusbar pull request: CB-10047 fix iOS 8 deprecat...

2015-12-22 Thread jcesarmobile
Github user jcesarmobile closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/40 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] cordova-plugin-splashscreen pull request: CB-10263 Fix splashscree...

2015-12-26 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/69#discussion_r48450551 --- Diff: src/ios/CDVSplashScreen.m --- @@ -187,7 +187,35 @@ - (NSString*)getImageName:(UIInterfaceOrientation)currentOrientation

[GitHub] cordova-plugin-splashscreen pull request: CB-10263 Fix splashscree...

2015-12-26 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/69#discussion_r48450615 --- Diff: src/ios/CDVSplashScreen.m --- @@ -187,7 +187,35 @@ - (NSString*)getImageName:(UIInterfaceOrientation)currentOrientation

[GitHub] cordova-plugin-splashscreen pull request: CB-10263 Fix splashscree...

2015-12-26 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/69#discussion_r48450641 --- Diff: src/ios/CDVSplashScreen.m --- @@ -187,7 +187,35 @@ - (NSString*)getImageName:(UIInterfaceOrientation)currentOrientation

[GitHub] cordova-plugin-splashscreen pull request: CB-10263 Fix splashscree...

2015-12-26 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/69#issuecomment-167371442 Where do these prefixes come from? is that documented? I've found this http://stackoverflow.com/questions/19107543/xcode-5-asset-catalog-h

[GitHub] cordova-plugin-splashscreen pull request: CB-10263 Fix splashscree...

2015-12-28 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/69#issuecomment-167555343 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] cordova-plugin-inappbrowser pull request: Make WP respect location...

2016-01-14 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/134#issuecomment-171895107 That's what toolbar option makes on iOS toolbar: set to yes or no to turn the toolbar on or off for the InAppBrowser (defaults t

[GitHub] cordova-plugin-inappbrowser pull request: Fix for CB-10305

2016-01-16 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/137 Fix for CB-10305 There are really 3 issues here. 1. When the inAppBrowser is started in portrait and rotates, the background of the status bar doesn’t fill the

[GitHub] cordova-plugin-statusbar pull request: Fix for CB-10102

2016-01-16 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/45 Fix for CB-10102 The removeObserver code was wrong and it might crash on plugin deallocation You can merge this pull request into a Git repository by running: $ git

[GitHub] cordova-plugin-inappbrowser pull request: CB-8180: Changing method...

2016-01-22 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/136#issuecomment-173940439 @falkobuttler it has been reported https://issues.apache.org/jira/browse/CB-10407 For now you can keep using the old version of the plugin

[GitHub] cordova-plugin-camera pull request: Update CDVCamera.m

2016-01-25 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/157#issuecomment-174537581 Is this a mistake? it seems that it only removes the L from License --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-plugin-vibration pull request: Vibrate is not working in I...

2016-01-28 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-vibration/pull/42#issuecomment-176161967 Please, close this, you created a pull request. This is not the place to ask questions --- If your project is set up for it, you can reply to

[GitHub] cordova-plugin-statusbar pull request: CB-10047 fix iOS 8 deprecat...

2016-01-31 Thread jcesarmobile
Github user jcesarmobile closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/41 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] cordova-docs pull request: CB-10505 Adds cordova-plugin-inappbrows...

2016-02-04 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-docs/pull/486#issuecomment-179853679 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-plugin-wkwebview-engine pull request: CB-10269: Replace co...

2016-02-04 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/3#issuecomment-179891115 check the jira issue https://issues.apache.org/jira/browse/CB-10269 Commit faa9d877045d8baf8afdfd0d8689389ec240e2e4 in cordova

[GitHub] cordova-plugin-inappbrowser pull request: Fix for CB-10305

2016-02-04 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/137#issuecomment-179898101 It fix 2 other things that affect iOS 8-9 too. And don't we have to maintain support for 6 months after deprecating? (not sure if

[GitHub] cordova-plugin-wkwebview-engine pull request: CB-10269: Replace co...

2016-02-04 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/3#issuecomment-180077007 It's not on NPM yet, plugin releases take time. Anybody using cordova can install from github, they don't have to wait fo

[GitHub] cordova-plugin-dialogs pull request: CB-9347 - fix to allow to sta...

2016-02-09 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/54#issuecomment-181897098 getTopPresentedViewController returns the view controller on the top, not necessarily the mainViewController, the dialog has to be presented over

[GitHub] cordova-plugin-dialogs pull request: CB-9347 - fix to allow to sta...

2016-02-11 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/54#issuecomment-183218924 It's supposed to be recursive. If count > 1 it just stores it on the array (line 100), then, once it's presented (line 230), removes

[GitHub] cordova-docs pull request: CB-9393: Documenting how to embed a Sys...

2016-02-12 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/498#discussion_r52730725 --- Diff: www/docs/en/dev/guide/platforms/android/webview.md --- @@ -29,106 +29,73 @@ components can communicate with each other, see Application

[GitHub] cordova-docs pull request: CB-9393: Documenting how to embed a Sys...

2016-02-12 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/498#discussion_r52730738 --- Diff: www/docs/en/dev/guide/platforms/android/webview.md --- @@ -29,106 +29,73 @@ components can communicate with each other, see Application

[GitHub] cordova-docs pull request: CB-9393: Documenting how to embed a Sys...

2016-02-12 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/498#discussion_r52730740 --- Diff: www/docs/en/dev/guide/platforms/android/webview.md --- @@ -29,106 +29,73 @@ components can communicate with each other, see Application

[GitHub] cordova-docs pull request: CB-9393: Documenting how to embed a Sys...

2016-02-12 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/498#discussion_r52730825 --- Diff: www/docs/en/dev/guide/platforms/android/webview.md --- @@ -29,106 +29,73 @@ components can communicate with each other, see Application

[GitHub] cordova-docs pull request: CB-9393: Documenting how to embed a Sys...

2016-02-12 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/498#discussion_r52730788 --- Diff: www/docs/en/dev/guide/platforms/android/webview.md --- @@ -29,106 +29,73 @@ components can communicate with each other, see Application

[GitHub] cordova-docs pull request: CB-9393: Documenting how to embed a Sys...

2016-02-12 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/498#discussion_r52730759 --- Diff: www/docs/en/dev/guide/platforms/android/webview.md --- @@ -29,106 +29,73 @@ components can communicate with each other, see Application

[GitHub] cordova-docs pull request: CB-9393: Documenting how to embed a Sys...

2016-02-12 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/498#discussion_r52730771 --- Diff: www/docs/en/dev/guide/platforms/android/webview.md --- @@ -29,106 +29,73 @@ components can communicate with each other, see Application

[GitHub] cordova-docs pull request: CB-9393: Documenting how to embed a Sys...

2016-02-12 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/498#discussion_r52730805 --- Diff: www/docs/en/dev/guide/platforms/android/webview.md --- @@ -29,106 +29,73 @@ components can communicate with each other, see Application

[GitHub] cordova-plugin-dialogs pull request: CB-9347 - fix to allow to sta...

2016-02-12 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/54#issuecomment-183466583 I've just send the PR. https://github.com/phonegap/phonegap-plugin-barcodescanner/pull/170 --- If your project is set up for it, yo

[GitHub] cordova-plugin-inappbrowser pull request: Fixes CB-10607

2016-02-13 Thread jcesarmobile
GitHub user jcesarmobile opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/150 Fixes CB-10607 When the device is in portrait upside down the toolbar appears at the bottom. This fix set the origin to the 0,0 point You can merge this pull request

[GitHub] cordova-plugin-splashscreen pull request: CB-10606 fix deprecation...

2016-02-15 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/82#issuecomment-184167577 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] cordova-plugin-globalization pull request: CB-10605 fix deprecatio...

2016-02-15 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-globalization/pull/44#issuecomment-184175201 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] cordova-docs pull request: CB-9393: Documenting how to embed a Sys...

2016-02-17 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-docs/pull/498#issuecomment-185230674 I think this should be added too: `@Override public void onDestroy() { if (this.webInterface!=null

[GitHub] cordova-docs pull request: CB-10526: iOS Guide Improvements

2016-02-17 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/505#discussion_r53225642 --- Diff: www/docs/en/dev/guide/platforms/ios/index.md --- @@ -53,15 +48,13 @@ include all iPad® models, iPhone® 3GS and above, and iPod® Touch

[GitHub] cordova-docs pull request: CB-10526: iOS Guide Improvements

2016-02-17 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/505#discussion_r53225665 --- Diff: www/docs/en/dev/guide/platforms/ios/index.md --- @@ -53,15 +48,13 @@ include all iPad® models, iPhone® 3GS and above, and iPod® Touch

  1   2   3   4   >