fpalonso / direct-call-widget

A widget that makes it easier for people with vision problems to call their contacts.
GNU General Public License v3.0
4 stars 1 forks source link

Use Glide for loading images #5

Closed fpalonso closed 4 years ago

fpalonso commented 4 years ago

The code was written long ago and images are loaded manually, both in the configuration activity and the widgets. By using Glide, we'll get rid of a lot of boilerplate code.

fpalonso commented 4 years ago

Merged in issue #7