aboutsummaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Collapse)Author
2021-05-14added patch-package, added patch to fix inapp browser, updated lock filesIvan Chen
2021-05-06updated to use correct lock filesIvan Chen
2021-05-05Altered Podfile to use earlier version of flipperbrian-tagg
2021-04-14added analytics packageIvan Chen
2021-04-09created initial stylingIvan Chen
2021-04-03Add yarn and pod lock filesLeon Jiang
2021-03-10Run 'yarn && npx pod-install'Leon Jiang
2021-03-02Update app icon assetsLeon Jiang
2021-02-18Flipper folly podspec udpateankit-thanekar007
2021-02-09comment out flipper since it was giving us build issuesIvan Chen
2021-02-05Merge pull request #218 from shravyaramesh/tma474-access-user-contactsIvan Chen
[TMA-474] Access user contacts
2021-02-03removed commented lineShravya Ramesh
2021-02-03New description for ios permission alertShravya Ramesh
2021-02-03Added package, configutionShravya Ramesh
2021-02-02updated permission stringIvan Chen
2020-12-29[TMA-288] notifications frontend infra (#154)Shravya Ramesh
* Configured settings to enable remote notifications * Added FCM services * Added background message handler + api calls * minor fixes * minor changes requested from pr
2020-12-07[TMA-402] New and beautiful splashscreen (#135)Ashm Walia
* Some changes * Some more changes * Final touch
2020-11-03[BUILD FIXES] Update icons and other minor fixes (#98)Husam Salhab
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * minor fixes
2020-10-19[TMA-272] Add browser login flow to Instagram social linking (#56)Ivan Chen
* added in-app browser package and added social link for instagram * added comments and improved code clarity * added more skeleton code * Finished FB linking * updated facebook oauth to request for permission * finished twitter sign on * minor fixes
2020-10-08HOT PATCH- Fix lock file issues (#49)Husam Salhab
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore
2020-10-08[TMA-267] Update logo and splash page with new design (#47)Husam Salhab
* hot patch * patching * update to new logo and fix ios 14
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