Aditya Wasan

Results 11 comments of Aditya Wasan

> Coming back to this, I'm still thinking of what a good UX for this entire process would be. Maybe make the SSH key selection a part of the server...

I'll definitely try and make a PR to the app if you guys are accepting contributions.

Hey, do you mind if we keep this open? The data binding PR does not solve the issue. I will be contributing more to help reduce the overall startup time.

@X1nto Yeah fragments may not be an issue at all but the app is still doing a lot of processing at startup. I'll try and look at other parts that...

@X1nto I think that can be fixed. The only data that needs to fetched from the server are changelogs. That can be lazily fetched whenever the user requests it. This...

We can fetch them after entering the HomeFragment. Internet speed shouldn't really be a reason for crash.

@X1nto That's great. I was working on something similar but couldn't complete it. Another improvement that I would like to suggest would be using a Model class with retrofit to...

@X1nto I checked the commit and it looks great. However, your model class still fetches each item by itself which technically isn't the responsibility of a `Model`. Fetching should be...