[GitHub] cordova-app-hello-world pull request: CB-6185 Spelling: explicitly

2014-03-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-app-hello-world/pull/7 --- 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-app-hello-world pull request: CB-6185 Spelling: explicitly

2014-03-14 Thread bryanhiggins
Github user bryanhiggins commented on the pull request: https://github.com/apache/cordova-app-hello-world/pull/7#issuecomment-37645634 This has already been merged --- 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

Re: [GitHub] cordova-app-hello-world pull request: CB-6185 Spelling: explicitly

2014-03-14 Thread Josh Soref
and git serviceshttps://issues.apache.org/jira/secure/ViewProfile.jspa?name=jira-bot added a comment - 12/Mar/14 17:01 Commit c5d5db79d1c51a9fd2d5080556b3b4c2ef1a76e4 in cordova-app-hello-world's branch refs/heads/master from Josh Sorefhttps://issues.apache.org/jira/secure/ViewProfile.jspa?name

[GitHub] cordova-app-hello-world pull request: CB-6185 Spelling: explicitly

2014-03-11 Thread AnneTheAgile
Github user AnneTheAgile commented on the pull request: https://github.com/apache/cordova-app-hello-world/pull/7#issuecomment-37351154 This should be component Documentation. The patch is; -// function, we must explicity call 'app.receivedEvent(...);' +// function, we

[GitHub] cordova-app-hello-world pull request: CB-2528 Add window.onerror

2014-03-10 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-app-hello-world/pull/6#issuecomment-37225171 I agree, this would be better placed inside js/index.js and probably it should be /*commented*/ out with instructions to developers to uncomment

[GitHub] cordova-app-hello-world pull request: CB-2528 Add window.onerror

2014-03-10 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-app-hello-world/pull/6#issuecomment-37227558 Developers should be encouraged to use WebInspector instead... --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-app-hello-world pull request: CB-2528 Add window.onerror

2014-03-10 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-app-hello-world/pull/6#issuecomment-37232204 @jsoref be careful not to recommend a platform specific option. Alert makes sense in some cases, and console.log in some others. --- If your

Re: proposal to simplify hello world

2013-12-08 Thread Brian LeRoux
ok, for review https://github.com/apache/cordova-app-hello-world/pull/4 (I'm not really a fan of the apache reviews / seems like a step backward to me.) On Thu, Dec 5, 2013 at 7:02 AM, Josh Soref jso...@blackberry.com wrote: I have been thinking about this, is there a valid reason to have

Re: proposal to simplify hello world

2013-12-08 Thread Michal Mocny
for every single individual comment?) On Sun, Dec 8, 2013 at 9:21 PM, Brian LeRoux b...@brian.io wrote: ok, for review https://github.com/apache/cordova-app-hello-world/pull/4 (I'm not really a fan of the apache reviews / seems like a step backward to me.) On Thu, Dec 5, 2013 at 7:02 AM, Josh

Re: proposal to simplify hello world

2013-12-04 Thread Tommy-Carlos Williams
I have been thinking about this, and happy to start a new thread if needed, but is there a valid reason to have DisallowOverscroll default to false? I think we can all agree on getting rid of the nonexistent ‘webviewbounce’ that is misleadingly in the default config.xml now… but what about what

Re: proposal to simplify hello world

2013-12-04 Thread Josh Soref
I have been thinking about this, is there a valid reason to have DisallowOverscroll default to false? I think we can all agree on getting rid of the nonexistent ‘webviewbounce’ that is misleadingly in the default config.xml now… but what about what the default should be on the real

Re: proposal to simplify hello world

2013-11-30 Thread Brian LeRoux
right, so dom scripting aside I'll take this as consensus we have room to improve the default example thx! On Thu, Nov 28, 2013 at 1:31 PM, Jesse purplecabb...@gmail.com wrote: Did you want to demonstrate how to show/hide divs? Why not just: div id=deviceready class=blink p

Re: proposal to simplify hello world

