aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-13organized 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-12added ES2016 (#172)Ivan Chen
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
2021-01-07changes here and there (#171)Husam Salhab
2021-01-06consistent padding (#169)Ivan Chen
2021-01-05[HOTFIX] Accomodate large names and match figma (#167)Ashm Walia
* HOTFIX : Accomodate large names and match figma * Fix
2021-01-05replace nightlife with fitness; replaces icon; (#166)Shravya Ramesh
2021-01-05Done (#163)Ashm Walia
2021-01-05[TMA-495] Notification Item UI Update (#165)Ivan Chen
* slight styling change * updated boldness * better spacing calculation
2021-01-05added logic to hide empty categories (#164)Ivan Chen
2021-01-03[TMA - 459] - Fix for ghost image bug (#159)Ashm Walia
* Fixed * Fix
2021-01-02[TMA-294] Redirecting to Notification Screen (#161)Shravya Ramesh
* Added nav ref & redirect to notifScreen onTap * Added type NavigationContainerRef Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-12-31fix (#158)Ashm Walia
2020-12-31[TMA-487] Change button styling (#157)Husam Salhab
* adjust button dimensions and radius * adjust button padding
2020-12-31[TMA-482] Add Smart Albums To Image Picker (#156)Husam Salhab
* add favorites, recent, portraits, and screenshots * add UserLibrary
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-29Small fix (#148)Ashm Walia
2020-12-29[TMA-289] Fix Moments Comments (#155)Husam Salhab
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * minor fixes * fix serializer json changes * remove redundant type
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-29Made another PR and added code to solve the same purpose as in #152 (#153)Tanmay Bhatia
2020-12-22[TMA-345] Sticky Taggs Bar (#146)Ivan Chen
* sticks taggs bar to top while scrolling * used animated value for top padding Co-authored-by: Shravya Ramesh <shravs1208@gmail.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-22added default values (#147)Ivan Chen
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-22update endpoints (#143)Husam Salhab
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-14Removed the db field from edit profile (#137)Tanmay Bhatia
2020-12-14added icons (#139)Ivan Chen
Co-authored-by: Ashm Walia <40498934+ashmgarv@users.noreply.github.com>
2020-12-10fix (#136)Ashm Walia
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-08[TMA-338, TMA-400] Zoom out on profile page and adjust follow/block button ↵Shravya Ramesh
touchable opacity (#132) * changed dimensions of username, bio, website, moment tiles; Changed padding in profile body; Added padding between moment tiles; * adjusted spacing between profile cutout and body * adjusting space below profile cutout accoring to device * Ensuring userId exists before loading taggs * Made tagg icons responsive according to device dimensions * shoft profile picture to the left * Fix bug * small * flex * flex remove * Shrunk taggs bar icons and readjusted padding around it Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-12-08[TMA-410] Edit Non-Integrated Socials (#126)Ivan Chen
* removed refs, added KB avoidance, UI done * missed some things * now parsing response correctly from backend * fixed naming * now allow empty strings to un-link a social * hide field if empty, allow empty string, fixed taggs bar not updating bug * Fix bug where non integrated socials do not show up on edit profile page Co-authored-by: Ashm Walia <40498934+ashmgarv@users.noreply.github.com> Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-12-07[TMA-409] Delete Moments (#124)Ivan Chen
* edit profile to use HeaderHeight instead of percentage * delete moment done with TODOs for backend * actually hitting the endpoint * ops * moved isProfileView check to drawer component * misunderstood suggestion, now is better * an extra layer of indirection * fixed some bugs and code improvement
2020-12-07[TMA-402] New and beautiful splashscreen (#135)Ashm Walia
* Some changes * Some more changes * Final touch
2020-12-07[TMA - 431] Make socials browsable (#134)Ashm Walia
* Open socials apart from twitter on browser * Revert "Open socials apart from twitter on browser" This reverts commit 5b6626811ab7cf9a944b22a1d1d5c4047fe47c64. * Open socials apart from twitter on browser * Fixed * make twitter round * Make some more placeholders browsable Co-authored-by: Ivan Chen <ivan@tagg.id>
2020-12-07[TMA-429] Added new profile preview type for followers tiles (#130)Shravya Ramesh
* added new profile preview type for followers tiles * added border radius for avatar
2020-12-07[TMA-412] Changed strings to Header and Profile Picture (#128)Ivan Chen
* updated text * edited some more strings
2020-12-07[TMA-405] Website now clickable (#127)Ivan Chen
* clickable * changed to http
2020-12-04[TMA - 398 AND TMA-430] Replace Providers with Redux Store (#125)Ashm Walia
* First * WIP * Thunk * Some more comments * sc * recent searches and follounfollow * Edit profile dummy * Block / unblock and some cleanup * Replace auth provider * Sc * Delete AP after rebase * Discover users * Cleanup * More cleanup * Replace profile provider * Fixed build failure * Fixed a bug reported * Prevent app crash when backend server is down
2020-11-21[TMA-356] Updated icons (#118)Ivan Chen
* updated icons * added small icons * fixed a bug * now using the correct assets, fixed a bug
2020-11-20[TMA-375] Added discover users to explore (#119)Shravya Ramesh
* Added discover users to explore * Filtered following users out * Removed reload button and filtering following users from discover page * Wrapped contents * Preview type in types.ts
2020-11-17[TMA-382] Edit profile screen (#121)Shravya Ramesh
* added more icon * a less fat icon * and the actual icon asset * bottom drawer skeleton done * removed warning, better code * a more completed skeleton done * bottom drawer done! * Added content container, sent birthday picker props, minor styling * differenciating defined and undefined birthdate in birthdate, datepicker * removed restricting width for TaggDropDown * Added edit profile screen to navigator stack * Add EditProfile view, refresh profile view on save * Removes unnecessary import * Stores gender and birthdate as part of ProfileType * Added gender, birthdate, isEditProfile to AuthProv * Conditional view applied for edit profile button * Includes discarded changes in previous merge- BD * removed unused icon * resolved scary warnings * added icon to drawer * Small fix * minor code improvement * sc * fixed birthday bug * custom gender updation fixed * small change to birthday default value * missed something * cleaned up types! Warnings gone! * fixed another gender picker bug * fixed gender bug and cleaned up logic * removed warning, MUCH better code now Co-authored-by: Ivan Chen <ivan@thetaggid.com> Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-11-11[TMA-383] Added report button moment (#114)Shravya Ramesh
* Added button on individual moment page to report an issue * Report issue button disappears when clicked on and reappears when alert is closed * Small change * Moved sendReport() to a ReportingService * following user's report button now appears * Update ReportingService.ts Added alert * Added back report button * moved button back to the bottom * Small change Co-authored-by: Ashm Walia <ashmwalia@outlook.com> Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-11-11Use the actual height for cover (#120)Ashm Walia
2020-11-10[TMA - 388] Block Users (Frontend) (#115)Ashm Walia
* initial * Final * sc * sc * sall change * Remove follow button when blocked * Small change * small changes again