386 Commits

Author SHA1 Message Date
Felix Mau b2279955a2 🔖 :: Bump version 2.2.5 2022-03-27 10:03:10 +02:00
Felix Mau 0b99b7853b 🐛 :: Fix invalid masking on iPhone 11 2022-03-27 09:47:08 +02:00
Felix Mau bc6575e9db ♻️ :: Improve safe area device check 2022-03-27 09:46:35 +02:00
Felix Mau cafd394cb7 🔖 :: Bump version 2.2.4 2022-03-16 17:30:49 +01:00
Felix Mau 9382248471 :: Fix tests 2022-03-11 15:25:20 +01:00
Felix Mau 1f00f1d61f 📝 :: Update documentation 2022-03-11 15:05:51 +01:00
Felix Mau 41c084b27d 📝 :: Update documentation 2022-03-11 14:45:35 +01:00
Felix Mau e8d03a9ccc ♻️ :: Adapt configuration for iPhone XR 2022-03-11 14:33:45 +01:00
Felix Mau ecad3b98b9 ♻️ :: Allow offsetting the large circle in x and y direction 2022-03-11 14:08:56 +01:00
Felix Mau d97b99ab83 :: Add notch configuration for iPhone XR (WIP) 2022-03-11 14:04:12 +01:00
Felix Mau 0e20b0fb0e ♻️ :: Extract config for notch into separate struct
This struct is available per device as an extension on `NotchGradientLoadingBarViewModel.SafeAreaDevice`
2022-03-11 13:56:28 +01:00
Felix Mau 4a17b218ee 🔖 :: Bump version 2.2.3 2021-12-29 14:36:58 +01:00
Felix Mau fc88310e3e ♻️ :: Comments & Cleanup 2021-12-29 14:16:16 +01:00
Felix Mau 1cd1d0c8ee 🚨 :: Fix warning 2021-12-29 13:19:41 +01:00
Felix Mau a6b56d9b32 🐛 :: Fix not running SwiftLint on CI 2021-12-29 13:17:56 +01:00
Felix Mau e9da3c4118 ⬆️ :: Update dev-dependencies 2021-12-29 13:11:50 +01:00
alinfarcas12 4b1fe483aa Draw a shape for specified height instead of 1 line (#26)
Co-authored-by: Alin Farcas <alin.farcas@emag.ro>
2021-12-29 12:45:06 +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 2.2.2 2021-10-05 16:59:20 +02:00
Felix Mau 4f7fe3fb5a 🐛 :: Fix missing return keyword 2021-10-05 16:54:41 +02:00
Felix Mau 5f1b00f702 🔖 :: Bump version 2.2.1 2021-10-05 08:45:07 +02:00
Felix Mau 428acabc24 🐛 :: Fix missing UIKit import 2021-10-05 08:41:20 +02:00
Felix Mau afef9dcf47 🔖 :: Bump version 2.2.0 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
Felix Mau 285801d7ea ♻️ :: Fix warning 2021-10-03 10:03:19 +02:00
Felix Mau 1d30990f1c ♻️ :: Adapt configuration after double checking on device 2021-10-03 10:03:04 +02:00
Felix Mau dbec8e5cdb Revert "♻️ :: Update tests for iOS 15 / iPhone 13"
This reverts commit a537a75c68. **GitHub Actions are still using Xcod 12.4**
2021-10-02 14:02:39 +02:00
Felix Mau a537a75c68 ♻️ :: Update tests for iOS 15 / iPhone 13 2021-10-02 13:53:17 +02:00
Felix Mau ffe69dda79 ♻️ :: Remove trailing .0 where it's not needed 2021-10-02 13:47:17 +02:00
Felix Mau 849ef3e945 ♻️ :: Directly access first row of color location matrix instead of having a separate observable
This way we can prevent `colorLocationMatrix` and `colorLocationInitialRow` running out of sync.
2021-10-02 13:43:52 +02:00
Felix Mau 3304f9bb7c ♻️ :: Move factory methods to private extensions on their actual types 2021-10-02 13:36:47 +02:00
Felix Mau 74753892d4 ♻️ :: Comments & Cleanup 2021-10-02 13:25:41 +02:00
Felix Mau 4bc8da04cb Merge branch 'feature/adapt-notch-size-for-iPhone-13' into feature/simplify-path-creation-for-notch-variant
* feature/adapt-notch-size-for-iPhone-13:
  ♻️ :: Have a separate configuration for any iPhone 13 device

# Conflicts:
#	GradientLoadingBar/Classes/NotchGradientLoadingBarController.swift
2021-09-27 21:59:22 +02:00
Felix Mau 3fcbdd5aa2 ♻️ :: Have a separate configuration for any iPhone 13 device 2021-09-27 21:52:27 +02:00
Felix Mau 0cf7edf60d ♻️ :: Adapt width 2021-09-26 22:15:12 +02:00
Felix Mau 86a5e0e191 ♻️ :: Have a separate configuration for any iPhone 13 device 2021-09-26 22:12:09 +02:00
Felix Mau 941b399aff ♻️ :: Simplify path drawing (WIP) 2021-09-26 21:41:38 +02:00
Felix Mau c150f0d4b2 ♻️ :: Adapt height of notch bar to basic bar 2021-09-23 20:56:18 +02:00
Felix Mau 2f7411532a ⬆️ :: Update dependencies 2021-09-23 20:50:51 +02:00
Felix Mau 0742cd96cb :: Adapt notch size for iPhone 13 2021-09-23 20:49:22 +02:00
Felix Mau 80031f22a3 ♻️ :: Fix warnings 2021-07-31 15:43:33 +02:00
Felix Mau 9fa317bbd3 ⬆️ :: Update dependencies 2021-07-31 15:43:15 +02:00
Felix Mau 3af5785f80 ⬆️ :: Update dev dependencies 2021-07-19 09:33:31 +02:00
Felix Mau ce31f8e044 🚨 :: Fix build for snapshot tests 2021-06-25 22:05:17 +02:00
Felix Mau b5ccd551e0 ⬆️ :: Update (dev) dependencies 2021-06-25 22:04:41 +02:00
Felix M 3e18c93100 Enhance GitHub actions (#22)
* ⬆️ :: Update dev dependencies

* 🐛 :: Use correct badge url for CI status

* ♻️ :: Refactor CI action

* ♻️ :: Refactor action file

* ♻️ :: Rename workflow

* 🚚 :: Rename action file according action name

* ♻️ :: Update docs
2021-05-18 10:08:25 +02:00
Felix M 6d2517b0a6 ♻️ :: Prefer GitHub Actions over Travis-CI (#21) 2021-05-15 15:41:03 +02:00