97 Commits

Author SHA1 Message Date
Felix Mau 41222ebf41 🔖 :: bump version 2019-06-30 09:57:08 +08:00
Felix Mau 21dac04152 ⬆️ :: Update dependencies 2019-06-30 09:37:04 +08:00
Felix Mau 3e80af4464 ♻️ :: Adapt folder structure in test target
As `GradientLoadingBar` is now the only feature (due to observable is extracted into a dependency), we don't need the folder `Feature` any more.
2019-06-08 14:51:48 +08:00
Felix Mau 51a66e4367 ♻️ :: Adapt folder structure
As `GradientLoadingBar` is now the only feature (due to observable is extracted into a dependency), we don't need the folder `Feature` any more.
2019-06-08 14:47:22 +08:00
Felix Mau 2cae9aa051 Merge branch 'master' into feature/use-dependency-lightweight-observable
# Conflicts:
#	Example/GradientLoadingBar.xcodeproj/project.pbxproj
2019-06-08 14:24:48 +08:00
Felix Mau 68b528cf5f :: Added test cases for UIView extensions 2019-05-21 15:37:07 +08:00
Felix Mau eeb42f570c Merge branch 'master' into feature/use-dependency-lightweight-observable 2019-05-19 09:04:31 +08:00
Felix M 3ba663fe83 :: Add codecov.io support (#15)
*  :: Add codecov.io support

* 🐛 :: Fix wrong workspace / scheme name

* ✏️ :: Added shield for code coverage
2019-05-19 07:36:14 +08:00
Felix Mau be4830fdc0 ♻️ :: Remove own observable implementation in favour of LightweightObservable 2019-05-18 11:39:22 +08:00
Felix Mau fea10c4b75 :: Added LightweightObservable dependency 2019-05-18 11:33:42 +08:00
Felix Mau ccec0d4683 🔖 :: bump version 2019-04-08 16:12:13 +12:00
Felix Mau 5b416004c3 ♻️ :: Fix build warnings 2019-04-05 21:52:50 +13:00
Felix Mau 2ee47686c9 ⬆️ :: Updated dependencies 2019-04-05 21:52:50 +13:00
Felix Mau 1d6c7cab36 ♻️ :: Updated to Swift 5.0 2019-04-05 21:52:50 +13:00
Felix Mau f989882df3 ⬆️ :: Updated dev dependencies
Installing SwiftFormat 0.39.5 (was 0.39.0)
Installing SwiftLint 0.31.0 (was 0.30.1)
2019-03-08 14:53:56 +10:00
Felix Mau 09e0ab39ec ♻️ :: Added final modifier to views in example application 2019-02-16 19:31:35 +11:00
Felix Mau 51997a8b1b 🔖 :: bump version 2019-02-14 17:37:28 +07:00
Felix Mau 9728d10655 ♻️ :: Optimized folder structure 2019-02-14 17:32:25 +07:00
Felix Mau 95acd323d9 :: Enhanced / Refactored test cases 2019-02-14 17:14:47 +07:00
Felix Mau 47965e3645 ♻️ :: Added new line at the end of file 2019-02-14 16:57:43 +07: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 504236ed4a ♻️ :: Update to recommended settings 2018-12-28 13:46:27 +01:00
Felix Mau 9d41517fb3 ⬆️ :: Update SwiftLint to version 0.29.2 2018-12-26 09:53:13 +01: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 f7dee25e45 ♻️ :: Remove unnecessary test-case (initializer is auto-generated) 2018-12-23 13:46:43 +01:00
Felix Mau 6c5975e0ee :: Adapt / added test-cases 2018-12-23 10:46:40 +01:00
Felix Mau d1803cac8e ♻️ :: Update to recommended settings 2018-12-22 16:41:03 +01:00
Felix Mau dc79ce663c ♻️ :: Added swiftlint - rules and fixed corresponding warnings 2018-12-22 16:40:41 +01:00
Felix Mau af963e693c ⬆️ :: Update dependencies 2018-12-22 16:40:13 +01:00
Felix Mau 1142d95683 🔖 :: bump version 2018-12-20 21:38:06 +01:00
Felix Mau 89897d0745 🐛 :: Fix fade-out-animations not working starting of iOS 12.0
See Also: https://openradar.appspot.com/46753872
2018-12-16 18:31:30 +01:00
Felix Mau 5b6579ceba ♻️ :: Use readonly observables for public properties 2018-11-16 15:24:45 +01:00
Felix Mau 99257a4ae5 🔖 :: bump version 2018-11-14 14:41:10 +01:00
Felix Mau ffb92d2893 ♻️ :: Apply recommend settings 2018-11-14 14:33:45 +01:00
Felix Mau 9eb15922f0 ♻️ :: run pod install 2018-11-14 14:32:59 +01:00
Felix Mau 604537ca49 ♻️ :: Specify version range for dependency Observable 2018-11-14 14:32:45 +01:00
Felix Mau 368566af40 ⬆️ :: Updated dependencies / Adapt file Observable+ObserverDistinct.swift to new changes 2018-11-14 14:32:05 +01:00
Felix Mau 25526a67bb 🔖 :: bump version 2018-09-22 15:41:46 +02:00
Felix Mau 9c14fba045 ♻️ :: Removed UIColor initializers, as they're not required for the project to work (and it's not very common to use hex color codes in iOS)
If you need them in your project, feel free to copy & paste to following file into you project: https://gist.github.com/fxm90/1350d27abf92af3be59aaa9eb72c9310
2018-09-22 15:22:20 +02:00
Felix Mau de48aaff40 Merge branch 'master' into feature/observables
# Conflicts:
#	Example/GradientLoadingBar.xcodeproj/project.pbxproj
#	Example/GradientLoadingBar/AppDelegate.swift
#	Example/Podfile.lock
#	GradientLoadingBar/Classes/ViewModel/GradientLoadingBarViewModel.swift
#	GradientLoadingBar/Classes/Views/GradientView.swift
2018-09-22 14:38:48 +02:00
Felix Mau 058735c5d8 Merge branch 'master' of github.com:fxm90/GradientLoadingBar 2018-09-22 14:30:50 +02:00
Michael Rothkegel 4a21aeeb84 -small refactoring for swift 4.2
-update example to swift 4.2
2018-09-21 10:35:51 +02: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 3aca89a629 ♻️ :: Update example applications 2018-09-19 21:32:47 +02:00
Felix Mau 28d4aebeac ♻️ :: refactored example application to support iPads 2018-09-09 20:24:41 +02:00
Felix Mau b26c2c5671 🚸 :: Updated Example Application 2018-09-08 18:42:15 +02:00
Felix Mau 12c293f9ee 💬 :: Updated titles in example application 2018-09-08 16:18:27 +02:00
Felix Mau 1878c07a19 🐛 :: Fix folder structure not matching project structure 2018-09-08 14:08:52 +02:00
Felix Mau c07c5dd1c5 :: Adapt testcases for observables 2018-09-08 12:32:25 +02:00