AW: Re: [DISCUSS] Remove all documentation translations

2019-05-15 Thread Toplak Daniel
+1
I'm from germany and have read the some parts of the german docs, only one time.
The quality was poor and not well translated, because maybe some translations 
were made automatically or by a person without the knowledge of every technical 
aspect of cordova.
So I suggest to put the man power into a good english documentation, because 
this should be enough for each developer.

Grüße / Regards
Daniel Toplak
Head of Mobile Development

-Ursprüngliche Nachricht-
Von: Niklas Merz  
Gesendet: Mittwoch, 15. Mai 2019 11:00
An: dev@cordova.apache.org
Betreff: Re: [DISCUSS] Remove all documentation translations

+1 I always use the English one because I cannot be sure the translated 
+ones are up to date

Am 15. Mai 2019, 10:36, um 10:36, Jesse  schrieb:
>+1
>
>@purplecabbage
>risingj.com
>
>
>On Wed, May 15, 2019 at 1:33 AM Hazem Saleh  wrote:
>
>> +1 on not maintaining these translated docs anymore.
>>
>> Thanks and Best Regards
>>
>> > On May 15, 2019, at 4:26 AM, Tim Brust
>
>> wrote:
>> >
>> > +1 for removing them
>> >
>> > Personally I've got the feeling that we can't maintain them while
>> keeping a
>> > good/high quality.
>> >
>> >> On Wed, May 15, 2019 at 10:24 AM  wrote:
>> >>
>> >> Doc translations are not being actively maintained and are thus
>> outdated.
>> >> Furthermore, at least some of the existing translations seem to be
>> really
>> >> bad too. Consequently I propose to remove all translations from
>the docs
>> >> (cordova-docs as well as any other repos).
>> >>
>> >> I checked the guide entry page
>> >> 
>in
>> German
>> >> and it's so horribly bad that it can be considered totally useless
>IMO.
>> >> OTOH, doing a Google translation of the English version yields a
>really
>> >> helpful and comprehensible text.
>> >>
>> >> Related Issues:
>> >>
>> >>
>> >>   - https://github.com/apache/cordova/issues/29
>> >>   - https://github.com/apache/cordova-docs/issues/995
>> >>
>> >> Cheers,
>> >> Raphael
>> >>
>> >
>> >
>> > --
>> > Tim Brust, Product Engineer
>> >
>> > tim.br...@sinnerschrader.com
>> > T +49 40 398855 315
>> >
>> > SinnerSchrader Deutschland GmbH | SinnerSchrader Group 
>> > Völckersstraße 38, 22765 Hamburg, Germany
>> >
>> > Amtsgericht Hamburg HRB-Nr. 63663
>> > Geschäftsführer: Matthias Schrader (Sprecher), Jürgen Alker, Dr. 
>> > Axel Averdung, Holger Blank, Thomas Dyckhoff, Dr. Lars Finke, 
>> > Martin Gassner, Peggy Hutchinson
>> >
>> > Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag
>> >
>> > https://www.sinnerschrader.com | NEXT AGENCY
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>
>>


AW: Nomination for a new chair for Apache Cordova

2018-12-06 Thread Toplak Daniel
Hello Shazron,

thank you for your hard work the last few years and I will totally agree with 
the nomination of Jesse :-)
+1

Grüße / Regards
Daniel Toplak
Head of Mobile Development

