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

Remove unused tokenautocomplete dependency from calendar and others modules #305

Conversation

JesseScott
Copy link
Contributor

@JesseScott JesseScott commented Dec 22, 2022

Overview

Remove unused tokenautocomplete dependency from calendar and others modules

This allows consuming apps that do not also use peoplepicker to drop Jetifier.

Platforms Impacted

  • Android

Description of changes

Removes com.splitwise.tokenautocomplete dependency from fluentui_calendar and fluentuiothers modules. It is still legitimately used in the peoplepicker module however.

AFAICT when #93 was merged, this should have been removed then, but was missed.

The 2.X and 3.X version of this library still use Android Support libs under the hood, so this is stopping consumers of Fluent from dropping Jetifier (which slows down compile times). The peoplepicker module still uses this library.

#193 attempts to bump the version but the 4.X release is still in pre-release (and that is 15+ months old, so I am doubtful it will see the time of day).

So as long as apps are consuming the modules (as opposed to the entire FluentUi package and don't use peoplepicker, this should allow them to drop Jetifier.

Verification

  • Validated building of the respective modules, and the demo app.

  • Screencast of the Calendar, AppBarLayout, Bottom Nav controls in the demo app (AFAICT the relevant controls for these modules)

Pull request checklist

This PR has considered:
- [ ] Light and Dark appearances
- [ ] VoiceOver and Keyboard Accessibility
- [ ] Internationalization and Right to Left layouts
- [ ] Size classes and window sizes (notched devices, multitasking, different window sizes, etc)

…odules.

This allows consuming apps that do not also use peoplepicker to drop Jetifier.
@JesseScott
Copy link
Contributor Author

@microsoft-github-policy-service agree [company="{Microsoft}"]

(personal account)

@JesseScott
Copy link
Contributor Author

@microsoft-github-policy-service agree

@mishramayank1 mishramayank1 merged commit cc8f437 into microsoft:master Dec 23, 2022
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.

None yet

2 participants