{"id":20086822,"url":"https://github.com/worker8/pixels","last_synced_at":"2025-07-25T21:06:47.366Z","repository":{"id":142747629,"uuid":"64356808","full_name":"worker8/Pixels","owner":"worker8","description":"Pixels is an Android app that brings you the beautiful and interesting pictures from Reddit","archived":false,"fork":false,"pushed_at":"2019-05-14T12:39:50.000Z","size":1082,"stargazers_count":24,"open_issues_count":10,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T02:38:53.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/worker8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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,"zenodo":null}},"created_at":"2016-07-28T02:14:39.000Z","updated_at":"2023-10-18T11:51:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fc33031-b5da-42bb-93c9-592e20cead63","html_url":"https://github.com/worker8/Pixels","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/worker8/Pixels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worker8%2FPixels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worker8%2FPixels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worker8%2FPixels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worker8%2FPixels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/worker8","download_url":"https://codeload.github.com/worker8/Pixels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worker8%2FPixels/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267061750,"owners_count":24029527,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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":[],"created_at":"2024-11-13T16:02:31.656Z","updated_at":"2025-07-25T21:06:47.358Z","avatar_url":"https://github.com/worker8.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/badge/Kotlin-1.3.11-blue.svg)](https://kotlinlang.org) [![](https://app.bitrise.io/app/41a292091e9fb0ad.svg?token=Zdc9-YXqjcj5P5HEqTPU1Q)](https://app.bitrise.io/app/41a292091e9fb0ad)\n\n### Pixels for Reddit Introduction\n\u003cimg src=\"https://user-images.githubusercontent.com/1988156/50760475-4ce08180-12ab-11e9-87ec-d9bb7fb512cb.png\" width=\"150px\"/\u003e\n\nThis is a simple Reddit client to browse interesting pictures from various subreddits. I made this app to improve my Android programming skills and to build something I personally interested in.\n\n#### Playstore Link\nThe app is currently available in Google Playstore as Open Beta. :point_down: \n\n[\u003cimg src=\"https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png\" width=\"200px\"/\u003e](https://play.google.com/store/apps/details?id=beepbeep.pixelsforredditx\u0026utm_source=github)\n\n#### Features\nThe features are currently pretty limited! But here's a few that is available:\n- browse posts\n- change subreddit\n- randomize subreddit\n- night mode\n\n\n#### Screenshots\n| screenshots | |\n| - | - |\n| \u003cimg src=\"https://user-images.githubusercontent.com/1988156/50760058-0b9ba200-12aa-11e9-99f5-8c88c7418d2f.png\" width=\"200px\" /\u003e | \u003cimg src=\"https://user-images.githubusercontent.com/1988156/50760059-0b9ba200-12aa-11e9-9917-71c25d9e0fbd.png\" width=\"200px\" /\u003e |\n| \u003cimg src=\"https://user-images.githubusercontent.com/1988156/50760060-0c343880-12aa-11e9-899d-d0d2af262693.png\" width=\"200px\" /\u003e | \u003cimg src=\"https://user-images.githubusercontent.com/1988156/50760061-0c343880-12aa-11e9-8c20-fc0436998bc7.png\" width=\"200px\" /\u003e |\n\n\n### Technical Details\n##### General Architecture \nThe codebase is written in Kotlin. The architecture used is MVVM with RxJava. The `ViewModel` contains no Android related code, so the main logic can be unit tested: [example, HomeViewModelTest.kt](https://github.com/worker8/Pixels/blob/b34b0a5fdf6e5e63f9298ccea51f08afaef792ca/app/src/test/java/beepbeep/pixelsforreddit/home/HomeViewModelTest.kt). More information written in the wiki: [Architecture Explanation](https://github.com/worker8/Pixels/wiki/Architecture-Explanation).\n \n##### Icons, Resources and Theming\nSVG icons are preferred in this project, and night mode is supported. More details are in the wiki: [Assets, Resources \u0026 Theming\n](https://github.com/worker8/Pixels/wiki/Assets,-Resources-\u0026-Theming).\n\n##### Testing, CI, Danger \u0026 Linting\nBitrise CI is used, and only JUnit test is available. No integration tests are added yet. Danger and Android Linting are used to report warnings in PR. More about how all they work in the wiki: [Bitrise CI, Danger, Android Lint Explanation](https://github.com/worker8/Pixels/wiki/Bitrise-CI,-Danger,-Android-Lint-Explanation).\n\n##### Coding styles\n`.editorconfig` is used in this project to make sure that the spacing and indentations are standardized, the `editorconfig` is obtained from [ktlint project](https://github.com/shyiko/ktlint/blob/master/.editorconfig). \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworker8%2Fpixels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworker8%2Fpixels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworker8%2Fpixels/lists"}