> -Ursprüngliche Nachricht-
> Von: Shazron 
> Gesendet: Friday, December 7, 2018 03:30
> An: dev@cordova.apache.org
> Betreff: Nomination for a new chair for Apache Cordova
> 
> Hello beloved Community!
> I have been the chair of Apache Cordova since around April 2014 (~4.5 years).
> 
> The duties are mostly administrative: board reports, PMC management etc. Some
> of it is listed here in the README:
> https://github.com/apache/cordova-apache-board-reports
> 
> I think it is time for new leadership. I have decided to resign my duties as 
> the
> Apache Cordova chair, hopefully for the upcoming new year of 2019.
> 
> I nominate Jesse MacFadyen as the next chair. Jesse has been with me at the 
> start
> when Cordova was PhoneGap. Although we didn't give birth to it, we helped work
> on improving Cordova from being an infant to adulthood (together with our 
> great
> team), particularly on cordova-ios.
> 10 years is adulthood in software!
> 
> He has also contributed greatly to the other platforms and tooling, 
> particularly
> cordova-windows. He has the most experience with helping run the Cordova
> project out of the remaining active contributors.
> 
> As an Apache Member (https://www.apache.org/foundation/members.html)
> he also understands and helps uphold 'The Apache Way'
> (https://www.apache.org/foundation/how-it-works.html) and will be a great 
> liaison
> with the Board.
> 
> I'm not going anywhere and I will still contribute to the project in my areas 
> of
> expertise.
> 
> Thank you.
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org



WebRTC (getUserMedia) in cordova-ios on iOS11

2017-07-27 Thread Toplak Daniel
He devs,

Does anyone played with WebRTC on iOS?

I get a test running only in Safari with iOS 11 Beta 4, but not in a cordova 
app.
Both WKWebView and UIWebView seems to have no support of WebRTC.

I did not find any official thing from apple, besides what'*s new in Safari 11: 
https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Safari_11_0/Safari_11_0.html
They announce the WebRTC support.

Grüße / Regards
Daniel Toplak
Head of Mobile Development




AW: CB-10222 Add scaletype preference for Android splashscreen

2016-05-24 Thread Toplak Daniel
+1 for this.
This will be awesome, because we are using splashscreens which should not be 
cropped.

Daniel Toplak

> -Ursprüngliche Nachricht-
> Von: Sergey Shakhnazarov (Akvelon) [mailto:v-ses...@microsoft.com]
> Gesendet: Montag, 28. Dezember 2015 20:46
> An: dev@cordova.apache.org
> Betreff: CB-10222 Add scaletype preference for Android splashscreen
> 
> Hi guys,
> 
> I wanted to discuss the SplashScreen plugin PR for Android adding ability to
> customize splash image scale type[1] to avoid its cutting.
> 
> Proposed solution is to make this an Android-preference like this:
>  value="CENTER_CROP|CENTER_INSIDE" />
> 
> Is there any suggestions on implementation or objections?
> 
> [1]: https://github.com/apache/cordova-plugin-splashscreen/pull/52
> 
> Best regards,
> Sergey Shakhnazarov.
> 


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



AW: cordova-electron

2016-05-24 Thread Toplak Daniel
The strongest benefit will be "write once" and "target all" :-)
You are right, the most of the app could be run directly in electron without 
cordova, but it will be much lesser effort to have the plugin interface on 
board even if there are not all core plugins supported.

Daniel

> -Ursprüngliche Nachricht-----
> Von: Toplak Daniel [mailto:d.top...@cadenas.de]
> Gesendet: Dienstag, 24. Mai 2016 15:24
> An: 'dev@cordova.apache.org' <dev@cordova.apache.org>
> Betreff: AW: cordova-electron
> 
> Our target will be exactly this.
> Using an existing app and targeting desktop. Many of our used features should 
> be
> available through electron.
> 
> Daniel
> 
> > -Ursprüngliche Nachricht-
> > Von: Raymond Camden [mailto:raymondcam...@gmail.com]
> > Gesendet: Dienstag, 24. Mai 2016 15:15
> > An: dev@cordova.apache.org
> > Betreff: Re: cordova-electron
> >
> > Can I ask what would be the target for this project? I assume the idea
> > is that I'd be able to use an existing app and target the desktop. But
> > given that the environment is so different, would it be expected that
> > a mobile app could "just work" on desktop?
> >
> > Not saying it is a bad idea - just wondering if it really makes sense.
> > :)
> >
> > On Sun, May 22, 2016 at 4:30 AM, Steven Gill <stevengil...@gmail.com> wrote:
> > > Hey!
> > >
> > > It hasn't been worked on in a while. PRs welcomed! If you are
> > > interested in helping out, LMK and I can discuss what the next steps are.
> > >
> > >
> > > -Steve
> > >
> > > On Tue, May 17, 2016 at 3:09 PM, Toplak Daniel <d.top...@cadenas.de>
> > wrote:
> > >
> > >> Hi,
> > >>
> > >> is there any progress/status on this project:
> > >> https://github.com/stevengill/cordova-electron
> > >>
> > >> Grüße / Regards
> > >> Daniel Toplak
> > >> Head of Mobile Development
> > >>
> > >>
> > >>
> >
> >
> >
> > --
> >
> =
> > ==
> > Raymond Camden, Developer Advocate for StrongLoop at IBM
> >
> > Email : raymondcam...@gmail.com
> > Blog : www.raymondcamden.com
> > Twitter: raymondcamden
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


