version.py 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # coding: utf-8
  2. #
  3. __apk_version__ = '1.1.7'
  4. # 1.1.7 fix dumpHierarchy XML charactor error
  5. # 1.1.6 fix android P support
  6. # 1.1.5 waitForExists use UiObject2 method first then fallback to UiObject.waitForExists
  7. # 1.1.4 add ADB_EDITOR_CODE broadcast support, fix bug (toast捕获导致app闪退)
  8. # 1.1.3 use thread to make watchers.watched faster, try to fix input method type multi
  9. # 1.1.2 fix count error when have child && sync watched, to prevent watchers.remove error
  10. # 1.1.1 support toast capture
  11. # 1.1.0 update uiautomator-v18:2.1.2 -> uiautomator-v18:2.1.3 (This version fixed setWaitIdleTimeout not working bug)
  12. # 1.0.14 catch NullException, add gps mock support
  13. # 1.0.13 whatsinput suppoort, but not very well
  14. # 1.0.12 add toast support
  15. # 1.0.11 add auto install support
  16. # 1.0.10 fix service not started bug
  17. # 1.0.9 fix apk version code and version name
  18. # ERR: 1.0.8 bad version number. show ip on notification
  19. # ERR: 1.0.7 bad version number. new input method, some bug fix
  20. __atx_agent_version__ = '0.6.0'
  21. # 0.6.0 add /dump/hierarchy (works fine even if uiautomator is down)
  22. # 0.5.5 add minitouch reset, /screenshot support download param, fix dns error
  23. # 0.5.4 upgrade atx-agent to fix apk parse mainActivity of com.tmall.wireless
  24. # 0.5.3 try to fix panic in heartbeat
  25. # 0.5.2 fix /session/${pkgname} launch timeout too short error(before was 10s)
  26. # 0.5.1 bad tag, deprecated
  27. # 0.5.0 add /packages/${pkgname}/<info|icon> api
  28. # 0.4.9 update for go1.11
  29. # 0.4.8 add /wlan/ip and /packages REST API for package install
  30. # 0.4.6 fix download dns resolve error (sometimes)
  31. # 0.4.5 add http log, change atx-agent -d into atx-agent server -d
  32. # 0.4.4 this version is gone
  33. # 0.4.3 ignore sigint to prevent atx-agent quit
  34. # 0.4.2 hot fix, close upgrade-self
  35. # 0.4.1 fix app-download time.Timer panic error, use safe-time.Timer instead.
  36. # 0.4.0 add go-daemon lib. use safe-time.Timer to prevent panic error. this will make it run longer
  37. # 0.3.6 support upload zip and unzip, fix minicap rotation error when atx-agent is killed -9
  38. # 0.3.5 hot fix for session
  39. # 0.3.4 fix session() sometimes can not get mainActivity error
  40. # 0.3.3 /shell support timeout
  41. # 0.3.2 fix dns resolve error when network changes
  42. # 0.3.0 use github.com/codeskyblue/heartbeat library instead of websocket, add /whatsinput
  43. # 0.2.1 support occupy /minicap connection
  44. # 0.2.0 add session support
  45. # 0.1.8 fix screenshot always the same image. (BUG in 0.1.7), add /shell/stream add timeout for /shell
  46. # 0.1.7 fix dns resolve error in /install
  47. # 0.1.6 change download logic. auto fix orientation
  48. # 0.1.5 add singlefight for minicap and minitouch, proxy dial-timeout change 30 to 10
  49. # 0.1.4 phone remote control
  50. # 0.1.2 /download support
  51. # 0.1.1 minicap buildin