about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* bskyweb: switch from PDS backend to AppView backend (#1065)bnewbold2023-08-244-44/+10
| | | | | * bskyweb: replace PDS with AppView (no auth) * bskyweb: update example .env files for appview
* Increment build numberPaul Frazee2023-08-231-1/+1
|
* A couple quick notifications fixes (#1262)Paul Frazee2023-08-232-3/+108
| | | | | | | * Create separate .easignore to ensure google-services.json goes to eas * Set the notifications serviceDid according to the session host * Fix types
* Fix eas.jsonPaul Frazee2023-08-231-4/+4
|
* 1.47Paul Frazee2023-08-232-4/+4
|
* [APP-836] Emoji picker for web (#1254)Ansh2023-08-2310-12/+136
| | | | | | | | | | | | | | | | | | | | | | | | | * add emoji-mart package for emoji dropdown picker * remove emoji picker modal * load emoji mart data not as part of the main bundle * remove @emoji-mart/data * setup emoji insertion with events * get emoji data from local static assets * close emoji picker after one emoji has been inserted * Switch emoji picker trigger to an icon * Update emoji-mart-data.js * make grabbing emoji data work on more browsers --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* [APP-786] Native notifications (#1095)Ansh2023-08-2318-260/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move `notifee.ts` to notifications folder * install expo notifications * add UIBackgroundMode `remote-notifications` to app.json * fix notifee import in Debug.tsx * add `google-services.json` * add `development-device` class to eas.json * Add `notifications.ts` for native notification handling * send push token to server * update `@atproto/api` * fix putting notif token to server * fix how push token is uploaded * fix lint * enable debug appview proxy header on all platforms * setup `notifications.ts` to work with app view notifs * clean up notification handler * add comments * update packages to correct versions * remove notifee * clean up code a lil * rename push token endpoint * remove unnecessary comments * fix comments * Remove old background scheduler * Fixes to push notifications API use * Bump @atproto/api@0.6.6 --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Fixes #1252 fix alt text setting description toggle (#1261)Ansh2023-08-232-3/+3
| | | | | * make toggle border width slightly larger * change copy
* Improve handling of unselecting languanges in composer language menu (#1093)Eric Bailey2023-08-236-47/+135
| | | | | | | | | | | | | | | | | | | | | | | * allow toggling off/on multiple from main composer lang menu * fix dropdown styles for long labels * udpate model to use new string field * update language UI * save langs to history on submit * remove edit * clean up use new fields * default to deviceLocales * fix default valu * feedback * use radio icon
* Merge pull request #1260 from bluesky-social/eric/fix-windowEric Bailey2023-08-231-1/+2
|\ | | | | fix bad reference on native
| * fix bad reference on nativeEric Bailey2023-08-231-1/+2
|/
* bskyweb: cache /static/{images,js} for 1 week, other files for 1 hourJake Gold2023-08-231-2/+16
|
* Change Handle modal DNS instruction tweaks for clarity (#1245)Paul Frazee2023-08-221-1/+7
| | | | | * Remove potentially confusing period from subdomain in changehandle (close #1004) * Clarify dns instructions further (close #1087)
* Fix: update posts rendered in notifs on refresh (close #1196) (#1243)Paul Frazee2023-08-222-6/+21
|
* Fix: include link-meta abort signal for timeout (close #1214) (#1240)Paul Frazee2023-08-221-0/+1
|
* Fix feed empty state (close #1235) (#1239)Paul Frazee2023-08-221-2/+6
|
* Add likes tab (#1227)Eric Bailey2023-08-224-30/+62
| | | | | | | | | | | | | | | | | * add likes tab (cherry picked from commit 6c5ffd964ca0b185ddfc37088d82712a006a1163) * only show Likes tab to authenticated user (cherry picked from commit ecc1254411d760158b6d7a4c5f05d940db872dfc) * Bump @atproto/api@0.6.5 * fix types --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* add title attr to text text links (#1228)Eric Bailey2023-08-228-22/+166
| | | | | | | | | | | | | | | * add title attr to text text links * Revert "add title attr to text text links" This reverts commit c028cd184efd3b2788d8f46134eecf521e5d7b07. * use css tooltips * add to expanded post state * handle theming * add to bskyweb
* [APP-834] Allow @ing someone in post directly from profile (#1241)Ansh2023-08-229-5/+99
| | | | | * setup `initMention` for mobile * setup creating post with profile tagged on web
* [APP-835] trim end of email during login (#1242)Ansh2023-08-221-1/+3
| | | | | | | | | * trim end of email during login * Switch trimEnd() to trim() --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-08-224-13/+44
|\
| * fix thread double border (#1251)Eric Bailey2023-08-222-7/+17
| |
| * do not thread author media filtered feed (#1253)Eric Bailey2023-08-222-6/+27
| |
* | Minor formattingPaul Frazee2023-08-221-1/+3
| |
* | Merge branch 'fix-empty-search' of https://github.com/darnfish/social-app ↵Paul Frazee2023-08-221-0/+2
|\ \ | |/ |/| | | into darnfish-fix-empty-search
| * Don't submit search if query is emptyWilliam Gibson2023-08-221-0/+2
| |
* | add profiles sampling to sentry (#1237)Ansh2023-08-211-0/+5
| |
* | allow handles to start with a number (#1231)Eric Bailey2023-08-211-1/+1
| | | | | | | | | | * allow handles to start with a number * don't allow leading hyphen
* | ios buildNumber 2Paul Frazee2023-08-171-1/+1
| |
* | Fix to post meta overflow in highlighted post (#1211)Paul Frazee2023-08-171-3/+8
| | | | | | | | | | * Fix to post meta overflow in highlighted post * Give more space to desktop web
* | Bump react-native-gesture-handler@2.12.1Paul Frazee2023-08-172-5/+5
| |
* | 1.46Paul Frazee2023-08-172-3/+3
| |
* | Bump detoxPaul Frazee2023-08-172-5/+5
| |
* | Fix android postmeta alignmentPaul Frazee2023-08-171-1/+1
| |
* | upgrade react-native-reanimated (#1198)Ansh2023-08-172-5/+5
| |
* | Dont suggest users that are muted or blocked (close #1185) (#1209)Paul Frazee2023-08-172-6/+28
| |
* | default translate to device language (#1207)Eric Bailey2023-08-174-10/+5
| |
* | Update the web composer textinput to an emitter (close #1193) (#1205)Paul Frazee2023-08-174-15/+32
| | | | | | | | | | | | | | The tiptap useEditor() hook creates an awkward challenge for passing event handlers into its plugins and native events. By introducing a memoized editor, we should be able to shuttle events out of tiptap without retriggering the useEditor hook. The emitter can then change its registered handlers with each state update.
* | A set of composer fixes (#1187)Paul Frazee2023-08-165-42/+66
| | | | | | | | | | | | | | * Don't insert a newline on cmd+entrl (close #1173) * Don't linkify selected text on url-paste (close #1149) * Disable the adult content controls if there is no media on the post (close #1169)
* | Shorten links in composer to reduce char usage (#1188)Paul Frazee2023-08-166-26/+123
| | | | | | | | | | | | | | * Modify toShortUrl() to always include the full domain * Shorten links in the composer to save on characters * Apply some limits to the link card suggester
* | Tune link card font sizes on desktopPaul Frazee2023-08-161-2/+2
| |
* | Tune up the link card to look nicer, show more info, and layout horizontally ↵Paul Frazee2023-08-162-17/+36
| | | | | | | | on web to user space more nicely (#1190)
* | Fix to "Load new posts" showing sometimes when there's nothing new to show ↵Paul Frazee2023-08-162-3/+12
| | | | | | | | | | | | | | (#1191) * Fix to feed item react key value (hopefully) * Fix false-firing of load more (close #1028)
* | Require bluesky-social/social-app for .github/workflows/build-and-push-* (#1152)Jerry Chen2023-08-152-0/+2
| |
* | Fix tap target size of post dropdown menus (#1180)Paul Frazee2023-08-158-113/+55
| |
* | use greater of indexedAt or machine clock (#1182)Eric Bailey2023-08-151-5/+16
| | | | | | | | | | * use greater of indexedAt or machine clock * correct mobx usage
* | Remove view selector offsetting (close #1174) (#1183)Paul Frazee2023-08-151-5/+3
| | | | | | | | | | * Remove view selector offsetting (close #1174) * Remove horizontal scroll indicator in view selector
* | Fix link color in dark mode (close #1170) (#1184)Paul Frazee2023-08-151-0/+1
| |
* | :sparkles: Repurpose report post modal and re-use for list reporting (#1070)Foysal Ahamed2023-08-1519-363/+354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :sparkles: Repupose report post modal and re-use for list reporting * :sparkles: Allow reporting a feed generator * :sparkles: :recycle: Refactor report modal into one shared component for reporting different collections * :white_check_mark: Adjust report option selector in tests * :white_check_mark: Add test for list reporting * :recycle: :sparkles: Refactor reason options and add options for list and feedgen * :broom: Cleanup remaining todo * Fix to mutelist react keys * Fix regression from rebase * Improve customfeed mobile header --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Clear caches on session change (#1179)Paul Frazee2023-08-151-0/+2
| |