New JS branches
by Lucas Holmquist
Hello My Fellow peeps,
I've created some new branches in AeroGear.js
canary - this branch will be for experimental things.
2.0 - for 2.0 things like the jQuery removal process
get_to_tha_choppa - this is the branch for tracking ES6 features
and of course we still have master, which is just the current 1.X stuff
-Luke
10 years, 11 months
AeroGear.js + ES6
by Lucas Holmquist
Hey peeps,
I've been seeing libraries such and Angular and Ember starting to author in ES6( the next iteration of javascript ) and then transpiling back to ES5( the current iteration of javascript ).
So i've created a new branch called "get_to_tha_choppa" that will be tracking these changes to see if we can benefit from this.
this could also help us in the quest for AMD/Browser Modules/New Fancy Term
some related JIRA
https://issues.jboss.org/browse/AGJS-149
incase people don't get the "get_to_tha_choppa" reference
https://www.youtube.com/watch?v=Xs_OacEq2Sk
-Luke
10 years, 11 months
[android] pipeline.get() and Services?
by Heiko W.Rupp
Hey,
[ this is with 1.3.1 ]
Pipeline.get(name, ..) allows to use Fragments and Activities as "callbacks".
What is the recommended way to use that inside a Service?
>From looking at the code I think the logic inside LoaderAdapter
could accept the AbstractCallback as sort of "fallback" for
cases that are neither Activity nor Fragment.
Thanks
Heiko
10 years, 11 months
Exposing UPS Variants through the endpoints for application use
by Matt Wringe
I am trying to set up some integration in LiveOak with UPS so that
LiveOak can send out push notifications.
Currently I have the application's UPS configuration options stored in
LiveOak (ie variant id, secret, gcm number, UPS url, etc) and the
application fetches the options from there so that it can do the UPS
registration. This is so we can manage the variants on the LiveOak side
and not have to have them hard coded in a native application itself.
Ideally, instead of us storing the variant options in LiveOak, it would
be great if we could use the UPS endpoints to fetch the variant data
directly. We could do this now using the endpoints and the admin
account, but wondering if there is any option (or any planned option) to
support having more read-only accounts to fetch this kind of data?
Something like oauth scopes might would work really well here.
Thanks,
Matt Wringe
10 years, 12 months
SQLite Store Order By and Auto Increment ID
by Tiago Resende
Hi guys, thanks for the other day, you really helped me.
I have two questions today.
How can I perform a query using "order by" statement in SQLStore?
I did a readAll, then I ordered in memory using Ordering<T>.
The second question is how can I indicate to AeroGear that it should use an
auto increment primary key for a table. I created an AutoGeneratorId Class,
but it's not working beautifully for SQLStore. I had to create an update
method and call it for every object, I didn't like it, but I couldn't find
a better solution reading the documentation.
I really appreciate your help.
Thanks.
--
*Tiago de Carvalho Resende*
10 years, 12 months