From: Damyan Ivanov Date: Sat, 30 Jan 2021 11:56:08 +0000 (+0000) Subject: rework pattern management machinery X-Git-Tag: v0.17.0~203 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=b0404689e0dbb2b08f02deca7ee5d14636a3baa6;hp=b0404689e0dbb2b08f02deca7ee5d14636a3baa6;p=mobile-ledger.git rework pattern management machinery adding and editing of patterns mostly works (amounts not yet) room database instantiation moved from App to DB (properly synchronised) view holders don't hold references to corresponding items or positions instead, they retrieve the item via getAdapterPosition() as recommended account names/comments are stored in the DB fix crash when a pattern with null test text is loaded ---