-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
add support for changing idle (away) state in Teams2 #1157
add support for changing idle (away) state in Teams2 #1157
Conversation
Thanks a lot for your contribution! If you can change the version in the package.json file (just the number to 1.4.16), then I can do a pre-release. Looks like a few people are getting react with the teams v2 version, but not me!! I suspect those are 2 separate releases that are feature flagged and rolling out slowly to people. |
Thanks for the quick response. I bumped the version to 1.4.16 |
pre-released as https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.16 ! Thanks again |
* feat: add opt in handling for teams v2 * add support for changing idle (away) state in Teams2 (#1157) * add support for changing idle (away) state in Teams2 * package.json: bump version to 1.4.16 * feat: add opt in handling for teams v2 * fix: handle both cases and avoid unnecessary reloads * chore: version bump * Update app/config/index.js wording change - accepted Co-authored-by: IsmaelMartinez <[email protected]> * chore: updated README fix: fix some codeBeat failures * fix: missing passed option object * Update app/config/index.js --------- Co-authored-by: Marcel S. Henselin <[email protected]> Co-authored-by: Sebastian Hiebl <[email protected]> Co-authored-by: IsmaelMartinez <[email protected]>
* removing the angular recurring call to disable some promotions as I suspect is creating a wee leak (IsmaelMartinez#1152) * Hotfix/remove recurring angular call (IsmaelMartinez#1153) * removing the angular recurring call to disable some promotions as I suspect is creating a wee leak * missing removal of angular in the index.js browser section * Hotfix/remove recurring angular call (IsmaelMartinez#1154) * removing the angular recurring call to disable some promotions as I suspect is creating a wee leak * missing removal of angular in the index.js browser section * only retry 5 times to get the angular instances * add support for changing idle (away) state in Teams2 (IsmaelMartinez#1157) * add support for changing idle (away) state in Teams2 * package.json: bump version to 1.4.16 * feat: add opt in handling for teams v2 (IsmaelMartinez#1160) * feat: add opt in handling for teams v2 * add support for changing idle (away) state in Teams2 (IsmaelMartinez#1157) * add support for changing idle (away) state in Teams2 * package.json: bump version to 1.4.16 * feat: add opt in handling for teams v2 * fix: handle both cases and avoid unnecessary reloads * chore: version bump * Update app/config/index.js wording change - accepted Co-authored-by: IsmaelMartinez <[email protected]> * chore: updated README fix: fix some codeBeat failures * fix: missing passed option object * Update app/config/index.js --------- Co-authored-by: Marcel S. Henselin <[email protected]> Co-authored-by: Sebastian Hiebl <[email protected]> Co-authored-by: IsmaelMartinez <[email protected]> --------- Co-authored-by: IsmaelMartinez <[email protected]> Co-authored-by: Sebastian Hiebl <[email protected]> Co-authored-by: Marcel S. Henselin <[email protected]> Co-authored-by: Marcel S. Henselin <[email protected]> Co-authored-by: Kristian Magaš <[email protected]>
My state in Teams2.0 always went to "absent" when I did not move my mouse over the teams window at least once every 5 minutes (some users reported this in #1006). This PR interacts with the Teams2.0 core service via the react root element to change the idle state.