Commit graph

4 commits

Author SHA1 Message Date
dece 34ba7cc731 History: add Room database for history
Also add going back support.
2021-12-12 01:31:35 +01:00
dece c11ea868fe MainActivity: rework layout to avoid lag
ScrollView + RecyclerView lead to very slow loading times for the
recycler, like a few seconds on the biggest Medusae pages. Turns out it
binds every ViewHolder instantly, losing all the recycling behavior!
Following some guidelines on StackOverflow fixed this, because official
docs could not.
2021-12-10 23:50:18 +01:00
dece 50fa9edb08 UriUtils: add a bunch of URI utilities
So we can now click on relative links, wow! Fast progress!
2021-12-09 01:44:52 +01:00
dece cbcd0dca73 init
URL field, show raw response (with streaming wooow!!)
2021-12-05 01:50:37 +01:00