X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CoderExamples/Poco
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CoderExamples/Poco
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 14, 2022

  1. Ignore the case where top_activity cannot be obtained

    忽略无法获取到top_activity的情况
    
    (cherry picked from commit c9c58ab31dc77ee07db14084afd0f1f61aabd28c)
    yimelia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d1fc2f9 View commit details
    Browse the repository at this point in the history
  2. support hunter2

    (cherry picked from commit fa9b60b9f70550e615026e7e22404e784636e0fe)
    yimelia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    835223d View commit details
    Browse the repository at this point in the history
  3. NeteasePoco在已有hunter对象传入时,不再需要获取tokenid

    (cherry picked from commit 38130e28174539b9601bd2eb81348c13fd390a3e)
    yimelia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    34e880d View commit details
    Browse the repository at this point in the history
  4. level up to 1.0.86

    (cherry picked from commit 2857e0d6a42734e83db56fee430f41d9a23a60bb)
    yimelia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    49ae0b8 View commit details
    Browse the repository at this point in the history
  5. When using appium/WebDriverAgent, if the iPad is in landscape orienta…

    …tion and under the desktop, the coordinates need to be additionally converted according to the vertical screen coordinates, otherwise no conversion is required.
    
    当使用了appium/WebDriverAgent时,ipad横屏且在桌面下,坐标需要按照竖屏坐标额外转换一次,否则无需转换
    
    (cherry picked from commit e35f6ddc969e0cddc8f91255d948a439c2dfbed0)
    yimelia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    03a127a View commit details
    Browse the repository at this point in the history
  6. When the node is not found, reset the current node state, and force t…

    …he node information to be re-queried for the next visit, which can be used to create a poco (xxx) and query it repeatedly.
    
    找不到节点时,将当前节点状态重置,强制下一次访问时重新查询一次节点信息,可用于创建一个poco(xxx)并反复查询的情况
    
    (cherry picked from commit b5462ab111c23ee1be19179ba9a2f40efecdccc8)
    yimelia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    06f8b46 View commit details
    Browse the repository at this point in the history
  7. level up to 1.0.87

    (cherry picked from commit 4a487a4a4030045c71c9222ec5b656b0060cbd5c)
    yimelia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a50cb93 View commit details
    Browse the repository at this point in the history
  8. Added refresh() interface to force nodes to re-query, equivalent to i…

    …nvalidate()
    
    Fixed the issue that the wait_for_disappearance node was not re-queried
    新增refresh()接口,让节点强制重新查询,等同于invalidate()
    修复了wait_for_disappearance节点未重新查询导致的问题
    
    (cherry picked from commit 631efd1e91226b4b4fc6bb2010372a90b1186b44)
    yimelia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    272315e View commit details
    Browse the repository at this point in the history
Loading
X Tutup