New status image for "no internet"

This commit is contained in:
str4d
2014-01-21 07:00:01 +00:00
parent 255702b6bb
commit ceaff935d6
4 changed files with 8239 additions and 2 deletions

1
TODO
View File

@ -14,7 +14,6 @@
- Change navbar first-open mechanics to match Android design docs
- Pull out internal I2P web browser, or disable it
- What will this require elsewhere?
- New status image for "no internet"
- Add link from Log Activity to Logging settings
# Short-term

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -232,7 +232,7 @@ public class MainFragment extends I2PFragmentBase {
} else if ("ACTIVE".equals(newState)) {
lightImage.setImageResource(R.drawable.routerlogo_3);
} else if ("WAITING".equals(newState)) {
lightImage.setImageResource(R.drawable.routerlogo_0);
lightImage.setImageResource(R.drawable.routerlogo_4);
} // Ignore unknown states.
}