Skip to content
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

Deprecate and mark for removal com.facebook.react.common.StandardCharsets #36779

Closed
wants to merge 2 commits into from

Conversation

mdvacca
Copy link
Contributor

@mdvacca mdvacca commented Apr 3, 2023

Summary:
Deprecate and mark for removal com.facebook.react.common.StandardCharsets, this class was originally created because java.nio.charset.StandardCharsets only exists in Android API level 19+

As part of this diff I also migrate all internal usages of com.facebook.react.common.StandardCharsets

Changelog:
[Android][Deprecated] - Deprecate and mark for removal com.facebook.react.common.StandardCharsets, please use java.nio.charset.StandardCharsets instead

Reviewed By: rshest

Differential Revision: D44592721

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Apr 3, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44592721

@analysis-bot
Copy link

analysis-bot commented Apr 3, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,575,706 -107
android hermes armeabi-v7a 7,890,088 -113
android hermes x86 9,058,478 -101
android hermes x86_64 8,913,061 -108
android jsc arm64-v8a 9,173,975 -214
android jsc armeabi-v7a 8,364,394 -212
android jsc x86 9,231,497 -221
android jsc x86_64 9,488,893 -224

Base commit: efef8eb
Branch: main

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44592721

mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 3, 2023
…sets (facebook#36779)

Summary:
Pull Request resolved: facebook#36779

Deprecate and mark for removal com.facebook.react.common.StandardCharsets, this class was originally created because java.nio.charset.StandardCharsets only exists in Android API level 19+

As part of this diff I also migrate all internal usages of  com.facebook.react.common.StandardCharsets

Changelog:
[Android][Deprecated] - Deprecate and mark for removal com.facebook.react.common.StandardCharsets, please use java.nio.charset.StandardCharsets instead

Reviewed By: rshest

Differential Revision: D44592721

fbshipit-source-id: e246766142c8634eb4897d24b0ffe58732947fd4
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44592721

mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 3, 2023
…sets (facebook#36779)

Summary:
Pull Request resolved: facebook#36779

Deprecate and mark for removal com.facebook.react.common.StandardCharsets, this class was originally created because java.nio.charset.StandardCharsets only exists in Android API level 19+

As part of this diff I also migrate all internal usages of  com.facebook.react.common.StandardCharsets

Changelog:
[Android][Deprecated] - Deprecate and mark for removal com.facebook.react.common.StandardCharsets, please use java.nio.charset.StandardCharsets instead

Reviewed By: rshest

Differential Revision: D44592721

fbshipit-source-id: 8319f04a0dedca339955686363d903330f936efa
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44592721

mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 4, 2023
…sets (facebook#36779)

Summary:
Pull Request resolved: facebook#36779

Deprecate and mark for removal com.facebook.react.common.StandardCharsets, this class was originally created because java.nio.charset.StandardCharsets only exists in Android API level 19+

As part of this diff I also migrate all internal usages of  com.facebook.react.common.StandardCharsets

Changelog:
[Android][Deprecated] - Deprecate and mark for removal com.facebook.react.common.StandardCharsets, please use java.nio.charset.StandardCharsets instead

Reviewed By: rshest

Differential Revision: D44592721

fbshipit-source-id: 08b55c05374db51d50e8faf20c736851674b423d
mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 4, 2023
…sets (facebook#36779)

Summary:
Pull Request resolved: facebook#36779

Deprecate and mark for removal com.facebook.react.common.StandardCharsets, this class was originally created because java.nio.charset.StandardCharsets only exists in Android API level 19+

As part of this diff I also migrate all internal usages of  com.facebook.react.common.StandardCharsets

Changelog:
[Android][Deprecated] - Deprecate and mark for removal com.facebook.react.common.StandardCharsets, please use java.nio.charset.StandardCharsets instead

Reviewed By: rshest

Differential Revision: D44592721

fbshipit-source-id: f7e2237325cf7cd42a66c0bbf14ab54ec1d03c7b
mdvacca and others added 2 commits April 4, 2023 08:04
Summary:
Pull Request resolved: facebook#36749

Reduce visibility of FabricSoLoader

This is a breaking change, but nobody should be using this class

Changelog: [internal] internal

Reviewed By: javache, cortinico

Differential Revision: D44153451

fbshipit-source-id: e487d89f75bdc8d85522d2ca2aec0c14835b8dde
…sets (facebook#36779)

Summary:
Pull Request resolved: facebook#36779

Deprecate and mark for removal com.facebook.react.common.StandardCharsets, this class was originally created because java.nio.charset.StandardCharsets only exists in Android API level 19+

As part of this diff I also migrate all internal usages of  com.facebook.react.common.StandardCharsets

Changelog:
[Android][Deprecated] - Deprecate and mark for removal com.facebook.react.common.StandardCharsets, please use java.nio.charset.StandardCharsets instead

Reviewed By: rshest

Differential Revision: D44592721

fbshipit-source-id: 7fdec13e88c37870ffe8b442fc2b7385a38ffd44
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44592721

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Apr 4, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in c0b4883.

jeongshin pushed a commit to jeongshin/react-native that referenced this pull request May 7, 2023
…sets (facebook#36779)

Summary:
Pull Request resolved: facebook#36779

Deprecate and mark for removal com.facebook.react.common.StandardCharsets, this class was originally created because java.nio.charset.StandardCharsets only exists in Android API level 19+

As part of this diff I also migrate all internal usages of  com.facebook.react.common.StandardCharsets

Changelog:
[Android][Deprecated] - Deprecate and mark for removal com.facebook.react.common.StandardCharsets, please use java.nio.charset.StandardCharsets instead

Reviewed By: rshest

Differential Revision: D44592721

fbshipit-source-id: c3f4286766209a733b466d19dc36891f12d69be1
OlimpiaZurek pushed a commit to OlimpiaZurek/react-native that referenced this pull request May 22, 2023
…sets (facebook#36779)

Summary:
Pull Request resolved: facebook#36779

Deprecate and mark for removal com.facebook.react.common.StandardCharsets, this class was originally created because java.nio.charset.StandardCharsets only exists in Android API level 19+

As part of this diff I also migrate all internal usages of  com.facebook.react.common.StandardCharsets

Changelog:
[Android][Deprecated] - Deprecate and mark for removal com.facebook.react.common.StandardCharsets, please use java.nio.charset.StandardCharsets instead

Reviewed By: rshest

Differential Revision: D44592721

fbshipit-source-id: c3f4286766209a733b466d19dc36891f12d69be1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner Platform: Android Android applications. Type: Deprecation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants