Stetho v1.1.0 Release Notes

Release Date: 2015-04-04 // about 9 years ago
  • 2015-04-02

    • View inspection! For ICS (API 15) and up, we now have full View inspection support in the "Elements" tab! Lots of goodies such as <fragment> instances virtually placed in the hierarchy, view highlighting, and the ability to tap on a view to jump to its position in the hierarchy. Some features are only available for JB MR2 (API 18).

    • New #109: Add dumpapp hprof plugin to conveniently extract HPROF memory dumps.

    • New #110: Add dumpapp crash plugin to mechanize process death in a variety of ways.

    • New #105: Simplify excluding Stetho from release builds (exercised in stetho-sample).

    • New #40: Support SQLite databases in arbitrary directories.

    • Fix #115: Support multiple headers with the same name (most notably, HTTP cookies).

    • Fix #108: Workaround throughput issue in Android's LocalSocket#flush() method.

    • Fix #88: Avoid OOM on huge request/response HTTP payloads.

    • Fix #82: Provide visual feedback for INSERT/UPDATE/DELETE statements.

    • Fix: Javadoc JAR should now be uploaded properly to Maven.