Skip to content

Commit

Permalink
better background picker,
Browse files Browse the repository at this point in the history
that uses the phone screen size as aspect ratio for croping

fixes #1502
fixes #1688
  • Loading branch information
Simon-Laux committed Nov 10, 2022
1 parent 741b8df commit 1751984
Show file tree
Hide file tree
Showing 73 changed files with 11,358 additions and 3,793 deletions.
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ target 'deltachat-ios' do
pod 'SDWebImageWebPCoder'
pod 'SDWebImageSVGKitPlugin'
pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :branch => '3.x'
pod 'CropViewController'
target 'deltachat-iosTests' do
inherit! :search_paths
# Pods for testing
Expand Down
8 changes: 6 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PODS:
- CocoaLumberjack (3.7.2):
- CocoaLumberjack/Core (= 3.7.2)
- CocoaLumberjack/Core (3.7.2)
- CropViewController (2.6.1)
- DBDebugToolkit (0.6.0)
- libwebp (1.2.0):
- libwebp/demux (= 1.2.0)
Expand Down Expand Up @@ -31,6 +32,7 @@ PODS:
- SwiftyBeaver (1.9.4)

DEPENDENCIES:
- CropViewController
- DBDebugToolkit
- ReachabilitySwift
- SCSiriWaveformView
Expand All @@ -46,6 +48,7 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- CocoaLumberjack
- CropViewController
- DBDebugToolkit
- libwebp
- ReachabilitySwift
Expand All @@ -70,6 +73,7 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da
CropViewController: 58fb440f30dac788b129d2a1f24cffdcb102669c
DBDebugToolkit: 03eb3483da4daf03b853b83ade5a8da9c8b7aff4
libwebp: e90b9c01d99205d03b6bb8f2c8c415e5a4ef66f0
ReachabilitySwift: 4032e2f59586e11e3b0ebe15b167abdd587a388b
Expand All @@ -83,6 +87,6 @@ SPEC CHECKSUMS:
SwiftLint: d41cc46a2ae58ac6d9f26954bc89f1d72e71fdef
SwiftyBeaver: 576177b2c5c94b3aedd5993914e91271a0524e88

PODFILE CHECKSUM: 6972a504404994ab0cbfd625f32d2cca6958bb1f
PODFILE CHECKSUM: a958fb3d60b6f4c0d56fff6b2a3ec0be995f58ce

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
21 changes: 21 additions & 0 deletions Pods/CropViewController/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1751984

Please sign in to comment.