Gemini browser for Android (WIP) ☄
This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
dece 3cba46ad5d 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-13 23:36:52 +01:00
app MainActivity: rework layout to avoid lag 2021-12-13 23:36:52 +01:00
gradle/wrapper init 2021-12-05 01:50:37 +01:00
.gitignore gitignore: ignore complete .idea directory 2021-12-07 23:02:11 +01:00
ARCHITECTURE.md parse response headers 2021-12-05 21:49:24 +01:00
build.gradle init 2021-12-05 01:50:37 +01:00
gradle.properties init 2021-12-05 01:50:37 +01:00
gradlew init 2021-12-05 01:50:37 +01:00
gradlew.bat init 2021-12-05 01:50:37 +01:00
settings.gradle init 2021-12-05 01:50:37 +01:00