{"id":16552817,"url":"https://github.com/twisterrob/glide-support","last_synced_at":"2025-04-10T18:34:26.952Z","repository":{"id":61803290,"uuid":"53140725","full_name":"TWiStErRob/glide-support","owner":"TWiStErRob","description":"Android application to test out issues from the Glide image loading library","archived":false,"fork":false,"pushed_at":"2025-04-10T06:29:02.000Z","size":1319,"stargazers_count":88,"open_issues_count":15,"forks_count":22,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-10T07:36:55.448Z","etag":null,"topics":["android","android-app","android-development","issues","samples"],"latest_commit_sha":null,"homepage":"https://github.com/bumptech/glide","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TWiStErRob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"TWiStErRob"}},"created_at":"2016-03-04T14:27:00.000Z","updated_at":"2025-04-10T06:29:06.000Z","dependencies_parsed_at":"2024-01-13T08:12:18.945Z","dependency_job_id":"7223c96f-11a6-4bb9-a59c-aee1c3b01ee4","html_url":"https://github.com/TWiStErRob/glide-support","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Fglide-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Fglide-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Fglide-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Fglide-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TWiStErRob","download_url":"https://codeload.github.com/TWiStErRob/glide-support/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248271894,"owners_count":21075800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-app","android-development","issues","samples"],"created_at":"2024-10-11T19:46:10.499Z","updated_at":"2025-04-10T18:34:26.931Z","avatar_url":"https://github.com/TWiStErRob.png","language":"Java","funding_links":["https://github.com/sponsors/TWiStErRob"],"categories":[],"sub_categories":[],"readme":"# Glide Support Application\n\nAndroid application to test out ideas from the issues related to [Glide](https://github.com/bumptech/glide).\n\nI use it to try the feasibility of my ideas which then make it to the issue description usually.\nThis is a fully functioning app that you can build and deploy to your phone and use as a source of Glide tricks.\n\n---\n\n\u003e This repository is not meant to replace the Glide issue tracker, Glide library group or StackOverflow, it is meant to augment them and provide more publicly available Glide code examples.\n\n\u003e *Please refrain from opening issues here that are Glide related, use the other channels to get answers.*\n\n---\n\nAny pull requests are welcome if you can improve the quality or reproducibility of the ideas or just have some Glide related code you want to share. Feel free to create a new package under `random` and create an Activity or Fragment to demonstrate something.\n\n\n## Structure\n\nThe application has two flavors `glide3` and `glide4` for `3.+` and `4.+` versions respectively. At the time of me writing this most of the issues and hence solutions are for Glide v3, because v4 is in alpha stage and it is not released yet.\n\n\n### Issue Trackers\nWhile I said it is for issue tracker ideas I also used it to try out ideas for other sources, here are the meanings of the packages:\n * `github/_\u003cnum\u003e_\u003cshort_desc\u003e` where `\u003cnum\u003e` is a short integer:  \n   **`https://github.com/bumptech/glide/issues/\u003cnum\u003e`**\n * `groups/_\u003cID\u003e_\u003cshort_desc\u003e` where `\u003cID\u003e` is an 11 digits long alphanumeric (including `_dash_` and `_`) ID  \n   **`https://groups.google.com/forum/#!topic/glidelibrary/\u003cID\u003e`**\n * `stackoverflow/_\u003cnum\u003e_\u003cshort_desc\u003e` where `\u003cnum\u003e` is a long integer:  \n   **`http://stackoverflow.com/questions/\u003cnum\u003e`**\n * `random` are the ones I couldn't find the reference for or doing it out of curiosity\n\n*All packages start with `_` because Java identifiers cannot start with numbers.*\n\n\n## Development\n\nI'm using **IntelliJ IDEA Ultimate 16 EAP** to maintain this so it'll likely \"just work\" with that, with anything else you're mostly on your own, but feel free to open an issue though if you need help.\n\nIt's using Google's official Gradle plugin to build, you can find the setup in app/build.gradle\n\nTo consume a Gradle SNAPSHOT [built locally](https://github.com/bumptech/glide/wiki/Snapshots#building-snapshots-locally) create a `gradle.properties` file:\n```properties\nlocal.repo=p:\\\\path\\\\to\\\\repo\n```\n\n### Prerequisites\n * Android SDK (see `build.gradle` for exact versions)\n * Gradle (using `gradlew` is recommended, but not necessary)\n\n\n### Steps\n * Clone GitHub repository\n * Import from *Welcome screen* or *File \u003e New \u003e Project from existing sources*\n * Select from *External model: Gradle*\n * Finish wizard and wait for progress to finish\n * Choose `glide3Debug` or `glide4Debug` in *Build Variants*\n * Gradle Sync (may need an explicit sync on *View \u003e Tool Windows \u003e Gradle*)\n * Happy coding!\n\n\n### Running a sample\n\nThere's a list of the issue demonstrations so most likely a tap is enough to try out a sample. \n\nThe default `QuickFragment` and `QuickModule` are there to quickly test if something would compile with potential of running it too, there's a separate launcher for this.\n\nIt's possible to bring an item to the top of the list by adding it to the `AndroidManifest.xml` as `favoredClass`, the default is the `QuickFragment`. It's useful for testing with a clean slate because on each selection of a list item an attempt is made to tear down Glide and re-setup with the correct `GlideModule`s.\n\nThis should cover most of the issue type, if anything special is needed some code probably need to be modified.\n\n## License and stuff\n\nThis repository is unlicensed, meaning you can do anything with it, but there are no guarantees.\n\nThis is not officially related to Glide and there's no guarantee that all issues will have some code here as there's no point in reproducing everyone's issues individually.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwisterrob%2Fglide-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwisterrob%2Fglide-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwisterrob%2Fglide-support/lists"}