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

Rozszerzony opis firmy #352

Merged
merged 31 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b553d6f
🔧 chore(Podfile): add Kingfisher pod dependency
WezSieTato Jan 2, 2024
cabc491
⬆️ chore(Podfile.lock): update CocoaPods version to 1.15.2
WezSieTato Apr 11, 2024
02f083c
🔒 chore(Podfile): update iOS platform version to 12.0 and update pods
WezSieTato Apr 11, 2024
3f1ba26
🔧 chore(Pola.xcodeproj): update project to Xcode 15
WezSieTato Apr 11, 2024
1806d51
🐛 fix(CompanyContentView.swift): fix scrolling for bigger content
WezSieTato Apr 11, 2024
7d69d83
🚀 feat(project): add UIImageView+URL.swift file for loading images fr…
WezSieTato Apr 11, 2024
6ef4cbd
🔧 chore(Podfile): remove Kingfisher pod dependency
WezSieTato Apr 11, 2024
ed4d05b
🚀 feat(project): add Brand.swift and BrandLogotypesView.swift to project
WezSieTato Apr 12, 2024
2459a6a
🔧 feat(Company): handle tapping on logotype
WezSieTato May 2, 2024
3a02dd6
🔧 refactor(BrandLogotypesView): add scroll behaviour on overflow
WezSieTato May 2, 2024
a55ba13
🔧 fix(UIImageView+URL.swift): replace Alamofire with UIImage.load
WezSieTato May 2, 2024
c3368b3
🔧 fix(Localizable.strings): add new accessibility strings for company…
WezSieTato May 2, 2024
1a30054
🔥 refactor(BrandLogotypesView.swift): remove unnecessary constraints …
WezSieTato May 2, 2024
2436ec4
✨ feat(CompanyContentView.swift): add "Read more" button to show more…
WezSieTato May 2, 2024
ccfa9a8
🔒 chore(CompanyContentViewController.swift): change result property t…
WezSieTato May 2, 2024
30b1bb5
🔧 fix(CompanyContentView.swift): change logotypeButton to logotypeIma…
WezSieTato May 2, 2024
7d76597
🚀 feat(Analytics): add new event 'read_more' and corresponding parame…
WezSieTato May 2, 2024
b4aba12
🔧 chore: bundle exec fastlane format
WezSieTato May 2, 2024
0907e7a
🔧 chore(workflows): update runs-on to macos-14 for all GitHub workflows
WezSieTato May 6, 2024
ba9efeb
🔥 refactor(ScanCodeViewController.swift): remove redundant viewDidLay…
WezSieTato May 6, 2024
f81871b
🔥 refactor(ScanBarcodeWithResultPageUITests.swift): remove unnecessar…
WezSieTato May 6, 2024
2ccd30c
🐛 fix(CompanyContentViewControllerSnapshotTests.swift): update Compan…
WezSieTato May 6, 2024
71cb0e3
🔧 chore(Scanfile): update device to iPhone 15 in Scanfile
WezSieTato May 6, 2024
b40a9d5
🔒 chore(swiftlint.yml): update forbidden_pattern for file_header to d…
WezSieTato May 6, 2024
c246366
Record snapshot :camera:
pola-ci May 7, 2024
1d068d7
fix(UITest): use input barcode instead of pasteboard
WezSieTato May 7, 2024
ac3ff4d
🔧 fix(PolaUITestCase.swift): adjust snapshot comparison precision to …
WezSieTato May 7, 2024
2a23b6e
🖼️ add(snapshot): add new snapshot images for various UI tests
WezSieTato May 7, 2024
73e2907
🔧 fix(EnterBarcodePageUITests.swift): skip tests related to issue 353
WezSieTato May 7, 2024
14cd149
🔧 fix(BarcodeDetectorTests.swift): change XCTSkip to throw XCTSkip to…
WezSieTato May 7, 2024
c8f8146
🔧 fix(ci): disable ui tests on CI
WezSieTato May 8, 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 .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
bump_version:
name: Record snapshots for unit & ui tests
runs-on: macos-11
runs-on: macos-14
defaults:
run:
working-directory: BuyPolish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
bump_version:
name: Deploy
runs-on: macos-11
runs-on: macos-14
defaults:
run:
working-directory: BuyPolish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
record:
name: Record snapshots for unit & ui tests
runs-on: macos-11
runs-on: macos-14
defaults:
run:
working-directory: BuyPolish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
tests:
name: Lint, unit & ui tests
runs-on: macos-11
runs-on: macos-14
defaults:
run:
working-directory: BuyPolish
Expand Down
2 changes: 1 addition & 1 deletion BuyPolish/.swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

--trimwhitespace always
--enable braces
--disable wrapMultilineStatementBraces
--disable wrapMultilineStatementBraces, enumNamespaces, preferForLoop
2 changes: 1 addition & 1 deletion BuyPolish/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ colon:
severity: error

file_header:
required_pattern:
forbidden_pattern: //
15 changes: 6 additions & 9 deletions BuyPolish/Podfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
source 'https://cdn.cocoapods.org/'

platform :ios, '11.0'
platform :ios, '12.0'
inhibit_all_warnings!
use_frameworks!

def firebase_pods
target :Pola do

pod 'Firebase/Messaging'
pod 'Firebase/Performance'
pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'
pod 'Firebase/Performance'
pod 'Firebase/Messaging'
end

target :Pola do

firebase_pods
pod 'UITextView+Placeholder'
pod 'KVNProgress'
pod 'R.swift'
Expand All @@ -35,7 +32,7 @@ target :Pola do
end

target :NotificationServiceExtension do
firebase_pods
pod 'Firebase/Messaging'
end

post_install do |installer|
Expand Down
Loading
Loading