Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Added filter screen #239

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
3b1484a
Update camera viewcontroller to use CoreMotion
Aug 24, 2017
30cd840
Remove debugging log
Aug 24, 2017
7b41751
Use xib to load UI
Aug 25, 2017
f532d41
Added crop UI
Aug 28, 2017
f775e76
Update build settings for framework target
Aug 28, 2017
8d83e46
Make few public headers
Aug 28, 2017
b7e907d
Added project settings
Aug 28, 2017
8a8e63c
Removed useless files
Aug 28, 2017
f13949b
update project settings
Aug 28, 2017
2c9d1e0
updated icons
Aug 29, 2017
cab887f
update UI part 2
Aug 29, 2017
9cba4df
update UI for cropping
Aug 29, 2017
ccafae2
Autolayout for different devices
Aug 30, 2017
34d469e
layout update for universal app
Aug 31, 2017
1c499bd
fix image loading crash
Sep 1, 2017
6a997dc
FIX - Add Chinese translation.
vinxentzhang Sep 7, 2017
082b200
Localization - Add the missing translation.
vinxentzhang Sep 8, 2017
5c1c4c4
Fix positioning of activity view
Sep 8, 2017
b905c73
Added more selection modes during cropping
Oct 5, 2017
0ca3e0c
give a bit top margin for cropping view
Oct 5, 2017
e139771
Update localization
Oct 17, 2017
8822fa2
Added filter screen
Oct 28, 2017
1d065a6
Merge pull request #1 from Skrapit/filter
Narek1994 Oct 28, 2017
e7e0bba
Revert "Added filter screen"
Narek1994 Oct 28, 2017
ef6d1eb
Merge pull request #2 from Skrapit/revert-1-filter
Narek1994 Oct 28, 2017
c000965
1 fix a bug that filter doesn't work after selecting different filters
Oct 29, 2017
532a1a6
fix issue with error when building framework
Oct 29, 2017
808ead0
merged
Oct 29, 2017
d4d6b93
merged
Oct 29, 2017
5820b47
Return filtered image
Oct 29, 2017
7ba6131
Update design to use SafeArea for iOS 11
Nov 2, 2017
a10d692
Added analytics
Nov 2, 2017
5d7879e
Update camera UX
Nov 21, 2017
234a670
Update camera icons
Nov 21, 2017
0ea2252
last second UI update, just waiting for library UI :)
Nov 21, 2017
a140c7b
Fix a resource loading crash
Nov 21, 2017
6a6d677
Keep image after confirming
Nov 21, 2017
fc87692
Use clear color for imageview in confirm page
Nov 21, 2017
66af852
removed crashlytics
Dec 14, 2017
2bdb566
Fix library UI issue
Dec 22, 2017
b0f4474
added localization
Jan 22, 2018
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
240 changes: 205 additions & 35 deletions ALCameraViewController.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "Line.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "anchorbutton.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_capture.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_capture_highlight.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_cancel.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_cancel_highlight.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_flash_auto.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_flash_auto_highlight.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_flash_off.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_flash_off_highlight.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_flash_on.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_flash_on_highlight.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_library.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_library_highlight.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_switch.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "camera_switch_highlight.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "crop_a4.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "crop_border.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "crop_full.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "crop_screenshot.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "crop_square.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Loading