Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed image upload breaker issues #358

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9853bfd
Removed auto dismiss on done button
abhishekfk Nov 20, 2018
0ff991d
implemented custom UI
abhishekfk Nov 30, 2018
9e2fdc6
Implemented custom UI
abhishekfk Nov 30, 2018
ac4dd8f
Added Done button custom background color based on states
abhishekfk Nov 30, 2018
3d1711e
Fixed camera selection UI issue
abhishekfk Dec 3, 2018
6c20ef0
Added camera detection in kUTTypeMovie also.
abhishekfk Feb 6, 2019
961cb01
Merged Upstream
abhishekfk Feb 6, 2019
dc5a269
Moved requestID update to main queue to avoid dangling pointer
abhishekfk Aug 16, 2019
a9cb44c
Merge pull request #3 from abhishekfk/requestID_fix
abhishekfk Aug 16, 2019
604b24d
xcode12 compilation fix
naveen-c Aug 19, 2020
0d4476c
compatible with xcode11
naveen-c Aug 19, 2020
572ff4d
Static linking support
abhishekfk Sep 3, 2020
9c59b0d
Merge pull request #4 from abhishekfk/static_linking
abhishekfk Sep 3, 2020
b236430
Merge pull request #5 from naveen-c/xcode12
naveen-c Sep 17, 2020
d2492f2
adding Localised strings
Nov 10, 2020
89c8ad9
fix strings
Nov 10, 2020
0177426
fix: moving NSLocalizable logic out of pod
Nov 17, 2020
1abefd5
Merge pull request #6 from kaushikSarma/vernac-strings
abhishekfk Nov 18, 2020
f38f5b0
Added new schemes
agarwalsunny51 Mar 23, 2021
18fb187
Added new schemes
agarwalsunny51 Mar 23, 2021
089682d
Merged back from latest
agarwalsunny51 Jun 29, 2021
8bb4a18
Merged back from latest
agarwalsunny51 Jun 29, 2021
365b7c9
Changed schemes
agarwalsunny51 Jul 13, 2021
25c17a1
Test without xcconfig
keerthika-priya Jun 28, 2022
dda00c3
Update TLPhotoPicker.release.xcconfig
keerthika-priya Jun 28, 2022
f85d04d
del
keerthika-priya Jun 28, 2022
bca1253
fix
keerthika-priya Jun 28, 2022
c8da44d
info
keerthika-priya Jun 28, 2022
923832c
Remove example
keerthika-priya Jun 29, 2022
76d1f86
Revert "Remove example"
keerthika-priya Jun 29, 2022
97373dd
Check
keerthika-priya Jun 29, 2022
1de2fbd
Update TLPhotoPicker.xcscheme
keerthika-priya Jun 29, 2022
d5056d4
Delete IDEWorkspaceChecks.plist
keerthika-priya Jun 29, 2022
89f5114
Fixed image upload breaking issue
nitishkumar1632 Oct 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ inhibit_all_warnings!
platform :ios, '9.1'

target 'TLPhotoPicker_Example' do
pod 'TLPhotoPicker', :path => '../'
pod 'TLPhotoPicker', :tag => '1.8.2', :path => '../'
end
9 changes: 5 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
PODS:
- TLPhotoPicker (1.8.2)
- TLPhotoPicker (1.8.3)

DEPENDENCIES:
- TLPhotoPicker (from `../`)

EXTERNAL SOURCES:
TLPhotoPicker:
:path: "../"
:tag: 1.8.2

SPEC CHECKSUMS:
TLPhotoPicker: 27e7e3617fad7aa746bb0ce8a306ec43d52d5d34
TLPhotoPicker: 6c87cbb64623c629ec38daf815d4ad79e9ca8b65

PODFILE CHECKSUM: 79c2955b8f0f82b92e74722dc635d1390f908d1a
PODFILE CHECKSUM: eb49294a0e49f58688e62c9724ff8dcb911badc2

COCOAPODS: 1.5.3
COCOAPODS: 1.11.2
19 changes: 9 additions & 10 deletions Example/Pods/Local Podspecs/TLPhotoPicker.podspec.json

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

9 changes: 5 additions & 4 deletions Example/Pods/Manifest.lock

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

718 changes: 309 additions & 409 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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