-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Mar 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 79afbdf - Browse repository at this point
Copy the full SHA 79afbdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0b413 - Browse repository at this point
Copy the full SHA ff0b413View commit details
Commits on Mar 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f2a8883 - Browse repository at this point
Copy the full SHA f2a8883View commit details
Commits on Mar 14, 2019
-
SWF-21 initial web service setup
- created `Defaults` to hold all of our url’s and other static info - set up initial login web service call
Configuration menu - View commit details
-
Copy full SHA for e85d2cb - Browse repository at this point
Copy the full SHA e85d2cbView commit details -
Updated Accounts Model and created request to Multi-Account-Summary-D…
…etails and fetching necessary data
Configuration menu - View commit details
-
Copy full SHA for da5294a - Browse repository at this point
Copy the full SHA da5294aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2599ec - Browse repository at this point
Copy the full SHA a2599ecView commit details
Commits on Mar 21, 2019
-
SWF-21 improve login logic & more
- move login web service call to `FetchData` and modified other calls to take a completion as a parameter - modified parsing of account in order to reduce complexity - modified parsing to convert date strings to `Date`s
Configuration menu - View commit details
-
Copy full SHA for ba4409d - Browse repository at this point
Copy the full SHA ba4409dView commit details
Commits on Mar 28, 2019
-
Merge branch 'master' into SWF-21-hook-up-to-web-apis
# Conflicts: # SynchronyFinancial/SynchronyFinancial.xcodeproj/project.pbxproj
Configuration menu - View commit details
-
Copy full SHA for 8405351 - Browse repository at this point
Copy the full SHA 8405351View commit details -
SWF-21 pass fetched accounts to AccountTVIC
- removed now unused objects - set up `acctDict` to pass any initially fetched accounts to `AccountsTableViewInterfaceController` - we check upon awake if we have accounts, and then configure table accordingly
Configuration menu - View commit details
-
Copy full SHA for c80231e - Browse repository at this point
Copy the full SHA c80231eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cc995 - Browse repository at this point
Copy the full SHA c4cc995View commit details -
SWF-21 preliminary fetch function for transactions
- when an account is tapped from `AccountsTableViewInterfaceController`, we will grab the `accountAlias` and pass to this function
Configuration menu - View commit details
-
Copy full SHA for 21d742c - Browse repository at this point
Copy the full SHA 21d742cView commit details -
SWF-21 Initial transaction implementation
- we now fetch transactions for a given account when that account is selected from the table - storyboard segue to present account details and transactions was deleted in favor of presenting programmatically in order to only perform the segue once web service to fetch transactions completes - removed some code populating UI with demo data
Configuration menu - View commit details
-
Copy full SHA for 8487ce3 - Browse repository at this point
Copy the full SHA 8487ce3View commit details -
SWF-21 Initial setup for “loading” during account tap
- we may need to refine this a bit, but for now we display an alert that we are loading once the user taps their account - it will auto-dismiss and push to account details when the web service returns
Configuration menu - View commit details
-
Copy full SHA for 24deb73 - Browse repository at this point
Copy the full SHA 24deb73View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3682e4 - Browse repository at this point
Copy the full SHA a3682e4View commit details -
SWF-21 Extensions on WKInterfaceImage
- this will enable us to quickly show, hide and configure “activity indicators” - to be used when we are waiting for web service calls to return - added Image assets for animation
Configuration menu - View commit details
-
Copy full SHA for 56caa7c - Browse repository at this point
Copy the full SHA 56caa7cView commit details -
SWF-21 Replace alerts with new activity indicator
- replaced “placeholder” calls using alerts to use our new activity indicator look-alike
Configuration menu - View commit details
-
Copy full SHA for 2c01f37 - Browse repository at this point
Copy the full SHA 2c01f37View commit details -
- we previously moved these web service calls to `ExtensionDelegate` so they are no longer needed here
Configuration menu - View commit details
-
Copy full SHA for 82d2319 - Browse repository at this point
Copy the full SHA 82d2319View commit details
Commits on Mar 29, 2019
-
Merge branch 'master' into SWF-21-hook-up-to-web-apis
# Conflicts: # SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard # SynchronyFinancial/SynchronyFinancial WatchKit Extension/AccountTableInterfaceController.swift # SynchronyFinancial/SynchronyFinancial.xcodeproj/project.pbxproj # SynchronyFinancial/SynchronyFinancial/Account.swift
Configuration menu - View commit details
-
Copy full SHA for 28a7fc1 - Browse repository at this point
Copy the full SHA 28a7fc1View commit details -
SWF-21 move fetch transactions call
- we now fetch transactions when the Recents button is tapped from AccountDetails - created convenience method to show/hide all interface objects when showing activity indicator
Configuration menu - View commit details
-
Copy full SHA for 3ee46a5 - Browse repository at this point
Copy the full SHA 3ee46a5View commit details -
- was incorrectly not hiding interface objects when Recents button was tapped - made Minimum Payment label slightly taller to support text displaying on two lines by default to avoid truncating
Configuration menu - View commit details
-
Copy full SHA for 6bedc02 - Browse repository at this point
Copy the full SHA 6bedc02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d3583 - Browse repository at this point
Copy the full SHA 00d3583View commit details
Commits on Apr 2, 2019
-
Added requests and handlers for fetching pending transactions, fetchi…
…ng bank accounts, and updated transaction UI to show yellow color for pending transactions
Configuration menu - View commit details
-
Copy full SHA for d5f19aa - Browse repository at this point
Copy the full SHA d5f19aaView commit details
Commits on Apr 3, 2019
-
fixed constructor implementation for transaction and added newline af…
…ter enum in BankAcct
Configuration menu - View commit details
-
Copy full SHA for 86153df - Browse repository at this point
Copy the full SHA 86153dfView commit details