Felix Mau
|
9ae07a9601
|
♻️ :: Simplified tests
|
2022-04-27 18:57:29 +02:00 |
|
Felix Mau
|
3d8e5c32fc
|
✅ :: Update snapshot tests
|
2022-04-27 18:49:13 +02:00 |
|
Felix Mau
|
240150d8c8
|
🎨 :: Format code
|
2022-04-27 18:48:31 +02:00 |
|
Felix Mau
|
6a80af2cd7
|
Merge branch 'feature/add-support-for-swiftui' into feature/adapt-uikit-animation-to-swiftui-variant
# Conflicts:
# Example/ExampleTests/ViewModel/GradientActivityIndicatorViewModelTestCase.swift
# GradientLoadingBar/Feature/GradientActivityIndicatorView/GradientActivityIndicatorViewModel.swift
|
2022-04-27 18:42:50 +02:00 |
|
Felix Mau
|
b981df3519
|
♻️ :: Update example application
|
2022-04-15 18:40:44 +02:00 |
|
Felix Mau
|
563e8c6ecf
|
Merge branch 'main' into feature/adapt-uikit-animation-to-swiftui-variant
|
2022-03-27 10:10:37 +02:00 |
|
Felix Mau
|
94106389e2
|
Merge branch 'main' into feature/add-support-for-swiftui
# Conflicts:
# Example/Podfile.lock
# Example/Pods/Manifest.lock
# GradientLoadingBar/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift
|
2022-03-27 10:08:28 +02:00 |
|
Felix Mau
|
b2279955a2
|
🔖 :: Bump version
|
2022-03-27 10:03:10 +02:00 |
|
Felix Mau
|
7b586da85b
|
✅ :: Adapt tests
|
2022-03-23 21:07:46 +01:00 |
|
Felix Mau
|
8e7650dd46
|
🚚 :: Use feature based folder structure
|
2022-03-23 09:57:13 +01:00 |
|
Felix Mau
|
8b257545ee
|
♻️ :: Rename property
|
2022-03-23 09:32:35 +01:00 |
|
Felix Mau
|
285d8ef2d4
|
✅ :: Adapt snapshot tests
|
2022-03-23 09:32:19 +01:00 |
|
Felix Mau
|
090a59959f
|
✅ :: Add tests for new view-model
|
2022-03-22 20:07:27 +01:00 |
|
Felix Mau
|
67f356caf0
|
♻️ :: Extract view logic into view model
|
2022-03-22 16:32:29 +01:00 |
|
Felix Mau
|
f44ab07301
|
🚚 :: Rename tests
|
2022-03-20 08:11:23 +01:00 |
|
Felix Mau
|
e654161db3
|
🎨 :: Format code
|
2022-03-20 08:04:43 +01:00 |
|
Felix Mau
|
df93f889b5
|
♻️ :: Move numbers to configuration values
|
2022-03-20 08:04:14 +01:00 |
|
Felix Mau
|
63f66740c9
|
💚 :: Fix CI build
|
2022-03-16 20:34:22 +01:00 |
|
Felix Mau
|
80e113d194
|
⬆️ :: Update gems
|
2022-03-16 20:30:06 +01:00 |
|
Felix Mau
|
91fdbbfeb6
|
⬆️ :: Run pod install to resolve merge conflicts correctly
|
2022-03-16 17:45:31 +01:00 |
|
Felix Mau
|
555b5309a9
|
Merge branch 'main' into feature/add-support-for-swiftui
# Conflicts:
# Example/ExampleTests/ViewModel/NotchGradientLoadingBarViewModelTestCase.swift
# Example/Podfile.lock
# Example/Pods/Manifest.lock
# GradientLoadingBar/NotchGradientLoadingBarController.swift
|
2022-03-16 17:42:48 +01:00 |
|
Felix Mau
|
cafd394cb7
|
🔖 :: Bump version
|
2022-03-16 17:30:49 +01:00 |
|
Felix Mau
|
9382248471
|
✅ :: Fix tests
|
2022-03-11 15:25:20 +01:00 |
|
Felix Mau
|
44307a6b7a
|
📝 :: Update documentation
|
2022-03-11 15:24:04 +01:00 |
|
Felix Mau
|
67f6ab75cc
|
✨ :: Add shortcut to check whether the loading bar is currently visible or not
|
2022-03-11 15:18:04 +01:00 |
|
Felix Mau
|
3e1c18818a
|
♻️ :: Combine scenes in example application
|
2022-03-11 13:42:30 +01:00 |
|
Felix Mau
|
76cd8c3ddf
|
♻️ :: Increase button height in example application
|
2022-03-11 10:00:10 +01:00 |
|
Felix Mau
|
66eace181a
|
♻️ :: Unify // MARK: - statements in tests
|
2022-03-10 14:09:33 +01:00 |
|
Felix Mau
|
bbe2ddfe2f
|
✅ :: Fix flaky snapshot test
|
2022-03-10 14:08:39 +01:00 |
|
Felix Mau
|
0783d958a2
|
🚨 :: Fix warning
|
2022-03-10 14:08:18 +01:00 |
|
Felix Mau
|
07f2733ef8
|
♻️ :: Use property drawHierarchyInKeyWindow instead of own custom helper
|
2022-03-10 14:08:02 +01:00 |
|
Felix Mau
|
03b9fac539
|
🚨 :: Fix keyWindow deprecation warning
|
2022-03-10 13:58:36 +01:00 |
|
Felix Mau
|
be40ac8c35
|
✅ :: Add snapshot tests
|
2022-03-10 12:01:35 +01:00 |
|
Felix Mau
|
dec430d951
|
✅ :: Add unit tests
|
2022-03-10 10:59:37 +01:00 |
|
Felix Mau
|
25de79f73d
|
♻️ :: Move custom colors to config value
|
2022-03-09 21:48:21 +01:00 |
|
Felix Mau
|
9ca33c4432
|
✨ :: Adapt example application to show SwiftUI variant
|
2022-03-09 21:48:03 +01:00 |
|
Felix Mau
|
f4b85195f5
|
✨ :: Add SwiftUI view showing a gradient loading bar
|
2022-03-09 21:37:52 +01:00 |
|
Felix Mau
|
7309d0bd21
|
🚚 :: Rename file
|
2022-03-09 20:29:37 +01:00 |
|
Felix Mau
|
d9c7840323
|
♻️ :: Update example application
|
2022-03-07 21:53:13 +01:00 |
|
Felix Mau
|
d484da4f83
|
⬆️ :: Update dependencies
|
2022-03-07 19:41:14 +01:00 |
|
Felix Mau
|
4a17b218ee
|
🔖 :: Bump version
|
2021-12-29 14:36:58 +01:00 |
|
Felix Mau
|
e9da3c4118
|
⬆️ :: Update dev-dependencies
|
2021-12-29 13:11:50 +01:00 |
|
Felix Mau
|
edd0800a9c
|
♻️ :: Run snapshot tests with iOS 15
|
2021-12-03 11:40:29 +00:00 |
|
Felix Mau
|
f48eb2439a
|
⬆️ :: Update dependencies
|
2021-12-03 11:37:16 +00:00 |
|
Felix Mau
|
faa4f48d54
|
⬆️ :: Update gems
|
2021-12-03 11:37:09 +00:00 |
|
Felix Mau
|
34500810b5
|
🔖 :: Bump version
|
2021-10-05 16:59:20 +02:00 |
|
Felix Mau
|
5f1b00f702
|
🔖 :: Bump version
|
2021-10-05 08:45:07 +02:00 |
|
Felix Mau
|
afef9dcf47
|
🔖 :: Bump version
|
2021-10-04 19:54:39 +02:00 |
|
Felix Mau
|
4689a9d20f
|
✨ :: Add iPhone specific configurations
|
2021-10-03 22:35:46 +02:00 |
|
Felix Mau
|
9a302c55b7
|
♻️ :: Update Snapshot-Tests to iOS 14.5 / iPhone 12 Pro
|
2021-10-03 10:07:36 +02:00 |
|