]> git.ktnx.net Git - mobile-ledger.git/commit
faster description pop-up
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 May 2020 08:53:26 +0000 (11:53 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 May 2020 08:53:26 +0000 (11:53 +0300)
commit64d69a2f7f729949b9236489ab7c4ce9f9aaea86
tree8ca0a5bcf1dba0cae82721e903da9763f343df4f
parentbdf063853bd06449accc77570a129d118782bb1b
faster description pop-up

replace surrogate pop-up cursor with a suitable "live" SQLite cursor

the problem with the surrogate is that it loads all matches and /then/
hands off control to the UI

the live cursor is populated incrementally and is very fast
app/src/main/java/net/ktnx/mobileledger/utils/MLDB.java