Pixels icon indicating copy to clipboard operation
Pixels copied to clipboard

Pixels is an Android app that brings you the beautiful and interesting pictures from Reddit

Results 10 Pixels issues
Sort by recently updated
recently updated
newest added

I was looking into #18 and the solution requires a reference to `Context`. This can be done either by inheriting from `AndroidViewModel` or by passing the context to `setupGetComments()`. Neither...

Moshi addresses many shortcomings of gson, so it's worth to change it: https://www.reddit.com/r/androiddev/comments/684flw/why_use_moshi_over_gson/

tech-infra

Network call error in rx chain in `CommentViewModel.kt` is not handled. It should be handled by showing a simple text message at the very least.

enhancement

In `CommentViewModel.kt`, the following html color cannot be changed based on dark/day theme. It should be extracted into own resources file. ```kotlin "${commentData.author}" ```

tech-infra

After having comments and login, there will be data consistency issue. For example, upvoting in Comment View doesn't update the view in Home Feed View. By introducing Room, and by...

tech-infra

subreddit list is getting too long, it's hard to choose from other than using the random button categorized them into a nested list

new feature

Trigger Bitrise to auto deploy either: - when a merge happen to `release` or - when a merge happen to `master`

tech-infra

Todo: - [ ] add Firebase - [ ] add Crashlytics

tech-infra