Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show tabs when swiping feeds (#1856) | dan | 2023-11-09 | 2 | -3/+18 |
| | |||||
* | Sync top/bottom bar disappearance to the scroll (#1855) | dan | 2023-11-09 | 10 | -105/+181 |
| | | | | | | | | | | | | | | | | | * Disable existing code that toggles shell * Make shell mode a float * Translate based on the gesture * Track header and footer heights * Add web support * Fix types and cleanup * Add back isScrolled logic * Add comments | ||||
* | Hotfix internationalization on mobile (#1854) | Ansh | 2023-11-09 | 1 | -4/+11 |
| | | | | | * hotfix internationalization on mobile * remove comment | ||||
* | Internationalization & localization (#1822) | Ansh | 2023-11-09 | 108 | -1365/+10334 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * install and setup lingui * setup dynamic locale activation and async loading * first pass of automated replacement of text messages * add some more documentaton * fix nits * add `es` and `hi`locales for testing purposes * make accessibilityLabel localized * compile and extract new messages * fix merge conflicts * fix eslint warning * change instructions from sending email to opening PR * fix comments | ||||
* | Hide/show header and footer without re-renders, take two (#1849) | dan | 2023-11-09 | 7 | -55/+63 |
| | | | | | | | | | * Remove callsites using the state value * Remove unused code * Change shell mode without re-renders * Adjust "write your reply" for mode | ||||
* | Pull language methods into api context (#1847) | Eric Bailey | 2023-11-08 | 7 | -93/+105 |
| | | | | | * Pull language methods into api context * Rename for consistency | ||||
* | Add modal state provider, replace usage except methods (#1833) | Eric Bailey | 2023-11-08 | 70 | -498/+634 |
| | | | | | | | | | | | | | * Add modal state provider, replace usage except methods * Replace easy spots * Fix sticky spots * Replace final usages * Memorize context objects * Add more warnings | ||||
* | State layer cleanup: move alt-text-required into preferences and fix a bug ↵ | Paul Frazee | 2023-11-08 | 8 | -29/+21 |
| | | | | | | | in reminders (#1845) * Move alt-text-required into preferences * Fix bug: reminders now using new onboarding state | ||||
* | Move language preferences to new persistence + context (#1837) | Paul Frazee | 2023-11-08 | 15 | -190/+233 |
| | |||||
* | Move invite-state to new persistence + context and replace the notifications ↵ | Paul Frazee | 2023-11-08 | 12 | -259/+137 |
| | | | | with just showing uses in the modal (#1840) | ||||
* | Move muted threads to new persistence + context (#1838) | Paul Frazee | 2023-11-08 | 12 | -94/+95 |
| | |||||
* | Move onboarding state to new persistence + reducer context (#1835) | Paul Frazee | 2023-11-08 | 14 | -167/+199 |
| | |||||
* | Move require alt-text to new persistence + context (#1839) | Paul Frazee | 2023-11-08 | 6 | -25/+69 |
| | |||||
* | Move reminders to new persisted state layer (#1834) | Paul Frazee | 2023-11-07 | 8 | -100/+66 |
| | |||||
* | Add persistent state provider (#1830) | Eric Bailey | 2023-11-07 | 13 | -74/+465 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add persistent state provider * Catch write error * Handle read errors, update error msgs * Fix lint * Don't provide initial state to loader * Remove colorMode from shell state * Idea: hook into persisted context from other files * Migrate settings to new hook * Rework persisted state to split individual contexts * Tweak persisted schema and validation --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Extract shell state into separate context (#1824) | Eric Bailey | 2023-11-07 | 51 | -237/+367 |
| | | | | | | | | | | | | | | | | | * WIP * Add shell state * Integrate new shell state for drawer and minimal shell mode * Replace isDrawerSwipeDisabled * Split shell state into separate contexts to avoid needless re-renders * Fix typo --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Correct meta tag attributes (#1829) | Noritada Kobayashi | 2023-11-07 | 1 | -2/+2 |
| | |||||
* | Pull animated scroll handler down from pager (#1827) | dan | 2023-11-07 | 3 | -87/+114 |
| | |||||
* | Use Sentry only for errors (#1776) | dan | 2023-11-07 | 4 | -62/+3 |
| | | | | | * Use Sentry only for errors * Fix merge | ||||
* | Fix removal of old lists from saved feeds (#1823) | Eric Bailey | 2023-11-06 | 3 | -7/+20 |
| | | | | | * Fix removal of old lists from saved feeds * Fix saved feed removal race condition | ||||
* | Fix accidental unwrapped strings (#1826) | dan | 2023-11-06 | 4 | -7/+7 |
| | |||||
* | Fix sticky pager jumps (#1825) | dan | 2023-11-06 | 4 | -28/+48 |
| | | | | | | | | | | | | | * Defer showing pager content until its header settles * Introduce the concept of headerOnlyHeight * Keep headerOnlyHeight in state, make headerHeight derived * Hide content until *both* header (only) and tabbar are measured * Hide tabbar to read its layout earlier * Give consistent keys to pages | ||||
* | Fix minor list layout bugs (#1810) | dan | 2023-11-06 | 4 | -3/+4 |
| | | | | | * Fix accidental border on mobile * Fix lists list to take full screen | ||||
* | Merge pull request #1814 from bluesky-social/eric/replace-logger | Eric Bailey | 2023-11-04 | 67 | -345/+301 |
|\ | | | | | Remove old logger | ||||
| * | Remove old logger | Eric Bailey | 2023-11-04 | 1 | -115/+0 |
| | | |||||
| * | Replace all logs with new logger | Eric Bailey | 2023-11-04 | 66 | -230/+301 |
|/ | |||||
* | Merge pull request #1813 from ↵ | Eric Bailey | 2023-11-04 | 70 | -176/+1109 |
|\ | | | | | | | | | bluesky-social/eric/app-903-extract-logger-into-singleton Add new logger | ||||
| * | Add logDump tests, ensure Log screen is reversed | Eric Bailey | 2023-11-04 | 3 | -2/+37 |
| | | |||||
| * | Fix other error logs while I'm at it | Eric Bailey | 2023-11-04 | 40 | -86/+104 |
| | | |||||
| * | Fix immediate TS errors | Eric Bailey | 2023-11-04 | 19 | -71/+81 |
| | | |||||
| * | Comment out sentry in prod for now | Eric Bailey | 2023-11-04 | 1 | -1/+1 |
| | | |||||
| * | Add new logger | Eric Bailey | 2023-11-04 | 13 | -18/+888 |
| | | |||||
* | | Increment iOS buildnumber & android version code for release | Paul Frazee | 2023-11-03 | 1 | -2/+2 |
| | | |||||
* | | ListAddUser modal UX improvements (#1809) | Paul Frazee | 2023-11-03 | 3 | -20/+27 |
| | | | | | | | | | | | | | | * typo * Add loading state to ListAddUser * Improve UI/UX of ListAddUser | ||||
* | | Refresh on scroll-to-top by active section press (#1807) | Paul Frazee | 2023-11-03 | 2 | -13/+4 |
|/ | |||||
* | Improved list and feed errors (#1798) | Paul Frazee | 2023-11-03 | 6 | -58/+235 |
| | | | | | | | | | * Fix error-state rendering of ProfileList * Unsave/unpin lists on delete * Improve handling of failing feedgens * Only show 'remove' btn on feed DNE | ||||
* | Add subpath imports (#1808) | Eric Bailey | 2023-11-03 | 2 | -0/+2 |
| | |||||
* | Fix copyright report link (#1799) | Paul Frazee | 2023-11-02 | 1 | -1/+2 |
| | |||||
* | Bump ios build number | Paul Frazee | 2023-11-02 | 1 | -1/+1 |
| | |||||
* | Lookup did for my profile at screen to avoid bad actor error (#1800) | Paul Frazee | 2023-11-02 | 2 | -5/+5 |
| | |||||
* | Work around a startup stall caused by expo-image on low-end Android (#1801) | dan | 2023-11-02 | 3 | -11/+39 |
| | | | | | * Use plain RN image for startup-blocking UI * Add comments | ||||
* | Bump @atproto/api@0.6.23 | Paul Frazee | 2023-11-02 | 2 | -30/+30 |
| | |||||
* | Treat PHP pages as HTML (#1797) | Eric Bailey | 2023-11-02 | 1 | -1/+1 |
| | |||||
* | Replace draglist due to upstream errors (#1795) | Paul Frazee | 2023-11-02 | 4 | -172/+133 |
| | | | | | | | | | | | * Replace draggable flatlist with simple sort buttons * Remove react-native-draggable-flatlist dep * Fix hitslops * Update lockfile * Remove bad flex:1 | ||||
* | Patch facebook/metro#1130 to profile module init (#1796) | dan | 2023-11-02 | 2 | -0/+85 |
| | |||||
* | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2023-11-02 | 1 | -14/+14 |
|\ | |||||
| * | Update build.md (#1785) | Spandan Tripathy | 2023-11-02 | 1 | -14/+14 |
| | | |||||
* | | Merge branch 'flicknow-make-choose-account-scrollable' into main | Paul Frazee | 2023-11-02 | 1 | -2/+10 |
|\ \ | |/ |/| | |||||
| * | Fix max-height issues | Paul Frazee | 2023-11-02 | 1 | -1/+8 |
| | | |||||
| * | Merge branch 'make-choose-account-scrollable' of ↵ | Paul Frazee | 2023-11-02 | 1 | -2/+3 |
|/| | | | | | | | https://github.com/flicknow/social-app into flicknow-make-choose-account-scrollable |