-
Notifications
You must be signed in to change notification settings - Fork 35
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
System 1418/update network plugin #19
Conversation
So we can adjust widget layout and network profile items.
input list for mobile profile input list for signal strength
- edit 5g name (to be consistent with redis message) - unlimited item correspond to redis 'none' value.
version is >= 8. This is done when an item is selected on the list.
…ted on the list. Update mobile signal strength list UI when a new value is received with redis.
Remove default input values for snetwork type and signal strenth for android versions >= 8.0 Add a call to the sendDataToInstance method when profile changed Remove explicit calls to changeProfile
Also update screenshot with the new baseband widget 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.
This is looking great ! My remarks are mostly about var naming or code style, not really deep changes.
Some times settings redis message is received before capabilities in this cas the widget is not yet fully constructed.
} | ||
|
||
disable5G() { | ||
// Nothing to do! |
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.
Why?
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.
because the widget is constructed by default without 5G
if capability is true we add it if its fals we have nothing to do
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.
I have a limited knowledge of this repository, so my understanding of the PR is not 100% complete.
But looks like the few comments I left have been accounted for :)
Description
Update Network widget to:
Fixes #https://genymobile.atlassian.net/browse/SYSTEM-1418
Type of change
Checklist