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

Add ability to monitor specific tools updates #38

Closed
maximbircu opened this issue Apr 22, 2020 · 0 comments · Fixed by #45
Closed

Add ability to monitor specific tools updates #38

maximbircu opened this issue Apr 22, 2020 · 0 comments · Fixed by #45
Assignees
Labels
android Relates to Android platform feature New feature or request

Comments

@maximbircu
Copy link
Owner

maximbircu commented Apr 22, 2020

Abstract

Library consumers might need to monitor specific tools update to react specifically to the new configuration values.

Requirements

Add a critical flag to the DevTool.
Whenever a tool with critical = true gets updates the library consumer should be notified through DevTools.kt#L15

Consumer flow

Usecase 1

  1. Open the sample app
  2. Update any critical tool (You can find the critical tool using the help dialog)
  3. Make sure you see a toast telling that a critical update just happened

Usecase 2

  1. Open the sample app
  2. Update any non-critical tool (You can find a non-critical tool using the help dialog)
  3. Make sure you see a toast telling that a non-critical update just happened
@maximbircu maximbircu added feature New feature or request android Relates to Android platform labels Apr 22, 2020
@maximbircu maximbircu self-assigned this Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Relates to Android platform feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant