Open
Description
I think there's a real risk that users will believe the app has frozen, and try to abort the cloning.
I just tried re-cloning a repo of mine with a size of 2,7 MB on the server. If I clone the repo to my laptop it takes about 3 seconds. When I cloned it to Orgzly, it took almost a full minute.
Something must be wrong in the cloning-related logic, because I cannot imagine that disk I/O or the git clone
command itself is being this slow.
IIRC, there are also quite a few deprecated methods involved in the current cloning-related code, so I suppose we could start by cleaning that up a bit.