| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-26 | strings constant and remove/comment out old onboarding screens | Ivan Chen | |
| 2021-02-26 | updated wizard and exported modal style | Ivan Chen | |
| 2021-02-25 | Request-Contacts updated permission request code | ankit-thanekar007 | |
| 2021-02-25 | try blocks, else | Shravya Ramesh | |
| 2021-02-20 | check if onboarded, added header, loads current sp image | Ivan Chen | |
| 2021-02-19 | Updated suggested stack with additional parameter | Shravya Ramesh | |
| 2021-02-19 | Added screen to main stack nav | Shravya Ramesh | |
| 2021-02-11 | upload photo done | Ivan Chen | |
| 2021-02-11 | file naming fix | Ivan Chen | |
| 2021-02-11 | welcome screen done, created base view for upload image | Ivan Chen | |
| 2021-02-11 | added new stack navigator, switch screen based on flag | Ivan Chen | |
| 2021-02-11 | Merge branch 'master' into tma641-animation-tutorial | Shravya Ramesh | |
| 2021-02-11 | Merge pull request #232 from IvanIFChen/tma639-new-version-available | Ivan Chen | |
| [TMA-639] New Version Available | |||
| 2021-02-11 | Added new screen to navigator | Shravya Ramesh | |
| 2021-02-10 | Merge branch 'master' into hotfix-header-refactor | Ivan Chen | |
| 2021-02-09 | fixed header styles in several screens | Ivan Chen | |
| 2021-02-09 | refactored styles in main stack | Ivan Chen | |
| 2021-02-09 | refactored header styles | Ivan Chen | |
| # Conflicts: # src/components/common/FriendsButton.tsx # src/screens/profile/FriendsListScreen.tsx # src/screens/profile/MomentCommentsScreen.tsx | |||
| 2021-02-09 | added newVersionAvailable to store, added logic to request newest version | Ivan Chen | |
| 2021-02-08 | Added SP screen to nav bar and main stack | Shravya Ramesh | |
| 2021-02-05 | Merge pull request #212 from shravyaramesh/tma590-friendslist-buttons | Ivan Chen | |
| [TMA-590] New Friends Screen | |||
| 2021-02-05 | Merge pull request #218 from shravyaramesh/tma474-access-user-contacts | Ivan Chen | |
| [TMA-474] Access user contacts | |||
| 2021-02-05 | always send token | Ivan Chen | |
| 2021-02-05 | moved permission to routes | Ivan Chen | |
| 2021-02-05 | Merge branch 'master' into tma590-friendslist-buttons | Ivan Chen | |
| 2021-02-03 | pushing screen in - normal screen | Shravya Ramesh | |
| 2021-02-03 | removed unnecessary comment | Shravya Ramesh | |
| 2021-02-03 | Enabled button functionality | Shravya Ramesh | |
| 2021-02-03 | New screen to request permission to contacts | Shravya Ramesh | |
| 2021-01-29 | kind of works | Ashm Walia | |
| 2021-01-22 | Merge pull request #195 from shravyaramesh/tma576-fullscreen-comments | Ivan Chen | |
| [TMA-576] Switched from modal to full screen view for comments | |||
| 2021-01-22 | DOne | Ashm Walia | |
| 2021-01-21 | swipe back gestures | Shravya Ramesh | |
| 2021-01-21 | sdd | Ashm Walia | |
| 2021-01-20 | looks like donw | Ashm Walia | |
| 2021-01-19 | Done | Ashm Walia | |
| 2021-01-14 | Blurred | Ashm Walia | |
| 2021-01-13 | organized imports and specify gesture distance (#177) | Ivan Chen | |
| 2021-01-12 | [TMA 491 Frontend] Revamp onboarding (#173) | Ashm Walia | |
| * First commit, arrow excluded * Done from my side * Some small nitpicks * exclude tsconfig * Show profile screen after onboarding * Update string * Small fix * small cosmetic | |||
| 2021-01-12 | [TMA 472] Added option to be added to Taggs wait list (#168) | Ashm Walia | |
| * Added screens to add to waitlist and a page to display on success of the same * Incorporated small comment | |||
| 2021-01-12 | [TMA-527/506/523] Custom Moment Categories (#174) | Ivan Chen | |
| * changed logic to allow ≥ 1 categories * now using array of strings for moment categories * updated error strings * formatting and check for picker cancellation * initial UI done * cleaned up logic, added custom icon * renamed onboarding stack to match main stack * removed unused import * deterministic color picker * custom category defaults to selected instead of added * removed function in route | |||
| 2020-12-30 | [TMA - 457]Change followers to friends (#149) | Ashm Walia | |
| * One commit to replace followers with friends * Move block unblock to drawer and some cosmetic changes * Options to edit own profile when viewing * Changes for University Class * Small fix * Made ProfileOnboarding a scroll view and other small changes * Small fix * Small fix thanks to ivan and tanmay * Add ? | |||
| 2020-12-29 | [TMA-461] Notifications Screen (#151) | Ivan Chen | |
| * renamed ProfileStack to MainStack, created initial notifications data type * cleaned up code * added notifications to redux * finished sectioned list * updated types to make more sense * finished sectioned notifications by date * updated notification type and tested mock backend integration * finished read or unread logic * minor changes * another minor fix * finished integration * moved stuff * added ability to navigate to user profile Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com> | |||
| 2020-12-22 | [TMA-447] Natural Transitions (#145) | Ivan Chen | |
| * edit profile text now is back to black * changed default style to card and added custom modal transitions * resolved linter error | |||
| 2020-12-22 | [TMA 446] Create category (#144) | Ashm Walia | |
| * Added welcome page * Working code * Small fix * Some more cleanup * Fixes * Cleanup * Fix again * Use gradient for white bg as well * Fixed type | |||
| 2020-12-15 | [TMA-448] Make Discover page the default landing page (#140) | Husam Salhab | |
| * change initial route in navigator * remove extra whitespace | |||
| 2020-12-14 | [TMA-406&201] User Handle UI for Individual Moments (#129) | Ivan Chen | |
| * initial work * made big progress towards flatlist moment view * UI done, just need to pass in data now * minor fixes to get things actually running correctly * vertical scroll working * initial index working * moment drawer text color to red * moved report to drawer * removed garbage * added ? | |||
| 2020-12-14 | [TMA - 426] Fix recent search + Add refresh control (#138) | Ashm Walia | |
| * Got rid of small lint errors before start * Final push * Final * disable scroll first try / logic * small change * Try to make the cover photo consistent with different screen sizes * Final change * added RefreshControl * removed scale effect * Fix misorientation of cover * remove more scale stuff * fix userIDs for different views * Mend refresh control * white bg Co-authored-by: hsalhab <husam_salhab@brown.edu> | |||
| 2020-12-08 | [TMA-308] Forgot password logic [Frontend] (#131) | Ashm Walia | |
| * Done with changes * Submit on enter * Fixed StrongPassword issue * Clean and modular Verification.tsx * small fix | |||
| 2020-12-07 | [TMA-402] New and beautiful splashscreen (#135) | Ashm Walia | |
| * Some changes * Some more changes * Final touch | |||
