talalarmo icon indicating copy to clipboard operation
talalarmo copied to clipboard

[request] does the rate/feedback notification really have to appear more than once?

Open revuwa opened this issue 7 years ago • 4 comments

I've played around with your app a bit. On a random start of the app a "please rate the app" notification came up and I answered with "no, thanks" (or something, but definitely not with "Later"). Several app starts later, the same message came up a second time.

Now I kindly wanted to ask if you please could ensure that the message doesn't come up anymore if the user (like me) don't want to see it again, please?

I don't know, but did not ask your great app "Obsqr" such a question only on the first start of the app, not randomly? If so, this would be a perfect behavior for this app, too.

revuwa avatar Aug 08 '16 20:08 revuwa

Fixed in the fork by @smichel17 and my version as well :)

xeruf avatar May 25 '20 10:05 xeruf

I built an APK including this fix and some more config options: https://github.com/xerus2000/talalarmo/releases/tag/4.0

xeruf avatar May 25 '20 10:05 xeruf

@xerus2000 I have a couple suggestions for your changes:

  • Instead of a setting for the offset, segment "tap here to set alarm" into a couple of presets: +1 / +20 / +90 (or make them FABs or buttons on the bottom, there's a couple ways to do it while still keeping the "turn on" action to one tap.
  • Instead of a setting for recurrence, allow two alarms to be set at the same time.
    • They use the same UI
    • Switch between them with a menu item in the top bar (right side)
      • Or maybe move the bottom menu up there and put it in the lower right.
    • Know which one you're on by changing the title "Talalarmo | Once" or "Talalarmo | Daily" and maybe the icon of the swap button
    • Nice intermediary step for implementation: add the toggle but not the multiple alarms bit (ie, just move it out of the settings and into the UI)

Aside: I guess issues are disabled on forks by default, but maybe we should turn them on so we can discuss there. I'll do that for mine once I get off mobile.

smichel17 avatar May 25 '20 11:05 smichel17

@smichel17 sure that could be done, but it works well for me this way and I have many other projects I'd rather work on ;)

Feel free to pick up my changes in your repo, enable issues, and maybe I will contribute again at some point :slightly_smiling_face:

xeruf avatar May 25 '20 11:05 xeruf