about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add Korean localization (#2395)Minseo Lee2024-01-035-39/+3333
| | | | | | | | | | * Create messages.po * Add Korean localization
* | Fix various issues with screen dimension detection in external player (#2349)Hailey2024-01-021-19/+45
| | | | | | | | | | | | | | | | | | * various dimension fixes * use reactive hook for dimensions * remove debug * accurate dismissing of player
* | Remove splashscreen blink (#2378)Mathieu Acthernoene2024-01-021-30/+30
| | | | | | | | | | * chore: remove unused react-native-splash-screen package * Fix splashscreen white blink
* | Add some more logging (#2402)Eric Bailey2024-01-023-10/+16
| | | | | | | | | | | | | | | | | | * Add a few logs * Report unknown create account errors separately * Downgrade to warn * Nvm
* | 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