Harshad Vedartham

Results 144 comments of Harshad Vedartham

There seems to be some sort of proposed mechanism for requesting all file access for file managers. We can try that first. Needless to say, this will not affect F-Droid

Do we want to immitate how syncthing accesses files? I.e. use SAF and ACTION_OPEN_DOCUMENT_TREE to gain access to a subtree. We will have to ask the user to pick the...

Recently I have begun using a very simple format which is somewhat similar to todo.txt. I use this for logging more than time tracking. Each line in the file is...

> how to do the required reporting and analytics. I do it completely on my PC with a couple of python scripts. Doing it in Markor is a bad idea...

@gsantner I think the format we are talking about shares some common attributes with todo.txt, but is different enough that is should consider a different format.

@gsantner given the scope of this change, I think it may be best to hold off until a future release - I will want to use it daily for several...

Editing / scrolling in the main activity is significantly slower than in the document activity. I think this may be related to usage of RelativeLayout - keeps requiring redraws. We...

@gsantner On my device, I can now edit a 700kb file with highlighting with no trouble.

@gsantner Yes. I will make a layout change in a separate PR, if it still seems necessary after I am done with this pr.