cordova-electron

2016-05-17 Thread Toplak Daniel
Hi,

is there any progress/status on this project: 
https://github.com/stevengill/cordova-electron

Grüße / Regards
Daniel Toplak
Head of Mobile Development




AW: cordova-osx - mothball

2015-06-12 Thread Toplak Daniel
Yes I don't understand it wrong :-)
And my effort into the project is very low at the moment.
We will look forward into cordova-electron.

Mit freundlichen Grüßen / Best regards
 
CADENAS GmbH
Head of Mobile Development
Daniel Toplak

-Ursprüngliche Nachricht-
Von: Shazron [mailto:shaz...@gmail.com] 
Gesendet: Freitag, 12. Juni 2015 09:55
An: dev@cordova.apache.org
Betreff: Re: cordova-osx - mothball

Not to diminish your work, but Atom Electron [1] (also based on Chromium) is 
more aligned with Cordova as it includes node.js support built in (thus you can 
use node modules which is a big plus), and already runs on OS X, Windows and 
Linux. It has also in use by a lot of companies, thus there is a higher 
probability of ongoing maintenance:
http://electron.atom.io/#built-on-electron

In any case, whether through CEF or Atom Electron, to create native plugins you 
will still need to bridge the code using C/C++ (unavoidable), the difference 
would be for Atom Electron you would structure your code as a node native 
module, which gives the advantage that it can be used not just as a Cordova 
plugin, but as a regular node module outside of Cordova.


[1] http://electron.atom.io



On Fri, Jun 12, 2015 at 12:13 AM, Toplak Daniel d.top...@cadenas.de wrote:

 As I wrote a few month bevor I am developing a cordova platform based 
 on the Chromium Embedded Framework (DEF) directly:
 https://github.com/hsimpson/cordova-cef
 We use this as a development and rapid prototyping platform on Windows.
 Theoretically it could be easily extended to OSX and Linux.
 It has the advantage to use native plugins to access operating system 
 functionality.

 The version of the cordova implementation was from iOS and Android 
 around the version 3.0 or 3.1.

 Mit freundlichen Grüßen / Best regards

 CADENAS GmbH
 Head of Mobile Development
 Daniel Toplak

 -Ursprüngliche Nachricht-
 Von: Kerri Shotts [mailto:kerrisho...@gmail.com]
 Gesendet: Donnerstag, 11. Juni 2015 21:08
 An: Shazron; dev@cordova.apache.org
 Betreff: Re: cordova-osx - mothball

 I’ll throw in my +1. Electron is awesome, and I’ve used it to wrap a 
 PG project for a client where they are demoing the app to their 
 potential clients because they don’t have devices to share from, and 
 they don’t have the expertise for emulators (they are sales reps). 
 Because I can wrap everything in a simple .exe (plus a couple menu 
 items for switching app themes), it provides enough of a simulation 
 that anyone who can double-click a file can use. (It’s not a perfect 
 sim, of course, but good
 enough.)

 I’d hope that plugins that target the browser would hop on the 
 electron platform as well, because there’s no reason why they 
 shouldn’t work in electron. But I would also imagine that there could 
 be electron-specific which would be very interesting to see. :-)

 So I’m going to be watching this with extreme interest. :-)




 On June 11, 2015 at 1:53:24 PM, Shazron (shaz...@gmail.com) wrote:

 The potential maintainer for cordova-osx in this thread has decided to 
 go in another direction -- the final nail in its coffin. Full speed 
 ahead cordova-electron! Godspeed

 On Thu, Jun 11, 2015 at 10:59 AM, Steven Gill stevengil...@gmail.com
 wrote:

  Thanks Nikhil,
 
  I will take a look at that PR as I work on this and provide feedback.
 
 
 
  On Wed, Jun 10, 2015 at 5:34 PM, Nikhil Khandelwal 
  nikhi...@microsoft.com
  
  wrote:
 
   There is a massive PR currently in the works that is looking to 
   change
  how
   platforms should expose their functionality:
   https://github.com/apache/cordova-android/pull/179
  
   It leans on using node modules and 'require' as opposed to 
   executing
  shell
   scripts. Steve: As you try building these new platform which 
   sounds
  really
   exciting, consider using this new approach of defining the 
   platform and provide feedback to that PR.
  
   Thanks,
   Nikhil
  
  
   -Original Message-
   From: Carlos Santana [mailto:csantan...@gmail.com]
   Sent: Wednesday, June 10, 2015 5:22 PM
   To: dev@cordova.apache.org
   Cc: Ondrej Florian
   Subject: Re: cordova-osx - mothball
  
   Sweet Steve +1
   On Wed, Jun 10, 2015 at 3:11 PM Steven Gill 
   stevengil...@gmail.com
   wrote:
  
