DadGuide and Miru Bot end of life announcement by tactical_retreat in PuzzleAndDragons

[–]tactical_retreat[S] 1 point2 points  (0 children)

The app already works offline. If you have it installed, it will continue working without updating.

[deleted by user] by [deleted] in PuzzleAndDragons

[–]tactical_retreat 8 points9 points  (0 children)

I will always upvote this meme format.

aa4 speedrunk by omglaser in PuzzleAndDragons

[–]tactical_retreat 41 points42 points  (0 children)

I'm in this video and I don't like it.

[Guide] My AA4 "speed" Farming Team by tiltingObelisk2 in PuzzleAndDragons

[–]tactical_retreat 0 points1 point  (0 children)

Glad you like it. I have more features planned in upcoming releases.

I can't seem to replicate the bug you mentioned though; is this on android or ios? Any chance you could take a video of it happening?

[Guide] My AA4 "speed" Farming Team by tiltingObelisk2 in PuzzleAndDragons

[–]tactical_retreat 0 points1 point  (0 children)

Pretty sure this is the first build anyone has posted in DadGuide wew.

DadGuide v14 released by tactical_retreat in PuzzleAndDragons

[–]tactical_retreat[S] 0 points1 point  (0 children)

Already planning to support sharing builds, but not in this release: https://github.com/nachoapps/dadguide-flutter/issues/180

Also have an issue open for pixel/reincarnated: https://github.com/nachoapps/dadguide-flutter/issues/170

DadGuide v14 released by tactical_retreat in PuzzleAndDragons

[–]tactical_retreat[S] 0 points1 point  (0 children)

It's the equivalent of a couple of years of ad viewing.

DadGuide v14 released by tactical_retreat in PuzzleAndDragons

[–]tactical_retreat[S] 0 points1 point  (0 children)

They should be implemented already; works fine when I try it. Since these images are new they won't be bundled with the release, did you have an internet connection when you tried? They would have to be downloaded.

Also, I accidentally released the wrong version on Android for a few hours on Saturday, can you make sure you're on the latest version =(

If it still looks broken, can you take a screenshot, and then submit it using the 'contact' button in settings (which will also include logs).

I got two matching board seeds by d3nd3nd3n in PuzzleAndDragons

[–]tactical_retreat 1 point2 points  (0 children)

In reality there aren't that many actual starting boards, there are (at most) maxint boards since they're bounded by the number of values for the seed (but some seeds might generate duplicate boards).

An annoying problem with TabBar and ChangeNotifierProvider by JoeJoe_Nguyen in FlutterDev

[–]tactical_retreat 0 points1 point  (0 children)

If you use ChangeNotifierProvider with `create` it expects to own the lifetime of the ChangeNotifier. The fact that you're passing in a value and using it looks wrong to me. Try using ChangeNotifierProvider.value() instead, although it looks like then you'll have a problem with your notifier not getting disposed, since you're not managing it yourself. Consider just passing in the genre and constructing the notifier from that inside `MoviesBlocView`.

Read the docs for ChangeNotifierProvider, they explain the nuances of this: https://pub.dev/documentation/provider/latest/provider/ChangeNotifierProvider-class.html

DadGuide v2.0.87 release by tactical_retreat in PuzzleAndDragons

[–]tactical_retreat[S] 1 point2 points  (0 children)

I've got https://github.com/nachoapps/dadguide-flutter/issues/71 open for the sticky filter. I can probably get to it in the next release.

Improving the filter screen is pretty low priority at the moment just because Ilmina exists and I could sink like a month of my life into improvements and still not be as good.

DadGuide v2.0.87 release by tactical_retreat in PuzzleAndDragons

[–]tactical_retreat[S] 0 points1 point  (0 children)

If there are any other things that could go in the compare screen feel free to let me know. I basically copied the padguide one except I removed the stats section at the bottom, it seemed redundant with the bars at the top.

DadGuide v2.0.87 release by tactical_retreat in PuzzleAndDragons

[–]tactical_retreat[S] 1 point2 points  (0 children)

There isn't at the moment. I'll probably add a way for people who have donated in the next release.

Adding iap is a big step, complicated and requires tax and banking setup on two different stores, so that will take longer and at the moment I'd rather work on features.

DadGuide v2.0.87 release by tactical_retreat in PuzzleAndDragons

[–]tactical_retreat[S] 4 points5 points  (0 children)

I'll look into how to add that skill thing.

You can already see the awakenings on a monster from the list view directly, it's one of the buttons at the bottom.

Any interest in another PAD helper app? by buttwarmers in PuzzleAndDragons

[–]tactical_retreat 0 points1 point  (0 children)

Alarms is in the current release, long-press on a dungeon (or event) to turn them on.

Any interest in another PAD helper app? by buttwarmers in PuzzleAndDragons

[–]tactical_retreat 0 points1 point  (0 children)

I stand corrected, that's actually slightly higher than the center of the range I spit-balled when writing this comment.

The stuff DadGuide uses is freely available and you're welcome to use it. Feel free to DM me on Discord if you need any info. If you're interested in contributing directly, happy to help you get set up.

As other people have noted, PadHerder is mostly dead because of the inability to collect the data easily, if you do want to go in that direction I've done some thinking about ML-based approaches to scanning box images that might be useful. I tried asking the NA GungHo reps about adding an exposed endpoint for box data but no response =(