about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Rework alt-text input to use bottom sheet (#2355)Paul Frazee2024-01-021-82/+65
| | | | | | | | | | * Rework alt-text input to use bottom sheet * Add translations
* | Merge branch 'fix/android-image-picker-patch' of ↵Paul Frazee2024-01-021-1/+6
|\ \ | | | | | | | | | https://github.com/haileyok/social-app into haileyok-fix/android-image-picker-patch
| * | ensure no more than four assets, show toast if moreHailey2023-12-291-1/+6
| | |
* | | emoji picker improvements (#2392)Hailey2024-01-026-59/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rework emoji picker * dynamic position * always prefer the left if it will fit * add accessibility label * Update EmojiPicker.web.tsx oops. remove accessibility from fake button
* | | Add commentPaul Frazee2024-01-021-0/+1
| | |
* | | adjust api levelHailey2023-12-311-1/+1
| | |
* | | who the hell knowsHailey2023-12-311-27/+45
|/ /
* / Localize options in "Thread Preferences" screen (#2373)Noritada Kobayashi2023-12-301-6/+12
|/
* Bump ios build number and android version codePaul Frazee2023-12-286-18/+18
|
* Remove the KeyboardAvoidingView in account creation (close #2333) (#2366)Paul Frazee2023-12-281-55/+54
| | | | | * Remove the keyboardavoidingview in account creation (close #2333) * Smaller pad on desktop/tablet
* 1.62Paul Frazee2023-12-286-672/+732
|
* Create account tweaks (#2365)Paul Frazee2023-12-283-0/+11
| | | | | | | * Disable autocomplete, autocapitalize, and autocorrect in create account login * Add username textContentType to login to try to prompt password manager more regularly * Fix type
* Fix sizing of the leftnav new post btn (#2248)Paul Frazee2023-12-281-18/+23
|
* Use memory caching for android lightbox (#2354)Paul Frazee2023-12-281-0/+1
|
* Disable page-transition animations on android (#2352)Paul Frazee2023-12-281-1/+6
|
* Disable BlurView on android (#2351)Paul Frazee2023-12-283-4/+35
| | | | | | | | | * A couple of small tweaks * Force the UI to re-render by setting a key * Disable to blurview on android * Remove hackfix
* Handle birth dates as UTC, handle locale formatting (#2363)Eric Bailey2023-12-283-3/+31
| | | | | | | | | | | | | | | | | * Enforce UTC for birthdate picker * Handle locales * Remove log * Add a second snap point to the date input in case text is zoomed * Guard against bad dates * Log message --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-12-287-17/+37
|\
| * Disable spanish translation until it's more thoroughly reviewed (#2362)Paul Frazee2023-12-284-13/+19
| | | | | | | | | | * Disable spanish translation until it's more thoroughly reviewed * missed a line
| * minor search screen ux improvements (#2264)Hailey2023-12-283-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * handle taps while keyboard is displayed * dismiss keyboard on drag when searching feeds * dismiss on drag and persist taps on suggested follows * add hitslop to clear button * add hitslop to cancel button * dismiss keyboard on drag when searching users * hit slop for feed search clear button * move import
* | Fix desktop styles a bitPaul Frazee2023-12-281-2/+6
| |
* | Merge branch 'web-search' of https://github.com/mozzius/bluesky-official-app ↵Paul Frazee2023-12-286-42/+52
|\ \ | |/ |/| | | into mozzius-web-search
| * show search in centre column on desktopSamuel Newman2023-12-206-42/+52
| |
* | Temporarily disable the german translation (#2360)Paul Frazee2023-12-284-13/+19
| |
* | Web dropdowns (#2358)Eric Bailey2023-12-281-0/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Split out web dropdown * Remove unused * Remove unused style * Close on escape * Reduce chance of opening while scrolling * Tune web dropdown styles * Fix type --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Mark more text as translatable (#2284)Noritada Kobayashi2023-12-272-3/+3
| |
* | Remove patched color scheme code (#2340)Eric Bailey2023-12-271-30/+2
| |
* | Fix missing avatar moderation in replies (#2325)Paul Frazee2023-12-272-1/+4
| |
* | Fixes to feed load triggers (#2323)Paul Frazee2023-12-273-2/+24
| | | | | | | | | | * Add soft-reset support to ProfileFeed and ProfileList * Fix: correctly unsubscribe the notifications soft-reset listener
* | Protect against react key duplicates (close #2278) (#2309)Paul Frazee2023-12-272-9/+15
| | | | | | | | | | * Fix duplicate react keys in post search * Protect against duplicate react keys in feeds
* | Fix: only show appeal CW item on moderated posts (#2312)Paul Frazee2023-12-273-4/+19
| | | | | | | | | | * Fix: only show appeal CW item on moderated posts * Add appeal cw control to feed view o fposts
* | A couple notifications fixes (#2327)Paul Frazee2023-12-273-3/+22
| | | | | | | | | | * Clear the app badge notif count on markallread * Fix like notifications on custom feeds
* | Stop the user from posting before the link card finishes loading (#2328)Paul Frazee2023-12-277-44/+96
| | | | | | | | | | * Stop the user from posting before the link card finishes loading * Add localization of error messages
* | Make Japanese localization improvements (#2285)Noritada Kobayashi2023-12-271-20/+20
| | | | | | | | | | | | | | | | | | * Make Japanese l10n improvements * Update messages.po --------- Co-authored-by: Ansh <anshnanda10@gmail.com>
* | Correctly load spanish localization (#2324)Paul Frazee2023-12-261-1/+1
| |
* | use the window hostname on web for twitch embeds (#2311)Hailey2023-12-261-1/+6
| |
* | Apply post-hide to quote posts (#2302)Paul Frazee2023-12-241-1/+30
| |
* | Bump ios buildPaul Frazee2023-12-246-246/+342
| |
* | Add policy links to left nav and settings page (#2300)Paul Frazee2023-12-242-2/+40
| |
* | Hide posts tool (#2299)Eric Bailey2023-12-2412-12/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | * Set up hidden posts persisted state * Wrap moderatePost * Integrate hidden posts into moderation * Complete hide-post behaviors --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Fix: dont incorrectly mark a feed empty based only on the first page (#2298)Paul Frazee2023-12-241-1/+4
| |
* | Patches and compiled i18n (#2297)Eric Bailey2023-12-249-219/+216
| | | | | | | | | | * Update patches * Bump translations, remove ignored files
* | Fix blank home screen (close #2281) (#2291)Paul Frazee2023-12-242-4/+14
| |
* | Bump react-native to 0.73.1, expo to 50 (#2214)Eric Bailey2023-12-239-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump to react-native@0.73, bump expo@next Includes bumps for all expo deps and dev dependencies. Updates react-native patch and others, and removes the babel-preset-expo patch. * Remove duplicate Splash ref * Bump more deps * Properly install expo-notifications * Bump webview dep * Bump packages according to expo fix; remove pager-view patch as it is no longer needed * Don't access expo-camera from Web * Fix crypto dep on web * Fix some type issues * Build esnext modules to support dynamic imports --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Fix some account filtering behaviors (#2290)Paul Frazee2023-12-235-2/+11
| | | | | | | | | | * Fix: don't filter ProfileCards out of certain lists * Fix: don't filter ProfileCards and autocomplete based on mutes
* | Add Spanish localization (#2267)Ansh2023-12-226-0/+4951
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add french localization * get dynamic import to work * fix broken strings * fix bug * fix tests * build files again * add german locale * Add german translated strings * update file details * fix plural case errors * make german translations work * add 'es' as a locale option * enable spanish translations * fix spelling mistake
* | Consolidate List props a bit (#2216)dan2023-12-2114-177/+123
| |
* | Increase log dump to 500, dump everything in there (#2268)Eric Bailey2023-12-212-6/+8
| |
* | 3rd party embed player (#2217)Hailey2023-12-219-102/+419
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement embed player for YT, spotify, and twitch * fix: handle blur event * fix: use video dimensions for twitch * fix: remove hack (?) * fix: remove origin whitelist (?) * fix: prevent ads from opening in browser * fix: handle embeds that don't have a thumb * feat: handle dark/light mode * fix: ts warning * fix: adjust height of no-thumb label * fix: adjust height of no-thumb label * fix: remove debug log, set collapsable to false for player view * fix: fix dimensions "flash" * chore: remove old youtube link test * tests: add tests * fix: thumbless embed position when loading * fix: remove background from webview * cleanup embeds (almost) * more refactoring - Use separate layers for player and overlay to prevent weird sizing issues - Be sure the image is not visible under the player - Clean up some * cleanup styles * parse youtube shorts urls * remove debug * add soundcloud tracks and sets (playlists) * move logic into `ExternalLinkEmbed` * border radius for yt player on native * fix styling on web * allow scrolling in webview on android * remove unnecessary check * autoplay yt on web * fix tests after adding autoplay * move `useNavigation` to top of component --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Add French localization (#2265)Ansh2023-12-229-83/+2558
| |