Commit graph

153 commits

Author SHA1 Message Date
1f00192334 Tweak the UI a bit 2023-11-21 17:31:27 -08:00
a81edae04f Forget the flash/torch nonsense 2023-11-21 16:57:43 -08:00
5b50330d72 Support the dual-wide camera on recent non-Pro phones 2023-10-26 15:13:38 -07:00
69f86a9c0a Use dual camera when triple isn't available, don't fall back directly to wide 2023-10-26 15:05:45 -07:00
5e659e1435 Default to wide focal length for triple cam 2023-10-26 15:05:30 -07:00
42ce13fa38 Change min deployment target to iOS 17 2023-10-26 14:47:21 -07:00
f87433aaf8 Change min deployment target to iOS 16 2023-10-26 14:09:41 -07:00
54a288b661 Address warnings, rip out photos, and make the button responsive 2023-10-26 14:04:58 -07:00
707bf2292c Update project for Xcode 15 with min deploy target iOS 12 2023-10-26 13:28:11 -07:00
Jon Andersen
c3dab301b3 [Conf] Update podspec to 4.0.0 2019-04-01 00:50:12 -04:00
Jon Andersen
40094dfec2 [Fix] Ensure layers are not rotated unless autorate is enabled 2019-04-01 00:45:10 -04:00
Jon Andersen
3f461e60d5
Merge pull request #202 from blurtime/patch-1
Change category of AVAudioSession
2019-04-01 00:31:41 -04:00
blurtime
98993c6342
Change categroy of AVAudioSession
Just a small suggestion: I found that the `.ambient` audio session category sometimes only played the video's audio at a much lower volume - in some cases, I couldn't hear anything at all. Therefore, I'd suggest changing it to `.playback` since that's the safer way to have audio. 
Really like the pod (and the examples), thank you!
2019-03-03 18:48:03 +01:00
Jon Andersen
09dda4bd7c Release 3.1.0 2019-02-17 18:36:41 -05:00
Jon Andersen
9e9dbd370e
Merge pull request #200 from lm2s/master
Adds support to set AVVideoCodecType, fixes uninitialized property
2019-02-17 18:23:05 -05:00
Luís Silva
1bbeb0da5e Adds support to set AVVideoCodecType, fixes uninitialized property 2019-02-14 21:36:42 +00:00
Jon Andersen
b0b51e346d
Merge pull request #194 from officina/autoflash
Autoflash
2019-01-02 17:28:29 -05:00
Jon Andersen
ba7f0d2419
Merge pull request #196 from satoshin21/carthage_with_swift4_2
Fixed build error with Carthage
2019-01-02 17:24:25 -05:00
Satoshi Nagasaka
e0d171f1cf update swift version for building with carthage 2018-12-25 18:11:22 +09:00
gazz
284b00cbac custom flashEnabled setter and flashMode enum method 2018-12-23 12:37:52 +01:00
gazz
233a358291 remove extra comment 2018-12-12 10:23:36 +01:00
gazz
addff327d6 Merge branch 'autoflash' into swifty_master
# Conflicts:
#	DemoSwiftyCam/DemoSwiftyCam.xcodeproj/project.pbxproj
#	DemoSwiftyCam/DemoSwiftyCam/ViewController.swift
2018-12-06 11:30:51 +01:00
Jon Andersen
1a1fb3f9aa
Update CHANGELOG.md 2018-12-03 21:08:54 -05:00
Jon Andersen
566c7ea1a0
Merge pull request #192 from dadalar/master
didFinishRecordingVideo not getting called bug
2018-12-03 21:07:41 -05:00
Deniz Adalar
c55732d9e8 Expose outputFolder as a variable 2018-12-01 18:22:22 +00:00
Deniz Adalar
582efb4b5a Fix a bug where didFinishRecordingVideo delegate method wasn't being called if stopVideoRecording gets called before the actual recording starts 2018-12-01 18:21:28 +00:00
gazz
a9eda5fc0d Merge branch 'feature/swift4-auto-flash' into develop 2018-11-27 14:00:41 +01:00
Jon Andersen
9953182481
Update CHANGELOG.md 2018-11-23 14:04:36 -05:00
Jon Andersen
7d20e0dcde
Update CHANGELOG.md 2018-11-23 14:04:20 -05:00
Jon Andersen
42209e4b9f
Merge pull request #87 from petermarathas/master
Remove .changed case from long press recognizer
2018-11-23 14:03:23 -05:00
Peter Marathas
a672cd3da4 sync w/ upstream 2018-11-23 13:45:25 -05:00
Jon Andersen
99869553e0
Update CHANGELOG.md 2018-11-21 20:01:44 -05:00
Jon Andersen
8473079036 Release 3.0.0 with Swift 4.2 support 2018-11-21 19:50:36 -05:00
Jon Andersen
26d4a1ef53
Update SwiftyCam.podspec 2018-11-21 19:47:23 -05:00
Jon Andersen
7ef1b96edd
Update README.md 2018-11-21 10:31:33 -05:00
Jon Andersen
88779afb79
Merge pull request #190 from Awalz/Swift4.2
Swift 4.2 to master
2018-11-21 10:29:16 -05:00
Jon Andersen
ac02cc2e13
Merge pull request #189 from jonandersen/Swift4.2
Migrate swift from 4.0 to 4.2
2018-11-18 20:43:50 -05:00
Jon Andersen
5c5931e869 Migrate swift from 4.0 to 4.2 2018-11-18 20:40:56 -05:00
Andrew Walz
5684848953
Merge pull request #161 from michaelprummer/Swift4
Fixed optional checking for audio and video device
2018-05-28 15:59:47 -07:00
Michael Prummer
c88e8f3d03 Fixed optional checking for audio and video device (e.g. prevent crashing on the simulator) 2018-05-03 10:43:39 +02:00
gazz
8fd983de19 Merge branch 'master' into feature/swift4-auto-flash
# Conflicts:
#	DemoSwiftyCam/DemoSwiftyCam.xcodeproj/project.pbxproj
#	DemoSwiftyCam/DemoSwiftyCam/ViewController.swift
#	Source/SwiftyCamViewController.swift
2018-04-12 12:40:41 +02:00
Andrea Maschio
52d8b1151c support for auto mode in flash 2018-04-11 19:43:14 +02:00
Andrew Walz
1551bfafd5
Merge pull request #157 from thebigkhaled/patch-1
Update previewLayer to scale to fullscreen on iphone x
2018-04-11 10:02:57 -07:00
Khaled AlSaadi
b0d6fd2ca4
Update SwiftyCamViewController.swift
adding previewLayer.center = view.center will enable full screen camera on iphone x
2018-04-09 21:38:26 +03:00
Andrew Walz
85d713d643
Merge pull request #127 from risingsunomi/Swift4
Fix for switching camera from front to back and back to front
2017-10-30 07:27:03 -10:00
Vincent Castro
afd121afa2 Fix for switching camera from front to back and back to front with addition for iOS 10 2017-10-28 19:56:51 -08:00
Jon Andersen
fedb6ef39e Ensure demo project can be compiled 2017-10-18 13:51:46 -04:00
Andrew Walz
153aa640c9 Merge pull request #109 from Awalz/feature/core-motion-orientation
Feature/core motion orientation
2017-09-18 16:26:09 -06:00
Jon Andersen
995071a574 Format code 2017-09-07 17:23:26 -04:00
Jon Andersen
a95a04a475 Use core motion to calculate orientation 2017-09-07 17:21:15 -04:00