Upgraded dependencies; started work on entry import & export via JSON

This commit is contained in:
denizk0461
2023-11-01 10:24:00 +01:00
parent cd075e9560
commit 62bbba447f
8 changed files with 31 additions and 17 deletions
@@ -32,6 +32,8 @@ class QuoteFragment : BaseFragment(R.layout.fragment_quote), QuoteAdapter.OnDele
storage.migrateEntries()
}
// Log.d("asdfasdf", storage.exportEntriesAsJson())
quoteAdapter = QuoteAdapter(storage.getAllQuotes(), this)
binding.recyclerView.layoutManager = LinearLayoutManager(context)