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

Android native locale resolution algorithm #19266

Merged
merged 26 commits into from
Jun 26, 2020
Merged

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    278407d View commit details
    Browse the repository at this point in the history
  2. Algorithm fidelity

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    e082525 View commit details
    Browse the repository at this point in the history
  3. Comments. algo adjustment

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    9289113 View commit details
    Browse the repository at this point in the history
  4. Fix version gating

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    dc36437 View commit details
    Browse the repository at this point in the history
  5. Add tests, fix algo

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    d6717f3 View commit details
    Browse the repository at this point in the history
  6. Fix test bugs

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    7117f71 View commit details
    Browse the repository at this point in the history
  7. Remove extra imports

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    e370cf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4be00f3 View commit details
    Browse the repository at this point in the history
  9. Import Flutter JNI

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    744699f View commit details
    Browse the repository at this point in the history
  10. Package adjustments

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    b9a8358 View commit details
    Browse the repository at this point in the history
  11. Test adjustment

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    3133c93 View commit details
    Browse the repository at this point in the history
  12. More tests

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1b92079 View commit details
    Browse the repository at this point in the history
  13. More tests

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    322bfe8 View commit details
    Browse the repository at this point in the history
  14. Add imports for reflection

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    a63467e View commit details
    Browse the repository at this point in the history
  15. Error Handling

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ad178ec View commit details
    Browse the repository at this point in the history
  16. Assert true

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    686abbf View commit details
    Browse the repository at this point in the history
  17. Full catch exceptions

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    3f84fdf View commit details
    Browse the repository at this point in the history
  18. Use .equals

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    7f618a1 View commit details
    Browse the repository at this point in the history
  19. More .equals

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c6dcd87 View commit details
    Browse the repository at this point in the history
  20. Typo

    GaryQian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    979afb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Add test to be run

    GaryQian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a613438 View commit details
    Browse the repository at this point in the history
  2. Fix mockito

    GaryQian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    d352c78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea45222 View commit details
    Browse the repository at this point in the history
  4. compile

    GaryQian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    bd12009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f62244 View commit details
    Browse the repository at this point in the history
  6. PAssing tests

    GaryQian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    553396a View commit details
    Browse the repository at this point in the history