version 0.0.1 ------------- - first release - support getApplication - support getApplicationContext - support getAppName - support getVersionName - support getVersionCode - support isDebugAble version 0.0.2 ------------- - support getClassLoader version 0.0.3 ------------- - fix get currentActivityThread bug in android 4.1 with worker thread version 0.0.4 ------------- - modify method isDebugAble to isDebuggable version 0.0.5 ------------- - add EnvironmentCompat support - add LifecycleCompat support - add RouteCompat support version 0.0.6 ------------- - add View Tag support version 0.0.7 ------------- - add tag compat override method version 0.0.8 ------------- - add get start and create activity method - fix anr version 0.0.9 ------------- - fix notifyAll bug