Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix labelValue() (#414) * Fix for #409 * Improving test stability by setting UserDefaults for testing to default values Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Migrate sidemenu to version compatible with iOS 13 (#415) * dark mode Support (#408 adjustment to storyboard and hard-coded colors to support dark mode in iOS 13 Closes #372 * Fix for #409 * As required by iOS13 migrate to SideMenu 6.x: Migration to new syntax for parameters, renamed DrawerTableType enum cases, setting the defaultSitemap to sitemap selected in side menu. - Dirty but working for the moment Signed-off-by: Michel Mohrmann <[email protected]> * Improving test stability by setting UserDefaults for testing to default values * migrate swiftlint to cocoapods and add swiftformat Signed-off-by: weak <[email protected]> * add rule 'private_outlet' to swiftlint config Signed-off-by: weak <[email protected]> * swiftformat and fix swiftlint warnings Signed-off-by: weak <[email protected]> * add haptic feedback, refs #410 Signed-off-by: weak <[email protected]> * Applied swiftlint rule private_action Signed-off-by: Tim Müller-Seydlitz <[email protected]> * dark mode Support (#372) (#408) * dark mode Support (#372) adjustment to storyboard and hard-coded colors to support dark mode in iOS 13 Closes #372 Signed-off-by: Michel Mohrmann <[email protected]> * dark mode Support (#372) SideMenu 6 Closes #372 Signed-off-by: Michel Mohrmann <[email protected]> * Migrate sidemenu (#418) * Fix for #409 Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Improving test stability by setting UserDefaults for testing to default values Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Migration to SideMenu 6.x: Migration to new syntax Renamed DrawerTableType enum cases Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Setting the defaultSitemap to sitemap selected in side menu. - Dirty but working for the moment Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Setting up parameters for SideMenu Signed-off-by: Tim Müller-Seydlitz <[email protected]> * dark mode Support (#372) adjustment to storyboard and hard-coded colors to support dark mode in iOS 13 Closes #372 Signed-off-by: Michel Mohrmann <[email protected]> Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 65 * Fixes #416 Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 66 * Migrated gear/bell symbols to SF Symbol on iOS 13 Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Changing type to UIImageView Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 66 * Bumped to version 2.1.34 Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version adjust Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Update version number Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 67 * openHAB Logo for dark mode * launch screen for dark mode * alternative openHAB icon for dark mode Closes #420 Signed-off-by: Michel Mohrmann <[email protected]> * openHAB Logo for dark mode * launch screen for dark mode * alternative openHAB icon for dark mode * gear/bell stroke color = labelcolor Closes #420 Signed-off-by: Michel Mohrmann <[email protected]> * openHAB Logo for dark mode * alternative openHAB icon for dark mode in OpenHABNotificationsViewController Closes #420 Signed-off-by: Michel Mohrmann <[email protected]> * Throttling the flow of events from colorpicker to max once every 0.3 s (#423) Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 68 * Version Bump to 69 * Version Bump to 70 * Version Bump to 71 * clear widgets to ensure cell invalidation on sitemap change, fixes #421 Signed-off-by: weak <[email protected]> * configure 'private_outlet' swiftlint rule to allow 'private(set)' Signed-off-by: weak <[email protected]> * fix outlet accessibility Signed-off-by: weak <[email protected]> * add swiftformat opt-in rule 'isEmpty' and apply changes Signed-off-by: weak <[email protected]> * remove superfluous disable command Signed-off-by: weak <[email protected]> * openHAB Logo for dark mode * launch screen for dark mode (orange / lighter grey logo) * alternative openHAB icon for dark mode Closes #420 Signed-off-by: Michel Mohrmann <[email protected]> * Version update Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 72 * improving fastlane Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 73 * Replaces DynamicButton with SFSymbol for iOS13 (#427) Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Migration from cocoapods to spm: first step (#428) Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Change on packages Signed-off-by: Tim Müller-Seydlitz <[email protected]> * ignore SPM subdirectory in git Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 74 * Bump Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Bump Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 75 * Bump Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Version Bump to 75 * Version Bump to 76 * Version Bump to 77 * Version Bump to 78 * Version Bump to 79 * Migrating SideMenu to SPM Signed-off-by: Tim Müller-Seydlitz <[email protected]> * modified .gitignore Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Migrated DynamicButtons to SPM Added Changes.md for preparation of new release Signed-off-by: Tim Müller-Seydlitz <[email protected]> * Preparing merge Signed-off-by: Tim Müller-Seydlitz <[email protected]>
- Loading branch information