Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
robolectric
/
02b217f9964b37e99c10700ef8c7797b66bd8050
02b217f
Add shadow method to senor to specify the sensor is wake up or not.
by Googler
· 6 years ago
a201c9d
Update to ShadowDevicePolicyManager to set storage encryption.
by Googler
· 6 years ago
50acd2a
Add isRestrictedProfile() & setIsRestrictedProfile() for ShadowUserManager
by Googler
· 6 years ago
4d97638
Update SDK with v28.0.0 build id #5254634 to Android experimental channel
by Googler
· 6 years ago
3d0016b
Created ShadowWifiRttManager and ShadowRangingResult.
by Googler
· 6 years ago
1dde1f5
Merge pull request #4565 from robolectric:fix-build
by Copybara Robolectric Bot
· 6 years ago
d2f2f26
Regenerate .ap_, fix tests.
by Christian Williams
· 6 years ago
bccf20b
Add javadoc for ActivityController, FragmentController and related methods in Robolectric class. Deprecate Robolectric#setupActivity in favor of ActivityScenario.
by Googler
· 6 years ago
ecb76bc
Merge pull request #4555 from robolectric/javadoc-cleanup
by Christian Williams
· 6 years ago
128c48c
Get PerfStatsReporters via Injector. Add simple implementation.
by christianw
· 6 years ago
6166430
Create separate bazel build targets for each test so individual compilation is faster.
by christianw
· 6 years ago
b40cb71
Package reorg. Improve javadoc.
by Christian Williams
· 6 years ago
4b2de1d
Adds basic MediaCodec and MediaMuxer shadows to robolectric. The MediaCodec shadow implements basic passthrough asynchronous encoding, and the MediaMuxer shadow muxes input bytes directly to the file without modification.
by Googler
· 6 years ago
eeb38e4
More Javadoc cleanup.
by Christian Williams
· 6 years ago
a146762
Count number of times the wakelock was held.
by Googler
· 6 years ago
c9a4267
Update to ShadowDevicePolicyManager to allow uses-policy granting.
by Googler
· 6 years ago
9590ed9
Add aggregateDocs task, clean up javadoc.
by Christian Williams
· 6 years ago
8bfa54a
Reopen 4.2-SNAPSHOT.
by Christian Williams
· 6 years ago
f08ed0a
Modify ShadowParcel to throw an Error instead of RuntimeException to discourage
by Googler
· 6 years ago
6cba9b8
Bump version to 4.2-alpha-1.
by Christian Williams
· 6 years ago
c14594b
Merge pull request #4314 from robolectric:kill-travis
by Copybara Robolectric Bot
· 6 years ago
44045af
Remove DefaultConfigMerger.
by christianw
· 6 years ago
e1818b2
Add ShadowUiModeManager to Robolectric.
by Googler
· 6 years ago
24dbd04
Merge pull request #4471 from robolectric/move-perf-stats-reporter
by Christian Williams
· 6 years ago
0c74752
Internal change
by christianw
· 6 years ago
04093a5
Merge pull request #4470 from robolectric/perf-no-binary-mode-shadow-typed-array
by Christian Williams
· 6 years ago
691f961
Move PerfStatsReporter to pluginapi.
by Christian Williams
· 6 years ago
5668165
Reapply reconfig branch with fixes.
by christianw
· 6 years ago
8eb5943
Update to ShadowDevicePolicyManager to enforce password restrictions.
by Googler
· 6 years ago
6fea2d5
Switch circleci to API 28 image. Fix SDK install license fail.
by christianw
· 6 years ago
0c18073
Internal change
by christianw
· 6 years ago
c28ebb7
Fix Activity#isChangingConfigurations() returning false during the recreation.
by Googler
· 6 years ago
e86aa3d
...internal...
by Googler
· 6 years ago
74ddd30
Update to ShadowDevicePolicyManager to enforce password restrictions.
by Googler
· 6 years ago
30c234d
Merge pull request #4519 from robolectric:reconfig
by Copybara Robolectric Bot
· 6 years ago
436ca5f
Internal
by brettchabot
· 6 years ago
2ecffa2
Merge pull request #4519 from robolectric/reconfig
by Christian Williams
· 6 years ago
12c6a34
Fix test.
by Christian Williams
· 6 years ago
b27bc04
Merge branch 'master' into reconfig
by Christian Williams
· 6 years ago
60f82d6
Set AppBindData#processName consistently with ApplicationInfo#processName.
by Googler
· 6 years ago
b70b8cb
Update to ShadowDevicePolicyManager to enforce password restrictions.
by Googler
· 6 years ago
faf34c5
Backwards compat.
by Christian Williams
· 6 years ago
3abaa77
Restore and finalize RobolectricTestRunner.getConfig(Method).
by Christian Williams
· 6 years ago
8a89c68
Restore and deprecate RobolectricTestRunner.buildGlobalConfig().
by Christian Williams
· 6 years ago
aab0d3b
Throw NameNotFoundException from Context.createPackageContext for non-existing packages.
by romkal
· 6 years ago
569bd5f
Map.computeIfAbsent doesn't like concurrent modification. Generics cleanup.
by Christian Williams
· 6 years ago
df4fe61
Change global Config by extending DefaultConfigProvider.
by Christian Williams
· 6 years ago
5f8a211
Clean up warnings.
by Christian Williams
· 6 years ago
45d2b25
API cleanup.
by Christian Williams
· 6 years ago
44c9ea8
Add API to set isSafeMode in ShadowPackageManager.
by romkal
· 6 years ago
794dd98
Merge remote-tracking branch 'origin/master' into reconfig
by Christian Williams
· 6 years ago
2c172ff
Re-introduce 'Injector Improvements'
by brettchabot
· 6 years ago
3995d45
Internal change
by Googler
· 6 years ago
62ce309
Merge remote-tracking branch 'origin/master' into reconfig
by Christian Williams
· 6 years ago
d75c1a1
Merge pull request #4518 from robolectric/injector
by Christian Williams
· 6 years ago
3b0ca9d
Internal change
by christianw
· 6 years ago
528fb8c
Javadoc headings.
by Christian Williams
· 6 years ago
fb606a2
Fix rules regarding AutoFactory and scopes.
by Christian Williams
· 6 years ago
ed295ec
Synchronize access to ShadowPendingIntent and ShadowUsageStatsManager fields
by petrcermak
· 6 years ago
ec4b415
Clean up javadoc.
by Christian Williams
· 6 years ago
3892fa6
Fix warnings.
by Christian Williams
· 6 years ago
befe9f0
Add @Supercedes for disabling other plugins.
by Christian Williams
· 6 years ago
739aa3d
Use a builder to create injectors.
by Christian Williams
· 6 years ago
8443016
Better javadoc.
by Christian Williams
· 6 years ago
73f1c75
More injector improvements.
by Christian Williams
· 6 years ago
d6836da
Injector improvements.
by Christian Williams
· 6 years ago
b35909b
Implement injection of arrays.
by Christian Williams
· 6 years ago
db8ec90
Merge remote-tracking branch 'origin/master' into reconfig
by Christian Williams
· 6 years ago
32b709b
Reapply SdkProvider cleanup.
by christianw
· 6 years ago
2fe7214
Update javadoc.
by Christian Williams
· 6 years ago
dfe8f95
Rename ConfigurationStrategy to ConfigStrategy.
by Christian Williams
· 6 years ago
a1188b3
Further optimize HierarchicalConfigurationStrategy.
by Christian Williams
· 6 years ago
a16f0b7
Optimize HierarchicalConfigurationStrategy.
by Christian Williams
· 6 years ago
21f25ba
Fix test/cleanup.
by Christian Williams
· 6 years ago
cf1c00c
Use ConfigCollection in SdkPicker.
by Christian Williams
· 6 years ago
48a62e9
Apply @Nonnull through Configurer hierarchy.
by Christian Williams
· 6 years ago
b00e06b
Add javadoc.
by Christian Williams
· 6 years ago
9c763eb
Make configuration objects available in sandbox.
by Christian Williams
· 6 years ago
7ccbf88
Rename DefaultConfigurationStrategy to HierarchicalConfigurationStrategy.
by Christian Williams
· 6 years ago
1677002
Revamped pluggable config system.
by Christian Williams
· 6 years ago
d0b7b7f
Add slotId based getImei() and getMeid() to ShadowTelephonyManager
by Googler
· 6 years ago
64f9077
Internal changes.
by christianw
· 6 years ago
dd5c4f2
Deprecate addResolveInfoForIntent and add more testing API that will allow easy migration to the new approach.
by romkal
· 6 years ago
c58d3ea
Automated g4 rollback of changelist 229864712.
by Googler
· 6 years ago
25abc79
Clean up SdkProvider interface. (PR#4513)
by christianw
· 6 years ago
ab856ee
Merge pull request #4513 from robolectric/sdk-provider-refactor
by Christian Williams
· 6 years ago
e78197a
Fix timeout in FontsContract.getFontSync() caused because Context.canLoadUnsafeResources() now returns false since the context isn't a system context.
by christianw
· 6 years ago
91292b2
Clearer test output to debug failure in CI.
by Christian Williams
· 6 years ago
05fbcba
Fix how unsupported SDKs are reported -- they should show up as ignored.
by Christian Williams
· 6 years ago
43bc30a
Add the ability to prevent certain networks from being updated in tests.
by Googler
· 6 years ago
9e10521
Fix tests.
by Christian Williams
· 6 years ago
25be976
Fix injection.
by Christian Williams
· 6 years ago
fba5c40
Clean up SdkProvider interface.
by Christian Williams
· 6 years ago
9fa3930
Merge pull request #4512 from robolectric:fix-windows-more
by Copybara Robolectric Bot
· 6 years ago
bd7ca99
Fix a couple tests on windows.
by Christian Williams
· 6 years ago
bd685be
Use correct application context.
by romkal
· 6 years ago
7d53801
Fix LocalActivityInvoker.recreateActivity. Before this CL, it calls Activity.onRetainNonConfigurationInstance() directly to obtain nonConfigInstance for the activity. This should've called indirectly from Activity.retainNonConfigurationInstances(). retainNonConfigurationInstances() also creates nonConfigInstances for fragments to prepare for the host activity recreation.
by Googler
· 6 years ago
6c717c0
Internal change
by Googler
· 6 years ago
252af07
Internal change
by Googler
· 6 years ago
730232e
Add get/setSignalStrength in ShadowTelephonyManager.
by Googler
· 6 years ago
Next »