Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1 - Fix of native events property when values #282

Merged
merged 6 commits into from
Feb 8, 2020

Conversation

peslys
Copy link
Contributor

@peslys peslys commented Feb 7, 2020

#281 Native events has wrong timestamp (property when) value
#281

  • Changed SetShortField to SetLongField. Timestamp value is jlong not
    jint. It was causing property when oscillating by integer range overflow.
  • Created manual test EventsPropertiesTestManual.java for this value
  • Fixed compilation of GlobalScreenTest.java

peslys and others added 6 commits February 7, 2020 00:20
A fix of Cross-Compiling failure
GlobalScreen.dispatchEvent(...) to GlobalScreen.postNativeEvent(...)
* Changed SetShortField to SetLongField. Timestamp value is jlong not
jint
* Created manual test EventsPropertiesTestManual.java for this value
@kwhat kwhat merged commit 6e9065f into kwhat:2.1 Feb 8, 2020
@peslys peslys deleted the 2.1-when-values-fix branch February 8, 2020 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants