-
Couldn't load subscription status.
- Fork 2
[CD-82] Fix pop throw close #33
Conversation
| mGesturePoints.add(new GesturePoint(point, System.currentTimeMillis())); | ||
| } | ||
|
|
||
| private boolean getPoints() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getPoints 리면 point list가 리턴되어야 할 것 같은 느낌인데 updatePoints 같은 이름으로 바꾸는것이 어떨까요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정했습니다
| } | ||
|
|
||
| @Override | ||
| public String toString() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 필요한가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제거했습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This reverts commit 4f49a5a
[CD-91] Fix disappearing pop icon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
일부 단말에서 소수점 연산으로 인해 throwing close 되지 않는 경우가 있어서 isInExitZone 내에 safe margin 1 px 추가
throwing 속도를 좀 더 잘 측정하기 위해 GestureBlackBox 추가
최대 100개의 이동경로를 수집하고,
100ms 내에 이동한 방향, 속도를 측정합니다