-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Add support for Android TV devices #16500
Add support for Android TV devices #16500
Commits on Feb 14, 2018
-
Add LEANBACK_LAUNCHER to RNTester AndroidManifest
This allows the app to be launched on Android TV devices as well
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 0e40e4f - Browse repository at this point
Copy the full SHA 0e40e4fView commit details -
Contains code for handling KeyEvents related to Android TV navigation
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 6dc6bb5 - Browse repository at this point
Copy the full SHA 6dc6bb5View commit details -
Add isRunningOnTv flag to AndroidInfoModule constants
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 8a71318 - Browse repository at this point
Copy the full SHA 8a71318View commit details -
Expose isTV flag in Platform constants
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 7788de1 - Browse repository at this point
Copy the full SHA 7788de1View commit details -
Copy iOS TVEventHandler implementation over to Android
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 29eb058 - Browse repository at this point
Copy the full SHA 29eb058View commit details -
Change TV check in Touchable component
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for bf86743 - Browse repository at this point
Copy the full SHA bf86743View commit details -
Use ReactAndroidTVViewManager as default RootView
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 2eac232 - Browse repository at this point
Copy the full SHA 2eac232View commit details -
Prevent TouchableNativeFeedback from crashing on Android TV
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for b961f2d - Browse repository at this point
Copy the full SHA b961f2dView commit details -
Prevent crash when asking for overlay permission on Android TV
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 51df826 - Browse repository at this point
Copy the full SHA 51df826View commit details -
Decouple ReactAvtivityDelegate from ReactAndroidTVRootViewHelper
Instead of creating TV-specific root view handle the `dispatchKeyEvent` in ReactRootView and proxy it to ReactAndroidTVRootViewHelper to handle
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for d8c0f64 - Browse repository at this point
Copy the full SHA d8c0f64View commit details -
Add comment to RNTester Manifest for leanback launcher
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 4a75d81 - Browse repository at this point
Copy the full SHA 4a75d81View commit details -
Change isRunningOnTV to uiMode
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 5e7a6cd - Browse repository at this point
Copy the full SHA 5e7a6cdView commit details -
Change condition check to dispatch hotspot update
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for c4218f6 - Browse repository at this point
Copy the full SHA c4218f6View commit details -
Return true after dispatchKeyEvent
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for a5a7b3b - Browse repository at this point
Copy the full SHA a5a7b3bView commit details -
Fix isTV Platform constants on iOS
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for beb738f - Browse repository at this point
Copy the full SHA beb738fView commit details -
Consolidate TVEventHandler to single file
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for ac9d584 - Browse repository at this point
Copy the full SHA ac9d584View commit details -
Remove mReactContext local variable from AndroidInfoModule
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 318218f - Browse repository at this point
Copy the full SHA 318218fView commit details -
Minor renamed in ReactAndroidTVRootViewHelper
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 2c37223 - Browse repository at this point
Copy the full SHA 2c37223View commit details -
Prevent sending select event if target component is disabled
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 4aeca35 - Browse repository at this point
Copy the full SHA 4aeca35View commit details -
Revert "Return true after dispatchKeyEvent"
This reverts commit 0a7f218.
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 9e04243 - Browse repository at this point
Copy the full SHA 9e04243View commit details -
Handle focus change events in ReactRootView
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 1a68b10 - Browse repository at this point
Copy the full SHA 1a68b10View commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 8ea9950 - Browse repository at this point
Copy the full SHA 8ea9950View commit details -
Inline keyEvent handler methods
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for db8cf86 - Browse repository at this point
Copy the full SHA db8cf86View commit details -
Inline back retrieving RCTDeviceEmitter
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for ee5455f - Browse repository at this point
Copy the full SHA ee5455fView commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for c763506 - Browse repository at this point
Copy the full SHA c763506View commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for fb628ab - Browse repository at this point
Copy the full SHA fb628abView commit details -
[WIP] Support opening dev menu by long playPause button press
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 083c1b4 - Browse repository at this point
Copy the full SHA 083c1b4View commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 6b2a82c - Browse repository at this point
Copy the full SHA 6b2a82cView commit details -
Merge TV devices docs into one
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for a7397bf - Browse repository at this point
Copy the full SHA a7397bfView commit details -
Change dev menu trigger to fastForward instead of playPause
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 9404bff - Browse repository at this point
Copy the full SHA 9404bffView commit details -
Add rewind/fastForward buttons support
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for baaaf5a - Browse repository at this point
Copy the full SHA baaaf5aView commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 4e4d603 - Browse repository at this point
Copy the full SHA 4e4d603View commit details -
Move ReactAndroidTVRootViewHelper to react/ package
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for a41b70d - Browse repository at this point
Copy the full SHA a41b70dView commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for acf321d - Browse repository at this point
Copy the full SHA acf321dView commit details -
Fix tests with AndroidInfoModule
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for d2177d5 - Browse repository at this point
Copy the full SHA d2177d5View commit details -
Add support for hasTVPreferredFocus on Android TV devices
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for a087d05 - Browse repository at this point
Copy the full SHA a087d05View commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 5dc25ab - Browse repository at this point
Copy the full SHA 5dc25abView commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 3b709d2 - Browse repository at this point
Copy the full SHA 3b709d2View commit details -
Fix exporting TVViewPropTypes on Android
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 5897b0e - Browse repository at this point
Copy the full SHA 5897b0eView commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 0894fdb - Browse repository at this point
Copy the full SHA 0894fdbView commit details -
Rename TVRootViewHelper to HWInputDeviceHelper
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for d6b1231 - Browse repository at this point
Copy the full SHA d6b1231View commit details -
Krzysztof Ciombor committed
Feb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 61ff2ce - Browse repository at this point
Copy the full SHA 61ff2ceView commit details -
Improve HWInputDeviceHelper events dispatching
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 8fc9b65 - Browse repository at this point
Copy the full SHA 8fc9b65View commit details -
Rename onTVNavEvent to onHWKeyEvent
Krzysztof Ciombor committedFeb 14, 2018 Configuration menu - View commit details
-
Copy full SHA for dcb6ef7 - Browse repository at this point
Copy the full SHA dcb6ef7View commit details
Commits on Feb 15, 2018
-
Add getUseDeveloperSupport check for fast forward long press
Krzysztof Ciombor committedFeb 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 1eccd4f - Browse repository at this point
Copy the full SHA 1eccd4fView commit details -
Use ReactRootView sendEvent in HWInputDeviceHelper
Krzysztof Ciombor committedFeb 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 3c4a8eb - Browse repository at this point
Copy the full SHA 3c4a8ebView commit details -
Add "package" to sendEvent method
Krzysztof Ciombor authoredFeb 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 15bf287 - Browse repository at this point
Copy the full SHA 15bf287View commit details
Commits on Mar 6, 2018
-
Merge branch 'master' into feature/AndroidTV
Krzysztof Ciombor committedMar 6, 2018 Configuration menu - View commit details
-
Copy full SHA for e79041a - Browse repository at this point
Copy the full SHA e79041aView commit details -
Fix ReactAndroidHWInputDeviceHelper.java license
Krzysztof Ciombor committedMar 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 9a6be6d - Browse repository at this point
Copy the full SHA 9a6be6dView commit details