Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
robolectric
/
c9c45b7b5951f0f3a30909083af94858981b7675
c9c45b7
Add Q shadows for public beta 1.
by christianw
· 6 years ago
8cffa29
Add ShadowBluetoothGatt.connect()
by Googler
· 6 years ago
783eb6c
Update integration_tests/androidx to androidx
by brettchabot
· 6 years ago
f71d337
Automated g4 rollback of changelist 238522483.
by christianw
· 6 years ago
43e91d9
Run artifact upload in parallel.
by christianw
· 6 years ago
dfe1a89
Apply PR#4764
by christianw
· 6 years ago
47fb1a4
Internal change
by Googler
· 6 years ago
a139020
Merge pull request #4764 from robolectric/integration-test-enabled-sdks
by Christian Williams
· 6 years ago
30c467a
Faster circleci sharded test run.
by Christian Williams
· 6 years ago
01ea680
Implement SubscriptionManager.getPhoneId() with a map between subscription IDs and phone IDs.
by Googler
· 6 years ago
f2422c4
Use "AndroidJUnit4" to be more inlined with latest documentation located here: http://robolectric.org/blog/2018/10/25/robolectric-4-0/.
by Googler
· 6 years ago
7e0d8c1
Fixes bug in activity lifecycle state transition with finish() in onCreate
by Googler
· 6 years ago
497e0c0
Use reflection to access libcore.icu.util.TimeZoneFinder
by Googler
· 6 years ago
0138a87
Merge pull request #4738 from robolectric:aggregate-all-test-results
by Copybara Robolectric Bot
· 6 years ago
87f5fe6
Don't use Shadows.shadowOf() from within shadows, it makes compile hard to diagnose.
by christianw
· 6 years ago
a45ba8f
Redo ShadowViewTest to use a view contained in an activity.
by brettchabot
· 6 years ago
312376d
@Deprecate a bunch of methods in ShadowView where alternatives exist in Espresso
by jongerrish
· 6 years ago
9ef6e60
Add link to github issue explaining workaround.
by christianw
· 6 years ago
f25ec77
Add torch setting capabilities to ShadowCameraManager.
by Googler
· 6 years ago
da1bace
Add method to ShadowContextWrapper to expose the options of the most recently started activity
by Googler
· 6 years ago
2fd0a1b
Attempt 2 at clearing exception handler.
by brettchabot
· 6 years ago
a4275f1
Merge pull request #4736 from robolectric/undeclared-activtiy-workaround
by Christian Williams
· 6 years ago
f662314
Internal change
by christianw
· 6 years ago
65b0975
Aggregate test results from all projects.
by Christian Williams
· 6 years ago
1b0d479
Ignore mysterious AGP fail:
by Christian Williams
· 6 years ago
6d57524
Test for AGP manifest bug workaround.
by Christian Williams
· 6 years ago
316e3f0
Make it clear that Util.sneakyThrow() disrupts program flow.
by christianw
· 6 years ago
017559d
Apply fixes from LocalActivityInvoker to RoboMonitoringInstrumentation.
by christianw
· 6 years ago
9b2af0b
Add setInMultiWindowMode() to change multi window state for ShadowActivity.
by Googler
· 6 years ago
bcbf11d
Remove ShadowHandler - it is an empty implementation now.
by jongerrish
· 6 years ago
37d9948
Fix ShadowAppOpsManager.toOpEntry() compilation.
by christianw
· 6 years ago
9fcf42b
Update SDK with v28.0.0 build id #5354081 to Android experimental channel
by Googler
· 6 years ago
91af73f
Merge pull request #4645 from robolectric:jakew/sneaky-throw/2019-02-17
by Copybara Robolectric Bot
· 6 years ago
f3980e1
Internal change
by Googler
· 6 years ago
0cbe259
Fix call order of postCreate() and start() in ActivityController#recreate. See https://developer.android.com/reference/android/app/Activity.html#onPostCreate%28android.os.Bundle%29
by Googler
· 6 years ago
aaf9e8d
Quiet some build warnings.
by christianw
· 6 years ago
0e4184c
Obtain ShadowProviders via Injector.
by christianw
· 6 years ago
b89fe07
Output scheduler state on test failures (PR#4711)
by brettchabot
· 6 years ago
cf3a057
Compatibility test for BuildCompat
by jongerrish
· 6 years ago
4c74611
Supports setProfileClass & setIsEmbedded in SubscriptionInfoBuilder
by Googler
· 6 years ago
d0cc74b
Redo 'Refactor DefaultSdkProvider to allow plugins to customize'
by brettchabot
· 6 years ago
aed7553
Internal
by brettchabot
· 6 years ago
d64534c
Fix call order of postCreate() and start() in LocalActivityInvoker. See https://developer.android.com/reference/android/app/Activity.html#onPostCreate%28android.os.Bundle%29
by Googler
· 6 years ago
e64f675
Supports EuiccManager#getEid in ShadowEuiccManager
by Googler
· 6 years ago
2f7aa83
Fake out a minimal implementation of ShadowSliceManager.getPinnedSlices().
by Googler
· 6 years ago
84f330f
Activity.recreate() should call back to the ActivityController to handle the
by brettchabot
· 6 years ago
70d712f
Add setSeedAccountType() for ShadowUserManager
by Googler
· 6 years ago
665000d6
Allow delivering broadcasts by class name.
by Googler
· 6 years ago
095c527
Internal: Add shadow for ColorDisplayManager per-app grayscale
by Googler
· 6 years ago
2d409f2
Merge pull request #4664 from robolectric:no-shadow-of-in-shadows
by Copybara Robolectric Bot
· 6 years ago
c0d1719
Add ShadowApplication#clearRegisteredReceivers helper method
by Googler
· 6 years ago
bc98626
Merge pull request #4670 from robolectric:fix-windows
by Copybara Robolectric Bot
· 6 years ago
4500c1f
Automated g4 rollback of changelist 235661945.
by Googler
· 6 years ago
9b6530c
Fix integration_tests deps.
by Christian Williams
· 6 years ago
f88b96f
More regrettable workarounds for an abysmal operating system.
by Christian Williams
· 6 years ago
987631e
Fix imports.
by christianw
· 6 years ago
6602e1a
Remove dependency on server side Apache HTTP jars. Use Android legacy jars instead.
by jongerrish
· 6 years ago
78c3998
Enhance ShadowBroadcastReceiver To Allow Testing Async Receivers
by Googler
· 6 years ago
50ec6ed
Add supportsMultipleUsers() & setSupportsMultipleUsers() for ShadowUserManager
by Googler
· 6 years ago
8bd178a
..internal..
by Googler
· 6 years ago
3137c1c
Support tag in ShadowWakeLock
by Googler
· 6 years ago
7740562
Added missing native functions in ShadowRenderNode
by Googler
· 6 years ago
4443002
Remove DisplayConfig.address for now.
by Googler
· 6 years ago
1d20033
Add createConfirmFactoryResetCredentialIntent to ShadowKeyguardManager
by Googler
· 6 years ago
8aa09a5
ShadowInputDevice: Add shadow implementation for the getProductId() and getVendorId() methods.
by Googler
· 6 years ago
7a63796
Add switchUser(UserHandle) for ShadowActivityManager
by Googler
· 6 years ago
d432dcf
Creating a Shadow for NetworkCapabilities. The current implementation only overrides fetching and updation of transport.
by Googler
· 6 years ago
686c757
Don't call Shadows.shadowOf() from within shadows.
by Christian Williams
· 6 years ago
ff84723
Allow ShadowEvent to set thread id as well.
by Googler
· 6 years ago
0b5944c
Internal change
by Googler
· 6 years ago
1eb490c
Rollback 'Refactor DefaultSdkProvider to allow plugins to customize'
by brettchabot
· 6 years ago
a616926
Add partial (backward) @Implementation of goBackOrForward(steps) to ShadowWebView
by Googler
· 6 years ago
13cc3ef
Use 'sneaky throw' technique instead of Unsafe
by Jake Wharton
· 6 years ago
5923f51
Throw a RuntimeException when Activity cannot be resolved.
by brettchabot
· 6 years ago
fad2e99
Merge pull request #4638 from robolectric:rel-42
by Copybara Robolectric Bot
· 6 years ago
a953fc6
4.2 released
by Christian Williams
· 6 years ago
d43598f
Refactor DefaultSdkProvider to allow plugins to customize.
by brettchabot
· 6 years ago
d1965ef
4.2 released
by Christian Williams
· 6 years ago
35098f6
Synchronize list access for bound/unbound services
by Googler
· 6 years ago
dd1d408
Create a Shadow for SigningInfo, which was added in API 28.
by Googler
· 6 years ago
bf2d749
Merge pull request #4617 from robolectric/revert-to-agp33
by Christian Williams
· 6 years ago
aaa393b
Implement ShadowBinder.setCallingUserHandle() / Binder.getCallingUserHandle()
by Googler
· 6 years ago
f8cafd3
Revert "Switch to gradle publish plugin; parallel by default."
by Christian Williams
· 6 years ago
7d95ef4
Support ShadowBluetoothDevice.connectGatt() overloads.
by Googler
· 6 years ago
63816d7
Implement AccountManager.removeAccount(...) with Activity parameter.
by Googler
· 6 years ago
3e02b9b
Reformat bugcheckers
by Googler
· 6 years ago
5725427
Register shadow classes in a stable order, so locally overridden shadows work predictably.
by brettchabot
· 6 years ago
aa3620c
Remove uses of @BugPattern.category
by Googler
· 6 years ago
c3037c1
Fix ShadowMediaPlayer.setDataSource(MediaDataSource)
by Googler
· 6 years ago
8562fad
Refactor sandbox creation.
by christianw
· 6 years ago
2876f57
add missing shadow of MediaPlayer.setDataSource(MediaDataSource)
by Googler
· 6 years ago
02f57c9
Internal
by brettchabot
· 6 years ago
d7d06c6
Update SDK with v28.0.0 build id #5279957 to Android experimental channel
by Googler
· 6 years ago
409149b
Merge pull request #4616 from robolectric:fix-subinjectors
by Copybara Robolectric Bot
· 6 years ago
e0f38d3
Revert to Gradle 4.10.3 and AGP 3.3.1
by Christian Williams
· 6 years ago
0eae2d0
Merge pull request #4606 from robolectric:fix-jsondoc
by Copybara Robolectric Bot
· 6 years ago
418be1b
Fix lint complaints.
by Christian Williams
· 6 years ago
f535f84
Subinjectors now work better.
by Christian Williams
· 6 years ago
daa72ae
Add getDefault{X}SubscriptionId() equivalents for older versions of Android
by Googler
· 6 years ago
2127bbf
remove ShadowExifInterface to allow calling actual methods.
by Googler
· 6 years ago
Next »