about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | 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-2112-135/+597
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Bump react-native-drawer-layout@4.0.0-alpha.3 (#2261)Paul Frazee2023-12-212-6/+11
| |
* | Add French localization (#2265)Ansh2023-12-2210-84/+2559
| |
* | Web composer improvements (#2257)Paul Frazee2023-12-202-2/+2
| | | | | | | | | | * Keep the emoji picker in the tablet width (close #1880) * Support pressing tab to select a mention (close #1831)
* | Fix the is13 check in account creation (close #2258) (#2259)Paul Frazee2023-12-201-1/+1
| |
* | Fix image is cropped in alt text modal (#1963)Kev2023-12-201-0/+1
| |
* | Restore autofocus on emoji drop down (#1821)Elie Michel2023-12-201-1/+1
| |
* | Invalid handle autocomplete (#2251)Samuel Newman2023-12-203-3/+6
| | | | | | | | | | * refactor invalid handle check from a previous PR to use util function * add invalid handle check to `prefixMatch`
* | add `yarn intl:compile` to postinstall hook (#2250)Samuel Newman2023-12-201-1/+1
|/
* Try to fix scroll indicator on Feeds page (#2245)Eric Bailey2023-12-192-0/+2
| | | | | * Try to fix scroll indicator on Feeds page * Apply to List
* Bump build numbers for ios and androidPaul Frazee2023-12-184-26/+41
|
* Bop it (#2244)Paul Frazee2023-12-182-0/+0
| | | Co-authored-by: Eric Bailey <git@esb.lol>
* Use same source for pinned feeds on Home and tab/sidebars (#2235)Eric Bailey2023-12-182-4/+10
|
* Move label appeal to post dropdown (#2236)Eric Bailey2023-12-186-67/+132
| | | | | | | | | | | * Move appeal from post to dropdown * Translate * Tweak copy on the appeal label modal --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Add search button to logged out view (#2237)Eric Bailey2023-12-181-3/+44
|
* Set numberOfLines for Android text input (#2238)Eric Bailey2023-12-181-1/+7
| | | | | * Set numberOfLines for Android text input * Let's go with 4
* Tweak splash speed (#2241)Eric Bailey2023-12-181-13/+20
|
* Fix 2231 Modal overlap on double modal open (#2239)Ansh2023-12-181-1/+1
| | | | | * add same multiple snapPoints to Confirm modal * snapToIndex instead of confirm
* fix Create Account metrics (#2242)Ansh2023-12-183-6/+3
|
* basic public RSS feed for profiles (#2229)bnewbold2023-12-183-0/+103
| | | | | | | | | * web: initial implementation of profile RSS feed * re-work RSS feed to use DID in URL, not handle Shouldn't have RSS feeds break when folks change handle. * rss: tweak XML
* use `s.likeColor` everywhere (#2234)Samuel Newman2023-12-182-11/+5
|
* Add credits to localization doc (#2233)Ansh2023-12-184-1/+10
| | | | | * change name of file to localization * run `intt:build`
* Fix `Logotype` fill for dark mode (#2230)Eric Bailey2023-12-185-6/+7
| | | | | * Fix fill of Logotype in dark mode * Update default Logotype fill
* Hide label appeal on self-labeled posts (#2232)Eric Bailey2023-12-183-3/+7
| | | | | * Hide appeal for self-labeled post, update copy * Use correct logic
* Fix & Add: Japanese Translation (3) (#2226)Hima2023-12-181-258/+258
|
* tweak social card meta yet again (#2228)bnewbold2023-12-183-5/+12
| | | | | - handle missing content (PWI opt-out) better - use opengraph "article" and "profile" types, not just website for everything - fix timestamps, and used indexed at not created at
* bskyweb: update golang indigo dep (from May!), and some small devex tweaks ↵bnewbold2023-12-186-213/+261
| | | | | | | | | | | | | (#2227) * bskyweb: update deps to current indigo * bskyweb: refactor handles to flatten control flow, and update to current indigo * go Makefile: remove --debug (not working) * bskyweb: default to public appview API instance * make: do internationalization build as part of build-web
* Fix: Some display issues (#2219)Hima2023-12-182-3/+2
| | | | | * Update LeftNav.tsx * Update RightNav.tsx
* Update splash screen tagline, update translations, bump ios build numberPaul Frazee2023-12-175-230/+269
|
* Bump ios build numberPaul Frazee2023-12-171-1/+1
|
* Tweaks (#2225)Eric Bailey2023-12-173-4/+4
| | | | | | | | | | | * Gradient * Tweak animation speed * Rotate * Linear * Linear