| #
17185210 |
| 05-Oct-2022 |
aleqsio <[email protected]> |
[ENG-6235][localization] Add sync methods to expo localization (#19019)
Co-authored-by: Łukasz Kosmaty <[email protected]>
Co-authored-by: Tomasz Sapeta <[email protected]>
Co
[ENG-6235][localization] Add sync methods to expo localization (#19019)
Co-authored-by: Łukasz Kosmaty <[email protected]>
Co-authored-by: Tomasz Sapeta <[email protected]>
Co-authored-by: Aman Mittal <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>
show more ...
|
| #
d1736fc2 |
| 23-Feb-2021 |
Hein Rutjes <[email protected]> |
[localization] Add currency, separators, isMetric and update region (#11663)
Adds the region property for Android and 4 new properties: currency, decimalSeparator, groupingSeparator and isMetric.
|
| #
a51ca78a |
| 09-Apr-2020 |
Tomasz Sapeta <[email protected]> |
[circleci] Update Xcode to 11.4.0 (#7316)
# Why
We're still using version `11.0.0` in CircleCI
# How
Changed Xcode version in CircleCI config from `11.0.0` to `11.4.0` (latest stable versio
[circleci] Update Xcode to 11.4.0 (#7316)
# Why
We're still using version `11.0.0` in CircleCI
# How
Changed Xcode version in CircleCI config from `11.0.0` to `11.4.0` (latest stable version).
I had to remove `t.expect(Localization.timezone.split('/').length > 1).toBe(true);` test from `test-suite` because it started failing (there is a big chance the timezone returned on the CI is now `GMT` and so we shouldn't assume the existence of `/` in the timezone name).
# Test Plan
CI jobs passed.
show more ...
|
| #
f2c6b866 |
| 23-Aug-2019 |
Łukasz Kosmaty <[email protected]> |
[Localization] Introduce `Localization.region` (#4921)
# Why
Resolve #4540.
# How
Country variable on Android came from currently selected language, however on devices with iOS country was
[Localization] Introduce `Localization.region` (#4921)
# Why
Resolve #4540.
# How
Country variable on Android came from currently selected language, however on devices with iOS country was got from `Region` in `Language & Region`.
Not all android phone provide `Region` setting, so I suggest renaming Localization.country to Localization.region and make it available only on iOS.
# Test Plan
You can check it on https://snack.expo.io/@lukaszkosmaty/9e807b.
I also updated test-suits.
show more ...
|
| #
f1fde1fb |
| 24-Jul-2019 |
Evan Bacon <[email protected]> |
Added speech tests (#4966)
* Added speech tests
* Remove speech tests in CI
* update format
* Update index.js
* Added new logs
* Update TestUtils.js
* Update index.js
* Update L
Added speech tests (#4966)
* Added speech tests
* Remove speech tests in CI
* update format
* Update index.js
* Added new logs
* Update TestUtils.js
* Update index.js
* Update Localization.js
* Update apps/test-suite/tests/Localization.js
Co-Authored-By: James Ide <[email protected]>
* Update packages/expo-speech/src/Speech/Speech.types.ts
Co-Authored-By: James Ide <[email protected]>
* Update Speech.types.ts
* updated build
show more ...
|
| #
a47a1472 |
| 14-May-2019 |
Ville Immonen <[email protected]> |
[ncl][test-suite] Change imports to SDK 33 syntax with the codemod (#4219)
* [ncl][test-suite] Change imports to SDK 33 syntax with the codemod
* [ncl][test-suite] Add new imported packages to de
[ncl][test-suite] Change imports to SDK 33 syntax with the codemod (#4219)
* [ncl][test-suite] Change imports to SDK 33 syntax with the codemod
* [ncl][test-suite] Add new imported packages to dependencies
show more ...
|
| #
9b253272 |
| 07-Feb-2019 |
Evan Bacon <[email protected]> |
Migrate expo-localization to TypeScript (#3398)
* Migrated to TypeScript
* Added tests
* Update config.yml
* Update LocalizationScreen.js
* Update Expo.ts
* Update packages/expo-local
Migrate expo-localization to TypeScript (#3398)
* Migrated to TypeScript
* Added tests
* Update config.yml
* Update LocalizationScreen.js
* Update Expo.ts
* Update packages/expo-localization/README.md
Co-Authored-By: EvanBacon <[email protected]>
* Fixed API
* Update Localization-test.ts
* Remoevd type export
show more ...
|
| #
67f55e2b |
| 25-Oct-2018 |
Stanisław Chmiela <[email protected]> |
Test suite fixes (#2433)
* [tests] Fix a couple of issues in Expo SDK and test-suite
- Add .db as an asset extension of expo-yarn-workspaces
- Fix NSNumber issues in EXFileSystem when manipulati
Test suite fixes (#2433)
* [tests] Fix a couple of issues in Expo SDK and test-suite
- Add .db as an asset extension of expo-yarn-workspaces
- Fix NSNumber issues in EXFileSystem when manipulating files with Base64 encoding
- Fix timing issues in test-suite
* Fix review comment
* Run yarn install v1.10.1
[1/4] Resolving packages...
success Already up-to-date.
$ expo-module prepare
Done in 3.25s.
show more ...
|
| #
ad26c082 |
| 16-Oct-2018 |
Evan Bacon <[email protected]> |
[iOS][Android][SDK][Unimodule] Localization (#2327)
* Removed deprecated methods from `Expo.Utils`
* Removed: `Expo.Utils.getCurrentDeviceCountryAsync()`
* Removed: `Expo.Utils.getCurrentLocaleA
[iOS][Android][SDK][Unimodule] Localization (#2327)
* Removed deprecated methods from `Expo.Utils`
* Removed: `Expo.Utils.getCurrentDeviceCountryAsync()`
* Removed: `Expo.Utils.getCurrentLocaleAsync()`
* Removed: `Expo.Utils.getCurrentTimeZoneAsync()`
* Added: deprecation warning to `Expo.DangerZone.Localization.getCurrentLocaleAsync()`
* Created: [Unimodule] `expo-localization`
* Added: [SDK] `expo-localization`
* Removed: [iOS][Android][SDK] `DangerZone.Localization`
* Changed: `react-native` -> `expo-core` in `DangerZone.Localization`
* Fixed: Android locale bug
* Added: [Android] `expo-localization`
* Added: [iOS] `expo-localization` pod
* Added:[Tests] test suite tests
* Added: `isRTL` boolean
* Updated: [Docs] updaed example and descriptions
* Changed: [SDK] `Localization` API to match sensor API
* PR Updates
* PR Updates
* Removed: peer deps
* Added: more brackets
* Removed: FBSDK files
* Added ability to deallocate local MR given a null MR
* * Added: [Android] Case where `setModuleRegistry` is called with `null`
* Removed: [iOS] Obsolete `requiresMainQueueSetup`
* Removed: events
* Added: [Android][iOS] async getters
* Added: [Tests] `expect async to return locale`
* Added deprecation warnings for `DangerZone.Localization`
* removed modules
* Update react-native-lab/react-native
show more ...
|
| #
740b3867 |
| 18-Aug-2018 |
James Ide <[email protected]> |
Move test-suite into the Expo repo under apps
This moves test-suite into the Expo repo, setting things up so that CI can verify changes to modules using test-suite.
Tested by loading and running te
Move test-suite into the Expo repo under apps
This moves test-suite into the Expo repo, setting things up so that CI can verify changes to modules using test-suite.
Tested by loading and running test-suite with `expu start` for now. Also will check that our CI passes since there are some dependencies on test-suite (e.g. publishing it). Before merging, the shipit bot needs to be redeployed as well and may need some manual repo editing inside its container.
fbshipit-source-id: 144e1bd
show more ...
|