Ben Hills
Ben Hills
Hey @mitchdowney, I have managed to reproduce this issue a couple of times using an Android emulator. **Setup** 1. Create an Android emulator - in my case Android 10 -...
Hi @mitchdowney, Hmmm, it could be a difference in test environment. My main dev box is a PC running Ubuntu. I have a Mac too, but I don't have a...
Hi @sgehrman, This is an interesting idea. Are you thinking of just being able to serialise the models to JSON, or also thinking of de-serialising JSON back into the models?
You're right, Flutter doesn't support reflection but there are ways this request can be achieved. You can serialise/deserialise objects to/from JSON manually (my preferred approach) or via code gen using...
Hi @filip-alexandrov, Thank you for this PR; this is great. The animation is much better and I like the 'show more/show less' text - and, combined with a suggestion below...
Hi @filip-alexandrov, I've made a couple of comments on the code. I have also made a few changes in `master` as I noticed that I wasn't rendering the follow, menu...
Hi @filip-alexandrov, Just checking in to ask if all is well and if there is anything I can do to help you finish off this PR? Thanks, Ben.
@Marzal, I do plan to add sorting to the library view; however, for it to be really useful, Anytime needs to support background updating. Currently, episodes are fetched when you...
Thanks @Marzal, I appreciate that. Am I right in thinking F-Droid does not have a Beta channel? Would I need to upload a Beta release here for you to test...
Thanks for that info @Marzal - now I understand the use of `CurrentVersion` and `CurrentVersionCode`. Perfect!