2013-11-29 Thread Andrew Grieve
I like the idea of scrapping the image to minimize the size (and making the app as simple as possible). Some specifics: - Should scrap the preferences so that platforms can define their defaults (plus webviewbounce doesn't exist). - missing !DOCTYPE html - viewport metatag should have

Re: proposal to simplify hello world

2013-11-29 Thread Tommy Williams
+1 On 30/11/2013 3:34 am, Andrew Grieve agri...@chromium.org wrote: I like the idea of scrapping the image to minimize the size (and making the app as simple as possible). Some specifics: - Should scrap the preferences so that platforms can define their defaults (plus webviewbounce doesn't

proposal to simplify hello world

2013-11-28 Thread Brian LeRoux
https://gist.github.com/brianleroux/7698123 Debating making the CSS external w/ the logo inlined. Probably would be more clear.

Re: proposal to simplify hello world

2013-11-28 Thread Jesse
Did you want to demonstrate how to show/hide divs? Why not just: div id=deviceready class=blink p id=readyConnecting to Device/p /div ready.innerText = Device is Ready; or ready.textContent = Device is Ready; or deviceready.innerHTML = 'p id=readyDevice is Ready/p' Probably

Re: Hello Apache Team

2013-10-01 Thread Andrew Grieve
- From: Jesse [mailto:purplecabb...@gmail.com] Sent: lundi 30 septembre 2013 23:15 To: dev@cordova.apache.org Subject: Re: Hello Apache Team Welcome Maxime! Thanks, I have pulled in your pull request, however, you will have to sign the CLA if you want to make any bigger contributions

RE: Hello Apache Team

2013-10-01 Thread Maxime LUCE
Hello, Just a question. I saw my pull request have been merged into cordova-plugin-transfer's dev branch. May I wait the merge of dev branch into master branch to close pull request on Github ? Same question about the issue in JIRA ? Thanks Cordialement. Maxime LUCE max...@touchit.fr 06 28 60

Re: Hello Apache Team

2013-10-01 Thread Andrew Grieve
Great. You should close the pull requests and close the JIRA issue now. On Tue, Oct 1, 2013 at 5:13 PM, Maxime LUCE max...@somatic.fr wrote: Hello, Just a question. I saw my pull request have been merged into cordova-plugin-transfer's dev branch. May I wait the merge of dev branch

Hello Apache Team

2013-09-30 Thread Maxime LUCE
Hello Apache Team, I plan to contribute on the Apache Cordova (and more) project. I already create a pull request on cordova-plugin-filetransfer for Windows 8. I targeted some other issues in plugins implementations. I also plan to help on the cordova-cli and plugman projects to allow more

Re: Hello Apache Team

2013-09-30 Thread Marcel Kinard
Maxime, welcome! Please take a look at http://wiki.apache.org/cordova/ContributorWorkflow which describes the steps for a contributor. On Sep 30, 2013, at 1:21 PM, Maxime LUCE max...@somatic.fr wrote: Hello Apache Team, I plan to contribute on the Apache Cordova (and more) project. I

Re: Hello Apache Team

2013-09-30 Thread Jesse
wrote: Hello Apache Team, I plan to contribute on the Apache Cordova (and more) project. I already create a pull request on cordova-plugin-filetransfer for Windows 8. I targeted some other issues in plugins implementations. I also plan to help on the cordova-cli and plugman projects

RE: Hello Apache Team

2013-09-30 Thread Maxime LUCE
CLA already filled and sent to secret...@apache.org. Cordialement. Maxime LUCE max...@touchit.fr 06 28 60 72 34 http://touchit.fr -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: lundi 30 septembre 2013 23:15 To: dev@cordova.apache.org Subject: Re: Hello Apache

Hello from AppGyver

2013-09-20 Thread Matti Paksula
Hey all, We've been following this list for a while. A year ago our team at AppGyver signed CLAs. But we haven't yet contributed to the project because we wanted to try out iterating *fast* on our own and see what we could come up with. A month ago we officially released our Cordova compatible

Re: Hello from AppGyver

2013-09-20 Thread Brian LeRoux
Sounds great! Come find me. =) On Fri, Sep 20, 2013 at 4:50 PM, Matti Paksula matti.paks...@appgyver.comwrote: Hey all, We've been following this list for a while. A year ago our team at AppGyver signed CLAs. But we haven't yet contributed to the project because we wanted to try out

Re: Hello from AppGyver

2013-09-20 Thread Bryan Bishop
On Fri, Sep 20, 2013 at 9:50 AM, Matti Paksula matti.paks...@appgyver.comwrote: You can check out our thing at http://www.appgyver.com/steroids. So is this using a pile of WebKit bindings? I can't really tell from the page. I see you're using WebView() somewhere, so that's why I ask. And does

Re: Hello from AppGyver

2013-09-20 Thread Andrew Grieve
Sounds great! See you in AMS :) On Fri, Sep 20, 2013 at 11:28 AM, Bryan Bishop kanz...@gmail.com wrote: On Fri, Sep 20, 2013 at 9:50 AM, Matti Paksula matti.paks...@appgyver.comwrote: You can check out our thing at http://www.appgyver.com/steroids. So is this using a pile of WebKit

