Граф коммитов

17997 Коммитов

Автор SHA1 Сообщение Дата
Anandraj 67527e16b8
Fixing OS specific failure in publish task (#469) 2020-06-23 12:48:21 -07:00
React-Native Bot 1c042d8a0d Applying package update to 0.61.50 ***NO_CI*** 2020-06-20 01:02:37 +00:00
Tommy Nguyen 374cef84e2
Fix RCTScrollContentView layout with fixed size (#453) 2020-06-19 17:58:47 -07:00
React-Native Bot c5458a7575 Applying package update to 0.61.49 ***NO_CI*** 2020-06-19 21:07:01 +00:00
Tommy Nguyen 58949cb2bb
Fix isSelected not being passed to FlatList.renderItem (#464) 2020-06-19 14:03:34 -07:00
Tommy Nguyen 2803dc8799
Align multi-line TextInput onSubmitEditing with Android (#463)
Setting `blurOnSubmit` to `true` means that pressing return will blur
the field and trigger the `onSubmitEditing` event instead of inserting
a newline into the field.

-- https://reactnative.dev/docs/textinput#bluronsubmit
2020-06-19 13:53:25 -07:00
Tommy Nguyen d68e94b9f8
Fix onSubmitEditing not being called on single-line TextInput (#458) 2020-06-19 13:52:15 -07:00
React-Native Bot ebc83701c9 Applying package update to 0.61.48 ***NO_CI*** 2020-06-19 01:23:39 +00:00
Matthew Gray 84f277ab23
Implementing AccessibilityInfo.DisplayOptions ex: isInvertColorsEnabled (#455)
* Attempting to add isVoiceOverEnabled to macOS

* removing console.log

* Removed Merge conflicts

* Resolved merge conflict

* Removed comments/notes

* Removed comments/notes

* Added Features and encorporated into test app

* Removed logging

* Fixed mistakes in PR

* Changing name to DisplayOptions

* Removing extra newlines

* Adding linting fixes

* Added Notifaction unsubscribe to dealloc

* Lowercased selector to fit obj-c convention

* uncommented unsubscription

* Added TODOs around diff

* Put ScreenReaderStatus back in it's own component

* Lint fix
2020-06-18 18:19:18 -07:00
React-Native Bot c896feff73 Applying package update to 0.61.47 ***NO_CI*** 2020-06-18 16:56:43 +00:00
Anandraj 86e3855188
Switching the build pipleine to run on Ubuntu image (#456)
* Switching the build pipleine to run on Ubuntu image with the latest ANdroid build tools

* Clearing the dependencies envivornment which we don't set fot he RN61 builds in master now.

* Removing V8Integration patches which is causing issues while gradle clean
2020-06-18 09:51:53 -07:00
React-Native Bot 5d986bdcfd Applying package update to 0.61.46 ***NO_CI*** 2020-06-17 00:51:34 +00:00
Tommy Nguyen 2897f378c0
Fix `backgroundColor` not being applied to correctly to TextInput (#443)
Co-authored-by: Tom Underhill <tomun@microsoft.com>
2020-06-16 17:45:18 -07:00
React-Native Bot 8dc7d97437 Applying package update to 0.61.45 ***NO_CI*** 2020-06-17 00:32:26 +00:00
Tommy Nguyen 84813288cc
Fix onSubmitEditing firing on delete/tab (#442)
* Fix onSubmitEditing firing on delete/tab

`-[RCTBaseTextInputView textInputShouldReturn]` also sends a submit
event.

* Submit only on ⌘+Enter
2020-06-16 17:16:45 -07:00
React-Native Bot 2e1f2620f6 Applying package update to 0.61.44 ***NO_CI*** 2020-06-17 00:14:37 +00:00
Tommy Nguyen 06db930208
Fix ActivityIndicator with custom color causing brief flicker (#446) 2020-06-16 17:11:29 -07:00
React-Native Bot 3da0d327c0 Applying package update to 0.61.43 ***NO_CI*** 2020-06-16 23:49:20 +00:00
Tommy Nguyen b3543bd247
Fix exception thrown when unfocusing multiline TextInput (#441)
`-resignFirstResponder` is not supposed to be called directly. See
https://developer.apple.com/documentation/appkit/nsresponder/1532115-resignfirstresponder?language=objc

Resolves #432
2020-06-16 16:37:13 -07:00
Tommy Nguyen 8b6a438b3b
Fix styling of single-line TextInput (#449) 2020-06-16 16:29:56 -07:00
React-Native Bot 77c048f2f8 Applying package update to 0.61.42 ***NO_CI*** 2020-06-16 23:28:46 +00:00
graytmatterMS 33c5b4949c
Enabling AccessibilityInfo.setAccessibilityFocus for MacOS (#450)
* Attempting to add isVoiceOverEnabled to macOS

* Actually completed merge

* Added Tester for SetFocus

* Enabled setFocus

* Clean up console.log

* Cleaned up newline

* merged and cleaned up comments

* Added newlines back in

* Added linting changes

* Moved props into a single line for eslint.
2020-06-16 16:25:21 -07:00
React-Native Bot 929b57cb0a Applying package update to 0.61.41 ***NO_CI*** 2020-06-11 19:35:29 +00:00
graytmatterMS 1e5eabd8a2
Adds AccessibilityInfo.isScreenReaderEnabled to RN MacOS (#444)
* Attempting to add isVoiceOverEnabled to macOS

* Added changes for failure for TurboModules and NativeModules

* Mannaged to get static checking working

* Enabled screenReaderChanged watcher with KVC

* Forked file and cleaned up

* Finished cleaning up

* Did one last bit of clean up

* Removed console.log and returned to using TurboModules.

* added Dealloc to remove the KVO observer

* ran npx clang-format then polished a few things

* Fixed flow error

* Added new line

* Update React/Modules/MacOS/RCTAccessibilityManager.m

Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>

* Taken Set up off main thread

* Added correct comment

* Removed ifdefs since the file is no longer being used for macOS

Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2020-06-11 12:30:58 -07:00
React-Native Bot fc68d2e591 Merge branch 'publish-temp-1591894497253' 2020-06-11 16:55:07 +00:00
React-Native Bot 9a4e56c929 Applying package update to 0.61.40 ***NO_CI*** 2020-06-11 16:54:58 +00:00
Tommy Nguyen fdeb6d2f03
Fix -[RCTDynamicColor effectiveColor] being called off UI thread (#438) 2020-06-11 09:51:29 -07:00
Anandraj 22028b4190
Working around ndk paths containing spaces in it (#445)
* Working around ndk paths containing spaces in it

* Fixing a syntax error in task definitino
2020-06-11 09:50:46 -07:00
React-Native Bot 45d1df90e4 Applying package update to 0.61.39 ***NO_CI*** 2020-05-29 20:16:21 +00:00
Tom Underhill b6e8a7adf8
Fix npm publish pipeline to only tag `latest` when publishing from master (#426)
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae06b0.

* Remove unnecessary android builds and tar file upload.

* Fix publish script to only npm tag `latest` when publishing from master, other npm tag with the branch name such as `0.60-stable`.

Co-authored-by: React-Native Bot <53619745+rnbot@users.noreply.github.com>
2020-05-29 13:12:50 -07:00
React-Native Bot 9232ace99d Applying package update to 0.61.38 ***NO_CI*** 2020-05-25 18:06:25 +00:00
Bartosz Kaszubowski 402e76d37b
adjust default color of TextInput placeholder (#417) 2020-05-25 11:02:28 -07:00
React-Native Bot 19acde8f82 Applying package update to 0.61.37 ***NO_CI*** 2020-05-21 16:38:47 +00:00
Bartosz Kaszubowski d0387aa6c5
fix Picker text color in DarkMode, tweak text size (#401)
* fix Picker text color in DarkMode, tweak text size

* review tweaks
2020-05-21 09:35:55 -07:00
React-Native Bot c8d7ad9c06 Applying package update to 0.61.36 ***NO_CI*** 2020-05-21 16:05:00 +00:00
Tom Underhill ee78435aa7
Fix <Image> tintColor (#408)
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae06b0.

* Remove unnecessary android builds and tar file upload.

* Fix Image cover mode

* Fix tintColor

* Fix merge error

* Change tintColor to copy and elliminate ivar and instead wrap the inner NSImageView's contentTintColor.

Co-authored-by: React-Native Bot <53619745+rnbot@users.noreply.github.com>
2020-05-21 09:02:04 -07:00
React-Native Bot ff82f661e9 Applying package update to 0.61.35 ***NO_CI*** 2020-05-21 04:49:43 +00:00
Tom Underhill 375336b99c
Fix <Image> resizeMode="cover" (#407)
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae06b0.

* Remove unnecessary android builds and tar file upload.

* Fix Image cover mode

* Remove unnecessary props

Co-authored-by: React-Native Bot <53619745+rnbot@users.noreply.github.com>
2020-05-20 21:46:19 -07:00
React-Native Bot 034bb0c355 Applying package update to 0.61.34 ***NO_CI*** 2020-05-20 20:48:54 +00:00
Tom Underhill 6e949f06b0
Fix macOS mouse JS events (#405)
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae06b0.

* Remove unnecessary android builds and tar file upload.

* Fix mouse events

Co-authored-by: React-Native Bot <53619745+rnbot@users.noreply.github.com>
2020-05-20 13:44:48 -07:00
React-Native Bot e767c3582b Applying package update to 0.61.33 ***NO_CI*** 2020-05-19 19:05:39 +00:00
Bartosz Kaszubowski b463097239
RNTester: fix tester block description color in DarkMode (#378) 2020-05-19 11:57:12 -07:00
React-Native Bot 39a85c443f Applying package update to 0.61.32 ***NO_CI*** 2020-05-19 18:46:56 +00:00
Bartosz Kaszubowski 8c3c6b5d49
set autorecalculatesKeyView to YES in the init template (#377) 2020-05-19 11:43:05 -07:00
React-Native Bot 2a9cce850a Applying package update to 0.61.31 ***NO_CI*** 2020-05-19 17:02:44 +00:00
Jesse Katsumata 95e8bc3af7
feat(react-native-macos-init): add pod folder to gitignore (#369)
* feat(react-native-macos-init): add pod folder to gitignore

* add gitignore to macos template
2020-05-19 09:59:24 -07:00
React-Native Bot 355daa8916 Merge branch 'publish-temp-1589844748540' 2020-05-18 23:32:38 +00:00
React-Native Bot d304b8bc2e Applying package update to 0.61.30 ***NO_CI*** 2020-05-18 23:32:29 +00:00
React-Native Bot a753d91f0a applying package updates ***NO_CI*** 2020-05-18 23:31:12 +00:00
Bartosz Kaszubowski 1f640ad99a
init cli improvements: check the current version of RNmacOS, other display tweaks (#370)
* init cli improvements: check the current version of RNmacOS + display tweaks

* verbose tweak

* ensure that all errors are red

* typo fix, small tweaks

* few more tweaks

* Change files
2020-05-18 16:29:00 -07:00