Jay Goel

Results 39 comments of Jay Goel

The use case is primarily for people who want to remove their login information from the phone. This gives users full control of whether or not their personal information is...

Huh, can't believe it's been a year. The current iteration of the app does some fancy caching, but I don't think it disables toasts if the user has logged out...

Right now, if you enter an invalid tracking number, you'll get a `KeyError` exception when invoking `tracking_info.delivered` because the XML returned doesn't have the expected tags. However, I realize that...

Do we know that VM pins only consist of [0-9]?

Okay, i looked at their website: > Your Account PIN must be: > -6 numbers (no letters or special characters) > -no more than 3 identical numbers in a row...

@brooksyx of course! pull down the code and do some testing - the more the merrier. If you want you could take a new screenshot and make a pull request,...

I don't immediately object to this. What is the use case? For example, when requesting tracking information, the return XML from UPS gives a human-readable description of the shipping type...

Hey, thanks for this! Go ahead and push it to your local repository and make a pull request. I'll test it, and if it works then I'll push it out...

Ah, yes! The history here is kind of a pain - I originally used eclipse, then switched to ant, and it never again quite worked correctly with eclipse. I tried...

Assuming that your eclipse android environment is set up correctly (doc for how to do this is welcome :), hopefully eclipse is trying to use the android sdk rather than...