Re: Hello from AppGyver

2013-09-20 Thread Ally Ogilvie
Very nice! See you in Holland for beers! On Sat, Sep 21, 2013 at 5:17 AM, Michael Brooks mich...@michaelbrooks.cawrote: Hey Matti, It's great to see you on the Cordova dev list! Let's catch up in AMS :) Michael On Fri, Sep 20, 2013 at 11:43 AM, Andrew Grieve agri...@chromium.org

Re: Hello Cordova World!

2013-06-10 Thread Simon MacDonald
working with a small group of IBMers contributing to Cordova. I've written a few Cordova apps (back when it was known as phonegap) and generally love working with mobile, html, css, and JavaScript. My expertise is more on the Java side. Fil suggested I introduce myself to everyone... so HELLO

Re: Hello Cordova World!

2013-06-10 Thread Filip Maj
it was known as phonegap) and generally love working with mobile, html, css, and JavaScript. My expertise is more on the Java side. Fil suggested I introduce myself to everyone... so HELLO! Check out my website www.lisaseacat.com for more information on my technical skills. Feel free to reach out to me

Re: Hello Cordova World!

2013-06-10 Thread Brian LeRoux
with a small group of IBMers contributing to Cordova. I've written a few Cordova apps (back when it was known as phonegap) and generally love working with mobile, html, css, and JavaScript. My expertise is more on the Java side. Fil suggested I introduce myself to everyone... so HELLO! Check out my

Re: Hello Cordova World!

2013-06-10 Thread Tommy Williams
HELLO! Check out my website www.lisaseacat.com for more information on my technical skills. Feel free to reach out to me. Looking forward to getting to know you all. Oh, and I'm due a new every 2 for Verizon here on the 20th... any suggestions for an Android phone?!? Lisa *Lisa Seacat

Re: Hello Cordova World!

2013-06-10 Thread Ken Wallis
Welcome to the group Lisa! I do have to ask, have you looked at the new BlackBerry's? Sent from my BlackBerry 10 smartphone. From: Tommy Williams Sent: Monday, June 10, 2013 2:04 PM To: dev@cordova.apache.org Reply To: dev@cordova.apache.org Subject: Re: Hello Cordova World! Welcome, Lisa

Re: Hello Cordova World!

2013-06-10 Thread Michal Mocny
Hello! Welcome :) On Mon, Jun 10, 2013 at 5:11 PM, Ken Wallis kwal...@blackberry.com wrote: Welcome to the group Lisa! I do have to ask, have you looked at the new BlackBerry's? Sent from my BlackBerry 10 smartphone. From: Tommy Williams Sent: Monday, June 10, 2013 2:04 PM To: dev

Re: Hello Cordova World!

