Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-7681] Preserve remote hires when caching + local file load fixes #1492

Merged
merged 3 commits into from Feb 24, 2012
Merged

[TIMOB-7681] Preserve remote hires when caching + local file load fixes #1492

merged 3 commits into from Feb 24, 2012

Conversation

sptramer
Copy link
Contributor

This fix should be regressed against TIMOB-7051. The most significant changes here are to loading resources from the filesystem directly (which now correctly displays the "default" image if a file doesn't load) and the @2x caching. This means that testers should:

  • Regress against other known remote caching issues
  • Test on: simulator, retina simulator, device, retina device (and ensure consistency of image)

}
}
else if ([arg isKindOfClass:[NSString class]]) {
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you have this empty else-if statement ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vestigial problem from a different attempt at the fix, will remove

@mstepanov
Copy link
Contributor

Code looks good. Please address comment.

@mstepanov
Copy link
Contributor

Code reviewed. APPROVED
Functional tests PASSED iPhone 5.0.1 (Retina)/iPhoneSim 4.3/5.0 (both regular and retina)
Tested with instructions from TIMOB-7681, TIMOB-7051, TIMOB-5352 and ImageView KS tests.

mstepanov pushed a commit that referenced this pull request Feb 24, 2012
[TIMOB-7681] Preserve remote hires when caching + local file load fixes
@mstepanov mstepanov merged commit db2ba90 into tidev:master Feb 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants