liato / android-bankdroid

A swedish banking application for your Android device.
http://www.swedroid.se/forum/showthread.php?t=11108
Other
243 stars 173 forks source link

Widget: Replace warning symbol with strikethrough #641

Closed walles closed 7 years ago

walles commented 7 years ago

Part of fixing #610.

On my phone, the account-disabled warning symbol in the widget is a bit outside of the widget and almost invisible.

Strikethrough is fine though, so this change replaces the warning icon in the widget with overstriking the balance if updates have been disabled for the account.

Also, in accordance with the Boy Scout Rule, this change fixes some warnings in BankdroidWidgetProvider.java and re-enables one Lint rule and one PMD rule.

walles commented 7 years ago

screenshot_1476647315

goober commented 7 years ago

The idea looks good and I will go through the code a bit later. In the mean time could you just verify how it looks when you have enabled the blur widget feature?

walles commented 7 years ago

screenshot_1476729148

goober commented 7 years ago

Thanks!