| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* simplify content warning dialog text
* tweak copy
* Update src/view/com/composer/labels/LabelsBtn.tsx
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
---------
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* add plural formatting in GifAltText.tsx
* add plural formatting in ImageAltTextDialog.tsx
* import Plural
* format
|
|
|
|
|
| |
* mark Posts and People as translatable in lists
* tweak labels
|
|
|
|
|
|
|
|
|
| |
* Update HostingProvider.tsx
* Update src/components/forms/HostingProvider.tsx
---------
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
|
|
|
|
|
|
|
|
|
|
|
| |
* translate number joined starter pack string
* also add plural formatting in StarterPackScreen.tsx
* import Plural
* tweak
* tweak
|
|
|
|
|
|
|
| |
* add plural formatting for starter pack max size toast
* tweak
* try again
|
| |
|
|
|
|
|
|
|
|
|
| |
info (#7998)
* add plural formatting for profile max graphemes errors
* add missing tag
* simplify
|
|
|
|
|
| |
* get chat list reactions working again with new lexicon
* fix weird android bug where background wasn't clipped
|
|
|
|
|
| |
* Fix loading jumps and footer on feeds tab
* same for lists/starter packs
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Preload emoji picker data for reactions on web
* Sort imports
|
| |
|
|
|
|
|
| |
* Adjust styles of applied reactions
* Tweaks for applied reactions styles
|
|
|
|
|
|
|
|
|
| |
* Tighten up and reverse action items on web
* Tweak web styles for emoji bar
* Might as well make disabled more obvious
* Format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* update package
* wire up APIs
* get reactions to display
* allow removing emoji
* handle limits better
* listen to reactions in log
* update convo list with reactions
* tweaks to reaction display
* Handle empty message fallback case
* update package
* shift reacts up by 2px
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* save locations of menu items
* enable panning to select items
* rm unused type
* fix haptic overfiring
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* extract offset, reduce by 20px
* move constant to `Layout/const.ts`
|
| |
|
|
|
| |
This reverts commit 0014b8b9cd0a5858ea7fad31361e5b611296e912.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* get context menu somewhat working ish
* take screenshot rather than double rendering
* get animations somewhat working
* get transform animation working
* rm log
* upwards safe area
* get working on android
* get android working once and for all
* fix positioning on both platforms
* use dark blur on ios always, fix dark mode
* allow closing with hardware back press
* try and fix type error
* add note about ts-ignore
* round post
* add image capture error handling
* extract magic numbers
* set explicit embed width, rm top margin
* Message embed width tweaks
* Format
* fix position of embeds
* same as above for web
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* remove .parse usage
* add one more usage
|
| |
|
|
|
|
|
| |
* Pull latest from crowdin
* Run intl:extract:all
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Align dist and release tags on all platforms
* Upload web sourcemaps
* Debug code
* Send debug and error logging to Sentry
* Let .env do the work
* Try straight env
* Try copy in Dockerfile
* Ok ok ok
* Debug Dockerfile
* Proper setup
* See where we're at
* Reference var correctly
* Fall back to package version
* Verbose force env
* Should be working native builds
* Comments
* Remove unused deps
* Revert unneeded changes
* Remove debug code
* Clarify intent
* Remove deprecated files
* Add sentry vars to OTA
* Debug
* Revert "Debug"
This reverts commit 2d5857fb0fb0858ac3e2f98bc56bde913078d0a7.
* Use included CLI to upload native source maps post-OTA build
* Use included bin script
See https://github.com/getsentry/sentry-react-native/commit/0d87adb516b2a5ea61353e25098c31f9aeb7e503
* Bump sentry, update script
* Comment
* fix failing CI
* Pin sentry, update patch, update lock
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
|
| |
|
| |
|
|
|
|
|
| |
* filter deleted convos from inbox
* fix logic
|