Security meeting next week?
by Bruno Oliveira
Good morning guys, I would like to set up a meeting Wednesday next week
(same time of our official meeting) if possible.
Only to stay up to date with what you have been doing/planning. I can
dig into repositories but not into your brain :).
Also, plan the next steps for security.
--
abstractj
PGP: 0x84DC9914
8 years, 6 months
[android] Removing AGAuthenticationModule
by Summers Pittman
AGAuthenticationModule was originally made to login/logout/register with
the AeroGear controller. Since controller is dead in a ditch somewhere,
for AGDroid 2.0 I'm proposing we remove it from the platform. This will
leave HttpBasicAuthenticationModule and HttpDigestAuthenticationModule.
However I know this also exists for iOS and Javascript so I'm putting
this post up for discussion.
wdyt?
8 years, 6 months
Deprecation of WebSQL adapter
by Lukáš Fryč
Hey guys,
during F2F we have been discussing deprecation of WebSQL DataManager in
AeroGear.js,
because its "rival", IndexedDB, is already supported in all browsers
(WebSQL isn't).
http://caniuse.com/#search=indexeddb
http://caniuse.com/#search=websql
I suggest we make IndexedDB adapter Stable and supported and Deprecate
WebSQL.
Actually both are Experimental in 1.5.2, so there is no reason for
deprecation.
We can also leave it around as long as it does not diverge from other
DataManagers.
What are your feelings?
Cheers,
~ Lukas
8 years, 6 months
Karma runner for Aerogear.js tests
by Lukáš Fryč
Hey guys,
I was thinking about adopting Karma runner for running QUnit tests in
AeroGear.js project.
Currently we use grunt-contrib-qunit,
but this runner is able to run tests just on PhantomJS and PhantomJS itself
has some defficiencies, such as it does not support IndexedDB.
Karma, on the other hand, is able to run in all mainstream browsers [1],
headless browsers such as PhantomJS, and it has even support for
cloud-driven browsers such as BrowserStack or SauceLabs (through those we
could actually test inside mobile browsers; at least SauceLabs offers free
hours for open source projects).
This would give us pretty good coverage in terms of compatibility testing.
What do you think?
Cheers!
~ Lukas
[1] http://karma-runner.github.io/0.12/config/browsers.html
8 years, 6 months
Javascript moving to 2.0
by Lucas Holmquist
Hello all,
As the subject implies, we will be moving the 2.0 branch of AeroGear.js to master very shortly.
So all current development in the master branch will be for 2.0 and BEYOND!!!11!!!one!11!
There is 1.x branch that will be maintained for bug fixes and such.
Some highlights that will be coming in the 2.x series:
* Removal of Pipeline and Authentication
* Promisfying the Whole Library( where it makes sense )
* ES6 Modules
* Data Sync/Conflict Resolution
* and more….
-Luke
8 years, 6 months