Commit Graph

16 Commits

Author SHA1 Message Date
Felix Mau 212deaf8ef ♻️ :: use UIApplication.shared.windows.first { $0.isKeyWindow } instead of UIApplication.shared.keyWindow, as the property is deprecated in iOS 13 2019-12-01 12:17:07 +01:00
Felix Mau 603f3cae0e ♻️ :: use basic import for LightweightObservable in test-case 2019-10-11 17:08:45 +02:00
Felix Mau eb9e7cd071 📝 :: Updated documentation / fix typos 2019-08-31 10:15:17 +02:00
Felix Mau a4e53b563d 🐛 :: fix false positive of swiftlint rule unnecessary_type 2019-08-31 10:14:20 +02:00
Felix Mau 7621da5884 ♻️ :: Moved logic for removing the gradientView from its superview on deinit to view-model and provide tests 2019-08-30 15:10:11 +02:00
Felix Mau 3104e9f235 :: Adapt test-cases to previous refactorings 2019-08-26 21:30:30 +02:00
Felix Mau 28a82bdaf7 :: Adapt test cases 2019-08-25 22:34:48 +02:00
Felix Mau c629c4bcac ♻️ :: Removed dependency Observable in favour of an own, more lightweight, implementation.
Furthermore this commit updates the dependencies `SwiftLint` and `SwiftFormat`
2019-02-11 21:06:49 +07:00
Felix Mau 7108b027d4 ♻️ :: Added target GradientLoadingBar_Tests to allowed file-headers and adapted comments accordingly 2018-12-23 13:48:40 +01:00
Felix Mau 6c5975e0ee :: Adapt / added test-cases 2018-12-23 10:46:40 +01:00
Felix Mau dc79ce663c ♻️ :: Added swiftlint - rules and fixed corresponding warnings 2018-12-22 16:40:41 +01:00
Felix Mau d378e002a0 ♻️ :: Update to Swift 4.2 2018-09-19 21:45:35 +02:00
Felix Mau ce27755af1 ♻️ :: Refactored code for fading in view 2018-09-19 21:43:17 +02:00
Felix Mau c07c5dd1c5 :: Adapt testcases for observables 2018-09-08 12:32:25 +02:00
Felix Mau 691e1305c5 🚸 :: Updated example application 2018-09-03 18:43:05 +02:00
Felix Mau f58bb062c4 * refactored project from MVVM with delegates to MVVM with observables 2018-08-19 10:41:08 +02:00