rumboalla / apkupdater

APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.
GNU General Public License v3.0
2.91k stars 228 forks source link

2 Different Loading Animations #478

Open warmoans opened 11 months ago

warmoans commented 11 months ago

When you pull down to refresh there's a loading animation of a circle. When you press the circle arrow to check for updates it shows a bunch of rectangles doing an animation. I think it would be best to pick one or the other and make it happen for both update check methods

Screenshot_20231105-103523 Screenshot_20231105-103535

TPS commented 11 months ago

Imho, the rectangle animation is better, but the spinner is more typical. I agree it should be made consistent. If the 2 animations represent something different from each other, that should be clarified. Else, maybe both could always run simultaneously, like on the app's opening update.

codewithrashmiranjan commented 7 months ago

I would suggest showing the rectangle shimmer for the first time when no data is available. However, after the data has been loaded once, for refreshing purposes, you can switch to displaying a rounded progress bar.