50 Commits

Author SHA1 Message Date
Felix Mau 735beda692 🔖 :: bump version 2019-09-02 11:22:40 +02:00
Felix Mau d685227c9a ⬆️ :: update dependencies 2019-08-29 09:41:37 +02:00
Felix Mau dcbb4df26e ♻️ :: Moved logic from view to view-model 2019-08-26 17:13:32 +02:00
Felix Mau c484cdd1f6 ♻️ :: Moved all constants to a specific file 2019-08-26 11:36:57 +02:00
Felix Mau c7fd4bfa35 ♻️ :: Refactored module 2019-08-25 22:19:42 +02:00
Felix Mau c88021a13e 🐛 :: Run pod install with fix for interface builder 2019-08-25 21:39:30 +02:00
Felix Mau 73adc1187e ♻️ :: Made extension public and moved base class from UIView to GradientActivityIndicatorView, to avoid conflicts with other frameworks. 2019-08-25 14:41:18 +02:00
Felix Mau 8b3d74fddb ♻️ :: removed BottomGradientLoadingBarController 2019-08-25 14:40:05 +02:00
Felix Mau 56ace2a02c ♻️ :: Renamed GradientView to GradientActivityIndicatorView to match naming from apple docs:
> For an indeterminate progress indicator—or, informally, a “spinner”—use an instance of the UIActivityIndicatorView class.
https://developer.apple.com/documentation/uikit/uiprogressview
2019-08-25 10:04:51 +02:00
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 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 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 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 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 d1803cac8e ♻️ :: Update to recommended settings 2018-12-22 16:41:03 +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 1878c07a19 🐛 :: Fix folder structure not matching project structure 2018-09-08 14:08:52 +02:00
Felix Mau 285551c45f Merge branch 'master' into feature/obersavables 2018-09-03 19:35:44 +02:00
Felix Mau 3975a26232 :: Include Pods in repo in order to make symlink Pods.xcodeproj work (used for Carthage support) 2018-09-03 19:35:02 +02:00
Felix Mau 7720c07cb6 ♻️ :: added flag for handling safe area insets 2018-09-03 19:31:55 +02:00
Felix Mau 691e1305c5 🚸 :: Updated example application 2018-09-03 18:43:05 +02:00
Felix Mau b4c07042c1 Merge branch 'master' into feature/swift-4.2
# Conflicts:
#	.swiftformat
#	Example/Podfile.lock
#	Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
#	Example/Pods/Manifest.lock
#	Example/Pods/Pods.xcodeproj/project.pbxproj
#	Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/GradientLoadingBar.xcscheme
#	Example/Pods/SwiftFormat/CommandLineTool/swiftformat
#	Example/Pods/SwiftFormat/README.md
#	Example/Pods/SwiftLint/swiftlint
#	Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar.xcconfig
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example-acknowledgements.markdown
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example-acknowledgements.plist
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example-frameworks.sh
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example.debug.xcconfig
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example.release.xcconfig
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Tests/Pods-GradientLoadingBar_Tests.debug.xcconfig
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Tests/Pods-GradientLoadingBar_Tests.release.xcconfig
#	GradientLoadingBar/Classes/ViewModel/GradientLoadingBarViewModel.swift
#	Scripts/swift-format.sh
2018-08-19 12:56:54 +02:00
Felix Mau 0c44f6f3a7 * remove pods 2018-08-19 12:43:52 +02:00
Felix Mau c1be80255a * updated cocoapods 2018-08-19 12:17:36 +02:00
Felix Mau f58bb062c4 * refactored project from MVVM with delegates to MVVM with observables 2018-08-19 10:41:08 +02:00
Felix Mau ed722cb70d * updated pods
* added `Observable` pod as dependency for `GradientLoadingBar`
2018-08-18 13:22:34 +02:00
Felix Mau 1a38d8e1aa * updated recommend settings 2018-06-09 10:25:34 +02:00
Felix Mau 143ca017a1 * converted to swift 4.2 2018-06-09 10:25:16 +02:00
Felix Mau a6f855d79c * updated pod in example application 2018-06-04 08:03:15 +02:00
Felix Mau f120514677 * exclude pod directory
This will fix an issue with Carthage, as the `_Pods.xcodeproj` is a symlink to `Example/Pods/Pods.xcodeproj` which now can be resolved.
2018-06-03 11:03:42 +02:00