jonathanklee / Sapio

Android Open Source API compatibility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sapio

Sapio is the anagram of Open Source API.

Sapio provides the compatibility matrix of an Android application with deGoogled bare Android Open Source Project (AOSP) devices, coupled or not with microG.

Evaluations in Sapio are given to the community by the community.

Get it on F-Droid Get it on GitHub

    

Rating

🟒 The app works perfectly without Google Play Services

🟑 The app works partially: at least one feature (notifications, in-app purchases, login methods etc) does not work without Google Play Services

πŸ”΄ The app does not work at all or crashes without Google Play Services

bareAOSP The device is a bare AOSP device

microG The device has microG installed

root The device is considered rooted

user The device is not considered rooted

πŸ”¨ Build

Get the sources

git clone git@github.com:jonathanklee/Sapio.git

Build Sapio

cd Sapio
./gradlew assembleDebug

πŸ“± Install

adb install ./app/build/outputs/apk/debug/app-debug.apk

🌍 Public API

Base url

https://sapio.ovh/api

Endpoints

List evaluations

curl -X GET "https://sapio.ovh/api/sapio-applications?pagination\[pageSize\]=100&sort=updatedAt:Desc"

Search evaluations

curl -X GET "https://sapio.ovh/api/sapio-applications?filters\[name\]\[\$eq\]=ChatGPT"

Get icons

curl -X GET "https://sapio.ovh/api/upload/files?filters\[name\]\[\$eq\]=com.openai.chatgpt.png"

β˜• Coffee

If you want to offer me a coffee for the maintenance of the server part: Donate

πŸ‘ Credits

Brain icons created by Freepik - Flaticon

Search icons created by Smashicons - Flaticon

About

Android Open Source API compatibility

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%