2013-06-10 Thread Shazron
Welcome Lisa and Carlos! On Mon, Jun 10, 2013 at 2:59 PM, Michal Mocny mmo...@chromium.org wrote: Hello! Welcome :) On Mon, Jun 10, 2013 at 5:11 PM, Ken Wallis kwal...@blackberry.com wrote: Welcome to the group Lisa! I do have to ask, have you looked at the new BlackBerry's

Hello

2013-05-17 Thread David Kemp
Hi all, My name is David Kemp, and I recently joined the Google team contributing to Cordova. My experience is primarily in application development in Linux, Windows and Android, but I'm looking forward to more. I'm looking forward to working with this dynamic community! David Kemp

Re: Hello

2013-05-17 Thread Shazron
Welcome David! On Fri, May 17, 2013 at 11:08 AM, David Kemp drk...@chromium.org wrote: Hi all, My name is David Kemp, and I recently joined the Google team contributing to Cordova. My experience is primarily in application development in Linux, Windows and Android, but I'm looking forward

Re: Hello

2013-05-17 Thread Lorin Beer
Hi David, welcome! On Fri, May 17, 2013 at 11:58 AM, Shazron shaz...@gmail.com wrote: Welcome David! On Fri, May 17, 2013 at 11:08 AM, David Kemp drk...@chromium.org wrote: Hi all, My name is David Kemp, and I recently joined the Google team contributing to Cordova. My experience

Re: Hello

2013-05-17 Thread Brian LeRoux
Welcome to the group David! =) On Fri, May 17, 2013 at 1:01 PM, Lorin Beer lorin.beer@gmail.com wrote: Hi David, welcome! On Fri, May 17, 2013 at 11:58 AM, Shazron shaz...@gmail.com wrote: Welcome David! On Fri, May 17, 2013 at 11:08 AM, David Kemp drk...@chromium.org wrote: Hi

Re: Hello.

2013-05-15 Thread Plaquette, Paul
Welcome ! Paul Plaquette, Senior Software Engineer Intel Corporation SAS * * *SSG/SSD/Open Source Technology Center* France, Montpellier On Fri, May 10, 2013 at 10:31 PM, Art Dahm art.d...@lge.com wrote: Hi everyone, I just wanted to quickly introduce myself.

Hello.

2013-05-10 Thread Art Dahm
Hi everyone, I just wanted to quickly introduce myself. My name is Art Dahm and I'm a Developer Relations Engineer at LG. I will be taking over the webOS PhoneGap work Markus Leutwyler was doing before he left the company. I read through what is on cordova.apache.org, signed up for the mailing

Re: Hello.

2013-05-10 Thread Steven Gill
Welcome Art! On Fri, May 10, 2013 at 1:37 PM, Filip Maj f...@adobe.com wrote: Welcome Art! Our JavaScript-based test suite to test the cordova APIs is under the mobile-spec repository [1]. The documentation is, not surprisingly, under the cordova-docs repo [2]. Along with the webos repo,

Re: Hello.

2013-05-10 Thread Lorin Beer
welcome Art! On Fri, May 10, 2013 at 1:53 PM, Steven Gill stevengil...@gmail.com wrote: Welcome Art! On Fri, May 10, 2013 at 1:37 PM, Filip Maj f...@adobe.com wrote: Welcome Art! Our JavaScript-based test suite to test the cordova APIs is under the mobile-spec repository [1]. The

Re: Hello.

2013-05-10 Thread Anis KADRI
Welcome! On Fri, May 10, 2013 at 2:45 PM, Lorin Beer lorin.beer@gmail.comwrote: welcome Art! On Fri, May 10, 2013 at 1:53 PM, Steven Gill stevengil...@gmail.com wrote: Welcome Art! On Fri, May 10, 2013 at 1:37 PM, Filip Maj f...@adobe.com wrote: Welcome Art! Our

Re: Hello.

2013-05-10 Thread Lucas Holmquist
Welcome On May 10, 2013, at 5:50 PM, Anis KADRI anis.ka...@gmail.com wrote: Welcome! On Fri, May 10, 2013 at 2:45 PM, Lorin Beer lorin.beer@gmail.comwrote: welcome Art! On Fri, May 10, 2013 at 1:53 PM, Steven Gill stevengil...@gmail.com wrote: Welcome Art! On Fri, May

