sdk-for-android
sdk-for-android copied to clipboard
[READ-ONLY] Official Appwrite Android SDK π π€
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
Refactor Current SDK and dependencies like, okHttp -> Ktor, GSON -> Kotlinx.serialization and add support for **more targets which Kotlin** can support like JAVA, android, Native, JS and even IOS...
### π Reproduction steps Appwrite Version 0.12 / SDK Version 0.3.0 Create a Session via email / password, try to get the session via `getSession()` ### π Expected behavior Get...
### π Feature description When we download a file we don't get a progress of how much file is downloaded. ### π€ Pitch Features uses examples: We can use this...
### π Reproduction steps After adding "implementation("io.appwrite:sdk-for-android:4.0.0")" to my build.gradle.kts ### π Expected behavior BUILD SUCCESSFUL ### π Actual Behavior Failed to resolve: com.squareup.okhttp3:okhttp-bom:4.10.0 ### π² Appwrite version Appwrite Cloud...
### π Description I'm finding the current Appwrite Android documentation a bit challenging for beginners, especially the examples. Many existing examples haven't been updated to utilize Kotlin flows, which are...
### π Reproduction steps Sending exceptions in every negative case of the application leads to serious issues. Is it correct to use try-catch everywhere. Even though I don't use try-catch,...
### π Reproduction steps Download a big file (1GB) with `getFileDownload` ### π Expected behavior It should download the file. There is a `client.chunkedUpload` i guess we also need a...
using google & Facebook providers make it harder to redirect to my app i suggest using the native API that provides from google or Facebook (The famous google Alert dialog...
### π Feature description Add proguard/R8 rules ### π€ Pitch Add proguard/R8 rules for minify & shrinkResources ### π Have you spent some time to check if this issue has...