Felix Mau
|
47166ac314
|
🔖 :: Bump version
2.3.3
|
2022-09-08 19:41:10 +02:00 |
|
Felix Mau
|
707793be13
|
✅ :: Adapt tests
|
2022-09-08 19:25:17 +02:00 |
|
Felix Mau
|
2b19e431ec
|
♻️ :: Prefer nil over .unknown enum case
|
2022-09-08 19:24:13 +02:00 |
|
Felix Mau
|
4521bc8622
|
✅ :: Adapt tests
|
2022-09-08 19:23:42 +02:00 |
|
Felix Mau
|
77b7a5929e
|
✨:: Add support for iOS 14
|
2022-09-08 19:23:25 +02:00 |
|
Felix Mau
|
fcb33e68f7
|
🔖 :: Bump version
2.3.2
|
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 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 M
|
9779449ab4
|
Merge pull request #30 from fxm90/feature/adapt-uikit-animation-to-swiftui-variant
Adapt UIKit animation implementation to SwiftUI variant
|
2022-09-07 17:50:46 +02:00 |
|
Felix Mau
|
60ccf4b1d2
|
🎨 :: Format code
|
2022-09-07 16:53:59 +02:00 |
|
Felix Mau
|
ee6c985326
|
📝 :: Update documentation
|
2022-09-07 16:53:45 +02:00 |
|
Felix Mau
|
f9b72b1621
|
⬆️ :: Update dependencies
|
2022-08-22 20:20:35 +02:00 |
|
Felix Mau
|
84e1d0f2a4
|
📝 :: Update documentation
|
2022-08-22 20:19:18 +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
|
d979f65b80
|
♻️ :: Extract logic into SizeUpdate struct
|
2022-08-18 19:01:46 +02:00 |
|
Felix Mau
|
01c7df73f0
|
♻️ :: Prefer property over method call
|
2022-08-18 18:56:06 +02:00 |
|
Felix Mau
|
a7c82024d0
|
♻️ :: Prefer private extension
|
2022-08-18 18:55:35 +02:00 |
|
Felix Mau
|
0b6424f4a8
|
📝 :: Update documentation
|
2022-08-18 18:55:21 +02:00 |
|
Felix Mau
|
bfcdca3efb
|
Revert "♻️ :: Reduce view updates by subscribing distinct"
This reverts commit fa7e30c44f.
|
2022-08-18 18:54:52 +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
|
fa7e30c44f
|
♻️ :: Reduce view updates by subscribing distinct
|
2022-08-15 21:29:54 +02:00 |
|
Felix Mau
|
38115a2827
|
♻️ :: Refactor to non stored property, to avoid duplicate data
|
2022-08-15 21:29:33 +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
|
b786421871
|
♻️ :: Adapt constants
|
2022-05-20 15:03:37 +02:00 |
|
Felix Mau
|
4e52985153
|
♻️ :: Adapt documentation
|
2022-05-20 14:57:30 +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
2.3.1
|
2022-05-10 18:39:25 +02:00 |
|
Felix Mau
|
5c45b2e9f5
|
✅ :: Adapt tests
|
2022-05-10 18:35:56 +02:00 |
|
Felix Mau
|
ff7c892079
|
🐛 :: Fix size of NotchGradientLoadingBar for "iPhone 11 Pro" and "iPhone 11 Pro Max"
fixes #29
|
2022-05-10 18:34:32 +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
2.3.0
|
2022-05-06 14:58:40 +01:00 |
|
Felix Mau
|
0e0b31ffbe
|
🐛 :: Fix incorrect path
|
2022-05-06 14:40:17 +01:00 |
|
Felix Mau
|
244e1eba94
|
♻️ :: Add shared scheme GradientLoadingBar
|
2022-05-02 11:25:49 +01:00 |
|
Felix Mau
|
4e5aaae570
|
🐛 :: Fix invalid version
|
2022-05-02 11:25:30 +01:00 |
|
Felix Mau
|
dfc9049be2
|
Merge branch 'feature/add-support-for-swiftui' into feature/adapt-uikit-animation-to-swiftui-variant
|
2022-04-29 18:49:04 +01:00 |
|
Felix Mau
|
c0f27a3e48
|
♻️ :: Remove outdated code
|
2022-04-29 18:43:44 +01:00 |
|
Felix Mau
|
54a413d986
|
🐛 :: Fix xcodebuild errors when running pod lib lint
|
2022-04-29 18:40:10 +01:00 |
|
Felix Mau
|
3d24237307
|
♻️ :: Reduce precision to fix flaky tests on CI
|
2022-04-29 18:24:09 +01:00 |
|
Felix Mau
|
7c02e472d7
|
♻️ :: Reduce precision to fix flaky tests on CI
|
2022-04-29 18:16:51 +01:00 |
|