sdk-for-android icon indicating copy to clipboard operation
sdk-for-android copied to clipboard

[READ-ONLY] Official Appwrite Android SDK πŸ’š πŸ€–

Results 16 sdk-for-android issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

### πŸ‘Ÿ 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...

bug

### πŸ”– 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...

enhancement

### πŸ‘Ÿ 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...

bug

### πŸ’­ 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...

documentation

### πŸ‘Ÿ 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,...

enhancement

### πŸ‘Ÿ 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...

bug

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...

enhancement