Daniel Quah

Results 89 comments of Daniel Quah

P.S. Firefly III is on v4.7.17

sorry, mistaken your Firefly III version

Thanks for the bug report. Try the latest update and do tell me if you still see this bug.

Hi, could you test this apk? Thank you. https://drive.google.com/open?id=1Q8T_POzt8xYQMJlfqMzzXWXSZnVBUD9a

Are you able to dump your currency table for me to take a look?

ok can you use curl to get the output. ``` curl -X GET "https://YOUR_SERVER_URL_HERE/api/v1/currencies?page=1" -H "accept: application/json" -H "Authorization: Bearer YOUR_PAT_TOKEN_OR_OAUTH_TOKEN_HERE" ```

To be honest, your stack trace does not tell me where it crashes. Initially it was a `NullPointerExeception`, which I fixed it by doing a null check. Now it's a...

Hey, is your issue resolved?

the api could have changed. would you mind sending a PR?

I am using Google's Work Manager library. Scheduling tasks on Android is finicky as Android provides very little guarantee that an app can run it's scheduled tasks. having said that,...