AndroidRate icon indicating copy to clipboard operation
AndroidRate copied to clipboard

Add option to re-prompt at intervals after user accept/ignore

Open sampengilly opened this issue 6 years ago • 1 comments

Allow the prompt to be shown again at intervals after each user action (accept/ignore).

Track the time each time the AgreeShowDialog preference is set to false. When checking if this value is false, or it with the result of isOverLastAgreeShowFalseDate() to determine if it has been X time units since AgreeShowDialog was set to false, a result of true will continue with the rest of the evaluation.

Defaults to off. Setting a time unit will turn the check on. Date of AgreeShowDialog = false is always tracked

sampengilly avatar Jan 08 '20 11:01 sampengilly

Code Climate has analyzed commit 57d7b50c and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 3

View more on Code Climate.

qlty-cloud-legacy[bot] avatar Jan 08 '20 11:01 qlty-cloud-legacy[bot]