Pieter De Baets
9076b71ac3
Use bundleForClass instead of mainBundle to find resources
...
Reviewed By: @jspahrsummers
Differential Revision: D2485109
2015-09-29 10:36:23 -07:00
Nick Lockwood
274769fd8c
Added Unicode URL test
2015-08-04 15:37:05 -08:00
Nick Lockwood
90dd7a13f0
Added support for URLs pointing to files inside application home
2015-07-13 10:34:48 -08:00
Nick Lockwood
01151f8c7a
Added LRU cache to fix out of memory issues with color caching
2015-07-13 08:50:00 -08:00
Nick Lockwood
650fc9de4c
Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues
...
Summary:
@public
I've increased the warning levels in the OSS frameworks, which caught a bunch of minor issues. I also fixed some new errors in Xcode 7 relating to designated initializers and TLS security.
Test Plan:
* Test the sample apps and make sure they still work.
* Run tests.
2015-06-15 07:52:50 -08:00
Tadeu Zagallo
2a7adfb815
[ReactNative] Use RCTNullIfNill and (id)kCFNull
...
Summary:
@public
Use consistent `null` handling:
`value || null` -> `RCTNullIfNil(value)`
`value == null ? nil : value` -> `RCTNilIfNull(value)`
`[NSNull null]` -> `(id)kCFNull`
Test Plan: The tests should be enough.
2015-06-12 11:03:10 -08:00
Tadeu Zagallo
c2b0e72771
[ReactNative] Move unit tests to UIExplorer
2015-06-06 13:38:34 -08:00