[
https://issues.apache.org/jira/browse/CB-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255310#comment-13255310
]
Michał Letyński commented on CB-499:
Dear Filip,
What about my use case ? When i define c
iOS tested and tagged 1.6.1
On Mon, Apr 16, 2012 at 4:45 PM, Shazron wrote:
> Cool beans - will do that and re-test. Thanks!
>
> On Mon, Apr 16, 2012 at 4:46 PM, Filip Maj wrote:
>> With respect to 1.6.1, I would change the native side on iOS, Shaz, to
>> call:
>>
>> cordova.require('cordova/cha
[
https://issues.apache.org/jira/browse/CB-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-521.
-
Resolution: Fixed
Fix Version/s: 1.6.1
Assignee: Shazron Abdullah (was: Michael Brook
Typo in Compass.getCurrentHeading Quick Example
---
Key: CB-521
URL: https://issues.apache.org/jira/browse/CB-521
Project: Apache Callback
Issue Type: Bug
Components: Docs
Rep
Cool beans - will do that and re-test. Thanks!
On Mon, Apr 16, 2012 at 4:46 PM, Filip Maj wrote:
> With respect to 1.6.1, I would change the native side on iOS, Shaz, to
> call:
>
> cordova.require('cordova/channel').onResume.fire(); (or onPause)
>
> Depending on what approach everyone thinks we
> - cordova.js create the resume + pause channels and register them using
> the addDocumentEventHandler [2] method, and have native side call
> cordova.fireDocumentEvent, OR
> - keep the manual creation of the pause/resume channels [3], and have
> native call cordova.require('corodva/channel').(onP
With respect to 1.6.1, I would change the native side on iOS, Shaz, to
call:
cordova.require('cordova/channel').onResume.fire(); (or onPause)
Depending on what approach everyone thinks we should use (the first or
second of my suggestions below, or something else entirely) we can slate
that change
Untagged Android. I'm going to wait on iOS.
On Mon, Apr 16, 2012 at 4:41 PM, Shazron wrote:
> I've verified that all the events are dispatched through this line:
>
> https://github.com/apache/incubator-cordova-js/blob/master/lib/cordova.js#L120
>
> But for pause and resume events _only_, the ca
I've verified that all the events are dispatched through this line:
https://github.com/apache/incubator-cordova-js/blob/master/lib/cordova.js#L120
But for pause and resume events _only_, the callbacks are not called,
which definitely points the problem at the special-casing of pause and
resume in
I see the issue.
fireDocumentEvent looks at the documentEventHandlers and checks if
something exists in that object with the name of the event. We never
actually register resume or pause channels with the
"documentEventHandlers" object, so calling firedocumentevent will never
work.
Android just r
I'm failing two manual tests. Step 1 of
http://wiki.apache.org/cordova/iOSManualTests - I'm not getting pause
and resume events for some reason, but all other events are fine.
I've verified I'm getting the lifecycle events in native, but when
calling to javascript "cordova.fireDocumentEvent('pause
[
https://issues.apache.org/jira/browse/CB-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj updated CB-466:
-
Fix Version/s: (was: 1.7.0)
1.8.0
Moving to 1.8, what with 1.7 being a bug-fix-plus-docs relea
[
https://issues.apache.org/jira/browse/CB-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-422:
--
Fix Version/s: 1.7.0
> Quality parameter does not affect pictures chosen from the gallery.
> --
[
https://issues.apache.org/jira/browse/CB-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj updated CB-464:
-
Fix Version/s: (was: 1.7.0)
1.8.0
Moving to 1.8, what with 1.7 being a bug-fix-plus-docs relea
[
https://issues.apache.org/jira/browse/CB-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj updated CB-462:
-
Fix Version/s: (was: 1.7.0)
1.8.0
Moving to 1.8, what with 1.7 being a bug-fix-plus-docs relea
[
https://issues.apache.org/jira/browse/CB-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj updated CB-465:
-
Fix Version/s: (was: 1.7.0)
1.8.0
Moving to 1.8, what with 1.7 being a bug-fix-plus-docs relea
[
https://issues.apache.org/jira/browse/CB-463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj updated CB-463:
-
Fix Version/s: (was: 1.7.0)
1.8.0
Moving to 1.8, what with 1.7 being a bug-fix-plus-docs relea
[
https://issues.apache.org/jira/browse/CB-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-415:
--
Fix Version/s: 1.7.0
> Taking multiple pictures with the camera causes the app to crash
> -
>BTW: I moved CordovaWebView to 1.8.0, because I don't think we'll get it
>done in the next two weeks with the testing required. Does anyone have
>any
>strong objections to this?
Nope, let's ship when it's ready.
Undocumented or poorly documented APIs are bad, since the only people who
really know about them are the people who wrote them initially.
The problem right now is that none of these properties are documented
anywhere other than the header file on DroidGap. Also, they currently are
in DroidGap. I
[
https://issues.apache.org/jira/browse/CB-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser resolved CB-12.
--
Resolution: Invalid
This isn't actually an error, this can be worked around by changing the timeout
variable, but t
[
https://issues.apache.org/jira/browse/CB-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-515:
--
Priority: Minor (was: Major)
I wish JIRA had a priority between major and minor.
> getIntent() ne
There are several properties that can be set on DroidGap that deal
with UI - loading dialog, splash screen and background color. They
are used to give the user an indication that something is going on
before the app is ready to be displayed.
I think they are needed, but should be moved out of the
[
https://issues.apache.org/jira/browse/CB-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255146#comment-13255146
]
Joe Bowser commented on CB-515:
---
This may change in 1.8, so I'm not sure that there would be a l
[
https://issues.apache.org/jira/browse/CB-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-510:
--
Fix Version/s: (was: 1.7.0)
1.8.0
> loadUrlIntoView on DroidGap is not Thread-Safe
> ---
[
https://issues.apache.org/jira/browse/CB-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-190:
--
Fix Version/s: (was: 1.7.0)
1.8.0
We don't have the time necessary to look at all the issues
[
https://issues.apache.org/jira/browse/CB-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-369:
--
Fix Version/s: (was: 1.7.0)
1.8.0
> Move Authentication out of DroidGap
> --
[
https://issues.apache.org/jira/browse/CB-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-371:
--
Fix Version/s: (was: 1.7.0)
1.8.0
> Move History Management out of DroidGap
> --
Re-tagged Android at 1.6.1, somehow the JS was already changed. Creepy!
On Mon, Apr 16, 2012 at 3:09 PM, Filip Maj wrote:
> Do what you need to do, team.
>
>
Do what you need to do, team.
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255107#comment-13255107
]
Shazron Abdullah commented on CB-505:
-
Thanks for the video. This might be because Xcode i
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255105#comment-13255105
]
Randy McMillan commented on CB-505:
---
Gotcha...I didn't realize that it wasn't specific to Co
[
https://issues.apache.org/jira/browse/CB-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj resolved CB-482.
--
Resolution: Fixed
Fixed in:
[JS -
b2de4b|http://git-wip-us.apache.org/repos/asf?p=incubator-cordova-js.git;a=comm
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255093#comment-13255093
]
Randy McMillan commented on CB-505:
---
Reproduced issue youtube video: http://www.youtube.com/
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255074#comment-13255074
]
Shazron Abdullah commented on CB-505:
-
All CDVPlugins have access to these events:
https:
+1 ripping it out, sounds like a great candidate for a plugin.
None of the other native platform implementations have this sort of stuff
"built-in" (loading dialog UI niceties) so I am not super keen on keeping
it. Esp. if it's done in a way that makes Android antsy.
That being said, we don't wan
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255071#comment-13255071
]
Randy McMillan edited comment on CB-505 at 4/16/12 9:20 PM:
Correc
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255071#comment-13255071
]
Randy McMillan commented on CB-505:
---
Correction...it may not be isolated to this plugin.
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255065#comment-13255065
]
Randy McMillan commented on CB-505:
---
The issue can be reproduced using the CalendarPlugin pr
[
https://issues.apache.org/jira/browse/CB-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255063#comment-13255063
]
Filip Maj commented on CB-482:
--
As Master Exploder, I approve of this change!
>
[
https://issues.apache.org/jira/browse/CB-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-515:
Fix Version/s: (was: 1.6.0)
1.7.0
> getIntent() needed in CordovaInterface.j
[
https://issues.apache.org/jira/browse/CB-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255053#comment-13255053
]
Alan Neveu commented on CB-276:
---
Could this be the same root cause as what is behind CB-520?
ht
[
https://issues.apache.org/jira/browse/CB-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255043#comment-13255043
]
Alan Neveu edited comment on CB-519 at 4/16/12 9:06 PM:
I am also seei
[
https://issues.apache.org/jira/browse/CB-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255053#comment-13255053
]
Alan Neveu edited comment on CB-276 at 4/16/12 9:08 PM:
Could this be
[
https://issues.apache.org/jira/browse/CB-520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255049#comment-13255049
]
Alan Neveu commented on CB-520:
---
Upon further investigation, it seems that in Scenarios #2 and #
[
https://issues.apache.org/jira/browse/CB-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Neveu updated CB-517:
--
Priority: Blocker (was: Critical)
Updated to Blocker status.
> Cannot Remove a FileEntry using Ph
[
https://issues.apache.org/jira/browse/CB-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255043#comment-13255043
]
Alan Neveu commented on CB-519:
---
I am also seeing a lot of this error while my code is just loop
[
https://issues.apache.org/jira/browse/CB-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj resolved CB-499.
--
Resolution: Won't Fix
If I understand correctly, you guys are not using the cordova.js file properly.
You do not i
[
https://issues.apache.org/jira/browse/CB-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255024#comment-13255024
]
Filip Maj commented on CB-487:
--
To be clear, the Android implementation waits for a call from the
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255022#comment-13255022
]
Shazron Abdullah commented on CB-505:
-
Please elaborate on these plugin issues with lifecy
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255013#comment-13255013
]
Randy McMillan commented on CB-505:
---
lifecycle events are causing issues in plugins as well.
[
https://issues.apache.org/jira/browse/CB-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-505.
-
Resolution: Fixed
Fix commit:
http://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=
[
https://issues.apache.org/jira/browse/CB-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-518.
-
Resolution: Fixed
Fix commit:
http://git-wip-us.apache.org/repos/asf?p=incubator-cordova-js.git;a=co
WP7 Certification and the Back Button
-
Key: CB-520
URL: https://issues.apache.org/jira/browse/CB-520
Project: Apache Callback
Issue Type: Bug
Components: WP7
Affects Versions: 1.6.1
[
https://issues.apache.org/jira/browse/CB-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254920#comment-13254920
]
Shazron Abdullah commented on CB-516:
-
Decided to remove makeStructured - redundant with i
[
https://issues.apache.org/jira/browse/CB-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj resolved CB-500.
--
Resolution: Duplicate
This is some kind of combination duplicate of CB-499 and CB-491 (using
requirejs and zepto a
FileReader.readAsText performs automatic JSON.parse
---
Key: CB-519
URL: https://issues.apache.org/jira/browse/CB-519
Project: Apache Callback
Issue Type: Bug
Components: WP7
Affe
Remove redundant makeStructured logging in console.log
--
Key: CB-518
URL: https://issues.apache.org/jira/browse/CB-518
Project: Apache Callback
Issue Type: Bug
Components: Cordov
Cannot Remove a FileEntry using PhoneGap 1.6.1
--
Key: CB-517
URL: https://issues.apache.org/jira/browse/CB-517
Project: Apache Callback
Issue Type: Bug
Components: WP7
Affects Versio
Hey
After looking at CordovaWebView code this morning, I have some concerns
about the method that we're currently using in DroidGap to load the URL,
namely this spinner that was added into the method. I know that this was
added last year, but I'm thinking that we should actually abstract out the
+1
(yet another Cordova.plist upgrade ;)
On Mon, Apr 16, 2012 at 11:15 AM, Filip Maj wrote:
> Yeh we already did it with the Network API so +1 from me as well.
>
> On 4/16/12 11:00 AM, "Joe Bowser" wrote:
>
>>+1
>>
>>On Mon, Apr 16, 2012 at 10:56 AM, Jesse wrote:
>>
>>> If possible, can we avoi
Yeh we already did it with the Network API so +1 from me as well.
On 4/16/12 11:00 AM, "Joe Bowser" wrote:
>+1
>
>On Mon, Apr 16, 2012 at 10:56 AM, Jesse wrote:
>
>> If possible, can we avoid using spaces in plugin identifiers? I expect
>>at
>> some point we will be standardizing deeper into n
[
https://issues.apache.org/jira/browse/CB-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254854#comment-13254854
]
Joe Bowser commented on CB-500:
---
Can you please simplify this example? Also, was this tested on
+1
On Mon, Apr 16, 2012 at 10:56 AM, Jesse wrote:
> If possible, can we avoid using spaces in plugin identifiers? I expect at
> some point we will be standardizing deeper into native.
> ex. from iOS cordova-js build
>
> DebugConsole.prototype.log = function(message, maxDepth) {
>if (this.lo
[
https://issues.apache.org/jira/browse/CB-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse MacFadyen resolved CB-459.
Resolution: Fixed
Fix Version/s: 1.6.1
Thanks Fil!
> Default back button behavi
[
https://issues.apache.org/jira/browse/CB-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser reassigned CB-482:
-
Assignee: Filip Maj (was: Simon MacDonald)
Actually, it's not your call. This is a JS change!
[
https://issues.apache.org/jira/browse/CB-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse MacFadyen updated CB-109:
---
Fix Version/s: 2.0.0
> PhoneGap Library confuses the Marketplace capability detection
> -
[
https://issues.apache.org/jira/browse/CB-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254655#comment-13254655
]
Brian LeRoux commented on CB-473:
-
fil: correct
joe: its assigned to me so don't worry about i
On 07/04/2012 10:55, Filip Maj wrote:
returning the id of the deleted contact object is of interest if an
application is associating a contact id to another dataset managed by
the application.
Are you talking about the return value of the remove Contact function, or
the parameter passed
69 matches
Mail list logo