You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2018. It is now read-only.
Cool project! I'm just implementing it in my app now.
On Lollipop, sometimes the button text is cut off - if any of the button labels are too long they push the other buttons off the screen. Can you make it so it wraps to a new line if the text is long? Maybe give the buttons designated space, 1/3 of the dialog width, so the buttons are never pushed off the edge.
(example: Setting buttons to "Remind me later", "Skip this version" and "Download now" will push the button "Download now" off the right edge of the dialog, and cut off part of the text of "Skip this version")
Also, is there a way to check for updates and show the dialog, even if the user has clicked "Remind me later" or "Skip this version"? I'd like to put an option for users to click to force a check for updates, even if they decided to skip the update or be reminded later - just show the last update dialog again
Cool project! I'm just implementing it in my app now.
On Lollipop, sometimes the button text is cut off - if any of the button labels are too long they push the other buttons off the screen. Can you make it so it wraps to a new line if the text is long? Maybe give the buttons designated space, 1/3 of the dialog width, so the buttons are never pushed off the edge.
(example: Setting buttons to "Remind me later", "Skip this version" and "Download now" will push the button "Download now" off the right edge of the dialog, and cut off part of the text of "Skip this version")
EDIT: The button issue is because of Theme.Material.Light - you can see a similar problem here: http://stackoverflow.com/questions/27187353/dialog-buttons-with-long-text-not-wrapping-squeezed-out-material-theme-on-an
EDIT2: I'm not sure there even is a solution for the button issue.
Also, is there a way to check for updates and show the dialog, even if the user has clicked "Remind me later" or "Skip this version"? I'd like to put an option for users to click to force a check for updates, even if they decided to skip the update or be reminded later - just show the last update dialog again