AndroidGodEye v3.2.0 Release Notes

Release Date: 2020-02-09 // about 4 years ago
  • โž• Added

    • Block module config can be cached when change in debug monitor dashboard
    • โž• Add some unitTests
    • โž• Add unit test coverage

    ๐Ÿ—„ Deprecated

    • GodEyeHelper.inspectView, you do not need to call this function

    ๐Ÿ”„ Changed

    • ViewCanary: auto detect view issue, overdraw and depth
    • ImageCanary: change detect time
    • Modules config class path changed, eg. GodEyeConfig.AppSizeConfig -> cn.hikyson.godeye.core.internal.modules.appsize.AppSizeConfig
    • Debug monitor dashboard's layout has been slightly adjusted, pageload has its own row
    • โž• Add attention note text to Android Studio plugin

    โœ‚ Removed

    • ๐Ÿšš Module config classes named xxxContext have been removed, just use xxxConfig, eg. AppSizeContext has been removed and just use AppSizeConfig instead
    • โœ‚ Remove some unused util class:DeviceUtils\FileUtil\NumberUtil\Preconditions\ShellUtil etc.