about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* patch expo-image-picker to support "browse"Hailey2023-12-291-0/+64
|
* 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
| |
* | Bump ios build numberPaul Frazee2023-12-241-1/+1
| |
* | Apply post-hide to quote posts (#2302)Paul Frazee2023-12-241-1/+30
| |
* | Bump ios buildPaul Frazee2023-12-247-247/+343
| |
* | Update some brand assets (#2301)Paul Frazee2023-12-246-0/+0
| |
* | 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-2411-219/+216
| | | | | | | | | | * Update patches * Bump translations, remove ignored files
* | Fix blank home screen (close #2281) (#2291)Paul Frazee2023-12-242-4/+14
| |
* | 1.61 (initial build)Paul Frazee2023-12-232-2/+2
| |
* | Bump react-native to 0.73.1, expo to 50 (#2214)Eric Bailey2023-12-2320-1213/+1771
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | yet more RSS tweaks (#2289)bnewbold2023-12-233-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | * rss: full URL in RSS link; use request Host in URLs Full URL syntax on request from third parties. Using the actual request host should fix issues with non-bsky-production deployments. It is HTTPS-only, so doesn't work perfectly for local dev. * rss: make /profile/{handle}/rss an HTTP redirect Motivation is easier discoverability of RSS feed.
* | rss: isPermaLink (case-sensitive) (#2271)bnewbold2023-12-221-1/+1
| |
* | Add Spanish localization (#2267)Ansh2023-12-227-1/+4952
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | bskyweb: iterate on RSS format, based on feedback (#2269)bnewbold2023-12-221-5/+19
| | | | | | Thanks to Dave Winer (@scripting)!
* | Update localization.md (#2263)Bryan Lumbantobing2023-12-211-2/+2
| |