about summary refs log tree commit diff
path: root/app.json
Commit message (Collapse)AuthorAgeFilesLines
* 1.49Paul Frazee2023-09-051-2/+2
|
* 1.48Paul Frazee2023-08-281-3/+3
|
* 1.47 build 3Paul Frazee2023-08-241-1/+1
|
* Increment build numberPaul Frazee2023-08-231-1/+1
|
* 1.47Paul Frazee2023-08-231-3/+3
|
* [APP-786] Native notifications (#1095)Ansh2023-08-231-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* ios buildNumber 2Paul Frazee2023-08-171-1/+1
|
* 1.46Paul Frazee2023-08-171-2/+2
|
* 1.45Paul Frazee2023-08-151-3/+3
|
* Build incrementPaul Frazee2023-08-111-2/+2
|
* 1.44Paul Frazee2023-08-101-3/+3
|
* Increment ios build numberPaul Frazee2023-08-041-1/+1
|
* Labeling & moderation updates [DRAFT] (#1057)Paul Frazee2023-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First pass moving to the new labeling sdk (it compiles) * Correct behaviors around interpreting label moderation * Improve moderation state rendering * Improve hiders and alerts * Improve handling of mutes * Improve profile warnings * Add profile blurring to profile header * Add blocks to test cases * Render labels on profile cards, do not filter * Filter profiles from suggestions using moderation * Apply profile blurring to ProfileCard * Handle blocked and deleted quote posts * Temporarily translate content filtering settings to new labels * Fix types * Tune ContentHider & PostHider click targets * Put a warning on profilecard label pills * Fix screenhider learnmore link on mobile * Enforce no-override on user avatar * Dont enumerate profile blur-media labels in alerts * Fixes to muted posts (esp quotes of muted users) * Fixes to account/profile warnings * Bump @atproto/api@0.5.0 * Bump @atproto/api@0.5.1 * Fix tests * 1.43 * Remove log * Bump @atproto/api@0.5.2
* 1.42Paul Frazee2023-07-281-3/+3
|
* [APP-737] Accessible native dropdown menu (#988)Ansh2023-07-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix comments * add zeego package * get basic native dropdown working * add separator and icon components * refined native dropdown component * add android build properties to app.json * move `PostDropdownBtn` to its own component * fix selectors issue * move `PostDropdownBtn` to its own component * fix hitslop * fix post dropdown hitslop * fix android dropdown icons * move `UserAvatar.tsx` to native dropdown * use native dropdown in `ProfileHeader.tsx` * use native dropdown in `PostThreadItem.tsx` * use native dropdown in `UserBanner.tsx` * use native dropdown in `CustomFeed.tsx` * replace `testId` with `testID` (which is what is used everywhere) * move `Settings.tsx` to use native dropdown * create jest mocks for zeego * create jest mock for `zeego/dropdown-menu` * web styles for native dropdown * remove example native dropdown * adjust web styles * fix propagation * fix pressable in `Settings.tsx` * animate dropdown on web * add keyboard nav and hover styles * add hitslop to constants * add comments to NativeDropdown component * temporarily removed android icons * add testID to PostDropdownBtn * add testID back to all NativeDropdown button implementations * add postDropdownBtn testID * add testID to dropdown items * remove testID from dropdown menu item * refactor home-screen tests for native dropdown * refactor profile-screen tests for native dropdown * refactor thread-muting tests for native dropdown * refactor thread-screen tests for native dropdown * fix dropdown color for post dropdown button * remove icons from android dropdown menu * fix `create-account.test.ts` * fix `invite-codes.test.ts`
* Bump ios build numberPaul Frazee2023-07-171-1/+1
|
* 1.41Paul Frazee2023-07-071-2/+2
|
* 1.40Paul Frazee2023-07-061-2/+2
|
* 1.39Paul Frazee2023-07-051-2/+2
|
* 1.38Paul Frazee2023-07-031-2/+2
|
* 1.37Paul Frazee2023-07-011-2/+2
|
* 1.36Paul Frazee2023-06-301-2/+2
|
* 1.35Paul Frazee2023-06-281-2/+2
|
* 1.34Paul Frazee2023-06-271-2/+2
|
* [APP-690] better handling of post languages language filtering (#893)Ansh2023-06-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add SelectLangBtn * memoized objects that are created to reduce re-creation on re-render * add langs when uploading post * only send the top 3 languages otherwise backend will throw error * mv ContentLanguagesSettings to folder * add post languages settings modal and state * fix typos * modify feed manip to also check langs label on post * Fix tests * Remove log * Update feed-manip.ts * Fix syntax errors * UI tuneups * Show the currently selected languages in the composer * fix linting * Use a bcp-47 matching function * Fix a duplicate language issue * Fix web * Dont include lang in prompt * Make select language btn an observer * Keep device languages on top of language selection UIs * Fix android build settings * Enforce a max of 3 languages in posts * Fix tests * Fix types --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* 1.33Paul Frazee2023-06-161-2/+2
|
* 1.32Paul Frazee2023-06-141-2/+2
|
* 1.31Paul Frazee2023-06-091-2/+2
|
* Fix dark mode detection on mobile (#852)Logan Rosen2023-06-051-1/+1
|
* 1.30Paul Frazee2023-06-021-3/+3
|
* [APP-107] OTA updates (#587)Ansh2023-06-021-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add OTA updates * Update build.md * temporarily disable ota updates * refactor useOTAUpdate code
* Bump build numbersPaul Frazee2023-05-251-2/+2
|
* Bump build number for iosPaul Frazee2023-05-241-1/+1
|
* 1.29 testflightPaul Frazee2023-05-181-2/+2
|
* Bump version numbersPaul Frazee2023-05-111-2/+2
|
* Bump ios build numberPaul Frazee2023-05-091-1/+1
|
* 1.28Paul Frazee2023-05-051-2/+2
|
* [APP-547] Universal links & deeplinking (#555)Ansh2023-05-041-2/+17
| | | | | | | | | * added ios scheme and intentFilters for deep linking * added intentFilters for android deep linking * add .env files to .gitignore * add autoVerify for android deep links
* 1.27Paul Frazee2023-05-041-2/+2
|
* Increment android versioncodePaul Frazee2023-05-031-1/+1
|
* 1.26Paul Frazee2023-05-021-2/+2
|
* [APP-527] setup sentry (#532)Ansh2023-05-011-1/+13
| | | | | | | | | | | | | | | | | | | | | * setup sentry * add sentry to transformIgnorePatterns to fix jest issues * update README with sourcemap instructions * only enable integrations on native * fix sentry web * remove testing code * fix sentry authToken * Switch over to paul's auth tokens temporarily (lol) --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* App store fixes (permission descriptions) (#557)Paul Frazee2023-05-011-2/+6
| | | | | * Fix permission usage descriptions on iOS * Bump ios build number
* 1.25Paul Frazee2023-04-281-3/+3
|
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-04-271-1/+1
|\
| * Refactor moderation to apply to accounts, profiles, and posts correctly (#548)Paul Frazee2023-04-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ScreenHider component * Add blur attribute to UserAvatar and UserBanner * Remove dead suggested posts component and model * Bump @atproto/api@0.2.10 * Rework moderation tooling to give a more precise DSL * Add label mocks * Apply finer grained moderation controls * Refactor ProfileCard to just take the profile object * Apply moderation to user listings and banner * Apply moderation to notifications * Fix lint * Tune avatar & banner blur settings per platform * 1.24
* | 1.23.0 build 2Paul Frazee2023-04-271-2/+2
|/
* 1.23Paul Frazee2023-04-251-2/+2
|
* 1.22Paul Frazee2023-04-241-2/+2
|
* 1.21Paul Frazee2023-04-221-2/+2
|