I started some preliminary work on this a couple of weekends ago.
   
Lots to do still. Will eventually move it over to Apache.
   
https://github.com/stevengill/cordova-electron
https://github.com/stevengill/cordova-js/tree/electron
   
On Tue, May 26, 2015 at 7:53 PM, Carlos Santana 
csantan...@gmail.com
wrote:
   
 I agree with Shaz Electron is a good platform and taking a lot 
 of track now.
 Maybe another platform to cover that use case 
 cordova-electron, but that would be something that is lower 
 priority than the mobile platforms, but cool to see if someone 
 in the community wants to dedicate time to
implement


 On Tue, May 5, 2015 at 11:19 AM

AW: cordova-osx - mothball

2015-06-12 Thread Toplak Daniel
As I wrote a few month bevor I am developing a cordova platform based on the 
Chromium Embedded Framework (DEF) directly: 
https://github.com/hsimpson/cordova-cef
We use this as a development and rapid prototyping platform on Windows. 
Theoretically it could be easily extended to OSX and Linux.
It has the advantage to use native plugins to access operating system 
functionality.

The version of the cordova implementation was from iOS and Android around the 
version 3.0 or 3.1.

Mit freundlichen Grüßen / Best regards
 
CADENAS GmbH
Head of Mobile Development
Daniel Toplak

-Ursprüngliche Nachricht-
Von: Kerri Shotts [mailto:kerrisho...@gmail.com] 
Gesendet: Donnerstag, 11. Juni 2015 21:08
An: Shazron; dev@cordova.apache.org
Betreff: Re: cordova-osx - mothball

I’ll throw in my +1. Electron is awesome, and I’ve used it to wrap a PG project 
for a client where they are demoing the app to their potential clients because 
they don’t have devices to share from, and they don’t have the expertise for 
emulators (they are sales reps). Because I can wrap everything in a simple .exe 
(plus a couple menu items for switching app themes), it provides enough of a 
simulation that anyone who can double-click a file can use. (It’s not a perfect 
sim, of course, but good enough.)

I’d hope that plugins that target the browser would hop on the electron 
platform as well, because there’s no reason why they shouldn’t work in 
electron. But I would also imagine that there could be electron-specific which 
would be very interesting to see. :-)

So I’m going to be watching this with extreme interest. :-)




On June 11, 2015 at 1:53:24 PM, Shazron (shaz...@gmail.com) wrote:

The potential maintainer for cordova-osx in this thread has decided to go in 
another direction -- the final nail in its coffin. Full speed ahead 
cordova-electron! Godspeed  

On Thu, Jun 11, 2015 at 10:59 AM, Steven Gill stevengil...@gmail.com
wrote:  

 Thanks Nikhil,
  
 I will take a look at that PR as I work on this and provide feedback.  
  
  
  
 On Wed, Jun 10, 2015 at 5:34 PM, Nikhil Khandelwal 
 nikhi...@microsoft.com
   
 wrote:  
  
  There is a massive PR currently in the works that is looking to 
  change
 how
  platforms should expose their functionality:  
  https://github.com/apache/cordova-android/pull/179
   
  It leans on using node modules and 'require' as opposed to executing
 shell
  scripts. Steve: As you try building these new platform which sounds
 really
  exciting, consider using this new approach of defining the platform 
  and provide feedback to that PR.
   
  Thanks,
  Nikhil
   
   
  -Original Message-
  From: Carlos Santana [mailto:csantan...@gmail.com]
  Sent: Wednesday, June 10, 2015 5:22 PM
  To: dev@cordova.apache.org
  Cc: Ondrej Florian
  Subject: Re: cordova-osx - mothball
   
  Sweet Steve +1
  On Wed, Jun 10, 2015 at 3:11 PM Steven Gill stevengil...@gmail.com
  wrote:  
   
   I started some preliminary work on this a couple of weekends ago.  

   Lots to do still. Will eventually move it over to Apache.  

   https://github.com/stevengill/cordova-electron
   https://github.com/stevengill/cordova-js/tree/electron

   On Tue, May 26, 2015 at 7:53 PM, Carlos Santana 
   csantan...@gmail.com
   wrote:  

