💾 Archived View for oppen.flounder.online › ariane_bugs.gmi captured on 2023-11-04 at 11:25:34. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2020-11-07)
-=-=-=-=-=-=-
Ariane Known Issues
- Cert handler trusts all server certs, it's currently just a dummy pass-through class
- Not possible to select and copy text in quote or code blocks
- No self-signed client cert
- Scroll position doesn't reset on new page
- If header is collapsed and user navigates to small page that's too short to scroll there's no way to get the header to show again
- Unhandled file types should show a modal to allow download and open in Android default app via Intent
- Bookmark screen shouldn't open if user has no bookmarks (show toast/snack bar instead)
- Icon isn't reactive, basic round vector for all app icons. Doesn't scale well on devices using squircles and other weirdness
- Page margin is too small, we don't want to waste screen space but a slightly larger margin would look more natural
- Image cache has no bounds and will grow large, needs LruCache style implementation