1. 32f97fc Fix several edge cases in constructor instrumentation by Michael Hoisie · 1 year, 9 months ago
  2. f53a74b Block explicit intents if they don't match intent filters on T+. by Roman Kalukiewicz · 1 year, 9 months ago
  3. 49e67dd Initialize configuration before calling application lifecycle plugins by Michael Hoisie · 1 year, 9 months ago
  4. 26ed520 Create check to see if constructor can be instrumented by Samuel Liu · 1 year, 9 months ago
  5. cc0a05f Clean up some API methods on ShadowBitmap by Michael Hoisie · 1 year, 9 months ago
  6. a189f80 Remove incorrect shadow implementation of BitmapDrawable.mutate by Michael Hoisie · 1 year, 9 months ago
  7. f723f8a Change SQLite default mode to NATIVE. by Samuel Liu · 1 year, 9 months ago
  8. d32286f Make GC of native SQLiteConnection objects thread-safe by Michael Hoisie · 1 year, 9 months ago
  9. e5e3838 Add a ShadowCanvas instanceof check to ShadowView.visualize by Julia Sullivan · 1 year, 9 months ago
  10. 543e79f Bump core from 1.5.0 to 1.9.0 by dependabot[bot] · 1 year, 9 months ago
  11. 7a2560c Bump gson from 2.8.6 to 2.9.1 by dependabot[bot] · 1 year, 9 months ago
  12. fd4fdaa Bump apiCompatVersion from 4.7 to 4.8.2 by dependabot[bot] · 1 year, 9 months ago
  13. b440d51 Bump compile-testing from 0.18 to 0.19 by dependabot[bot] · 1 year, 9 months ago
  14. f9c556d Migrate instance calling in ReflectionHelpers to lambda by utzcoz · 1 year, 9 months ago
  15. 74a6c71 Reuse bytecode of ClassWriter for ProxyMaker by utzcoz · 1 year, 9 months ago
  16. c28c0a7 Bump constraintlayout from 2.1.3 to 2.1.4 by dependabot[bot] · 1 year, 9 months ago
  17. cb2e39c Bump bcprov-jdk15on from 1.68 to 1.70 by dependabot[bot] · 1 year, 9 months ago
  18. 72cabf2 Support other result in canAuthenticate function by charlesng · 1 year, 9 months ago
  19. 6507fc6 Add alternative to Unsafe.defineAnonymousClass by Sorin Basca · 2 years ago
  20. 4ca6b70 Enable gradle package ecosystem checking for dependabot by utzcoz · 1 year, 9 months ago
  21. 20306cc Migrate Gradle dependencies to dependencies.gradle by utzcoz · 1 year, 9 months ago
  22. 7e15cdf Remove unused Exceptions from ShadowAccountManager methods by utzcoz · 1 year, 9 months ago
  23. e438773 Remove unused deprecated from protected ShadowAccountManager#get by utzcoz · 1 year, 9 months ago
  24. 5e7151b Combine exceptions for ReflectionHelpers#getDeclaredField by utzcoz · 1 year, 9 months ago
  25. b0645f5 Add the ability to deploy specific preinstrumented jars to maven by Michael Hoisie · 1 year, 9 months ago
  26. 60c1a66 Removing `NameNotFoundException` from bunch of signatures in the `ShadowPackageManager`. by Roman Kalukiewicz · 1 year, 9 months ago
  27. aff8699 Bump ASM to 9.3 by utzcoz · 1 year, 9 months ago
  28. 181d3a4 Move dependencies of shadows/framework to gradle.properties by utzcoz · 1 year, 9 months ago
  29. 06fc775 Add back invokedynamic perf stats collector by Samuel Liu · 1 year, 9 months ago
  30. 2f22ef3 Add shadows for getTimeZone and getAutoTimeZoneEnabled. by Googler · 1 year, 9 months ago
  31. 6bb785c Remove logspam about resource arsc being compressed in apk by Samuel Liu · 1 year, 9 months ago
  32. 358bc15 Restrict the use of getDeclaredFields0 in ReflectionHelpers by Michael Hoisie · 1 year, 9 months ago
  33. 8a9efed Exclude kotlin-stdlib dependency from utils generated .pom by utzcoz · 1 year, 9 months ago
  34. 0f947a6 Support Activity#setShowWhenLocked and setTurnScreenOn by utzcoz · 2 years ago
  35. b3c174a Remove unused Exception for ShadowActivityTest by utzcoz · 2 years ago
  36. f6a7698 Bump compile/targetSdk to 33 by utzcoz · 1 year, 9 months ago
  37. 369aa4e Remove 0x prefix for string format log by utzcoz · 1 year, 9 months ago
  38. 3a72ce4 fix: AnnotateFormatMethod and FormatStringAnnotation warning by hellosagar · 2 years, 1 month ago
  39. 59d86a1 Remove use-sdk from androidx_test/sharedTest/AndroidManifest.xml by utzcoz · 1 year, 9 months ago
  40. 1689213 Bump maximum API for GMD to SDK 33 by utzcoz · 1 year, 9 months ago
  41. a090049 Declare supporting for SDK 33 on README.md by utzcoz · 1 year, 9 months ago
  42. 71b57b3 Run SDK 33 Emulator tests on CI by utzcoz · 1 year, 9 months ago
  43. 7518b3a Run SDK 33 local tests on CI by utzcoz · 1 year, 9 months ago
  44. 07b222b Remove dead code that uses Plan based instrumentation (ClassHandler.Plan) by Samuel Liu · 1 year, 9 months ago
  45. ab2dc14 Reopen master for 4.9-SNAPSHOT development by Michael Hoisie · 1 year, 9 months ago
  46. 2a02b09 Bump version to 4.9-alpha-1. by Michael Hoisie · 1 year, 9 months ago
  47. 6899b8c Merge branch 'google' into 'master' by Michael Hoisie · 1 year, 9 months ago
  48. 25f2716 Revert 'Add ShadowViewTreeObserver' by Michael Hoisie · 1 year, 9 months ago
  49. cc8f002 Add a shadow method for ShadowLauncherApps#hasShortcutHostPermission. by Googler · 1 year, 9 months ago
  50. 296f419 Add support for Android T (SDK 33) by Michael Hoisie · 1 year, 9 months ago
  51. 457ad8b Revert 'Rewrite the wake lock timeout simulation algorithm at `ShadowPowerManager.ShadowWakeLock`' by yorick · 1 year, 9 months ago
  52. 08e4a3b Bump AGP to 7.3.0 by utzcoz · 2 years ago
  53. 973b437 Rewrite the wake lock timeout simulation algorithm at `ShadowPowerManager.ShadowWakeLock` by Googler · 1 year, 9 months ago
  54. 31c5561 Adding (get/set/clear)CommunicationDevice methods for ShadowAudioManager.java by Googler · 1 year, 9 months ago
  55. 60f97af Deprecate and un-shadow ShadowScanResult class. by Brett Chabot · 1 year, 9 months ago
  56. fe5ab5d Add support for some new CompanionDeviceManager Android T APIs by Michael Hoisie · 1 year, 9 months ago
  57. d9dd62a Fix the bug that `acquire()` is equivalent to 0ms timeout by Googler · 1 year, 9 months ago
  58. 75d6956 Support wake lock timeout testing at ShadowPowerManager by Googler · 1 year, 9 months ago
  59. 4999354 Add ShadowBluetoothLeAdvertiser by Googler · 1 year, 9 months ago
  60. 9696ae1 Add ShadowViewTreeObserver by Googler · 1 year, 9 months ago
  61. e7b6b70 Parse `idx` and `offset` correctly from sparse resource entries by Paul Sowden · 1 year, 9 months ago
  62. 41b282e Add support for some UsageStatsManager BroadcastResponseStats T APIs by Michael Hoisie · 1 year, 9 months ago
  63. 0b6b1eb Add support for DevicePolicyManager in Android T by Michael Hoisie · 1 year, 9 months ago
  64. eb5ed48c Add a shadow for getMyAssociations() introduced in T by Googler · 1 year, 9 months ago
  65. c9e5c30 Use full qualified class name for androidx_test test by utzcoz · 1 year, 9 months ago
  66. a92c312 Bump AGP to 7.2.2 by utzcoz · 1 year, 10 months ago
  67. 184f3de Suppress RethrowReflectiveOperationExceptionAsLinkageError for Danger11Plus by utzcoz · 1 year, 9 months ago
  68. ba96679 refac: rethrowReflectiveOperationExceptionAsLinkageError warning fix by hellosagar · 2 years ago
  69. ef0f336 Add test for RoboCookieManager#setCookie with null callback by utzcoz · 1 year, 9 months ago
  70. b42df2f Add ShadowUwbAdapterStateListener that shadows android.uwb.AdapterStateListener and tracks adapter state changes. by Googler · 1 year, 9 months ago
  71. 836f486 Add executeOnSessionDestroyed() to ShadowMediaController.java. by Googler · 1 year, 9 months ago
  72. c165d42 Add support for two GNSS APIs to ShadowLocationManager. by Soonil Nagarkar · 1 year, 9 months ago
  73. 7192358 Update Robolectric to be compiled against Android T by Michael Hoisie · 1 year, 9 months ago
  74. e7e7e3d Avoid inlining StatusBarManager.DEFAULT_SETUP_DISABLE{,2}_FLAGS by Michael Hoisie · 1 year, 9 months ago
  75. 2f7f574 Revert some method signature updates for Android T by Michael Hoisie · 1 year, 10 months ago
  76. 2de223e Refactor AndroidSandbox to support invalidating SQLite shadows by Michael Hoisie · 1 year, 10 months ago
  77. d8504fa refac: suppress the JavaUtilDate warning by hellosagar · 1 year, 10 months ago
  78. 3511850 fix: remove AlmostJavadoc warning by hellosagar · 1 year, 10 months ago
  79. 762fd76 Update tests.yml by Alex · 1 year, 10 months ago
  80. 2112d30 Eliminate CloseGuard logspam in SQLiteDatabaseTest by Michael Hoisie · 1 year, 10 months ago
  81. 635280c Add support for FontFamily.getFont by Michael Hoisie · 1 year, 10 months ago
  82. 65fdd6b Set the default ICU Locale when the native runtime is loaded by Michael Hoisie · 1 year, 10 months ago
  83. 94cff44 refac: emptyBlockTag warning fix by hellosagar · 1 year, 10 months ago
  84. 2d07dbe refac: javaLangClash warning fix by hellosagar · 2 years ago
  85. b03968e fix: remove the unused variable warning by hellosagar · 1 year, 10 months ago
  86. 426186f refac: defaultCharset warning fix by hellosagar · 1 year, 10 months ago
  87. 7859066 Update ShadowActivity's startIntentSenderForResult to send the intent automatically to match more closely the Android Activity's implementation. by Googler · 1 year, 10 months ago
  88. 2f9d46a Fix Javadoc for BackgroundTestRule by Michael Hoisie · 1 year, 10 months ago
  89. 2104160 Remove unused test code by Michael Hoisie · 1 year, 10 months ago
  90. 7ca9b15 Reorder if statements in ShadowRegion.equals by Michael Hoisie · 1 year, 10 months ago
  91. b4e2876 refac: catchAndPrintStackTrace warning fix by hellosagar · 2 years ago
  92. 91f1190 Merge branch 'google' into 'master' by Michael Hoisie · 1 year, 10 months ago
  93. 6f426dae8 Use SHA-512 instead of SHA-1 in MavenArtifactFetcher by Michael Hoisie · 1 year, 10 months ago
  94. bf357d6 Fix logspam in RobolectricTestRunnerMultiApiTest by Michael Hoisie · 1 year, 10 months ago
  95. 7094fc9 Support self-equality check in Region by Michael Hoisie · 1 year, 10 months ago
  96. db36af4 refac: variableNameSameAsType warning fix by hellosagar · 2 years ago
  97. 83f998d refac: invalidBlockTag warning fix by hellosagar · 2 years ago
  98. 52903a7 refac: unnecessaryLambda warning fix by hellosagar · 2 years ago
  99. f0f87a3 refac: unusedMethod warning fix by hellosagar · 2 years ago
  100. 751575e Make ValueCallbacks in RoboCookieManager nullable by Angelo Suzuki · 1 year, 11 months ago