about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Localize the option to make alt text mandatory (#2376)Noritada Kobayashi2024-01-031-1/+1
| |
* | Add Korean localization (#2395)Minseo Lee2024-01-036-40/+3334
| | | | | | | | | | * 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-023-36/+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 'haileyok-fix/android-image-picker-patch' into mainPaul Frazee2024-01-023-1/+73
|\ \
| * | Add patch explanation mdPaul Frazee2024-01-021-0/+3
| | |
| * | Remove intermediate build files from patchPaul Frazee2024-01-021-1279/+0
| | |
| * | Merge branch 'fix/android-image-picker-patch' of ↵Paul Frazee2024-01-022-1/+1349
|/| | | | | | | | | | | 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
| | |
| * | allow multiple fixHailey2023-12-291-16/+1295
| | |
| * | patch expo-image-picker to support "browse"Hailey2023-12-291-0/+64
| | |
* | | 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
* | | Merge branch 'haileyok-fix/android-splash-hackfix' into mainPaul Frazee2024-01-021-27/+46
|\ \ \ | |/ / |/| |
| * | 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-287-20/+20
|
* 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-288-674/+734
|
* 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
* | Merge branch 'mozzius-web-search' into mainPaul Frazee2023-12-286-43/+57
|\ \ | |/ |/|
| * 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
| |
* | support multiple og:image tags (#2305)snek2023-12-272-2/+8
| |
* | 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
| |
* | Bump android version codePaul Frazee2023-12-251-1/+1
| |