Commit Graph

49 Commits (2f29ad4bc18cb37325e8f52b8cff14c498303bf6)

Author SHA1 Message Date
Hwee-Boon Yar c1a648336f Use for-where instead of for-if 7 years ago
Hwee-Boon Yar 90b6c25840 Fix spacewhite and indentation-related issues warned by SwiftLint 7 years ago
Hwee-Boon Yar e4fd37f267 Remove unused fields in shared TicketRowView class 7 years ago
Hwee-Boon Yar 3c909ddae1 Fix: date and time pickers were not localized when a different language is chosen using the in-app locale switcher 7 years ago
Hwee-Boon Yar b105faa43d Fix: date and time values were not localized when a different locale is specified using the in-app locale switcher 7 years ago
Hwee-Boon Yar a2304d5593 Show redeem info button in navigation bar only for ticket on mainnet 7 years ago
Hwee-Boon Yar b6b45ae5b1 Update ticket row layout, also adding match number 7 years ago
Hwee-Boon Yar a8b808c57f Fix: title shifts to the right when ETH price refreshes in import screen, and ticket sell flow 7 years ago
Hwee-Boon Yar a517067319 Fix: strange scrolling effect in screens with ticket list — after tapping on ticket in wallet, or in the sell, redeem, transfer screens — after scrolling a little, tap on a ticket row and the screen will scroll mysterious, and automatically 7 years ago
Hwee-Boon Yar 9ca209824e Fix: make date and time picker buttons text smaller to fit iPhone 5s and 6s for Chinese locale. 7 years ago
Hwee-Boon Yar acde7df22b Make date and time for sell prompt wrap better for Chinese (Chinese equivalent of AM/PM and hh:mm is not in the same line) 7 years ago
Hwee-Boon Yar e586eda1bb Add strings missing localizations 7 years ago
Hwee-Boon Yar e7b353c446 Fix: leak in sell flow, set price/quantity screen 7 years ago
Hwee-Boon Yar 6c4fb96963 When selling, don't show equivalent pricing in USD at all (was shown as 0) if ETH pricing is not available 7 years ago
Hwee-Boon Yar b644adc3c7 Fix: ETH price used for logic calculation not fetched if going from offline to online 7 years ago
Hwee-Boon Yar c5dd7ca9cc When selling don't allow user to set price in USD if we don't have the eth price yet, likely because device does not have connectivity 7 years ago
Hwee-Boon Yar b3fe6c9026 Use InCoordinator.ethPrice (Subscribable) in sell ticket flow UI instead of pulling the value itself 7 years ago
Hwee-Boon Yar 234761c034 Extract code for creating rounded background view into a new class 7 years ago
Hwee-Boon Yar 685b735068 Remove unused dollarCost var 7 years ago
Hwee-Boon Yar 48c17b5d5b Fix: use the right format specifier for localizable strings with args 7 years ago
Hwee-Boon Yar 36b496591b Make date format consistent for ticket (bundle) rows 7 years ago
Hwee-Boon Yar 5b084050ff Refactor UI so UIStackView is created with a function that has reasonable defaults 7 years ago
Hwee-Boon Yar 884321366e Refactor TicketHolder to make property names more idiomatic and fix type 7 years ago
Hwee-Boon Yar 09132b6c62 Refactor TicketHolder to read tickets[0] for most of the fields (e.g. city) instead of having to store and set them manually 7 years ago
Hwee-Boon Yar 5bceddb5d7 Fix: tickets bundling, including splitting them up so seat ranges are continous 7 years ago
Hwee-Boon Yar 0d0ce559bc Show (ticket) match time, city, teams when ticket row tapped 7 years ago
Hwee-Boon Yar 3e2cd7def1 Show ticket category instead of city in row with date and icons 7 years ago
Hwee-Boon Yar 4b102d5295 Rename zone to city 7 years ago
Hwee-Boon Yar b662bb2482 Remove unused protocol implementation 7 years ago
Hwee-Boon Yar 5260118361 Include the ticket category field when creating ticket bundles 7 years ago
Hwee-Boon Yar 00613eb7ac Extract label color used through app to constant 7 years ago
Hwee-Boon Yar b415cf1ab1 Fix: sell ticket price entered is per ticket, wrongly taken as per bundle 7 years ago
Hwee-Boon Yar b939e1d9ab Fix: crash after generating and sharing a sell link on iPad 7 years ago
Hwee-Boon Yar 896d817393 Similar to transfer: In sell flow, allow user to set expiry time to earlier time and only check when user hits Next. More user friendly 7 years ago
Hwee-Boon Yar f9ea091d24 Fix: transfer ticket flow copy was referring to sell 7 years ago
Hwee-Boon Yar 2ece6a6624 Modify transfer ticket flow UI 7 years ago
Hwee-Boon Yar 49532bb227 Modify sell flow UI 7 years ago
Hwee-Boon Yar 9df873320c UI for sell tickets flow 7 years ago