Swiftpack.co - Swift Packages by fulldecent

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by fulldecent

fulldecent/FDWaveformView v0.3.2
Reads an audio file and displays the waveform
⭐️ 1,208
πŸ•“ 4 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.0.2
4 weeks ago
## What's Changed * Fix Carthage Support by @evandcoleman in https://github.com/fulldecent/FDWaveformView/pull/145 * Update deployment target by @RVetas in https://github.com/fulldecent/FDWaveformView/pull/151 * Remove Travis CI, Carthage, CocoaPods, relayout project with modern project layout from [Swift5 Module Template](https://github.com/fulldecent/swift5-module-template) ## New Contributors * @evandcoleman made their first contribution in https://github.com/fulldecent/FDWaveformView/pull/145 * @RVetas made their first contribution in https://github.com/fulldecent/FDWaveformView/pull/151 **Full Changelog**: https://github.com/fulldecent/FDWaveformView/compare/5.0.1...5.0.2
Correct Timescale in Video
4 years ago
#### Changed - Switch to new standard library clamp functions - Added by [William Entriken](https://github.com/fulldecent) - Fixed timescale bug for some mp4 files - Added by [Doug Earnshaw](https://github.com/pixlwave)
Full Swift Package Manager Support
4 years ago
To keep using FDWaveformView and get updates, please use Swift Package Manager to install. If this is your first time, just use File > Swift Packages > Add Package Dependency... and you're done.
Support Swift 5
5 years ago
#### Changed - Converted to Swift 4.2 and Xcode 10 - Added by [Doug Earnshaw](https://github.com/pixlwave) - Prevent to handle panning gesture while pinching - Added by [HANAI, Tohru](https://github.com/reedom) - Improve rendering of zooming and scrolling with highlight - Added by [HANAI, Tohru](https://github.com/reedom) - Updated to Swift 5
Fix highlighted samples
6 years ago
#### Fixed - Fixed Highlight Samples not aligned to base waveform [#101](https://github.com/fulldecent/FDWaveformView/issues/101). - Added by [Jon Andersen](https://github.com/jonandersen)
Support Swift 4.0
6 years ago
#### Changed - Now supporting Swift 4.0
Ranges and Fixes
6 years ago
#### Changed - Now using ranges in the API where appropriate - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#76](https://github.com/fulldecent/FDWaveformView/issues/86). #### Fixed - Fixed a retain cycle in completion handler of waveform render operation - Added by [Philippe Jayet](https://github.com/pjay) - Cancel waveform render operation when view is released - Added by [Philippe Jayet](https://github.com/pjay)
Rendering Enhancements
6 years ago
## [2.2.0](https://github.com/fulldecent/FDWaveformView/releases/tag/2.2.0) Released on 2017-05-03. #### Added - Improved accuracy of waveform rendering - Added by [Kip Nicol](https://github.com/ospr) - Added support for rendering waveform images outside of a view (See `FDWaveformRenderOperation`) - Added by [Kip Nicol](https://github.com/ospr) - Added support for rendering linear waveforms - Added by [Kip Nicol](https://github.com/ospr) - Added support for changing `wavesColor` and `progressColor` after waveform was rendered - Added by [Kip Nicol](https://github.com/ospr) - Added support for updating waveform type and color to iOS Example app. - Added by [Kip Nicol](https://github.com/ospr) #### Fixed - Fixed waveform rendering for large audio files - Added by [Kip Nicol](https://github.com/ospr) - Fixed bug which could prevent waveform from fitting new view size if rendering was in progress during a view resize - Added by [Kip Nicol](https://github.com/ospr) - Fixed bug which caused `waveformViewDidLoad()` to not be called after the audio file was loaded - Added by [Kip Nicol](https://github.com/ospr) - Fixed bug which caused subsequent waveform renderings for new audioURLs to never complete if there was an error with a previous render - Added by [Kip Nicol](https://github.com/ospr) - Fixed bug which could cause a crash (divide by zero error) if the view's width was 0 - Added by [Kip Nicol](https://github.com/ospr)
Fix performance and add animation support
7 years ago
#### Added - Improved example app to include more options - Added by [William Entriken](https://github.com/fulldecent) - Allow animation for changes to zoom - Added by [William Entriken](https://github.com/fulldecent) #### Fixed - Improved accuracy of waveform rendering - Added by [Kip Nicol](https://github.com/ospr) - Fixed waveform rendering for large audio files - Added by [Kip Nicol](https://github.com/ospr) - Fixed crash with quick load time - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#76](https://github.com/fulldecent/FDWaveformView/issues/76).
Fix LayoutSubviews
7 years ago
#### Added - Allow scrubbing independantly of scrolling - Added by [Doug Earnshaw](https://github.com/haydenholligan) - Tidy up Swift 3.0 conversion, remove some forced unwraps & generally make more Swifty - Added by [Doug Earnshaw](https://github.com/haydenholligan)
fulldecent/swift5-module-template 13.1
An opinionated starting point for awesome, reusable Swift 5 modules
⭐️ 441
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Support Xcode 13.1
2 years ago
Support SwiftUI and Xcode 12.3
3 years ago
These new instructions support the latest version of Xcode. Now the iOS Example application is using SwiftUI. Some bugs have been fixed in Xcode and we have removed those workaround notes.
Support Objective-C
6 years ago
Now includes an Objective-C class. This now makes this project usable for Swift 3 modules and Objective-C modules.
Support Xcode 8.1
7 years ago
Added - Now supports the latest Xcode 8.1
Bug fixes, new features
7 years ago
## Added - Testing with the https://github.com/fulldecent/FDTake project - Add CheckCocoaPodsQualityIndexes.rb testing - Use .swift-version to fix builds with CocoaPods ## Fixed - Fix problems in the template
Initial Public Release
7 years ago
### Added - First public release. Everything works great.
fulldecent/FDTake v0.2.5
Easily take a photo or video or choose from library
⭐️ 322
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Improve Swift Package Manager support
4 years ago
Support Swift 5
5 years ago
#### Updated - Switched to target Swift 5. #### Fixed - Fixed resources includes for the Podspec - Added by [JoelGerboreLaser](https://github.com/JoelGerboreLaser) in regards to issue [#115](https://github.com/fulldecent/FDTake/pull/115).
Update Packaging
5 years ago
- Fixed resources includes for the Podspec - Added by [JoelGerboreLaser](https://github.com/JoelGerboreLaser) in regards to issue [#115](https://github.com/fulldecent/FDTake/pull/115).
Update for Swift 4
6 years ago
#### Updated - Updated for Swift 4
First Public 1.0.0
7 years ago
Release 1.0 because this is already used in a lot of places. It's time.
Version Bump
7 years ago
Version bump to trigger CocoaPods quality check
Money Feature Release
7 years ago
#### Added - Support for Swift Package Manager - Added by [William Entriken](https://github.com/fulldecent) in regards to issue [#87](https://github.com/fulldecent/FDBarGuage/issues/87). - Test cases - Added by [William Entriken](https://github.com/fulldecent) in regards to issue [#72](https://github.com/fulldecent/FDBarGuage/issues/72). #### KNOWN ISSUES - Localization is broken, discuss at https://github.com/fulldecent/FDTake/pull/99
Swift 3.0 Version
7 years ago
#### Added - Automated CocoaPods Quality Indexes testing - Added by [Hayden Holligan](https://github.com/haydenholligan) in regards to issue [#95](https://github.com/fulldecent/FDTake/issues/95). #### Changed - Updated to Swift 3 - Added by [Anthony Miller](https://github.com/AnthonyMDev) and [William Entriken](https://github.com/fulldecent) in regards to issue [#98](https://github.com/fulldecent/FDTake/issues/98). #### KNOWN ISSUES - Localization is broken, discuss at https://github.com/fulldecent/FDTake/pull/99
Add complete project documentation
7 years ago
#### Added - Change Log - Added by [William Entriken](https://github.com/fulldecent) in regards to issue [#90](https://github.com/fulldecent/FDBarGuage/issues/90). - Tracking README score - Added by [William Entriken](https://github.com/fulldecent) - Full API documentation with headerdoc - Added by [William Entriken](https://github.com/fulldecent) - Contributing guidelines and release process documentation - Added by [William Entriken](https://github.com/fulldecent) in regards to issue [#93](https://github.com/fulldecent/FDBarGuage/issues/93). #### Fixed - Crash of the iPad example when present from window is tapped - Added by [Lily](https://github.com/Lily418) in regards to issue [#84](https://github.com/fulldecent/FDTake/issues/84)
Version 0.3.2
8 years ago
iOS
fulldecent/FDSoundActivatedRecorder v1.0.0
Start recording when the user speaks
⭐️ 285
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
SwiftUI
3 years ago
#### Added - Updated example to use SwiftPT, issue [#25](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/30). - Added by [Engin BulanΔ±k](https://github.com/fulldecent/FDSoundActivatedRecorder/pull/36).
Swift PM Updates
4 years ago
Release with SwiftPM
4 years ago
Make SwiftPM work
Open up introspection
4 years ago
#### Added - Introspection for activations, issue [#25](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/25)
Support Swift 5
5 years ago
#### Added - Swift 5 support in regards to issue [#23](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/23).
Fix `stopAndSaveRecording`
6 years ago
#### Fixed - Fix `stopAndSaveRecording` when in listening mode - by [sabiland](https://github.com/sabiland) in Regards to Issue [#2](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/22).
More Configurability
7 years ago
#### Added - Exposed recording parameters - Added by [William Entriken](https://github.com/fulldecent) in regards to issue request [#17](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/17). #### Fixed - Fix .gitignore and remove built files
Swift 3 support
7 years ago
#### Added - Swift 3 support - Added by [Leo Lobato](https://github.com/leolobato) in regards to pull request [#14](https://github.com/fulldecent/FDSoundActivatedRecorder/pull/14).
Complete API documentation
7 years ago
#### Added - Complete API documentation - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#9](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/9). - Swift Package Masager support - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#8](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/8). - Scoring for readme - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#10](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/10). - Documentation for release process - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#13](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/13). - Change Log - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#11](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/11).
Version 1.0.5
7 years ago
Fixes issue with fall triggering. Updates algorithm for multi-syllabic utterances.
iOS
fulldecent/FDChessboardView 3.0.0
An iOS / Mac view controller for chess boards
⭐️ 77
πŸ•“ 4 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Full support for Swift Package Manager
4 years ago
#### Added - Full support for Swift Package Manager
Swift 5 Support
5 years ago
#### Added - Support for Swift 5
FEN support
6 years ago
#### Added - Support for Swift 4 - Support for the Forsyth–Edwards Notation - Added by [David Airapetyan](https://github.com/davidair).
Initial Public Release
7 years ago
This is used in production code, so now is the time to release! #### Changed - Update project settings from Xcode recommendation
Update to Swift 3
7 years ago
This release updates the source to Swift 3.
Add complete project documentation
7 years ago
#### Added - Added IBInspectable / IBDesignable - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#11](https://github.com/fulldecent/FDBarGuage/issues/11). - Full API documentation - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#6](https://github.com/fulldecent/FDBarGuage/issues/6). - Documented release process - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#10](https://github.com/fulldecent/FDBarGuage/issues/10). - Change Log - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#7](https://github.com/fulldecent/FDBarGuage/issues/7).
Fix Algebraic Notation
7 years ago
This now supports Swift Package Manager and has a minor bug fix.
Initial Public Release
8 years ago
What's New - Support for Carthage and CocoaPods - Clean API with shared scheme / framework
fulldecent/FDBarGauge 5.0.0
The successor to F3BarGauge
⭐️ 26
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift 5 Support
5 years ago
#### Updated - Update project to Swift 5
Update for Swift 4
6 years ago
This updates the project for Swift 4.
Rewrite in Swift 3
7 years ago
This updates the project for Swift 3.
Add complete project documentation
7 years ago
#### Added - Created contributing guide and documented release process - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#9](https://github.com/fulldecent/FDBarGuage/issues/9). - Automated CocoaPods Quality Indexes testing - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#11](https://github.com/fulldecent/FDBarGuage/issues/11). - Unit tests - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#8](https://github.com/fulldecent/FDBarGuage/issues/8). - Change Log - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#7](https://github.com/fulldecent/FDBarGuage/issues/7). - Headerdoc documentation - Added by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#5](https://github.com/fulldecent/FDBarGuage/issues/5). #### Updated - README added full API documentation - by [William Entriken](https://github.com/fulldecent) in Regards to Issue [#6](https://github.com/fulldecent/FDBarGuage/issues/6).
Add IBInspectable / IBDesignable
7 years ago
Now you can use the control and set properties directly from Interface Builder.
First major release
7 years ago
Now with Carthage and SPM support.
Version 0.1.0
8 years ago
First public release
fulldecent/FDTextFieldTableViewCell 3.0.1
A UITableViewCell with an editable text field
⭐️ 26
πŸ•“ 4 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift PM Updates
4 years ago
Support Swift 5
5 years ago
#### Updated - Support Swift 5 - Added by [William Entriken](https://github.com/fulldecent)
Swift 3.0 Version
7 years ago
#### Updated - Support Swift 3 - Added by [William Entriken](https://github.com/fulldecent)
Updated API documentation
7 years ago
#### Updated - Add contributing guidelines and document release process - Added by [William Entriken](https://github.com/fulldecent) - Fully document API - Added by [William Entriken](https://github.com/fulldecent) - Travis CI testing - Added by [William Entriken](https://github.com/fulldecent) - Change Log - Added by [William Entriken](https://github.com/fulldecent) - CocoaPods Quality Index now uses same data as CocoaPods Docs generator - by [William Entriken](https://github.com/fulldecent)
Initial release
7 years ago
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics