« Previous | Next » 

Revision 11ddf047

ID11ddf0478c835a397ce55f28ca6dd32dddf2c53b
Parent 3ed2cde2
Child 1e1be1e7

Added by Peter Serwylo over 3 years ago

Better handling of cancelling of downloads.

One thing that still annoys me is that indeterminate progress dialog
still shows "0/100" due to the number formatter being used to display
the values in the TextView. Solution (from http://stackoverflow.com/a/6784180)
is to either make a custom dialog, or at the very least, in API 11 or higher
we can set the number formatter to display nothing.

Don't show the full download path of repo.
The full path includes the path to the index.jar, as well as ?clientVersion=*.
This is undesirable, the main purpose of even showing where we are downloading
from is to differentiate between multiple repos being updated at once.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences