worker8 / Pixels

Pixels is an Android app that brings you the beautiful and interesting pictures from Reddit
24 stars 3 forks source link

Migrate package name + a few things #3

Closed worker8 closed 5 years ago

worker8 commented 5 years ago

Changes:

  1. migrate package name
  2. add more subreddits
  3. add error message for unexpected errors
  4. fix screen rotation bugs
worker8-1 commented 5 years ago
8 Warnings
:warning: app/build.gradle#L45 - A newer version of android.arch.paging:runtime than 1.0.0 is available: 1.0.1
:warning: app/build.gradle#L46 - A newer version of android.arch.paging:rxjava2 than 1.0.0-rc1 is available: 1.0.1
:warning: app/src/main/res/layout/_navigation_night_mode.xml#L7 - Missing contentDescription attribute on image
:warning: app/src/main/res/layout/_navigation_random.xml#L17 - Missing contentDescription attribute on image
:warning: app/src/main/res/layout/activity_home.xml#L33 - Missing contentDescription attribute on image
:warning: app/src/main/res/layout/home_item.xml#L46 - Missing contentDescription attribute on image
:warning: app/src/main/res/mipmap-hdpi/ic_launcher_round.png#L0 - Launcher icon used as round icon did not have a circular shape
:warning: app/src/main/res/values/material_colors.xml#L295 - The resource R.color.md_blue_grey_100 appears to be unused

Generated by :no_entry_sign: Danger