1. 58bd83a Merge branch 'upstream-google' into upgrade by Rex Hoffman · 1 year, 6 months ago
  2. 4c16132 Switch to ubuntu-20.04 for GitHub Actions by utzcoz · 1 year, 8 months ago
  3. 4ca6b70 Enable gradle package ecosystem checking for dependabot by utzcoz · 1 year, 8 months ago
  4. 71b57b3 Run SDK 33 Emulator tests on CI by utzcoz · 1 year, 9 months ago
  5. 7518b3a Run SDK 33 local tests on CI by utzcoz · 1 year, 9 months ago
  6. 762fd76 Update tests.yml by Alex · 1 year, 9 months ago
  7. 4ca7876 Retry connectedCheck on CI maximum three time by utzcoz · 1 year, 10 months ago
  8. 6f7085c chore: Included githubactions in the dependabot config by naveen · 1 year, 11 months ago
  9. 854ed11 chore: Set permissions for GitHub actions by naveen · 2 years ago
  10. 6112672 Use JDK 11 instead of 11.0.14 for CI by utzcoz · 2 years ago
  11. fbc6ac7 Switch to run tests on Emulator with SDK 29,31 by utzcoz · 2 years, 2 months ago
  12. 970cb11 Update CI to use JDK 11.0.14 by Michael Hoisie · 2 years, 2 months ago
  13. b840054 Set arch to x86_64 by Goooler · 2 years, 2 months ago
  14. 85ca8c9 Cache AVD by Goooler · 2 years, 2 months ago
  15. 2b8b04a Use gradle-build-action by Goooler · 2 years, 2 months ago
  16. faef65b Bump actions by Goooler · 2 years, 2 months ago
  17. 759f8a4 Use google_apis for Emulator images default by utzcoz · 2 years, 3 months ago
  18. 726aa85 Remove useless os checking for ICU building by utzcoz · 2 years, 3 months ago
  19. 4abfe22 Enable CI when PRs are made to the 'google' branch by Michael Hoisie · 2 years, 3 months ago
  20. c278347 Clone submodule recursive for instrumentation-tests by utzcoz · 2 years, 3 months ago
  21. 38d12cb Bump preinstrumented jars to version 4 by Michael Hoisie · 2 years, 3 months ago
  22. 89bc37f Add support for Android S V2 in Robolectric by hoisie · 2 years, 3 months ago
  23. 63c3045 Add Kotlin formatting checking to GitHub CI by utzcoz · 2 years, 3 months ago
  24. b8e2a98 Update check_java_formatting action to use Google Java Format 1.15 by Michael Hoisie · 2 years, 3 months ago
  25. 71c87a1 Sets github's test gradle usePreinstrumentedJars value to false by default. by Googler · 2 years, 4 months ago
  26. 78fabaf Add CI job to build nativeruntime for Windows by utzcoz · 2 years, 6 months ago
  27. 70ae207 Remove specific clang/clang++ env for tests.yml by utzcoz · 2 years, 5 months ago
  28. 7302698 Remove specific clang/clang++ env for build_native_runtime.yml by utzcoz · 2 years, 6 months ago
  29. 0a52807 Use runner.arch when calculating ICU cache keys by Michael Hoisie · 2 years, 6 months ago
  30. 0937105 Switch to Ninja for building the native runtime by hoisie · 2 years, 6 months ago
  31. 2cd96df Remove redundant SKIP_ICU_BUILD environment variable by Michael Hoisie · 2 years, 6 months ago
  32. b6953a0 Fix broken GitHub CI when running tests by Michael Hoisie · 2 years, 6 months ago
  33. 1cb59ea Update tests workflow to use consistent icu cache key by Michael Hoisie · 2 years, 7 months ago
  34. b2348b3 Use the self-hosted Mac M1 runner for the build_nativeruntime_task by Michael Hoisie · 2 years, 7 months ago
  35. b597486 Fix name for macOS tasks to rename and upload binary files by utzcoz · 2 years, 7 months ago
  36. 0966a0c Turn off Gradle's fs watching during tests by Michael Hoisie · 2 years, 7 months ago
  37. ba98961 Add a workflow to build the nativeruntime libraries by Michael Hoisie · 2 years, 7 months ago
  38. 08dbd81 Specify clang and clang++ when building nativeruntime by Michael Hoisie · 2 years, 7 months ago
  39. b36f8ae Skip the native runtime build during the check_aggregateDocs workflow by Michael Hoisie · 2 years, 7 months ago
  40. 25de1e8 Add caching for libICU build artifacts when running workflows by Michael Hoisie · 2 years, 7 months ago
  41. 02fd810 Use clang to build libnativeruntime by Michael Hoisie · 2 years, 7 months ago
  42. 7d0eb36 Add support for Android S by dennismeng · 2 years, 8 months ago
  43. 244a678 Fix typo for instrumentation-tests by utzcoz · 2 years, 8 months ago
  44. a6ca83b Change emulator skin to Nexus One by utzcoz · 2 years, 8 months ago
  45. 9f12fe0 Reduce SDK level to 2 for instrumentation tests by utzcoz · 2 years, 8 months ago
  46. 176ede0 Keep instrumentationt-tests' JDK version same to unit-tests by utzcoz · 2 years, 9 months ago
  47. f141334 Integrate ReactiveCircus/android-emulator-runner to run instrumentation tests by utzcoz · 3 years ago
  48. 6129169 Reduce JDK level to 14 only by utzcoz · 2 years, 8 months ago
  49. a612164 Checkout code with resursive for check_aggregateDocs by utzcoz · 2 years, 8 months ago
  50. 4b30525 Add CI job to check aggregateDocs by utzcoz · 2 years, 8 months ago
  51. 6105a6c Add CMake build for SQLite native artifacts by Michael Hoisie · 2 years, 9 months ago
  52. b1d6540 Skip ErrorProne on GitHub CI runs by hoisie · 2 years, 9 months ago
  53. d126ab6 Add github action wrapper-validation-action by utzcoz · 3 years, 5 months ago
  54. d727700 Keep ubuntu to ubuntu-18.04 on CI by utzcoz · 3 years, 3 months ago
  55. b1ffa56 Execute google-java-format-diff.py directly on CI machines by hoisie · 3 years, 3 months ago
  56. e6cbcce Remove publish_test_results job by Michael Hoisie · 3 years, 4 months ago
  57. 4224626 Fix typo and run tests on SDK 30 by Michael Hoisie · 3 years, 4 months ago
  58. 9332280 nit: modify the wording for github actions by xiangyang · 3 years, 4 months ago
  59. 767b048 Upgraded google-java-format to 1.9 by xiangyang · 3 years, 4 months ago
  60. 894d98e Migrate CI checks from CircleCI to GitHub actions by xiangyang · 3 years, 4 months ago
  61. 85d0efc Change compileTest to compileTestJava in doc by utzcoz · 3 years, 10 months ago
  62. 2af1085 Update ISSUE_TEMPLATE.md by Christian Williams · 7 years ago
  63. a36cb8f Fix out of date build steps in README.md. by Adam Michael · 8 years ago
  64. 836ec3f Use gradle in `install-robolectric.sh`. Update `CONTRIBUTING.md`. by Christian Williams · 8 years ago
  65. 00197c0 Create PULL_REQUEST_TEMPLATE.md by Erich Douglass · 8 years ago
  66. ee9df35 Create ISSUE_TEMPLATE.md by Erich Douglass · 8 years ago
  67. 417948f Move CONTRIBUTING.md to .github directory. by Erich Douglass · 8 years ago