{"id":39478869,"url":"https://github.com/jbmlaird/discogsbrowser","last_synced_at":"2026-01-18T05:01:19.873Z","repository":{"id":188728473,"uuid":"82479889","full_name":"jbmlaird/DiscogsBrowser","owner":"jbmlaird","description":"OUT OF DATE: Open source alternative to Discogs for Android. Browse Discogs with in-app YouTube functionality. Powered by Epoxy","archived":false,"fork":false,"pushed_at":"2018-04-12T21:23:49.000Z","size":43806,"stargazers_count":21,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-16T17:36:22.168Z","etag":null,"topics":["android","daggermock","discogs","epoxy","kotlin","retrofit2","rxjava2","youtube"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbmlaird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-02-19T18:25:27.000Z","updated_at":"2023-08-16T17:36:23.718Z","dependencies_parsed_at":null,"dependency_job_id":"62cc7e64-3e2f-4200-b193-7a291bace8eb","html_url":"https://github.com/jbmlaird/DiscogsBrowser","commit_stats":null,"previous_names":["jbmlaird/discogsbrowser"],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/jbmlaird/DiscogsBrowser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbmlaird%2FDiscogsBrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbmlaird%2FDiscogsBrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbmlaird%2FDiscogsBrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbmlaird%2FDiscogsBrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbmlaird","download_url":"https://codeload.github.com/jbmlaird/DiscogsBrowser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbmlaird%2FDiscogsBrowser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28530621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","daggermock","discogs","epoxy","kotlin","retrofit2","rxjava2","youtube"],"created_at":"2026-01-18T05:00:48.720Z","updated_at":"2026-01-18T05:01:19.844Z","avatar_url":"https://github.com/jbmlaird.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=58ff64f23f33870001d2e016\u0026branch=master\u0026build=latest)](https://dashboard.buddybuild.com/apps/58ff64f23f33870001d2e016/build/latest?branch=master)\n\n\u003cimg src=\"/images/featuregraphic.png\" height=300/\u003e\n\nA direct link to the latest APK can be found [here](https://www.bitrise.io/artifact/5353216/p/8f9cdb43050a410991e00323c2e87431)\n\n# DiscogsBrowser\nNative Android app to interact with the [Discogs' public API](https://www.discogs.com/developers). This is production-ready and tested code that is an example of a live app with modern architecture.\n\n![app_gif](https://media.giphy.com/media/dVWMCW4rFiyZi/giphy.gif)\n\n\u003cimg src=\"/images/youtube.gif\" height=500/\u003e \u003cimg src=\"https://cloud.githubusercontent.com/assets/16595870/26754181/6d06b75e-486d-11e7-8be0-6245fc3e54b8.png\" height=500 /\u003e\u003cimg src=\"https://cloud.githubusercontent.com/assets/16595870/26754182/6e0cb252-486d-11e7-9a72-491579315242.png\" height=500 /\u003e\n\n## Usage\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=bj.vinylbrowser\"\u003e\u003cimg src=\"https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png\" height=80/\u003e\u003c/a\u003e\n\nDue to the Play Store Impersonation policy it's uploaded with the name VinylBrowser and uses a different feature graphic.\n\n## Technical\n\nAndroid development is in a great place with all of the libraries available. This app uses the usual suspects:\n* [Dagger2](https://github.com/google/dagger)\n* [Retrofit2](https://github.com/square/retrofit)\n* [RxJava2](https://github.com/ReactiveX/RxJava)/[RxAndroid](https://github.com/ReactiveX/RxAndroid)/[RxKotlin](https://github.com/ReactiveX/RxKotlin)\n\nPlus:\n* [RxBinding2](https://github.com/JakeWharton/RxBinding) - turn your views into RxJava Observables\n* [RxCache](https://github.com/VictorAlbertos/RxCache) - reactive caching\n* [Airbnb's Epoxy](https://github.com/airbnb/epoxy) - never use RecyclerView.Adapter again\n* [GreenDao](https://github.com/greenrobot/greenDAO) - SQLite ORM\n* [Conductor](https://github.com/bluelinelabs/Conductor) - fragment functionality without Fragments\n\nBug/leak catching:\n* [BugSnag](https://www.bugsnag.com/product/)\n* [LeakCanary](https://github.com/square/leakcanary)\n\nOf course, the usual testing frameworks plus [DaggerMock](https://github.com/fabioCollini/DaggerMock)\n* JUnit4\n* Mockito\n* Espresso\n* [DaggerMock](https://github.com/fabioCollini/DaggerMock) - will change your life\n\nSee the [build.gradle](https://github.com/jbmlaird/DiscogsBrowser/blob/master/build.gradle) for full list of libraries.\n\n## Discogs API Limitations\n\nCurrently, in May 2017, the public API does not allow any of the following:\n* Order placing/purchasing\n* Marketplace actions. This includes purchasing in app, viewing purchases or searching listings.\n* Seeing order comments/updates for purchases\n* Recent releases\n* Notifications\n\n## Contributions\n\nPull requests are welcome and encouraged! Unit tests are necessary to be merged and UI tests preferable (if a UI change).\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbmlaird%2Fdiscogsbrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbmlaird%2Fdiscogsbrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbmlaird%2Fdiscogsbrowser/lists"}