1. 0fa3037 Fix doc build. by Ying Wang · 11 years ago
  2. a14acd2 Warn when exposing file:// Uris beyond a process. by Jeff Sharkey · 11 years ago
  3. 097fbf2 StrictMode.permitCustomSlowCalls() should call disable(DETECT_CUSTOM) by Qi Wang · 12 years ago
  4. 3761f33 Move StrictMode timers to postAtFrontOfQueue(). by Jeff Sharkey · 12 years ago
  5. e61cad3 resolved conflicts for merge of 532679a5 to master by Dirk Dougherty · 12 years ago
  6. 4d7bc655 Doc change: String changes for Android Market by Dirk Dougherty · 13 years ago
  7. d7026f1 Report leaked Context registrations to StrictMode. by Jeff Sharkey · 12 years ago
  8. bc6f0ce Add persistent property to disable strict mode by Christopher Tate · 13 years ago
  9. be7c29c Don't log BlockGuard violations on ENG builds. by Jeff Brown · 13 years ago
  10. d5875d9 Always log StrictMode violations on ENG builds. by Jeff Brown · 13 years ago
  11. 7e44283 Optimize StrictMode activity instance count check. by Jeff Brown · 13 years ago
  12. 08d584c Log a StrictMode violation when WebView methods are called on the wrong thread by Steve Block · 13 years ago
  13. c0bb0bb StrictMode: set sIsIdlerRegistered to false, and don't register if no penalties by Brad Fitzpatrick · 14 years ago
  14. 5f8b5c1 Fixes for StrictMode instance count checking. by Brad Fitzpatrick · 14 years ago
  15. bfbe577 StrictMode: class instance limits (track object "leaks") by Brad Fitzpatrick · 14 years ago
  16. 7580357 StrictMode class instance limit interface. by Brad Fitzpatrick · 14 years ago
  17. 4a82b62 Remove accidental StrictMode logging left in. by Brad Fitzpatrick · 14 years ago
  18. 4e920f7 Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences() by Brad Fitzpatrick · 14 years ago
  19. 996f41d am 2d5b11ab: am 0927c902: Merge "Fix StrictMode javadoc copy/paste error." into gingerbread by Brad Fitzpatrick · 14 years ago
  20. 320274c Fix StrictMode javadoc copy/paste error. by Brad Fitzpatrick · 14 years ago
  21. e36f9bf StrictMode "custom" trigger support. by Brad Fitzpatrick · 14 years ago
  22. bea168c StrictMode: more accurate timings by Brad Fitzpatrick · 14 years ago
  23. f545459 Don't flash StrictMode from the system server. by Brad Fitzpatrick · 14 years ago
  24. c1a968a Option to enable StrictMode flashing on userdebug builds. by Brad Fitzpatrick · 14 years ago
  25. 1065685 Fix potential weird StrictMode NPE. by Brad Fitzpatrick · 14 years ago
  26. f3d86be StrictMode fingerprinting / hashCode improvements. by Brad Fitzpatrick · 14 years ago
  27. cdcb73e Cache WindowManager in StrictMode; add android.util.Singleton by Brad Fitzpatrick · 14 years ago
  28. 6804433 StrictMode visual notification support. by Brad Fitzpatrick · 14 years ago
  29. bee2487 StrictMode: dropbox VM-wide violations (e.g. CloseGuard) async by Brad Fitzpatrick · 14 years ago
  30. 82829ef StrictMode: use Log.isLoggable by Brad Fitzpatrick · 14 years ago
  31. d188ede StrictMode: shut up VM penalty logging on debug builds. by Brad Fitzpatrick · 14 years ago
  32. 1cc13b6 Annotate ListView with StrictMode.Span by Brad Fitzpatrick · 14 years ago
  33. 1181cbb Fast no-op path for StrictMode.Span on user builds. by Brad Fitzpatrick · 14 years ago
  34. 7c2ae65 Fix CloseGuard/StrictMode integration. by Brad Fitzpatrick · 14 years ago
  35. e7520d8 StrictMode.Span support by Brad Fitzpatrick · 14 years ago
  36. 4b9b7c3 Add custom CloseGuard.Reporter for StrictMode by Brian Carlstrom · 14 years ago
  37. fd9ddd1 Integrate StrictMode with CloseGuard by Brian Carlstrom · 14 years ago
  38. bfb1919 StrictMode: annotate violations with the Broadcast Intent's action, if any. by Brad Fitzpatrick · 14 years ago
  39. b6e1841 Make network usage on the main thread fatal (Honeycomb+) by Brad Fitzpatrick · 14 years ago
  40. 71678dd StrictMode: optimize common case (just dropboxing) by Brad Fitzpatrick · 14 years ago
  41. 599ca29 Expose (internally only) the number of animations currently running. by Brad Fitzpatrick · 14 years ago
  42. 62a1eb5 StrictMode: fix docs to actually compile and add a utility method. by Brad Fitzpatrick · 14 years ago
  43. 9fc2fc5 StrictMode: link to designing for responsiveness ANR docs by Brad Fitzpatrick · 14 years ago
  44. 191cdf0 StrictMode: check max-offenses-per-loop earlier, before allocations by Brad Fitzpatrick · 14 years ago
  45. 32e60c7 Update StrictMode's public API. by Brad Fitzpatrick · 14 years ago
  46. 15ba406 Flesh out StrictMode docs. by Brad Fitzpatrick · 14 years ago
  47. 50d66f9 Unify some duplicate StrictMode-enabling code. by Brad Fitzpatrick · 14 years ago
  48. 97461bd Some StrictMode API changes. by Brad Fitzpatrick · 14 years ago
  49. cb9ceb1 StrictMode: time violations in Binder calls by Brad Fitzpatrick · 14 years ago
  50. 7bcad8a3 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 14 years ago
  51. 703e5d3 StrictMode: avoid an allocation in common case by Brad Fitzpatrick · 14 years ago
  52. 5b74719 StrictMode: gather and return violating stacks in Binder replies by Brad Fitzpatrick · 14 years ago
  53. 727de40 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  54. 143666f StrictMode: implement the log-to-DropBox option by Brad Fitzpatrick · 14 years ago
  55. 46d4238 More StrictMode work, handling violations in ActivityManagerService. by Brad Fitzpatrick · 14 years ago
  56. 438d059 Introduce "StrictMode" by Brad Fitzpatrick · 14 years ago