-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Integrate top level ReactInstanceManager changes #30
Commits on Dec 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0578c1d - Browse repository at this point
Copy the full SHA 0578c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28bd102 - Browse repository at this point
Copy the full SHA 28bd102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66487eb - Browse repository at this point
Copy the full SHA 66487ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 285d7dc - Browse repository at this point
Copy the full SHA 285d7dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c036edc - Browse repository at this point
Copy the full SHA c036edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c830f - Browse repository at this point
Copy the full SHA 12c830fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d04fac - Browse repository at this point
Copy the full SHA 4d04facView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8039a45 - Browse repository at this point
Copy the full SHA 8039a45View commit details -
On behalf of @erikschlegel - Adding top level integration functionali…
…ty for react-native
Configuration menu - View commit details
-
Copy full SHA for ab45411 - Browse repository at this point
Copy the full SHA ab45411View commit details -
Addresses some fit and finish on the ReactWindows-ES branch
In addition to some minor cosmetic changes, this changeset also fixes up the IReactPackage interface and more closely mimics the way IReactPackage is used in the ReactInstanceManagerImpl in ReactAndroid to support loading multiple packages into one NativeModuleRegistry and one JavaScriptModulesConfig.
Configuration menu - View commit details
-
Copy full SHA for bda9616 - Browse repository at this point
Copy the full SHA bda9616View commit details -
Fixes JavaScriptBundleLoader, removing transfer of control to JavaScr…
…ipt thread queue.
Configuration menu - View commit details
-
Copy full SHA for c213636 - Browse repository at this point
Copy the full SHA c213636View commit details
Commits on Dec 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a5bf6f3 - Browse repository at this point
Copy the full SHA a5bf6f3View commit details
Commits on Dec 26, 2015
-
Fixes #32 - Adds UIManagerModule constants
Some remaining TODOs include integrating the constants from the view managers, and further investigation on how to include other features available in Android.
Configuration menu - View commit details
-
Copy full SHA for cd54b61 - Browse repository at this point
Copy the full SHA cd54b61View commit details -
Merge pull request #35 from CatalystCode/issue32
Fixes #32 - Adds UIManagerModule constants
Configuration menu - View commit details
-
Copy full SHA for 0014abe - Browse repository at this point
Copy the full SHA 0014abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c13131b - Browse repository at this point
Copy the full SHA c13131bView commit details -
Merge branch 'ReactWindows-ES' of https://github.com/CatalystCode/rea…
…ct-native into ReactWindows-ES
Configuration menu - View commit details
-
Copy full SHA for f5e8003 - Browse repository at this point
Copy the full SHA f5e8003View commit details
Commits on Dec 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 68c5406 - Browse repository at this point
Copy the full SHA 68c5406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2b4ef - Browse repository at this point
Copy the full SHA 9b2b4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3b51b - Browse repository at this point
Copy the full SHA 7d3b51bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a107d - Browse repository at this point
Copy the full SHA 77a107dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d543552 - Browse repository at this point
Copy the full SHA d543552View commit details -
Fixes #62 - Adds EventDispatcher
Also adds two-phase initialization of the ChakraJavaScriptExecutor so the instance can be created off the JavaScript thread. Also fixes a bug with the UIManagerModule constants and adds unit tests for custom event types and constant overloading by view managers. Also adds a simple base interface (IViewManager) for view managers to hold names and constants.
Configuration menu - View commit details
-
Copy full SHA for dfc20e4 - Browse repository at this point
Copy the full SHA dfc20e4View commit details -
Merge pull request #63 from CatalystCode/issue62
Fixes #62 - Adds EventDispatcher
Configuration menu - View commit details
-
Copy full SHA for fff19f0 - Browse repository at this point
Copy the full SHA fff19f0View commit details
Commits on Dec 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7b10a65 - Browse repository at this point
Copy the full SHA 7b10a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddce726 - Browse repository at this point
Copy the full SHA ddce726View commit details
Commits on Dec 30, 2015
-
Fixes #64 - Adds UIImplementation
Adds various other stubs that we will need to implement as we move forward.
Configuration menu - View commit details
-
Copy full SHA for 51801bf - Browse repository at this point
Copy the full SHA 51801bfView commit details -
Fixes #68 - Implements ReactPropertyAttribute and ReactPropertyGroupA…
…ttribute Adding attributes to match the Java annotations for @ReactProp and @ReactPropGroup, along with unit tests.
Configuration menu - View commit details
-
Copy full SHA for 57ab02e - Browse repository at this point
Copy the full SHA 57ab02eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4383c16 - Browse repository at this point
Copy the full SHA 4383c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc210ec - Browse repository at this point
Copy the full SHA fc210ecView commit details -
Merge branch 'ReactWindows-ES' of https://github.com/CatalystCode/rea…
…ct-native into ReactWindows-ES
Configuration menu - View commit details
-
Copy full SHA for 57e5f34 - Browse repository at this point
Copy the full SHA 57e5f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc003f - Browse repository at this point
Copy the full SHA 4fc003fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc41732 - Browse repository at this point
Copy the full SHA bc41732View commit details -
Towards #70 - Adds implementation for NativeViewHierarchyManager
Remaining TODOs surrounding layout, popup menu, measurement, etc.
Configuration menu - View commit details
-
Copy full SHA for d4e116c - Browse repository at this point
Copy the full SHA d4e116cView commit details -
Merge pull request #76 from CatalystCode/issue70
Towards #70 - Adds implementation for NativeViewHierarchyManager
Configuration menu - View commit details
-
Copy full SHA for bb9a76c - Browse repository at this point
Copy the full SHA bb9a76cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4edef - Browse repository at this point
Copy the full SHA ad4edefView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2251e7 - Browse repository at this point
Copy the full SHA b2251e7View commit details -
Ignore failing test until the XAML custom control issue is resolved. …
…Currently working with JFox to help with debugging the issue
Configuration menu - View commit details
-
Copy full SHA for 7355474 - Browse repository at this point
Copy the full SHA 7355474View commit details
Commits on Dec 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5cb6d5e - Browse repository at this point
Copy the full SHA 5cb6d5eView commit details -
Towards #70 - Adds implementation of ReactShadowNode
The ReactShadowNode implementation derives from CSSNode. Rather than port over the entire csslayout project that Facebook created, we're using a compiled binary (checked in) from https://github.com/pragmatrix/css-layout. We needed to hook into the `dirty` method, so there is one small modification to the library.
Configuration menu - View commit details
-
Copy full SHA for 02def6e - Browse repository at this point
Copy the full SHA 02def6eView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 38c0476 - Browse repository at this point
Copy the full SHA 38c0476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313d33c - Browse repository at this point
Copy the full SHA 313d33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5696d - Browse repository at this point
Copy the full SHA 2b5696dView commit details