I agree with Shaz Electron is a good platform and taking a lot 
of track now.
Maybe another platform to cover that use case cordova-electron, 
but that would be something that is lower priority than the 
mobile platforms, but cool to see if someone in the community 
wants to dedicate time to
   implement
 
 
On Tue, May 5, 2015 at 11:19 AM Shazron shaz...@gmail.com wrote:  
 
 Great! This is encouraging. I'll help expedite this as much as 
 I can
   for
it
 to catch up, I'll look at any PRs and review and merge.  
  
 On Tuesday, May 5, 2015, Ondrej Florian oflor...@adobe.com
 wrote:  
  
  If there is any interest, I would volunteer to pick it up.  
   
  The Cordova-osx has its uses (I use it myself).  
   
  One advantage over the Atom Electron is the plugins.  
  Many non-UI iOS plugins will works with it out of the box.  
   
  Another is that it's just another Cordova platform so you 
  don't have
   to
  work with yet another API.  
   
  However, I think you'll rarely be satisfied with 'pure'  
  cordova-osx (entire UI done in HTML5/js) - it's way too limiting.  
  But for a hybrid app where you can mix in the native UI - it 
  works
well.  
   
   
  Ondrej
   
  On 05/05/2015 01:56, Shazron shaz...@gmail.com 
  javascript:;
wrote:  
   
  There is non-trivial work to create a bridge for plugins to 
  work
   with
  Electron, but it definitely has more of a future than
 cordova-osx.  

  On Mon, May 4, 2015 at 4:48 PM, Shazron shaz...@gmail.com
 javascript:;
  wrote:  
   A 

AW: Does Cordova have a problem making developers happy?

2015-04-08 Thread Toplak Daniel
Absolutely right :-)

Cordova is too easy in some situations and most of the developers using cordova 
(not the cordova developers itself) are knowing nothing about the plugin system 
under the hood, or anything about the JS-Native-JS bridge. 
They even don't know anything about the asynchronos communitcation with plugins.

In most situations this is absolutely ok, but if anything special is needed or 
something goes wrong, then they have a problem.

The other thing is that there are some JS frameworks/libs which are not the 
best for mobile devices. No I don't name anyone of that :-)

My point of view is, that they don't see the real power of the cordova 
framework and create sloppy/buggy UI's.

Daniel Toplak

-Ursprüngliche Nachricht-
Von: Joe Bowser [mailto:bows...@gmail.com] 
Gesendet: Mittwoch, 8. April 2015 17:56
An: dev@cordova.apache.org
Betreff: Re: Does Cordova have a problem making developers happy?

Cordova is the most hated form of Mobile Development, because everyone can 
create a Cordova app, and the quality of most Cordova applications is 
absolutely terrible.  If you're inheriting a Cordova application from another 
company, you're probably going to end up re-writing it and if you're an iOS or 
Android shop, re-implementing it natively because that's what you're more 
comfortable with.

And I'm perfectly OK with that.

Wordpress and LAMP stacks aren't going away any time soon, and both those 
technologies share the same property that anyone can create a shitty website.  
We've been called the Drupal of development for a reason, and at the time we 
were called that, I took it as an insult because I think Drupal is shitty (I 
once inherited a bad Drupal project).  I don't think we should care what 
developers say in a survey, since most developers are terrible anyway.  We 
should just make sure that what we're releasing isn't terrible.

