Nl.fokkezb.loading Versions Save

The widget provides a simple loading mask that can be easily styled and configured.

1.8.4

8 years ago

Fixes #28

1.8.3

9 years ago
  • Fixes #23

1.8.2

9 years ago
  • Fixes #22

1.8.1

9 years ago
  • Fixes #21

1.8.0

9 years ago
  • New view mode to get the loading mask as a view instead of a window.
  • Consistent public API's for all types and modes.

1.7.0

9 years ago
  • Uses native ProgressIndicator for Android
  • Uses the theme property to select a theme with no ActionBar

1.6.1

9 years ago
  • Hiding action bar on 3.3.0

1.6

10 years ago

Complete rewrite:

  • Widget creation now only in controller
  • Styling now only in TSS
  • Setting message and blocking now only via show()
  • Cancel event replaced by callback as second argument for show()
  • Second show() argument now cancelable, reverse of blocking (!!)
  • On Android, hitting the back button on a non-cancelable loading mask will move app to the background

1.5.2

10 years ago
  • Fixes empty loading mask on second show on Android

1.5.1

10 years ago
  • Reverted Android fallback introduced in 1.5 thanks to opacity fix.