yetanothercoder
yetanothercoder
1. we must support different price formats like: 1234.56 1234,56 1 234.56 1 234,56 1,234.56 1. and multiline sms templates 1. add "copy" action in sms-temlate list and move up/down
I suggest adding auto-complete for category and project in transaction screen like for payee, it can be toggled by a filter icon at the left of the field, kind of:...
After testing and usage of https://github.com/dsolonenko/financisto1/issues/12 I suggest implementing the following: 1. Adding `{{t}}` placeholder to SMS pattern for capturing part of SMS-text/words 1. Adding possibility to set a Default...
I've found some caveats when trying to add filtering to such adapter: We implemented search via SearchView and on [each text change (new search) we have to re-init AsyncListUtil itself](https://github.com/yetanothercoder/financisto1/blob/%2353-simplier-fragment-layout/app/src/main/java/ru/orangesoftware/financisto/activity/SmsDragListActivity.java#L118)...