Skip to content

feat: Apple Sign in, Setting, Signup, bugs

Siddharth Sen requested to merge siddharth952/agora-ios:socialApple into gsoc-2020

Description

Apple Sign in, Setting, Signup, bugs (Week 3):

  • Modify Settings Buttons
  • Add Alert for Account Details
  • Modify Logout Button
  • Fix Navigation Bugs
  • Modify UserTextField to have defaultText
  • Add sign in with apple
  • Refactor & rename ElectionManager to DatabaseElectionManager
  • Add SignInWithAppleCoordinator & userSignup in APIService
  • Add activity indicator for Sign up
  • Add multiple sheets
  • Add Animations in Sign up view

Closes #17 (closed) Closes #16 (closed)

UI Changes

RPReplay_Final1592755842__1_

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Unit Test

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
Edited by Siddharth Sen

Merge request reports