-
Notifications
You must be signed in to change notification settings - Fork 0
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
IOS-11 Prepare release update readme #11
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
mayer1a
commented
Nov 9, 2024
- Add missing images
- Fix swiftgen assets, rename
- Replace using UIColor(resource:, UIImage(rerource:, Color, Image with using Assets*
- Add intro view injection to POS
- Replace Coordinatable to Address model folder
- Add localization
- Add under development screen
- Fix localization for permissions requests
- Update README.MD
Replace using UIColor(resource:, UIImage(rerource:, Color, Image with using Assets*
Replace Coordinatable to Address model folder Add localization
45fb45b
to
c61e5ac
Compare
mayer1a
added a commit
that referenced
this pull request
Nov 9, 2024
* IOS-1 Update .gitignore * IOS-1 Add Brewfile with xcodegen, cocoapods brews Add Gemfile with fastlane gem * IOS-1 Add Fastlane fastfile, cocoa podfile Add project.yml for xcodegen Add swiftgen.yml, *Aseets.stencil for swiftgen * IOS-1 Add automation install/build script Add GitHubAction workflow ci.yml * IOS-1 Create project * IOS-1 Add colors, part of images * IOS-1 Update ci.yml for self-hosted runner Update setup.sh script to creation Generated folders * IOS-2 Add App Constants Add domain closure typealiases Add UIDevice device identification extension Add logging * IOS-2 Add API Service Add API Error Localizer Add global API Wrapper + protocol * IOS-2 Add app CommonRouter * IOS-2 Add localization Fix badgeGreenPrimary color Add Catalogue, Common, Navigation icons assets * IOS-2 Add APIResourcePath, APIResourceServer Add APIResourceService, APIResponse Add region (City), Location, Category, , DummyResponse models Add Coordinatable protocol Add Pagination Add Product* models * IOS-2 Add Date formatter extension Add Int to double extension Add Decimal, Double, String + Price formatter extension Add String+isNilOrEmpty, String+Emptyness, String+URL extensions Add HEXColor typealias * IOS-2 Add Keychain wrapper * IOS-2 Add SettingsService * IOS-2 Add Store RootTabController * IOS-2 Add FavoritesService Add Router Add UIApplication+KeyWindow, UIApplication+HideKeyboard extensions * IOS-2 Fix ci.yml and setup.sh * IOS-2 Add NIblessTabBarController * IOS-2 Add User.Update DTO model * IOS-2 Add employee user Fix APIService user used * IOS-2 Add address dto model Add setupAppearance, setupFactory, setupImageCache scene delegate extension Add Notification.Name extension with refreshAllTabs name Add Icon colors * IOS-3 Add domain buttons factory and builder And navigation button * IOS-3 Extend collections with registering cells Add Rotation loader UIView extension Add safe collection subscript * IOS-3 Add LoaderWrapper Add NiblessView+Controller, Nibless* collections, NiblessButton Add RefreshControlWrapper Add DomainSearchBar + ViewModel Add ShadowableView * IOS-3 Add AlertViewController + helpers Add UIImageView extension with Kingfisher fetching images Add KingfisherOptionsInfo extension with predefined options Add LocationManager Fix SettingsKey * IOS-3 Fix fastfile ui testing device * IOS-3 Add RegionAgent, RegionService Add preview utility with domain appearance Fix FavoritesService * IOS-3 Add both targets Intro modules Add Collections DataSource Add smallest compute variable for minimal existing size * IOS-4 Add Region Selection module * IOS-4 Add region view to RegionService * IOS-4 Add Intro view injection * IOS-5 Fix MainBanner model make placeType optional Add coding keys to UISettings model Add products api path Add starred computed property to Product extension * IOS-5 Add DomainHeaderWithButtonCell * IOS-5 Add Main screen table view cells * IOS-5 Add main screen module * IOS-5 Fix redirect id type * IOS-6 Add NiblessCollectionReusableView.swift Add dismissKeyboard func to common NiblessVC Add helper funcs present, push, dismiss to UIVC extension Rename DomainHeaderWithButtonCell to DomainHeaderWithButtonTableCell * IOS-6 Add SearchSuggestion model Add popularSearch api resource path Add missing localizations string Add common API response typealias * IOS-6 Add DomainBoldWithButtonCollectionHeader - collection reusable header view Reuse sale api calling from ApiWrapper in MainApiService * IOS-6 Add ImageSlideshow framework Rename ImageSource (ImageSlideshow conflict): - Rename CustomImageSource to CustomImageSourceProtocol - Rename ImageSource to CustomImageSource Add ImageSlideshow extension with closeView, toSleep functions and add KingfisherSource (external «feiin» contributor) * IOS-6 Add missing PaginationResponse CodingKeys Fix defaultVariant returns nil, replace compare property «id» with «article» Add IndexPath extension for zero row and section Add toCGFloat, toString Int extensions Add textPublisher UITextField extension (for observing) Add accentTertiaryFaded color Add missing localization Add missing productsCount property to Category * IOS-6 Add DomainBadgeView Add new size to LoaderWrapper.LoaderSize Add NiblessCollectionViewLayout Add DomainPageControl Fix DomainBoldWithButtonCollectionHeader UI, ViewModel Fix DomainSearchBar UI, refactor, fix publisher subscription and debouncing Refactor IntoViewController, IntroViewModel, IntroChildViewModel * IOS-6 Split RootTabController.Tab enum by targets Add SalesResponse, ProductResponse typealiases Add Gender localization Refactor RegionModel, RegionCell, RegionView Fix date decoding error (add new strategies) * IOS-6 Add ProductCell, ProductImageSlider Replace BannerProductCollectionViewCell with ProductCell Refactor Main module, BannerCollectionViewCell + ViewModel, BannerHorizontalCollectionCell + ViewModel, BannerTagsCollectionCell, BannerVerticalCollectionCell + ViewModel * IOS-6 Add Suggestion DTO models Add UniversalPaginator Add products request to APIWrapper * IOS-6 Add Search flow cells - SearchTagCell + ViewModel - SearchTagsCollectionCell + ViewModel Add SearchTagsSizeCalculator to calculate categories tags collection cell sizes Add SearchTagsCollectionLayout Add SearchEmptyResultView * IOS-6 Add search flow * IOS-7 Add favorites flow (#7) * IOS-7 Deny autoupdate fastlane Add new image Add UIColor+Color, UIFont+Font extensions for SwiftUI Add missing localization Add navigationBar shadow toggler Fix ImageSize constants Fix undirectionalConstraint * IOS-7 Refactor ProductCell, DomainPageControl Refactor DomainBadgeView + BadgeConfiguration Add ParametersClosure typealias Replace NiblessView UIView extension with NiblessControl UIControl extension * IOS-7 Remove ImageSlideShow pod (Replace to custom mu image slider) Add ids property with products ids to FavoriteService Replace product cell size (type) for main flow Replace product bundle identifiers * IOS-7 Add SwiftUI listing ProductCell + ViewModel Add SwiftUI custom components: - CustomizedPageControl - CustomCircularProgressView (Loader) - NavigationShadowVStack, NavigationBarShadowModifier, ViewShadowModifier - DomainHostingController - DomainBadge, DomainMessage - StrikethroughPriceView (for old price) * IOS-7 Add favorites flow + section builder helper * IOS-7 Fix incorrect price displaying * IOS-7 Fix updating fastlane * IOS-8 Add auth flow (#8) * IOS-8 Add static resource url with user info pages Add UInt64+String extension Add isModal var to UIViewController extension Add missing localization Add icon Refactor project.yml for XcodeGen Add exception domains to info.plist * IOS-8 Fix updating root tab controller Add PhoneNumberKit extension for verifying and formatted example number Add setupPresentationMode.swift UIViewController extension (page sheet) Replace func parameter for present alert with NetworkErrorAlert model Refactor DomainMessage Refactor NavigationButton (UINavigationController extension) Fix ProductListingCell UI * IOS-8 Add DomainWebViewController + representable Add WebKit cache cleaner Add DomainWebViewController to MainRouter for showing url Refactor FavoritesService Add missing logic + upgrade APIErrorLocalizer Refactor APIService + add error localization Fix token refreshing * IOS-8 Fix authorization user checking for fav flow Refactor IntroChildViewModel * IOS-8 Add SwiftUI components Add PhoneNumberModifier Add View+onTapBackground extension Add View+placeholder extension Add DomainLabeledTextField * IOS-8 Add Authorization flow * IOS-9 Add signup flow (#9) * IOS-9 WIP SignUp flow * IOS-9 Add missing localization, color Add birthDate, toClearISO8601 formatters to Date extension Add phoneFormatted to String extension Add minimal back button display mode to setupPresentationMode Add backgroundOverlayLight color Set button’s images to vector Fix User.Update fields types IOS-9 Add missing localization, color Add birthDate, toClearISO8601 formatters to Date extension Add phoneFormatted to String extension Add minimal back button display mode to setupPresentationMode Add backgroundOverlayLight color Set button’s images to vector Fix User.Update fields types * IOS-9 Fix HostingController bar when dissappear Refactor AlertPresentable Fix DomainLabeledTextField tap action bug Replace isFocusable, isSecure with var to dynamic changes Fix ProductCell reusable displaying non-starred item as starred Fix show authorization completion call * IOS-9 Fix favorites badge incorrect count when add Replace AuthorizationViewModel.VerificationHelper to separated Validator Refactor CommonRouterProtocol Add conformance CaseIterable to Gender * IOS-9 Add refreshing token ability Add refreshing token when received 401 response status Add authentication field to EmployeeCredential model Add UserCredential init from User.Update model * IOS-9 Add ProfileData child view model Fill ProfileDataModel - add row, routing * IOS-9 Add business logic to ProfileDataViewModel Add ProfileDataViewModel+ErrorState helper Add ProfileDataViewModel+TextFieldStateFactory helper Add ProfileDataViewModel+UserBuilder helper * IOS-9 Add ProfileDataView Add custom SwiftUI DatePickerControl Add SwiftUI GenderControl * IOS-9 Add Authorization to navigationController Add registration ability to Authorization flow * IOS-9 Add showNetworkError to Router * IOS-10 Add autocomplete suggestions flow (#10) * IOS-10 WIP Autocomplete suggestions flow Fix Suggestion model * IOS-10 Add AutocompleteFieldSuggestionCell Add HighlightButtonStyle Add suggestions api resource paths * IOS-10 Fill Autocomplete model Add FieldType, Add table(list) model Hint Add api getSuggestions func * IOS-10 Add business logic * IOS-10 Add AutocompleteFieldView * IOS-10 Add Favorites flow missing showAuth method * IOS-10 Add autocomplete to signup flow Add ProfileDataViewModel+AutocompleteModel helper * IOS-10 Fix unexpected registration screen closing * IOS-11 Prepare release update readme (#11) * IOS-11 Add missing images * IOS-11 Fix swiftgen assets, rename Replace using UIColor(resource:, UIImage(rerource:, Color, Image with using Assets* * IOS-11 Add intro view injection to POS Replace Coordinatable to Address model folder Add localization * IOS-11 Add under development screen * IOS-11 Fix localization for permissions requests * IOS-11 Update README.MD * IOS-11 Fix location button
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.