-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D44592721 |
Base commit: efef8eb |
This pull request was exported from Phabricator. Differential Revision: D44592721 |
…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
11eeabe
to
a7b8985
Compare
This pull request was exported from Phabricator. Differential Revision: D44592721 |
…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
a7b8985
to
6001bc1
Compare
This pull request was exported from Phabricator. Differential Revision: D44592721 |
…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
6001bc1
to
69821aa
Compare
…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
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
This pull request was exported from Phabricator. Differential Revision: D44592721 |
42e0f17
to
02decd0
Compare
This pull request has been merged in c0b4883. |
…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
…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
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