306 Commits

Author SHA1 Message Date
Felix M. 81a830c36f :: Add example application 2026-01-31 10:41:02 +01:00
Felix M. 27392ece2a ♻️ :: Rewrite library using modern Swift features, following SPM conventions 2026-01-31 10:41:00 +01:00
woxtu ae3a7fa25e Update the build settings 2023-04-21 02:33:03 +09:00
Felix Mau 8ad9d7051a 🔖 :: Bump version 2022-10-07 15:33:23 +02:00
Felix Mau 27dfd49656 ⬆️ :: Update dev dependencies 2022-10-07 15:30:23 +02:00
Felix Mau 709980d6a7 ♻️ :: Use latest iOS and iPhone for running snapshot tests 2022-10-07 15:18:45 +02:00
Felix Mau b6593371cd ♻️ :: Refactor CI test setup 2022-09-19 13:20:31 +02:00
Felix Mau 8757179241 ♻️ :: Restructure tests 2022-09-16 14:35:38 +02:00
Felix Mau 55372e4bf5 🚚 :: Delete obsolete files 2022-09-16 14:35:24 +02:00
Felix Mau df453eeb5a 🐛 :: Explicitly set deployment target for GradientLoadingBar in Pods project, as this will be read by Carthage 2022-09-13 19:49:15 +02:00
Felix Mau 0cfdc7d269 :: Adapt tests 2022-09-13 19:35:53 +02:00
Felix Mau 08ac0a5224 ♻️ :: Remove dependency LightweightObservable and increase min version to iOS 13
This is required to use Combine intead
2022-09-13 19:35:47 +02:00
Felix Mau 385d133dfc 🔖 :: Bump version 2022-09-12 21:05:54 +02:00
Felix Mau 901fadaffb ⬆️ :: Update dev-dependencies 2022-09-12 20:53:10 +02:00
Felix Mau 097b26b5ad 🐛 :: Explicitly set deployment target for GradientLoadingBar in Pods project, as this will be read by Carthage 2022-09-12 20:38:48 +02:00
Felix Mau 066064280b 🐛 :: Remove shared scheme for Example
https://www.amerhukic.com/how-to-add-carthage-support-in-existing-cocoapod-project
2022-09-12 20:37:17 +02:00
Felix Mau c6a9fdb124 🔖 :: Bump version 2022-09-11 21:40:50 +02:00
Felix Mau 9e7d80e3d2 ♻️ :: Update snapshot tests to iOS 15.5 2022-09-09 14:47:53 +02:00
Felix Mau c6ed57a24e 💚 :: Increase timeout for CI 2022-09-09 14:29:15 +02:00
Felix Mau 999a3497de Merge branch 'main' into task/dependency-update 2022-09-09 13:51:49 +02:00
Felix Mau 4b2987dc79 :: Adapt tests 2022-09-09 13:51:39 +02:00
Felix Mau b209ecae78 Merge branch 'main' into task/dependency-update 2022-09-09 13:42:23 +02:00
Felix Mau 47166ac314 🔖 :: Bump version 2022-09-08 19:41:10 +02:00
Felix Mau 707793be13 :: Adapt tests 2022-09-08 19:25:17 +02:00
Felix Mau 4521bc8622 :: Adapt tests 2022-09-08 19:23:42 +02:00
Felix Mau 3c145963e9 Merge branch 'main' into task/dependency-update 2022-09-08 12:25:34 +02:00
Felix Mau fcb33e68f7 🔖 :: Bump version 2022-09-08 12:23:55 +02:00
Felix Mau e82081460a 🐛 :: Fixed incorrect layout of NotchGradientLoadingBar when using "iPhone 12 Mini" or "iPhone 13 Mini" 2022-09-08 11:39:34 +02:00
Felix Mau 4de6fd74ec ⬆️ :: Update dev-dependencies 2022-09-07 18:18:09 +02:00
Felix M 5aa2f5d5ba Enhance BezierPath of NotchGradientLoadingBar (#31)
* ♻️ :: Enhance bezierpath

* ⬆️ :: Update fastlane plugin

* ⬆️ :: Update dev-dependencies

*  :: Adapt snapshot tests

* Revert "⬆️ :: Update dev-dependencies"

This reverts commit 45328c27ea.
2022-09-07 18:15:15 +02:00
Felix Mau f9b72b1621 ⬆️ :: Update dependencies 2022-08-22 20:20:35 +02:00
Felix Mau 85fa8e3851 :: Add test for GradientActivityIndicatorViewModel.SizeUpdate 2022-08-18 22:05:19 +02:00
Felix Mau 0ec26dfee9 🚚 :: Restructure test cases
They are now in folders with the same name as the features
2022-08-18 21:56:44 +02:00
Felix Mau 3c82b1464c ♻️ :: Fix snapshot tests 2022-08-17 22:50:03 +02:00
Felix Mau ea234f73bb ♻️ :: Fix snapshot tests 2022-08-15 22:18:55 +02:00
Felix Mau 0bfd932196 ♻️ :: Adapt tests 2022-08-15 21:33:58 +02:00
Felix Mau 596692c2d4 Merge branch 'main' into feature/adapt-uikit-animation-to-swiftui-variant
# Conflicts:
#	GradientLoadingBar/Feature/GradientActivityIndicatorView/GradientActivityIndicatorViewModel.swift
2022-08-14 18:29:09 +02:00
Felix Mau 68c39399c4 🎨 :: Format code 2022-08-14 18:25:02 +02:00
Felix Mau 8a85860ba1 ⬆️ :: Update dev-dependencies 2022-08-14 18:24:14 +02:00
Felix Mau 24b380bf50 Merge branch 'main' into feature/adapt-uikit-animation-to-swiftui-variant
# Conflicts:
#	Example/Podfile.lock
#	Example/Pods/Manifest.lock
#	Example/Pods/SwiftFormat/CommandLineTool/swiftformat
2022-07-18 20:10:47 +02:00
Felix Mau c4294823e7 ⬆️ :: Update dev-dependencies 2022-07-18 20:09:54 +02:00
Felix Mau c319b42a49 ⬆️ :: Update dependencies 2022-05-28 12:02:47 +02:00
Felix Mau 2addd9fa7d ♻️ :: Enhance test cases 2022-05-20 15:40:16 +02:00
Felix Mau 8fb9963150 ♻️ :: Fix typo in test method 2022-05-20 15:34:57 +02:00
Felix Mau 68a53add0c 📝 :: Update documentation 2022-05-20 15:25:35 +02:00
Felix Mau ae24582345 Merge branch 'main' into feature/adapt-uikit-animation-to-swiftui-variant 2022-05-12 21:49:55 +02:00
Felix Mau 61d787e1d6 🔖 :: Bump version 2022-05-10 18:39:25 +02:00
Felix Mau 5c45b2e9f5 :: Adapt tests 2022-05-10 18:35:56 +02:00
Felix Mau 5f48a38dca Merge branch 'main' into feature/adapt-uikit-animation-to-swiftui-variant 2022-05-06 14:59:54 +01:00
Felix Mau 104d4c8f60 🔖 :: Bump version 2022-05-06 14:58:40 +01:00