Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

Releases: FokkeZB/nl.fokkezb.loading

1.8.4

26 Nov 10:42
Compare
Choose a tag to compare

1.8.3

16 Dec 18:22
Compare
Choose a tag to compare

1.8.2

16 Dec 18:22
Compare
Choose a tag to compare

1.8.1

11 Dec 10:48
Compare
Choose a tag to compare

1.8.0

24 Nov 09:04
Compare
Choose a tag to compare
  • 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

24 Oct 12:55
Compare
Choose a tag to compare
  • Uses native ProgressIndicator for Android
  • Uses the theme property to select a theme with no ActionBar

1.6.1

24 Oct 12:55
Compare
Choose a tag to compare
  • Hiding action bar on 3.3.0

1.6

12 Sep 07:20
Compare
Choose a tag to compare
1.6

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

22 Aug 12:06
Compare
Choose a tag to compare
  • Fixes empty loading mask on second show on Android

1.5.1

20 Aug 08:29
Compare
Choose a tag to compare
  • Reverted Android fallback introduced in 1.5 thanks to opacity fix.