Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Break out the web/native image picking code and make some progress on the ↵ | Paul Frazee | 2023-01-27 | 18 | -134/+711 | |
| | | | | web version | |||||
* | Fix import paths | Paul Frazee | 2023-01-27 | 2 | -4/+4 | |
| | ||||||
* | Implement basic web composer | Paul Frazee | 2023-01-27 | 10 | -61/+280 | |
| | ||||||
* | Update 'load latest' btn for web | Paul Frazee | 2023-01-26 | 3 | -50/+99 | |
| | ||||||
* | Update compose prompts for web | Paul Frazee | 2023-01-26 | 5 | -6/+77 | |
| | ||||||
* | Add the user profile to the left nav | Paul Frazee | 2023-01-26 | 1 | -5/+34 | |
| | ||||||
* | Implement modals for web | Paul Frazee | 2023-01-26 | 6 | -9/+102 | |
| | ||||||
* | Implement web toast | Paul Frazee | 2023-01-26 | 2 | -2/+77 | |
| | ||||||
* | Add lightbox for web | Paul Frazee | 2023-01-26 | 2 | -0/+123 | |
| | ||||||
* | Update login/create-account and onboard for web | Paul Frazee | 2023-01-26 | 4 | -6/+423 | |
| | ||||||
* | Update layouts on a bunch of views | Paul Frazee | 2023-01-26 | 6 | -26/+37 | |
| | ||||||
* | Fix background in web scroll elements and update settings screen for web | Paul Frazee | 2023-01-26 | 2 | -86/+119 | |
| | ||||||
* | Add web version of the header | Paul Frazee | 2023-01-26 | 1 | -0/+150 | |
| | ||||||
* | Fix repost icon on web | Paul Frazee | 2023-01-26 | 1 | -0/+1 | |
| | ||||||
* | Add right column of web shell and tweak left column | Paul Frazee | 2023-01-26 | 4 | -30/+246 | |
| | ||||||
* | Add left column of web shell | Paul Frazee | 2023-01-26 | 6 | -69/+129 | |
| | ||||||
* | Fix to blurviews | Paul Frazee | 2023-01-26 | 6 | -18/+55 | |
| | ||||||
* | Add web layout components | Paul Frazee | 2023-01-26 | 5 | -25/+98 | |
| | ||||||
* | Fix: move imports and constants for the api-polyfill over from their old ↵ | Paul Frazee | 2023-01-26 | 2 | -8/+4 | |
| | | | | location | |||||
* | Get MVP of web app running | Paul Frazee | 2023-01-26 | 8 | -46/+158 | |
| | ||||||
* | Add web polyfills | Paul Frazee | 2023-01-26 | 15 | -92/+230 | |
| | ||||||
* | Update web build and web-specific components; RNW now builds | Paul Frazee | 2023-01-26 | 4 | -2/+7 | |
| | ||||||
* | Fix all type errors | Paul Frazee | 2023-01-26 | 39 | -194/+354 | |
| | ||||||
* | Brand tuning: switch from "blueprint B" to "cloud imagery" (#96) | Paul Frazee | 2023-01-25 | 4 | -97/+40 | |
| | | | | | | | | | * Switch app icon to bluesky image * Update splash screen to clouds * Update login screen to use branding * Lighten the shadows in the brand imagery | |||||
* | Fix: dont dedup reposts that are in threads, as that can cause rendering ↵ | Paul Frazee | 2023-01-25 | 1 | -0/+10 | |
| | | | | issues (close #71) | |||||
* | Add a sanity check to avoid bad references, close #77 | Paul Frazee | 2023-01-25 | 1 | -1/+4 | |
| | ||||||
* | Fix pagination and rendering of suggested follows (#95) | Paul Frazee | 2023-01-25 | 2 | -46/+68 | |
| | ||||||
* | Saves image on long press (#83) | Aryan Goharzad | 2023-01-25 | 20 | -29/+1557 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Saves image on long press * Adds save on long press * Forking lightbox * move to wrapper only to the bottom sheet to reduce impact of this change * lint * lint * lint * Use official `share` API * Clean up cache after download * comment * comment * Reduce swipe close velocity * Updates per feedback * lint * bugfix * Adds delayed press-in for TouchableOpacity | |||||
* | Adds darkmode support for "Liked by" screen (#94) | Aryan Goharzad | 2023-01-25 | 1 | -5/+9 | |
| | | | | | | | * Adds darkmode support for "Liked by" screen * changes based on feedback * variable naming | |||||
* | Push notification & session management cleanup (#92) | Paul Frazee | 2023-01-25 | 7 | -66/+148 | |
| | | | | | | | | | | | | | | | * Add some temporary logging to help suss out the session drop issue * Fix to session resumption: copy session tokens during a resumeSession attempt * Factor out notifee display into a lib and add to storybook * Tune the bg notifications fetch to only get what is needed * Fix: run account update inside a mobx action * Remove debugging logs for sessions * Fixes to bg notifications fetch | |||||
* | Initial pass at push notifications + some fixes to the session management (#91) | Paul Frazee | 2023-01-24 | 5 | -15/+139 | |
| | | | | | | | | | | | | | | | | | * Fix: test the session during resume to ensure it's valid * Don't delete sessions for now * Add notifee and request notif permissions on first login * Set unread notifications badge on app icon * Trigger a notifee card on new notifications * Experimental: use react-native-background-fetch to check for notifications * Add missing mocks * Fix to resumeSession() | |||||
* | Add basic analytics (#89) | Paul Frazee | 2023-01-24 | 4 | -7/+34 | |
| | | | | | * Add basic analytics * Fix: add mock for analytics | |||||
* | Resolve all remaining lint issues (#88) | Paul Frazee | 2023-01-24 | 56 | -477/+472 | |
| | | | | | | | | | * Rework 'navIdx' variables from number arrays to strings to avoid equality-check failures in react hooks * Resolve all remaining lint issues * Fix tests * Use node v18 in gh action test | |||||
* | more prettier and lint cleanup (#82) | Aryan Goharzad | 2023-01-24 | 9 | -23/+5 | |
| | | | | | | | | | | | | | * more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint | |||||
* | Account switcher (#85) | Paul Frazee | 2023-01-24 | 14 | -481/+925 | |
| | | | | | | | | | | | | | | | * Update the account-create and signin views to use the design system. Also: - Add borderDark to the theme - Start to an account selector in the signin flow * Dark mode fixes in signin ui * Track multiple active accounts and provide account-switching UI * Add test tooling for an in-memory pds * Add complete integration tests for login and the account switcher | |||||
* | Removes white space from around images (#81) | Aryan Goharzad | 2023-01-23 | 1 | -6/+9 | |
| | | | | | * Removes white space from around images * Add a subtle border | |||||
* | Lints some errors and warnings (#76) | Aryan Goharzad | 2023-01-20 | 15 | -24/+55 | |
| | ||||||
* | Fixes embed links for twitter and tiktok (#74) | Aryan Goharzad | 2023-01-20 | 3 | -2/+29 | |
| | ||||||
* | Only use cursors supplied by the server (ref #59) | Paul Frazee | 2023-01-20 | 3 | -7/+5 | |
| | ||||||
* | Sanity check selector swipes | Paul Frazee | 2023-01-20 | 1 | -2/+4 | |
| | ||||||
* | More layout fixes in notifications | Paul Frazee | 2023-01-20 | 1 | -3/+3 | |
| | ||||||
* | Spacing fix of expanded notifications | Paul Frazee | 2023-01-20 | 1 | -1/+1 | |
| | ||||||
* | Fix font color of expanded notifs | Paul Frazee | 2023-01-20 | 1 | -1/+1 | |
| | ||||||
* | Fix text color in composer | Paul Frazee | 2023-01-19 | 1 | -1/+1 | |
| | ||||||
* | Fix a case where the 'aborted' error message was getting through | Paul Frazee | 2023-01-19 | 2 | -4/+8 | |
| | ||||||
* | Fix: taps on images in the composer now register even when input is focused | Paul Frazee | 2023-01-19 | 1 | -0/+1 | |
| | ||||||
* | Fix: new post doesnt open images selector | Paul Frazee | 2023-01-19 | 1 | -1/+1 | |
| | ||||||
* | Add the ability to paste images into the composer (#56) | Paul Frazee | 2023-01-19 | 2 | -25/+69 | |
| | ||||||
* | Fix error logs | Paul Frazee | 2023-01-19 | 1 | -2/+2 | |
| | ||||||
* | Fixes to likes list | Paul Frazee | 2023-01-19 | 2 | -83/+68 | |
| |