Magisk/app
Viktor De Pasquale 332c1a6c59 Removed overcomplicated updates loading
The mechanism was replaced by loading updated directly by id to the initial list. There are two factors why yesterday-me was dumb:

1) By asynchronously loading update state, you have no control over it - hence no search
2) It's incredibly wasteful; running that hardcore search on every query? Not cool
...and from UX stand-point having updates inlined right under installed modules is by far better than nitpicking it from the list or in the search
2019-11-18 17:21:23 +01:00
..
src/main Removed overcomplicated updates loading 2019-11-18 17:21:23 +01:00
.gitignore Separate backend logic from frontend UI 2018-12-13 04:35:50 -05:00
build.gradle Added biometric dialog instead of fingerprint one 2019-11-12 18:01:24 +01:00
proguard-kotlin.pro Removed test options from proguard 2019-05-24 16:02:47 +02:00
proguard-rules.pro Make sure our constructor is preserved 2019-10-23 07:51:32 -04:00
res-ids.txt Make main app fully independent from the stub 2019-10-17 02:55:42 -04:00