Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Localize the option to make alt text mandatory (#2376) | Noritada Kobayashi | 2024-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Add Korean localization (#2395) | Minseo Lee | 2024-01-03 | 6 | -40/+3334 | |
| | | | | | | | | | | * Create messages.po * Add Korean localization | |||||
* | | Fix various issues with screen dimension detection in external player (#2349) | Hailey | 2024-01-02 | 1 | -19/+45 | |
| | | | | | | | | | | | | | | | | | | * various dimension fixes * use reactive hook for dimensions * remove debug * accurate dismissing of player | |||||
* | | Remove splashscreen blink (#2378) | Mathieu Acthernoene | 2024-01-02 | 3 | -36/+30 | |
| | | | | | | | | | | * chore: remove unused react-native-splash-screen package * Fix splashscreen white blink | |||||
* | | Add some more logging (#2402) | Eric Bailey | 2024-01-02 | 3 | -10/+16 | |
| | | | | | | | | | | | | | | | | | | * Add a few logs * Report unknown create account errors separately * Downgrade to warn * Nvm | |||||
* | | Rework alt-text input to use bottom sheet (#2355) | Paul Frazee | 2024-01-02 | 1 | -82/+65 | |
| | | | | | | | | | | * Rework alt-text input to use bottom sheet * Add translations | |||||
* | | Merge branch 'haileyok-fix/android-image-picker-patch' into main | Paul Frazee | 2024-01-02 | 3 | -1/+73 | |
|\ \ | ||||||
| * | | Add patch explanation md | Paul Frazee | 2024-01-02 | 1 | -0/+3 | |
| | | | ||||||
| * | | Remove intermediate build files from patch | Paul Frazee | 2024-01-02 | 1 | -1279/+0 | |
| | | | ||||||
| * | | Merge branch 'fix/android-image-picker-patch' of ↵ | Paul Frazee | 2024-01-02 | 2 | -1/+1349 | |
|/| | | | | | | | | | | | https://github.com/haileyok/social-app into haileyok-fix/android-image-picker-patch | |||||
| * | | ensure no more than four assets, show toast if more | Hailey | 2023-12-29 | 1 | -1/+6 | |
| | | | ||||||
| * | | allow multiple fix | Hailey | 2023-12-29 | 1 | -16/+1295 | |
| | | | ||||||
| * | | patch expo-image-picker to support "browse" | Hailey | 2023-12-29 | 1 | -0/+64 | |
| | | | ||||||
* | | | emoji picker improvements (#2392) | Hailey | 2024-01-02 | 6 | -59/+136 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rework emoji picker * dynamic position * always prefer the left if it will fit * add accessibility label * Update EmojiPicker.web.tsx oops. remove accessibility from fake button | |||||
* | | | Merge branch 'haileyok-fix/android-splash-hackfix' into main | Paul Frazee | 2024-01-02 | 1 | -27/+46 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add comment | Paul Frazee | 2024-01-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | adjust api level | Hailey | 2023-12-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | who the hell knows | Hailey | 2023-12-31 | 1 | -27/+45 | |
|/ / | ||||||
* / | Localize options in "Thread Preferences" screen (#2373) | Noritada Kobayashi | 2023-12-30 | 1 | -6/+12 | |
|/ | ||||||
* | Bump ios build number and android version code | Paul Frazee | 2023-12-28 | 7 | -20/+20 | |
| | ||||||
* | Remove the KeyboardAvoidingView in account creation (close #2333) (#2366) | Paul Frazee | 2023-12-28 | 1 | -55/+54 | |
| | | | | | * Remove the keyboardavoidingview in account creation (close #2333) * Smaller pad on desktop/tablet | |||||
* | 1.62 | Paul Frazee | 2023-12-28 | 8 | -674/+734 | |
| | ||||||
* | Create account tweaks (#2365) | Paul Frazee | 2023-12-28 | 3 | -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 Frazee | 2023-12-28 | 1 | -18/+23 | |
| | ||||||
* | Use memory caching for android lightbox (#2354) | Paul Frazee | 2023-12-28 | 1 | -0/+1 | |
| | ||||||
* | Disable page-transition animations on android (#2352) | Paul Frazee | 2023-12-28 | 1 | -1/+6 | |
| | ||||||
* | Disable BlurView on android (#2351) | Paul Frazee | 2023-12-28 | 3 | -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 Bailey | 2023-12-28 | 3 | -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 main | Paul Frazee | 2023-12-28 | 7 | -17/+37 | |
|\ | ||||||
| * | Disable spanish translation until it's more thoroughly reviewed (#2362) | Paul Frazee | 2023-12-28 | 4 | -13/+19 | |
| | | | | | | | | | | * Disable spanish translation until it's more thoroughly reviewed * missed a line | |||||
| * | minor search screen ux improvements (#2264) | Hailey | 2023-12-28 | 3 | -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 main | Paul Frazee | 2023-12-28 | 6 | -43/+57 | |
|\ \ | |/ |/| | ||||||
| * | Fix desktop styles a bit | Paul Frazee | 2023-12-28 | 1 | -2/+6 | |
| | | ||||||
| * | Merge branch 'web-search' of https://github.com/mozzius/bluesky-official-app ↵ | Paul Frazee | 2023-12-28 | 6 | -42/+52 | |
|/| | | | | | | | into mozzius-web-search | |||||
| * | show search in centre column on desktop | Samuel Newman | 2023-12-20 | 6 | -42/+52 | |
| | | ||||||
* | | Temporarily disable the german translation (#2360) | Paul Frazee | 2023-12-28 | 4 | -13/+19 | |
| | | ||||||
* | | Web dropdowns (#2358) | Eric Bailey | 2023-12-28 | 1 | -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 Kobayashi | 2023-12-27 | 2 | -3/+3 | |
| | | ||||||
* | | Remove patched color scheme code (#2340) | Eric Bailey | 2023-12-27 | 1 | -30/+2 | |
| | | ||||||
* | | support multiple og:image tags (#2305) | snek | 2023-12-27 | 2 | -2/+8 | |
| | | ||||||
* | | Fix missing avatar moderation in replies (#2325) | Paul Frazee | 2023-12-27 | 2 | -1/+4 | |
| | | ||||||
* | | Fixes to feed load triggers (#2323) | Paul Frazee | 2023-12-27 | 3 | -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 Frazee | 2023-12-27 | 2 | -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 Frazee | 2023-12-27 | 3 | -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 Frazee | 2023-12-27 | 3 | -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 Frazee | 2023-12-27 | 7 | -44/+96 | |
| | | | | | | | | | | * Stop the user from posting before the link card finishes loading * Add localization of error messages | |||||
* | | Make Japanese localization improvements (#2285) | Noritada Kobayashi | 2023-12-27 | 1 | -20/+20 | |
| | | | | | | | | | | | | | | | | | | * Make Japanese l10n improvements * Update messages.po --------- Co-authored-by: Ansh <anshnanda10@gmail.com> | |||||
* | | Correctly load spanish localization (#2324) | Paul Frazee | 2023-12-26 | 1 | -1/+1 | |
| | | ||||||
* | | use the window hostname on web for twitch embeds (#2311) | Hailey | 2023-12-26 | 1 | -1/+6 | |
| | | ||||||
* | | Bump android version code | Paul Frazee | 2023-12-25 | 1 | -1/+1 | |
| | |