aboutsummaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Collapse)Author
2020-10-07upgrade RN (#44)Husam Salhab
2020-08-21Update app name/icon for iOS & Android (#36)Leon Jiang
2020-08-19[TMA-161] Recently Searched Users (#34)Justin Shillingford
* Basic AsyncStorage code * Basic implementation complete Need to fix re-rendering bug * Removed errant comment * Fixed bug for rerendering upon addition to recents Need to fix bug for rerendering upon clearing * Fixed rerendering bug for clear * Only present recents header if users in recents * Lint cleaning * Basic AsyncStorage code * Basic implementation complete Need to fix re-rendering bug * Removed errant comment * Fixed bug for rerendering upon addition to recents Need to fix bug for rerendering upon clearing * Fixed rerendering bug for clear * Only present recents header if users in recents * Lint cleaning * Added comments for a function * Updated conditional presentation to use ternary * Created component for List Section Headers * Lint cleaning * Converted component to be for Recent Searches As opposed to just the list header
2020-08-10[TMA-160] Search Page Suggestions ("Explore") UI (#30)Leon Jiang
* Fix require cycle in Checkpoint.tsx * Create file structure for search * Add react-native-vector-icons to project * Create search page UI * Create search page UI * [TMA-65] Onboarding Link Social Media UI (#29) * Basic setup for SocialMediaLinker component * Added social media icons * Displayed 3 main social components * Layout components in a row * Added base Show More/Less button * Display all 9 socials with Show More button * Added different font colors for each linker * Realized that the check doesn't replace the text * Added type-checking to some constants * Updated state name * Fixed Checkpoint.tsx merge issue * Removed unnecessary path element * Fixed type issues on Verification.tsx * Create file structure for search * Add react-native-vector-icons to project * Create search page UI * Replace avatars with image placeholder * Add search bar placeholder Co-authored-by: Justin Shillingford <jgs272@cornell.edu>
2020-08-06[TMA-49] Add static boxes (#28)Husam Salhab
* adds BigInput component * removes dummy fields * adds website TaggInput * adds handleWebsiteUpdate() * added website regex * added form * added handleFocusChange() * sends website in request * moves input components to onboarding * allow for empty string in website regex * adds bio regex * adds bio field * added bioRef for focusChange * added react-native-datepicker * moves TaggInput * add imports * add TaggDatePicker * fix typescript interface * remove TouchableComponent type * added date and selectpicker * added date and dropdown * adds momentjs * remove warnings from optional fields * remove debugging console.log * Removes isValidBirthdate * moves @types/react-native-datepicker to devdepnden * update package versioning * fix positioning * added checkpoint * update button styling * update placeholder * linting and other fixes
2020-08-05[TMA-122] User Profile Screen UI (#27)Leon Jiang
* Fix yarn lint issues * Add react-native-svg to project * Create UserType & PostType * Create temporary Post component * Fix import cycle warning, update AuthContext * Update onboarding screen imports * Update config files * Add rn-fetch-blob package * Update types * Add profile fetching to AuthContext * Update post component * Import placeholder images from designs * Add profile UI components * Create screen offset constants * Add new api endpoints * Create screen layout utils * Create Profile screen UI * Remove some unused styling * Restructure ProfileScreen and fix animations * Add gradient back to screen * Update Moment circle styling
2020-07-15TMA116 - Access Photo Gallery (#21)meganhong
* profile picture go to gallery methods added * fitting images into circles * styling stuff * removed debug code * changed image size to 580x580 for profile pic or else quality is low * profile picture go to gallery methods added * fitting images into circles * styling stuff * removed debug code * changed image size to 580x580 for profile pic or else quality is low * change circle to square cropper * merging * remove file from gitignore * fitting images into circles * styling stuff * remove file from gitignore * changing crop back to circle Co-authored-by: meganhong <meganhong31@g.ucla.edu>
2020-07-13TMA123: Add Profile Pictures UI (#17)meganhong
* rebasing * rebasing * remove debug code * fixed margins and added navigation from login * moved plist file into gitignore * moved index.ts to onboarding directory * install react native image crop picker * added permissions into Info.plist * rebasing * minor changes for Justins PR * change debug code back Co-authored-by: meganhong <meganhong31@g.ucla.edu>
2020-06-29Added base app with background color for Sign InJustin Shillingford
Everything's in App.tsx for now since we haven't discussed structure
2020-06-25cleanup file structure, add react-navigation & basic routesLeon Jiang
2020-06-24initial commit, add react-native/typescript boilerplateLeon Jiang