-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
- Run parser out of UI main thread
- Add
Environment#parseXmlso we can replace parser for different environments - Use non-strict XML parser to ignore errors like
missed namespace(if we do not use those tags) - Use stream parser to avoid creating big tree for every tag (at least for HTML since we often need a few links there)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Ready to Take