[jira] [Commented] (CB-2351) Tag Hello World App

2013-02-04 Thread Michael Brooks (JIRA)
-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=commit;h=355cb8b8eac8b910fcb6c848f64b128f99024158] Tag Hello World App --- Key: CB-2351 URL: https://issues.apache.org/jira/browse/CB-2351 Project: Apache Cordova

[jira] [Resolved] (CB-2351) Tag Hello World App

2013-02-04 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-2351. Resolution: Fixed Tag Hello World App --- Key: CB-2351

[jira] [Created] (CB-2297) database cannot be opened error in Andorid log in official Hello World sample

2013-01-26 Thread Rudolf Kuczi (JIRA)
Rudolf Kuczi created CB-2297: Summary: database cannot be opened error in Andorid log in official Hello World sample Key: CB-2297 URL: https://issues.apache.org/jira/browse/CB-2297 Project: Apache

[jira] [Updated] (CB-2297) database cannot be opened error in Android log in official Hello World sample

2013-01-26 Thread Rudolf Kuczi (JIRA)
[ https://issues.apache.org/jira/browse/CB-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudolf Kuczi updated CB-2297: - Description: By building then official Hello World sample (https://github.com/phonegap/phonegap-start

[jira] [Updated] (CB-2297) database cannot be opened error in Android log in official Hello World sample

2013-01-26 Thread Rudolf Kuczi (JIRA)
[ https://issues.apache.org/jira/browse/CB-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudolf Kuczi updated CB-2297: - Summary: database cannot be opened error in Android log in official Hello World sample (was: database

[jira] [Resolved] (CB-2246) Tag Hello World App

2013-01-21 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-2246. Resolution: Fixed Tagged [commit c930c1|https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello

[jira] [Created] (CB-2119) Tag Hello World App

2013-01-02 Thread Filip Maj (JIRA)
Filip Maj created CB-2119: - Summary: Tag Hello World App Key: CB-2119 URL: https://issues.apache.org/jira/browse/CB-2119 Project: Apache Cordova Issue Type: Sub-task Components: App Hello

[jira] [Updated] (CB-1984) Tag Hello World App

2012-12-10 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks updated CB-1984: --- Summary: Tag Hello World App (was: CLONE - Tag Hello World App) Tag Hello World App

[jira] [Deleted] (CB-2017) CLONE - Tag Hello World App

2012-12-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser deleted CB-2017: --- CLONE - Tag Hello World App --- Key: CB-2017 URL

[jira] [Commented] (CB-1984) Tag Hello World App

2012-12-10 Thread Michael Brooks (JIRA)
/asf?p=cordova-app-hello-world.git;a=commit;h=b6589fc079b3225301c278d9c0d331d3767b8f93] Tag Hello World App --- Key: CB-1984 URL: https://issues.apache.org/jira/browse/CB-1984 Project: Apache Cordova Issue

[jira] [Resolved] (CB-1984) Tag Hello World App

2012-12-10 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-1984. Resolution: Fixed Tag Hello World App --- Key: CB-1984

[jira] [Updated] (CB-1897) Tag Hello World App

2012-11-21 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks updated CB-1897: --- Affects Version/s: (was: 2.2.0) 2.3.0 Summary: Tag Hello World

[jira] [Resolved] (CB-1897) Tag Hello World App

2012-11-21 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-1897. Resolution: Fixed Fix Version/s: (was: 2.2.0) 2.3.0 Tag Hello

[jira] [Commented] (CB-1762) CLONE - Tag Hello World App

2012-10-31 Thread Michael Brooks (JIRA)
/asf?p=incubator-cordova-app-hello-world.git;a=commit;h=726f990498e687274a0297a6fa9bd32309bd503d] CLONE - Tag Hello World App --- Key: CB-1762 URL: https://issues.apache.org/jira/browse/CB-1762 Project: Apache

<    1   2   3