Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[17:09:30 CDT(-0500)] <jhernandez> just wanted to say that there is not any problem with android

[17:18:07 CDT(-0500)] <yzen> jhernandez: sweet

[18:18:17 CDT(-0500)] <jhernandez> sgithens: around?

[18:19:15 CDT(-0500)] <sgithens> jnernandez: Wow! My IRC actually connected in tihs coffee shop in the background! I saw your emails yesterday but didn't have time to fully parse them yet

[18:19:25 CDT(-0500)] <jhernandez> heh

[18:19:50 CDT(-0500)] <jhernandez> no problem about the mails

[18:19:51 CDT(-0500)] <sgithens> What's happening

[18:20:31 CDT(-0500)] <jhernandez> I haven't checked your latest commits to gpii/android

[18:20:48 CDT(-0500)] <jhernandez> now I am checking it, and we're still having 2 problems

[18:20:56 CDT(-0500)] <sgithens> All I did was merge GPII-120 and your readme and path

[18:21:03 CDT(-0500)] <sgithens> Yeah, actually I found an issue while helping colin too

[18:21:09 CDT(-0500)] <jhernandez> yes!

[18:21:18 CDT(-0500)] <sgithens> Which ones did you find?

[18:21:18 CDT(-0500)] <jhernandez> one is the jtar damn thing

[18:21:19 CDT(-0500)] <sgithens> (smile)

[18:21:33 CDT(-0500)] <sgithens> I had to add in a thing to make the directory

[18:21:43 CDT(-0500)] <sgithens> because the libs dir wasn't checked in or created

[18:21:45 CDT(-0500)] <jhernandez> https://github.com/GPII/android/pull/5

[18:21:51 CDT(-0500)] <sgithens> so the 'cp' command was failing

[18:22:09 CDT(-0500)] <sgithens> hahhaha

[18:22:13 CDT(-0500)] <jhernandez> :]

[18:22:15 CDT(-0500)] <sgithens> yup

[18:22:21 CDT(-0500)] <sgithens> what was the other issue?

[18:22:26 CDT(-0500)] <jhernandez> the other was with our config

[18:22:31 CDT(-0500)] <sgithens> ah yes

[18:22:40 CDT(-0500)] <jhernandez> we're missing this one -> https://github.com/GPII/android/commit/98d2122768a44809af964c5557e9e19e7e641c46

[18:22:56 CDT(-0500)] <sgithens> aha!

[18:22:58 CDT(-0500)] <sgithens> thanks

[18:23:04 CDT(-0500)] <sgithens> I missed that

[18:23:24 CDT(-0500)] <jhernandez> you can add my repo, cherry-pick this commit, and put it into master

[18:23:35 CDT(-0500)] <sgithens> I'll try to get both those in before I leave. I'm flying to Cali in the morning and will be there until Sunday

[18:23:46 CDT(-0500)] <jhernandez> in fact, it's already into v0.2 branch

[18:24:02 CDT(-0500)] <jhernandez> wow, ok ok

[18:24:05 CDT(-0500)] <jhernandez> no problem

[18:24:26 CDT(-0500)] <sgithens> for a tissue bank even on Saturday. I hope to get some GPII hacking in, not sure how much though.

[18:24:26 CDT(-0500)] <sgithens> But I'll get those 2 simple things merged in

[18:24:44 CDT(-0500)] <jhernandez> thanks!

[18:25:37 CDT(-0500)] <sgithens> Thank you, for driving everything forward!

[18:26:01 CDT(-0500)] <jhernandez> anyway, when you have time, I'd like to talk to you about one of my pull request that I mention in the mail from saturday

[18:26:12 CDT(-0500)] <jhernandez> heh, my pleasure!

[18:26:31 CDT(-0500)] <sgithens> which number was it?

[18:26:57 CDT(-0500)] <jhernandez> actually, this one https://github.com/GPII/android/pull/4

[18:28:02 CDT(-0500)] <jhernandez> my doubt about the implementation is simple

[18:28:03 CDT(-0500)] <sgithens> I'm afraid to open thunder-bird, because it always destroys my wireless connection, I think because of how many requests it tries to make on opening

[18:28:14 CDT(-0500)] <jhernandez> heh

[18:28:17 CDT(-0500)] <jhernandez> no problem

[18:28:33 CDT(-0500)] <jhernandez> all the stuff is on the pull request I've just pasted

[18:29:11 CDT(-0500)] <jhernandez> basically, my question is about the implementation

[18:29:36 CDT(-0500)] <jhernandez> I've moved your AndroidFontSettings java code into a separate folder

[18:30:07 CDT(-0500)] <jhernandez> aand, about how I am extending the activity_manager.js source code

[18:30:48 CDT(-0500)] <jhernandez> I was wondering if we should split some of that source code into separate modules

[18:31:26 CDT(-0500)] <jhernandez> and keep the activity_manager.js source code

[18:31:39 CDT(-0500)] <jhernandez> clean

[18:32:31 CDT(-0500)] <sgithens> aha

[18:32:51 CDT(-0500)] <sgithens> I'll take a looksy

[18:33:03 CDT(-0500)] <jhernandez> thanks!

[18:33:20 CDT(-0500)] <sgithens> It's so wierd, because of the way their (androids) API's are, we might not be able to completely separate those things

[18:33:57 CDT(-0500)] <sgithens> Also, I feel like you are a roll, you pump out like a new settings handler backend every other day

[18:34:12 CDT(-0500)] <jhernandez> xDDD

[18:34:31 CDT(-0500)] <sgithens> It's completely awesome (smile)

[18:34:55 CDT(-0500)] <jhernandez> just trying to do my best

[18:34:57 CDT(-0500)] <jhernandez> :]

[18:35:51 CDT(-0500)] <jhernandez> in fact, the ALSA one, it's just a short-term solution

[18:36:43 CDT(-0500)] <jhernandez> I'd like to use a node.js port of pulseaudio, so we will be able to deal with app's volume levels, separately

[18:41:02 CDT(-0500)] <sgithens> that would be really cool!