Initial Web APIs implementation

Introduce a toggle in Settings > Advanced to let user use Web APIs.
Currently implemented for search suggestions and results only.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-10-02 14:05:30 +05:30
parent 4134e1f4f4
commit fd097fbba1
7 changed files with 44 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ dependencies {
implementation("com.github.topjohnwu.libsu:core:5.0.5")
//Love <3
implementation("com.gitlab.AuroraOSS:gplayapi:3.1.4")
implementation("com.gitlab.AuroraOSS:gplayapi:3.2.0")
//Browser
implementation("androidx.browser:browser:1.6.0")