arberg
arberg
This issue can be closed now. Fixed in v2.2.1.
Hi Sjaak, Yeah I can see why that's a problem. You need android-sdk to compile it, and I can see why you wouldn't want to add that as a compile...
You are welcome. I'll be here if you have other questions, and if you decide to avoid Android, no problem. Best Alex
I've updated the code to the Kotlin branch. It was a lot of work but hopefully the language isn't going to change again, and this'll get merged. I removed the...
Hi Jakob, Thank you for working on this. I'm the original issue OP. I've never looked at restic code before, but I have a few comments, though of cause they...
Michael I also like that option, and as I can recall from the forum, some would indeed appreciate that delete-all option. I think its fine with the '--unsafe-allow-remove-all', though adding...
Thank you Vlad. Indeed enabling that setting does help. Interestingly the code in the example is broken when this is off. I don't know why this setting is even there....
> Sorry, the work is in progress. I know it's not going very fast but since I changed job I don't have much time in the evenings any more 😞...
Yeah I would expect that would happen. As I wasn't calling it from onCreate but later on after user had already closed another dialog it seemed obvious that its not...
I managed to reproduce it now in a tiny sample. Insert this at the end of MainActivity.onCreate (or probably anywhere, but that's where I tested it) in your sample of...