Go to file
octospacc 6c382aac9d First commit, basic working app for Android > 7 (bad UX on lower versions) 2023-02-10 16:47:34 +01:00
app First commit, basic working app for Android > 7 (bad UX on lower versions) 2023-02-10 16:47:34 +01:00
.gitignore First commit, basic working app for Android > 7 (bad UX on lower versions) 2023-02-10 16:47:34 +01:00
LICENSE First commit, basic working app for Android > 7 (bad UX on lower versions) 2023-02-10 16:47:34 +01:00
README.md First commit, basic working app for Android > 7 (bad UX on lower versions) 2023-02-10 16:47:34 +01:00
build.gradle First commit, basic working app for Android > 7 (bad UX on lower versions) 2023-02-10 16:47:34 +01:00
settings.gradle First commit, basic working app for Android > 7 (bad UX on lower versions) 2023-02-10 16:47:34 +01:00

README.md

browserocto

A small browser app for Android I created to be able to, for those that don't directly support it, quickly adapt websites I want to have as offline progressive web apps.

I still have to make the app more usable on older Android versions, add some missing basic features (custom shortcuts icon), and I think I plan on adding more unrelated features in the future.

Releases

Go to -/releases to get the latest built release APKs.

Building

I fail to understand how to build apps supporting old minimum API targets with classic methods, to build from source then I suggest using this application: AIDE- IDE for Android Java C++ (it's what I'm using for development).