Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Make AssetRequest overridable by platform implementations #723

Merged
merged 3 commits into from
Dec 17, 2014

Conversation

kkaefer
Copy link
Member

@kkaefer kkaefer commented Dec 17, 2014

On Android (#579), we can now rename AssetRequest to FileRequest and implement it differently: Instead of loading from the file system, we're loading from a the zip file the application ships in to avoid decompressing everything on app startup.

We should probably rename file:// to asset:// and disallow access to outside the install path of the app.

kkaefer added a commit that referenced this pull request Dec 17, 2014
Make FileRequest overridable by platform implementations
@kkaefer kkaefer merged commit a8dec01 into master Dec 17, 2014
@kkaefer kkaefer changed the title Make FileRequest overridable by platform implementations Make AssetRequest overridable by platform implementations Dec 17, 2014
@kkaefer kkaefer deleted the overridable-file-request branch December 17, 2014 14:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant