[
https://issues.apache.org/jira/browse/CB-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263400#comment-13263400
]
Shazron Abdullah commented on CB-567:
-
No I don't have time to test with exchange sync, I'
[
https://issues.apache.org/jira/browse/CB-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263395#comment-13263395
]
Stefan Janson commented on CB-567:
--
Sorry, can't test right now due to lack of iPhone...
Wh
[
https://issues.apache.org/jira/browse/CB-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263356#comment-13263356
]
Ram Kulkarni commented on CB-571:
-
Flip,
Thanks for the link. I was creating the file using F
[
https://issues.apache.org/jira/browse/CB-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse MacFadyen resolved CB-486.
Resolution: Fixed
Resolved in commit : 9e2c49deca8de5ef6df20ffc36c0a47e98fc48d3
> navi
[
https://issues.apache.org/jira/browse/CB-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-347.
-
Resolution: Fixed
Re-fix commit:
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit
[
https://issues.apache.org/jira/browse/CB-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263259#comment-13263259
]
Michael Brooks commented on CB-564:
---
Below is the JavaScript filename for each documented re
[
https://issues.apache.org/jira/browse/CB-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Brooks updated CB-324:
--
Component/s: (was: Qt)
(was: Docs)
mobile-spec
[
https://issues.apache.org/jira/browse/CB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Brooks resolved CB-6.
-
Resolution: Fixed
> Apache source headers in callback-docs
> --
>
>
[
https://issues.apache.org/jira/browse/CB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Brooks closed CB-6.
---
> Apache source headers in callback-docs
> --
>
> Key: CB-6
>
[
https://issues.apache.org/jira/browse/CB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263228#comment-13263228
]
Michael Brooks commented on CB-6:
-
Added the Apache Source Header license to each file. [Commit
[
https://issues.apache.org/jira/browse/CB-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263211#comment-13263211
]
Shazron Abdullah commented on CB-567:
-
I sent a commit to patch the js:
http://git-wip-us.
Yeah :)
On Thu, Apr 26, 2012 at 3:33 PM, Filip Maj wrote:
> Just patch it dude!
>
> On 4/26/12 3:25 PM, "Shazron" wrote:
>
>>Thanks Fil,
>>I guess this could be a documentation issue but I'd rather coerce the
>>values into strings. I'll send pull requests for cordova-js and
>>mobile-spec.
>>
>>O
Shazron Abdullah created CB-591:
---
Summary: Initializing an array incorrect/misleading in
ContactField examples
Key: CB-591
URL: https://issues.apache.org/jira/browse/CB-591
Project: Apache Callback
Just patch it dude!
On 4/26/12 3:25 PM, "Shazron" wrote:
>Thanks Fil,
>I guess this could be a documentation issue but I'd rather coerce the
>values into strings. I'll send pull requests for cordova-js and
>mobile-spec.
>
>On Thu, Apr 26, 2012 at 3:04 PM, Filip Maj wrote:
>> Looks to me like An
Thanks Fil,
I guess this could be a documentation issue but I'd rather coerce the
values into strings. I'll send pull requests for cordova-js and
mobile-spec.
On Thu, Apr 26, 2012 at 3:04 PM, Filip Maj wrote:
> Looks to me like Android assumes a string for a phone number's "value"
> property [1].
Anis Kadri created CB-590:
-
Summary: Update README.md
Key: CB-590
URL: https://issues.apache.org/jira/browse/CB-590
Project: Apache Callback
Issue Type: Task
Components: Docs
Affects Ve
Looks to me like Android assumes a string for a phone number's "value"
property [1].
BlackBerry uses WebWorks' PIM javascript API which I think handles
number/string conversion on its own, but the API reference says phone
numbers are supposed to be strings [2].
Looks to me like WP7 assumes string
[
https://issues.apache.org/jira/browse/CB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263174#comment-13263174
]
Jesse MacFadyen commented on CB-589:
iOS + Android are returning index + 1
Android can onl
Ah it' short-circuit evaluation:
http://en.wikipedia.org/wiki/Short-circuit_evaluation
On Thu, Apr 26, 2012 at 2:41 PM, Shazron wrote:
> I'm attempting to fix: https://issues.apache.org/jira/browse/CB-567
>
> These lines:
> https://github.com/apache/incubator-cordova-js/blob/master/lib/common/pl
Hi,
On Thu, Apr 26, 2012 at 8:36 PM, Michael Brooks
wrote:
> I agree with Fil, having a large license embedded at the top of each
> markdown file is defeating why we chose to use separate the documentation
> into smaller files.
In such cases it's also possible to put the license info at the end
[
https://issues.apache.org/jira/browse/CB-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263166#comment-13263166
]
Filip Maj commented on CB-571:
--
Ram,
Did you look at the [startRecord
documentation|http://docs
I'm attempting to fix: https://issues.apache.org/jira/browse/CB-567
These lines:
https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plugin/ContactField.js#L11-12
The problem is, in iOS some users are passing in the type and value
properties as numbers but not strings. These ar
Jesse MacFadyen created CB-589:
--
Summary: What is the return value of Notification.confirm?
Key: CB-589
URL: https://issues.apache.org/jira/browse/CB-589
Project: Apache Callback
Issue Type: Bug
[
https://issues.apache.org/jira/browse/CB-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj reassigned CB-588:
Assignee: Filip Maj
> Cordova breaks Events for GWT Apps
> --
>
>
[
https://issues.apache.org/jira/browse/CB-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263158#comment-13263158
]
Daniel Kurka commented on CB-588:
-
So far I have tested this with android and iOS, (stripping
[
https://issues.apache.org/jira/browse/CB-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263157#comment-13263157
]
Daniel Kurka commented on CB-588:
-
I am afraid yes, this is the standard way GWT apps work and
[
https://issues.apache.org/jira/browse/CB-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263153#comment-13263153
]
Filip Maj commented on CB-588:
--
O geez, iframe weirdness. Is it truly necessary to use iframes?
[
https://issues.apache.org/jira/browse/CB-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kurka updated CB-588:
Attachment: www.zip
www folder with a simple demo of the issue
> Cordova breaks Events for GWT
Daniel Kurka created CB-588:
---
Summary: Cordova breaks Events for GWT Apps
Key: CB-588
URL: https://issues.apache.org/jira/browse/CB-588
Project: Apache Callback
Issue Type: Bug
Affects Versions
[
https://issues.apache.org/jira/browse/CB-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263127#comment-13263127
]
Shazron Abdullah commented on CB-567:
-
Aha - I couldn't repro this at all until I passed i
[
https://issues.apache.org/jira/browse/CB-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj reassigned CB-571:
Assignee: Filip Maj (was: Shazron Abdullah)
> Creating new Media object throws error in iOS
>
[
https://issues.apache.org/jira/browse/CB-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj updated CB-415:
-
Fix Version/s: (was: 1.7.0)
Removing the 1.7.0 fix version for this issue. As soon as we get a Transformer
Prime
[
https://issues.apache.org/jira/browse/CB-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-587:
--
Priority: Major (was: Critical)
Fix Version/s: 1.8.0
> CallbackServer.run() SocketException on ICS 4
[
https://issues.apache.org/jira/browse/CB-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser reassigned CB-587:
-
Assignee: Anis Kadri (was: Joe Bowser)
Can you go to the Device Library and grab the Xoom, make sure it has
[
https://issues.apache.org/jira/browse/CB-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj resolved CB-449.
--
Resolution: Fixed
With CB-334 being resolved, this one is fixed as well.
> WP7-Name field attribut
[
https://issues.apache.org/jira/browse/CB-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wayne Fisher updated CB-587:
Attachment: log.txt
I have attached a slightly longer copy of the LogCat information.
> Callb
[
https://issues.apache.org/jira/browse/CB-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj resolved CB-189.
--
Resolution: Fixed
Fix Version/s: (was: 1.7.0)
1.6.1
Assignee: Filip Maj (was
[
https://issues.apache.org/jira/browse/CB-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj resolved CB-452.
--
Resolution: Fixed
Fix Version/s: (was: 1.7.0)
1.6.1
Assignee: Filip Maj (was
Wayne Fisher created CB-587:
---
Summary: CallbackServer.run() SocketException on ICS 4.0.4
Key: CB-587
URL: https://issues.apache.org/jira/browse/CB-587
Project: Apache Callback
Issue Type: Bug
[
https://issues.apache.org/jira/browse/CB-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262987#comment-13262987
]
Shazron Abdullah edited comment on CB-567 at 4/26/12 8:22 PM:
--
@S
Nice, I'm really liking this. Simpler than the massive object with various
"path" properties, etc.
I think we're getting closer to formalizing this!
One outstanding question is: resources. Image files or anything of that
like that may be necessary for a plugin.
On 4/26/12 1:09 PM, "Drew Walters"
In case it wasn't clear, in my implementation the plugins do use the
builder (modified version) to augment / extend namespace DOM. I
realize its difficult to tell right now what I changed but there is a
concatenated cordova.js (require.js, cordova.js, builder.js, utils.js,
channel.js, bootstrap.js)
[
https://issues.apache.org/jira/browse/CB-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262988#comment-13262988
]
Shazron Abdullah commented on CB-347:
-
@Urs I'm afraid that for PhoneGap Build there is no
[
https://issues.apache.org/jira/browse/CB-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262987#comment-13262987
]
Shazron Abdullah commented on CB-567:
-
@Stefan thanks for the version update.
@Kris thank
[
https://issues.apache.org/jira/browse/CB-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-567:
Fix Version/s: 1.7.0
> Contact save crashes
>
>
> Key: CB-567
I would like to have a single module that holds all of the native to
javascript code.
so:
- exec
- successCallback
- errorCallback
- nativeReady stuff
kinda a one stop shop for all things native bridge like.
I don't like how it is mixed together with the cordova module right now.
cordova as a m
Love this.
What is the refactor of the bridge out of exec, exactly?
On 4/26/12 12:26 PM, "Gord Tanner" wrote:
>I would imagine plugins should be able to use the builder code cordova.js
>uses to augment or extend namespaces in the dom:
>
>https://github.com/apache/incubator-cordova-js/blob/maste
I would imagine plugins should be able to use the builder code cordova.js
uses to augment or extend namespaces in the dom:
https://github.com/apache/incubator-cordova-js/blob/master/lib/common/common.js
Builder:
https://github.com/apache/incubator-cordova-js/blob/master/lib/common/builder.js
We
Yes, yes I am.
On Apr 26, 2012 3:23 PM, "Brian LeRoux" wrote:
> awesome
>
> On Wed, Apr 25, 2012 at 8:48 AM, Simon MacDonald
> wrote:
> > Okay, I'm going to check in my change to 1.7 as:
> >
> > a) It does not change the way developers setup a splash screen on
> Android.
> > b) It does not chang
awesome
On Wed, Apr 25, 2012 at 8:48 AM, Simon MacDonald
wrote:
> Okay, I'm going to check in my change to 1.7 as:
>
> a) It does not change the way developers setup a splash screen on Android.
> b) It does not change the current behaviour.
> c) It does not look any different.
> d) It fixes CB-42
[
https://issues.apache.org/jira/browse/CB-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj resolved CB-298.
--
Resolution: Fixed
Patched in
[b80ff3|http://git-wip-us.apache.org/repos/asf?p=incubator-cordova-js.git;a=commit;h=
On Wed, Apr 25, 2012 at 5:29 AM, Drew Walters wrote:
> I would agree that it shouldn't be "necessary" for the addPlugin API
> (more like addNamespace), however it was nice to have during my
> development. If you look at the addPlugin API you'll notice it waits
> until DOMContentLoaded is fired so
[
https://issues.apache.org/jira/browse/CB-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262883#comment-13262883
]
Kris Borchers commented on CB-567:
--
I am also seeing this issue in 1.6.1. I can create and sa
I agree with Fil, having a large license embedded at the top of each
markdown file is defeating why we chose to use separate the documentation
into smaller files. Regardless, life moves on.
Michael
On Thu, Apr 26, 2012 at 11:18 AM, Filip Maj wrote:
> Thanks for the reply Jukka.
>
> Sucks that a
[
https://issues.apache.org/jira/browse/CB-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262822#comment-13262822
]
Filip Maj commented on CB-298:
--
I'm gonna go ahead with:
* adding deprecation notices for metho
[
https://issues.apache.org/jira/browse/CB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj reassigned CB-6:
--
Assignee: Michael Brooks (was: Ross Gardler)
> Apache source headers in callback-docs
>
Thanks for the reply Jukka.
Sucks that a majority of our documentation markdown files will be > 50%
license :(
On 4/26/12 9:17 AM, "Jukka Zitting" wrote:
>Hi,
>
>On Wed, Apr 25, 2012 at 11:15 PM, Filip Maj wrote:
>> Can any mentor please take a quick peek at the issue?
>
>Sorry for the delay.
[
https://issues.apache.org/jira/browse/CB-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anis Kadri reassigned CB-324:
-
Assignee: Jeff Tranter (was: Brian LeRoux)
> Update getting started guide for QT
> -
Hi,
On Wed, Apr 25, 2012 at 11:15 PM, Filip Maj wrote:
> Can any mentor please take a quick peek at the issue?
Sorry for the delay. See my comment on the issue.
> Also, a point that Mike brought up, is that we don't want comments in the
> markdown (defeats the purpose of using markdown for clea
[
https://issues.apache.org/jira/browse/CB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262703#comment-13262703
]
Jukka Zitting commented on CB-6:
To answer your question from above: Both the scripts and the Ma
Github user collingo closed the pull request at
https://github.com/apache/incubator-cordova-ios/pull/5
[
https://issues.apache.org/jira/browse/CB-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262536#comment-13262536
]
Eugene Grybinnyk commented on CB-569:
-
I've tested listed above apk-s - external_js_test_j
[
https://issues.apache.org/jira/browse/CB-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anis Kadri resolved CB-323.
---
Resolution: Fixed
Assignee: (was: Anis Kadri)
Getting started guide is now in cordova docs as well as p
[
https://issues.apache.org/jira/browse/CB-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262476#comment-13262476
]
David Corticchiato commented on CB-568:
---
That's right, there is no impact with the funct
[
https://issues.apache.org/jira/browse/CB-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262466#comment-13262466
]
Angelo Marras edited comment on CB-347 at 4/26/12 8:40 AM:
---
@Urs - M
[
https://issues.apache.org/jira/browse/CB-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262466#comment-13262466
]
Angelo Marras commented on CB-347:
--
@Urs - My workaround for Phonegap 1.6.1:
* In your app's
[
https://issues.apache.org/jira/browse/CB-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262424#comment-13262424
]
Urs Zimmermann commented on CB-347:
---
@shazron Really appreciate your work.
This issue is bl
67 matches
Mail list logo