Kamalesh
Kamalesh
I currently see a same class error when trying to use Kotlin DSL with the snapshot version. I'm unsure if it is because I haven't configured the plugin properly with...
**Is your feature request related to a problem? Please describe.** XML is deprecated /s **Describe the solution you'd like** Start migrating some of the views, note that we can continue...
Removed the `buildSrc` module [in favour](https://twitter.com/JakeWharton/status/1491052851887755266?s=20&t=lvVbE1f9lEhYPYqaO0FIFg) of [version catalogs](https://docs.gradle.org/current/userguide/platforms.html). **Summary of changes:** 1. Created the `libs` catalog: `gradle/libs.versions.toml`. 2. Migrated all build files. 3. Purged `buildSrc`. **Note:** I'd like to...
## About the library(-ies) - *Description*: SDKs to integrate Facebook into Android apps. - *GitHub*: [facebook/facebook-android-sdk](https://github.com/facebook/facebook-android-sdk) - *Official website* (if any, besides the GitHub page): [developers.facebook.com/docs/android](https://developers.facebook.com/docs/android) ## Want to contribute...
## About the library(-ies) - *Description*: GraphQL client that generates Kotlin and Java models from GraphQL queries. - *GitHub*: [apollographql/apollo-kotlin](https://github.com/apollographql/apollo-kotlin) - *Official website* (if any, besides the GitHub page): [apollographql.com/docs](https://www.apollographql.com/docs/)...
## About the library(-ies) - *Description*: Glide is a fast and efficient open source media management and image loading framework for Android. - *GitHub*: [bumptech/glide](https://github.com/bumptech/glide) - *Official website* (if any,...
- [x] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/) ## 🐛 Describe the bug Some of the KDOC URLs link to non-status 200 pages. ## ⚠️ Current behavior Links...
Currently, there is no option to import AVDs which makes it extremely difficult to continue work on something after closing the browser tab. Doesn't seem like a lot of work...
[comment]: # (Replace [ ] with [x].) - [x] Read [`CONTRIBUTING.md`](https://github.com/imashnake0/Animite/blob/be53ba4561c8ff20f588fb348965f208e301b6b8/CONTRIBUTING.md). Implement a `RefreshLayout` to refresh the cache. **Summary of changes:** 1. Use `CacheFirst` to prevent rate limiting. **Tested changes:**...
Because of rate limiting, we now use `FetchPolicy.CacheFirst` (with #126), this means that data is loaded from the cache if it's available and network if not. The only way to...