about summary refs log tree commit diff
path: root/src/Splash.tsx
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-1/+1
|
* remove masked view dependency (#6886)Hailey2024-12-021-63/+22
|
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-171-32/+40
| | | | | | | | | | | | | | | | | | | | | * Convert lightbox to get/set * Work around software-mansion/react-native-reanimated#6613 * Use get/set in more places * Port MainScrollProvider to get/set * Port more to get/set * Port composer to get/set * Remove unnecessary thread hops in composer * Port more things to get/set * Convert more to get/set, remove redundant runOnJS * Convert remaining cases to get/set
* Update Reanimated (#6126)dan2024-11-051-0/+1
| | | | | | | | | * Update Reanimated * Fix types * Fix Reanimated value access warnings * Fix types
* Logged out improvments (#5771)Samuel Newman2024-10-171-8/+7
| | | | | | | | | | | | | | | | | * fetch all accounts in one go * delete unused component * add safeareaview to logged out layout * add safe area insets to LoggedOut view * add safe area insets to the error boundary * sanitize displaynames/handles * use button for X * increase spacing
* Fix dark butterfly on android splash (#2993)Eric Bailey2024-02-261-6/+5
|
* Commit to theme mode of system (#2896)Eric Bailey2024-02-161-4/+1
|
* Darken splash (#2892)Eric Bailey2024-02-161-1/+6
| | | | | * Darken splash * We must go darker
* Options for selecting dark theme, fix some white flashes when in dark mode ↵Hailey2024-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#2722) * add dark theme selection to settings/schema * use `useThemePrefs` where needed * adjust theme providers to support various themes * update storybook * handle web themes * better themeing for web * dont show dark theme prefs when color mode is light * drop the inverted text change on oled theme * get the color mode inside of `useColorModeTheme` * use `ThemeName` type everywhere * typo * use dim/dark instead of dark/oled * prevent any fickers on web * fix styles * use `dim` for dark default * more cleanup * 🤔 * set system background color * ts
* New splash screen (#2714)Eric Bailey2024-01-311-14/+34
| | | | | | | * New splash screen * Add logotype to splash * Adjust spacing
* Splash: reduce motion + dark mode (#2448)Eric Bailey2024-01-081-57/+107
| | | | | | | | | | | | | | | * Don't use mask for android at all * Handle reduced motion * Add dark splash * Add dark config * Fix android version code --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Don't use mask for android at all (#2445)Eric Bailey2024-01-081-7/+33
| | | | | * Don't use mask for android at all * Remove old Android check
* Use android mode, fix fallback (#2437)Eric Bailey2024-01-051-8/+1
|
* Remove splashscreen blink (#2378)Mathieu Acthernoene2024-01-021-30/+30
| | | | | * chore: remove unused react-native-splash-screen package * Fix splashscreen white blink
* Add commentPaul Frazee2024-01-021-0/+1
|
* adjust api levelHailey2023-12-311-1/+1
|
* who the hell knowsHailey2023-12-311-27/+45
|
* Bump react-native to 0.73.1, expo to 50 (#2214)Eric Bailey2023-12-231-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Tweak splash speed (#2241)Eric Bailey2023-12-181-13/+20
|
* Tweaks (#2225)Eric Bailey2023-12-171-4/+4
| | | | | | | | | | | * Gradient * Tweak animation speed * Rotate * Linear * Linear
* Super secret changes don't look (#2218)Eric Bailey2023-12-151-16/+26
| | | | | * Swap in new assets * Refine
* 🤫 (#2211)Eric Bailey2023-12-141-0/+154
* Add new assets * Add splashiness * Add butter icon, spread it * Cream together eggs, sugar, and vanilla * Hi, I'd like to place and order. Yeah, none pizza with left beef, plz. * test * Refine animation * tweak * tweak * tweak * Tweak * Simplify * Cleanup * Fix android logo --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>