ciuc / redalert

GNU Affero General Public License v3.0
0 stars 1 forks source link

Rewritten in Kotlin #34

Open alexm77 opened 4 years ago

alexm77 commented 4 years ago

Disallowed DB activity on the main thread (got rid of soon to be deprecated AsyncTask, use kotlin coroutines instead) Split view model in two: one for alerts, one for items (might not have been the greatest idea)