ChibiPhoenixGithub

Results 10 comments of ChibiPhoenixGithub

I mostly got these reports from people using a lower-end device. I made my login a little more robust by falling back to the 'hard' login (requiring UI consent) incase...

I sign in during initialization (first time loading) like so (I also have a button in the Menu for users to sign-in / -out, but the initialization one was not...

@smile616 Alright, I think I got it, I just made a bugreport while making my app hit the error (I limited the cloud saves attempts, since it was going absolutely...

Thanks! I also uploaded a logcat output (not sure if they differ, but just want to be thorough!) URL: https://drive.google.com/file/d/1FQj8FTktduny8qXdXq9f1x_KAFTwtJmW/view?usp=sharing EDIT: Would it be relevant to also include the code...

Yes, I did notice the same error message, it seemed really weird that it's giving a FileNotFoundException. So far what I notice is that initially it correctly saves to the...

Alright! So I tried it with different filenames and sadly... it still happens :( I uploaded the logcat from both devices and send you the link.

@smile616 Ok, that definitely should not happen. The profile file should only ever update if the user changes a setting (eg. screen resolution), it should definitely not be called this...

@smile616 I think I have narrowed it down. It seems that it happened because I overlooked what *could* happen opposed to what I *expected* to happen. I had my profile...

> Agreed, it would be nice to be included by default. You can create an extension method yourself for now: ``` public static class MyCsvWriterExtension { public static void ExportDataTable(this...