On Wed, Apr 8, 2015 at 8:03 AM Treggiari, Leo leo.treggi...@intel.com
wrote:

 The data below is from a StackOverflow Developer Survey ( 
 http://stackoverflow.com/research/developer-survey-2015).

 Most Dreaded technologies:
 Salesforce   73.2%
 Visual Basic72.0%
 Wordpress 68.2%
 Matlab 65.6%
 Sharepoint 62.8%
 LAMP62.2%
 Perl59.2%
 Cordova   58.8%  **
 Coffeescript   54.7%
 Other57.3%
 % of devs who are developing with the language or tech but have not 
 expressed interest in continuing to do so.

 Any ideas on what the problem is?  Here are some possible answers.  
 I'm not suggesting that any of these are true, but rather looking for 
 feedback from those who have heard developers express frustration with 
 Cordova:


 *There is no problem - unclear question led to the answer

 *The problem is really about creating native apps in JavaScript +
 HTML5

 *Cordova CLI has a quality problem (learnability | usability |
 reliability)

 o   Too hard to set up development environment

 o   The command CLI is too complicated

 o   Not enough learning material (documentation, articles, books)

 o   Too many bugs

 o   Changes too frequently

 Leo




AW: Introduction

2014-11-25 Thread Toplak Daniel
Hi,

at the moment the only work was done on the windows component, but the amount 
should be less for OSX and Linux to get the core running. Chromium Embedded 
Framework is also available on OSX and Linux. And the core (JS-Bridge, Plugin 
Management, Preferences) are nearly platform independent.

To get this a first class Cordova platform many things have to be done 
(whitelist handling, project management, and creation via templates, CLI 
integration, testings, etc.). Also the current core was ported from around 
Cordova 3.0's iOS and Android version and is a bit outdated, it should respect 
the features/interfaces from the current Cordova 4.x branches.

Daniel

-Ursprüngliche Nachricht-
Von: Ian Clelland [mailto:iclell...@chromium.org] 
Gesendet: Dienstag, 25. November 2014 14:40
An: dev@cordova.apache.org
Betreff: Re: Introduction

Welcome, Daniel!

That's a really interesting project -- I'm looking forward to trying that out. 
How much work (if any) has gone in to the OSX or Linux components?

Do you see this eventually becoming a first-class Cordova platform, or do you 
have different plans for it?

Ian

On Tue Nov 25 2014 at 1:47:27 AM Toplak Daniel d.top...@cadenas.de wrote:

 Hi,

 my name is Daniel Toplak, I am the team leader of the mobile 
 development department of CADENAS GmbH, Augsburg, Germany, 
 http://www.cadenas.de.
 We are using Cordova for our mobile app development since phonegap 2.6.
 We have signed the CCLA, and created an account on Jira.

 I have a cordova implementation based on CEF (Chromium Embedded 
 Framework) which is not yet production ready, but more a proof of concept:
 https://github.com/hsimpson/cordova-cef (my private github account)

 I'm following the dev list long ago and happy to contribute to a great 
 project.


 Mit freundlichen Grüßen / Best regards

 CADENAS GmbH
 Head of Mobile Development
 Daniel Toplak



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


AW: Introduction

2014-11-25 Thread Toplak Daniel
Thanks.

I think the following steps will be useful:
1. Get a running prototype of OSX and Linux
2. Check the current core code for core features and add/fix missing features 
(f.e whitelist is missing, preferences via config.xml is implemented in an old 
way)
3. Add the CLI scripts.

The 3rd step is a bit complicated for me, because I have no in depth experience 
with CLI (we using cordova for iOS and Android without CLI).

Daniel

-Ursprüngliche Nachricht-
Von: brian.ler...@gmail.com [mailto:brian.ler...@gmail.com] Im Auftrag von 
Brian LeRoux
Gesendet: Dienstag, 25. November 2014 17:03
An: dev@cordova.apache.org
Betreff: Re: Introduction

wow really nice stuff Daniel. xplatform desktop plugins to an embedded chome 
browser is hella cool! [1]

let us know how we can help you

(first glance appears we could help by impl 'platform scripts' [2] which puts 
the project on the path to the cli and being an 'official' platform)

[1]
https://github.com/hsimpson/cordova-cef/blob/master/src/common/cordovaplugin.h
[2] https://github.com/apache/cordova-ios/tree/master/bin


On Tue, Nov 25, 2014 at 6:07 AM, Toplak Daniel d.top...@cadenas.de wrote:

 Hi,

 at the moment the only work was done on the windows component, but the 
 amount should be less for OSX and Linux to get the core running. 
 Chromium Embedded Framework is also available on OSX and Linux. And 
 the core (JS-Bridge, Plugin Management, Preferences) are nearly platform 
 independent.

 To get this a first class Cordova platform many things have to be done 
 (whitelist handling, project management, and creation via templates, 
 CLI integration, testings, etc.). Also the current core was ported 
 from around Cordova 3.0's iOS and Android version and is a bit 
 outdated, it should respect the features/interfaces from the current Cordova 
 4.x branches.

 Daniel

 -Ursprüngliche Nachricht-
 Von: Ian Clelland [mailto:iclell...@chromium.org]
 Gesendet: Dienstag, 25. November 2014 14:40
 An: dev@cordova.apache.org
 Betreff: Re: Introduction

 Welcome, Daniel!

 That's a really interesting project -- I'm looking forward to trying 
 that out. How much work (if any) has gone in to the OSX or Linux components?

 Do you see this eventually becoming a first-class Cordova platform, or 
 do you have different plans for it?

 Ian

 On Tue Nov 25 2014 at 1:47:27 AM Toplak Daniel d.top...@cadenas.de
 wrote:

  Hi,
 
  my name is Daniel Toplak, I am the team leader of the mobile 
  development department of CADENAS GmbH, Augsburg, Germany,
 http://www.cadenas.de.
  We are using Cordova for our mobile app development since phonegap 2.6.
  We have signed the CCLA, and created an account on Jira.
 
  I have a cordova implementation based on CEF (Chromium Embedded
  Framework) which is not yet production ready, but more a proof of
 concept:
  https://github.com/hsimpson/cordova-cef (my private github account)
 
  I'm following the dev list long ago and happy to contribute to a 
  great project.
 
 
  Mit freundlichen Grüßen / Best regards
 
  CADENAS GmbH
  Head of Mobile Development
  Daniel Toplak
 
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


Introduction

2014-11-24 Thread Toplak Daniel
Hi,

my name is Daniel Toplak, I am the team leader of the mobile development 
department of CADENAS GmbH, Augsburg, Germany, http://www.cadenas.de.
We are using Cordova for our mobile app development since phonegap 2.6.
We have signed the CCLA, and created an account on Jira.

I have a cordova implementation based on CEF (Chromium Embedded Framework) 
which is not yet production ready, but more a proof of concept: 
https://github.com/hsimpson/cordova-cef (my private github account)

I'm following the dev list long ago and happy to contribute to a great project.


Mit freundlichen Grüßen / Best regards

CADENAS GmbH
Head of Mobile Development
Daniel Toplak



AW: Cordova and OS X 10.10 Yosemite GM

2014-10-01 Thread Toplak Daniel
Hi, 

we have successfully build and test a current app project based on Cordova 3.4 
with XCode 6 and OSX 10.10.
We had only problems with generating an IPA in Orgranizer.

Mit freundlichen Grüßen / Best regards
 
CADENAS GmbH
Head of Mobile Development
Daniel Toplak

-Ursprüngliche Nachricht-
Von: Ray Camden [mailto:rayca...@adobe.com] 
Gesendet: Mittwoch, 1. Oktober 2014 12:29
An: dev@cordova.apache.org
Betreff: Re: Cordova and OS X 10.10 Yosemite GM

All I did was make a virgin project, add ios, and send to emulator, and it 
worked. That isn¹t a terribly deep test, but there ya go.

On 10/1/14, 1:27 AM, Abdul Rahaman a.raha...@onnect.net wrote:

Hi guys,
I was wondering if Corodva will work fine with Yosemite GM. I was about 
to update from my Mavericks to Yosemite GM.

Best regards,
AR



Windows 8 (not Phone 8) - native plugin support

2013-07-02 Thread Toplak Daniel
Hi,

we are very interested in phonegap/cordova and we like the concept of 
HTML5/JS/CSS + native plugin APPs.
We have created a proof of concept to embed a OpenGL Render Engine into a the 
Html-Views (not WebGL).
The native plugin which renders on a native view is running on iOS and Android 
very well.

Now we whant to go a bit further and whant to bring this technic to Windows 8 
(RT) platform to support the Windows 8 Desktop and the Windows RT Tablets.
For this we would like to try to get a DirectX Engine running as a native 
plugin. But here comes the hurdle:
Cordova-windows-8 is build on top of the Windows HTML/JS/CSS stack not as a 
XAML APP. We were able to build a Windows Runtime Component DLL in C++ but 
there we are not able to access the XAML GUI to create a view as the DirectX 
Rendering Context.

So are there any plans to port the cordova-windows-8 over to a XAML APP like 
the cordova-windows-phone8?

Mit freundlichen Grüßen / Best regards

CADENAS GmbH
Head of Mobile Development
Daniel Toplak