Brady Trainor

Results 127 comments of Brady Trainor
trafficstars

I think the first improvement towards this would be to sort the account suggestions by frequency. That could probably be done just in modifying the following function and its corresponding...

Small improvement at https://github.com/bradyt/cone/commit/ecb261ec257dce7a807095ec64bd862cbcb1611e, sorts accounts by frequency, then by recency. Should be on Google Play in less than a day, F-Droid in less than a week. Maybe we can...

Another approximation towards this feature is at https://github.com/bradyt/cone/issues/64. Not released yet. Rather than the app trying to figure out what the user needs, the user explicitly selects a transaction from...

This seems to be two issues. One is improving the data entry UI to handle this case, the other is making sure the parser can handle these entries, and any...

That's a good idea. (I would have made this message shorter if I invested more time.) We might want to parse comments as top level journal items, as well as...

For some reason I was trying to imagine how you indicate to the app which posting is selected, but I just realized that could be implicit by where focus is,...

A draft of moving the slow parser step to an isolate, so that app doesn't hang, is at https://github.com/bradyt/cone/commit/609db2a755e182c3850d3cf9e445d5178ec6954c. I just need to get around to fixing so that it...

I've heard of this a few months ago, a #emacs guru pointed out an online spreadsheet, I think it was for a debian project, that involved gettext. There is indeed...

Good issue to raise. I might first try implementing a new view that shows each transaction more easily in mobile (as a side effect, we wouldn't have to worry about...

Oh gosh, I just tried to test a different issue with a sample file I found, https://raw.githubusercontent.com/simonmichael/hledger/master/examples/bcexample.hledger. It is taking a long time to scroll to bottom. I will try...