AeroGear first task
by Денис Карпенко
Hello everyone !)
It is my first open source project and I'd like to help you. I am not yet a
rock star programmer but is there something I could do for the project ?
Where i can find a small task to work on to smoothly join your project ?
Denis Karpenko.
9 years, 9 months
Removing gradle from the aerogear-cordova-oauth2 build
by Brian Leathem
Hello gear-heads,
The aerogear-cordova-oauth2 project currently has a requirement to be
built with gradle, in order to be able to build the aerogear oauth2
dependencies. This affects users, as once they add the aeorgear cordova
plugin to their project, they have to switch to a gradle-based build.
I propose we look at what was done with google-play-services as a means
of working around this gradle requirement. There are two ways to
introduce a dependency to google-play-services in your cordova
project/plugin:
a) Add a maven dependency: com.google.android.gms:play-services:4.0.30@aar
b) Add a cordova plulgin dependency: com.google.playservices
a) can be achieved only after following the
how-to-build-aerogear-android [1] instructions, so an even bigger
inconvenience for users.
b) on the other hand is as simple as:
i) running "cordova plugin add com.google.playservices" in your project
folder
or
ii) adding "com.google.playservices" as a dependency to the android
section of your plugin's plugin.xml file [2].
This is made possible because the google-play-services binaries are
published as a cordova plugin via a project hosted on github [3].
I propose we create a project similar to [3], to hold the aerogear
android dependencies. Call it "aerogear-android-services" for the sake
of this argument. We would then register this project with cordova so
the aerogear-cordova-oauth2 plugin can have a dependency on the
aerogear-android-services cordova plugin, rather then the maven/gradle
dependency we have now. This would then alleviate the
aerogear-cordova-oauth2 from needing to be built with gradle.
Thoughts?
[1]
https://aerogear.org/docs/guides/aerogear-android/how-to-build-aerogear-a...
[2]
https://github.com/bleathem/cordova-oauth-google-services/blob/master/plu...
[3] https://github.com/MobileChromeApps/google-play-services
9 years, 9 months
AeroGear WebPush 1.0.0-alpha.1 released
by Matthias Wessendorf
Hello team, our first release of the WebPush effort has been released.
for more details, please read here:
https://aerogear.org/news/2015/03/05/aerogear-webpush-alpha1/index.html
BTW. below is a mail that I sent to Mozilla's WebPush list, to give those
that came up with the WebPush a heads up as well :-)
Cheers,
Matthias
---------- Forwarded message ----------
From: Matthias Wessendorf <matzew(a)apache.org>
Date: Thu, Mar 5, 2015 at 5:00 PM
Subject: AeroGear WebPush 1.0.0-alpha.1 released
To: dev-push(a)lists.mozilla.org
Hello folks,
we, the AeroGear team, are extremely happy to announce a first release of
our WebPush efforts. Details about our Java-based server can be found here:
https://aerogear.org/news/2015/03/05/aerogear-webpush-alpha1/index.html
As discussed in the post, we have a WebPush console ([1]), that we also
tested against the Node.js server on this repo:
https://github.com/kitcambridge/node-webpush-server
Hope you enjoy, and for feedback we are happy to hear you on our developers
mailing list:
https://lists.jboss.org/mailman/listinfo/aerogear-dev
[1]
https://aerogear.org/news/2015/03/05/aerogear-webpush-alpha1/index.html#w...
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
9 years, 9 months
trust store
by Ivan Gürtler
Hi,
I have one SSL question.
Does AG use on SSL communication with push servers (APNS, GCM, WNS) some
trust store ?
Thanks
*Mgr. Ivan Gürtler*
Mobile software developer
AHEAD iTec, s.r.o., Botanická 554/68a,
602 00 Brno (Czech Republic)
www.ahead-itec.com | twitter <https://www.twitter.com/AHEADiTec> | mobile
security solutions
9 years, 9 months
AG performance test
by Ivan Gürtler
Hi,
I have one performance question. Did somebody load test Aerogear? (for
example 10 000 registrations)
Do you know about some GCM mockup so only AG is tested without requesting
GCM? (or other platform push sender server)
Thanks
*Mgr. Ivan Gürtler*
Mobile software developer
AHEAD iTec, s.r.o., Botanická 554/68a,
602 00 Brno (Czech Republic)
www.ahead-itec.com | twitter <https://www.twitter.com/AHEADiTec> | mobile
security solutions
9 years, 9 months
[Cancelled] - Security meetings
by Bruno Oliveira
Good morning, due to several activities and meetings we have to stay up
to date, I'm cancelling all the ocurrences of our security meeting.
The security meetings will be schedule when necessary and on demand.
If you have any questions, let me know.
--
abstractj
PGP: 0x84DC9914
9 years, 10 months