Commit Graph
303 Commits
Author SHA1 Message Date
Felix Mau 48fdffcbeb ✅ :: Add snapshot tests 2020-06-15 20:55:48 +02:00
Felix Mau 175baf0530 📝 :: Update comments 2020-06-14 19:46:37 +02:00
Felix Mau 48f4c5dc9d ♻️ :: Optimize path 2020-06-14 11:49:34 +02:00
Felix Mau edb5ff1583 ♻️ :: Use same center point for large circles on the way back, but use a larger radius 2020-06-14 11:39:22 +02:00
Felix Mau 8e214f0c08 ♻️ :: Make NotchGradientLoadingBarController available for < iOS 11 2020-06-14 10:58:30 +02:00
Felix Mau aa0826dae9 ♻️ :: Prefer superview.bounds.size.width over UIScreen.main.bounds.width 2020-06-13 15:35:05 +02:00
Felix Mau 12ba25a58e 🐛 :: Prevent masking non safe area devices 2020-06-13 15:23:52 +02:00
Felix Mau 5330e0d148 📝 :: Add documentation 2020-06-13 15:02:47 +02:00
Felix Mau aaae6e1b0d ♻️ :: Optimize path 2020-06-13 14:56:46 +02:00
Felix Mau b8087af3b8 🐛 :: Prevent showing the full gradient that is normally hidden behind the notch inside the app-launcher 2020-06-12 17:35:24 +02:00
Felix Mau 91a287253e Merge branch 'master' into feature/notch-gradient-loading-bar
* master:
  ⬆️ :: Update dependencies
2020-06-11 18:19:58 +02:00
Felix Mau 6beb93abf6 ⬆️ :: Update dependencies 2020-06-11 18:09:10 +02:00
Felix Mau d4d7728c19 ✨ :: Add NotchGradientLoadingBar 2020-06-11 18:02:13 +02:00
Felix Mau bbbba8f788 🐛 :: Fix outdated screenshot url 2020-05-25 08:36:33 +02:00
Felix Mau 0cbad043b4 🍱 :: Add assets to repository 2020-05-09 16:34:16 +02:00
Felix Mau 6162618837 🍱 :: Add assets to repository 2020-05-09 16:28:27 +02:00
Felix Mau 38cd17fb9e 🎨 :: Format code 2020-05-08 14:35:19 +02:00
Felix Mau 89fce609bb ⬆️ :: Update dev dependencies 2020-05-08 14:33:47 +02:00
Felix Mau 9724fa79a2 ⬆️ :: Update CocoaPods and dependencies 2020-04-10 11:33:25 +02:00
Felix Mau a90c5bcd7c 🎨 :: Format code 2020-03-08 17:16:26 +01:00
Felix Mau 97b8dbac7d ⬆️ :: Update dependencies 2020-03-08 17:16:15 +01:00
Felix Mau aff7c3e266 ♻️ :: Replace shell scripts with fastlane 2020-02-07 18:16:59 +01:00
Felix Mau fac3a404ce ✨ :: Add fastfile containing lanes 2020-02-07 18:14:33 +01:00
Felix Mau 27a6e0a9bd ⬆️ :: Update dependencies 2020-02-07 18:13:04 +01:00
Felix Mau e1ee0a59c1 ✨ :: Add fastlane 2020-02-07 18:12:41 +01:00
Felix Mau 9847ca46fc 📝 :: Add documentation on how to integrate GradientLoadingBar with Swift Package Manager 2020-01-18 10:08:08 +01:00
Felix Mau cb3eef2a7f 🔖 :: Bump version 2.0.3 2020-01-18 10:05:11 +01:00
Felix Mau 74297a5243 ⬆️ :: Update dev-dependencies 2020-01-18 10:04:02 +01:00
Felix Mau 2376891db4 ♻️ :: Add test target to Package.swift file
Note: Currently running `swift test` will fail, due to "XCTUnwrap not available during `swift test`". This is a known bug and there is already an ongoing discussion here: https://forums.swift.org/t/xctunwrap-not-available-during-swift-test/28878
2020-01-18 09:57:49 +01:00
Felix Mau 5378e708e9 ♻️ :: Add build files from Swift Package Manager to .gitignore 2020-01-18 09:56:22 +01:00
Felix Mau 43bb14de88 🎨 :: Format Package.swift with SwiftFormat to fix build 2020-01-18 09:41:35 +01:00
Felix M c7a9e386cf Merge pull request #17 from TwoDollarsEsq/master
Support of Swift Package Manager
2020-01-18 09:37:47 +01:00
Artyom Rudakov 0d5d2839ae Adds explicit imports of UIKit because with SPM those are not done implicitly 2020-01-14 19:28:02 +02:00
Artyom Rudakov 9ab3a6987a Adds Package.swift 2020-01-14 19:26:36 +02:00
Felix Mau 56eda13f47 🔖 :: Bump version 2.0.2 2019-12-20 14:56:07 +01:00
Felix Mau 3dfa671535 🎨 :: Structure SwiftFormat configuration file 2019-12-20 14:55:08 +01:00
Felix Mau cf23128089 🎨 :: Structure SwiftFormat configuration file 2019-12-20 14:37:42 +01:00
Felix Mau a9ad08c2fc ➕ :: Update dependencies 2019-12-20 14:33:33 +01:00
Felix Mau 2219b04c07 ♻️ :: calculate matrix only once per gradient colors 2019-12-01 12:18:23 +01:00
Felix Mau 212deaf8ef ♻️ :: use UIApplication.shared.windows.first { $0.isKeyWindow } instead of UIApplication.shared.keyWindow, as the property is deprecated in iOS 13 2019-12-01 12:17:07 +01:00
Felix Mau 73fecadd2a 📝 :: update documentation with requirements 2019-11-29 09:28:19 +01:00
Felix Mau c442c73e6f 📝 :: update documentation 2019-11-29 09:28:12 +01:00
Felix Mau 3c784f49fc ♻️ :: rename method 2019-11-28 21:10:56 +01:00
Felix Mau 19c93a2563 ♻️ :: removed unused factory method in test-cases 2019-11-28 21:10:42 +01:00
Felix Mau 2408273625 ♻️ :: use PublishSubject instead of Variable, cause we don't always have a initial value 2019-11-28 18:22:56 +01:00
Felix Mau 35d690a81d ♻️ :: Use Variable instead of delegate protocol 2019-11-28 18:22:20 +01:00
Felix Mau f66525739e ⬆️ :: update dependencies 2019-11-28 10:26:37 +01:00
Felix Mau 7bd5466002 ♻️ :: remove unused image 2019-11-09 16:29:24 +01:00
Felix Mau 73417b4a93 ✨ :: add snapshot tests 2019-11-09 16:26:59 +01:00
Felix Mau fbc62bdd10 ♻️ :: fix warning Usage of the .swift_version file has been deprecated! Please delete the file and use the swift_versions attribute within your podspec instead. 2.0.1 2019-10-12 17:17:27 +02:00