Skip to content

Commit

Permalink
Merge branch 'develop' into @matthew/APP-1297
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored Nov 25, 2024
2 parents 11f079f + f8808d8 commit ebd631d
Show file tree
Hide file tree
Showing 42 changed files with 823 additions and 922 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

## [1.9.46] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.46)

### Changed

- Remove unused environment configurations (#6254)
- Added a null check guard to the claimable flow (#6257)

### Fixed

- Fixed an issue in our approve and swap flow that should help overall swap success (#6259)
- Changed the way we handle flashbots gas so less transactions should fail due to insufficent gas (#6265)

## [1.9.45] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.45)

### Added
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 239
versionName "1.9.46"
versionCode 240
versionName "1.9.47"
missingDimensionStrategy 'react-native-camera', 'general'
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
Expand Down
2 changes: 0 additions & 2 deletions android/app/src/main/java/me/rainbow/MainApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import me.rainbow.NativeModules.Haptics.RNHapticsPackage
import me.rainbow.NativeModules.Internals.InternalPackage
import me.rainbow.NativeModules.RNBackHandler.RNBackHandlerPackage
import me.rainbow.NativeModules.RNBip39.RNBip39Package
import me.rainbow.NativeModules.RNReview.RNReviewPackage
import me.rainbow.NativeModules.RNStartTime.RNStartTimePackage
import me.rainbow.NativeModules.RNTextAnimatorPackage.RNTextAnimatorPackage
import me.rainbow.NativeModules.RNZoomableButton.RNZoomableButtonPackage
Expand All @@ -36,7 +35,6 @@ class MainApplication : Application(), ReactApplication {
val packages: MutableList<ReactPackage> = PackageList(this).packages
// Packages that cannot be autolinked yet can be added manually here, for example:
packages.add(RNBip39Package())
packages.add(RNReviewPackage())
packages.add(SystemNavigationBarPackage())
packages.add(RNBackHandlerPackage())
packages.add(RNTextAnimatorPackage())
Expand Down

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions ios/Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ extension UIScreen {

extension UIView {

open override var canBecomeFirstResponder: Bool {
return true
}

static func fromNib<T: UIView>() -> T {
return Bundle(for: T.self).loadNibNamed(String(describing: T.self), owner: nil, options: nil)![0] as! T
}
Expand Down
31 changes: 31 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- ExpoStoreReview (7.0.2):
- ExpoModulesCore
- FasterImage (1.6.2):
- FasterImage/Nuke (= 1.6.2)
- FasterImage/NukeUI (= 1.6.2)
Expand Down Expand Up @@ -1876,6 +1878,27 @@ PODS:
- TOCropViewController (2.7.4)
- ToolTipMenu (5.2.1):
- React
- TurboHaptics (1.0.4):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Codegen
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- VisionCamera (4.4.2):
- VisionCamera/Core (= 4.4.2)
- VisionCamera/React (= 4.4.2)
Expand All @@ -1895,6 +1918,7 @@ DEPENDENCIES:
- ExpoFont (from `../node_modules/expo-font/ios`)
- ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`)
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
- ExpoStoreReview (from `../node_modules/expo-store-review/ios`)
- "FasterImage (from `../node_modules/@candlefinance/faster-image`)"
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- Firebase
Expand Down Expand Up @@ -2035,6 +2059,7 @@ DEPENDENCIES:
- TcpSockets (from `../node_modules/react-native-tcp`)
- TOCropViewController (~> 2.7.4)
- ToolTipMenu (from `../node_modules/react-native-tooltip`)
- TurboHaptics (from `../node_modules/react-native-turbo-haptics`)
- VisionCamera (from `../node_modules/react-native-vision-camera`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

Expand Down Expand Up @@ -2097,6 +2122,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/expo-keep-awake/ios"
ExpoModulesCore:
:path: "../node_modules/expo-modules-core"
ExpoStoreReview:
:path: "../node_modules/expo-store-review/ios"
FasterImage:
:path: "../node_modules/@candlefinance/faster-image"
FBLazyVector:
Expand Down Expand Up @@ -2345,6 +2372,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-tcp"
ToolTipMenu:
:path: "../node_modules/react-native-tooltip"
TurboHaptics:
:path: "../node_modules/react-native-turbo-haptics"
VisionCamera:
:path: "../node_modules/react-native-vision-camera"
Yoga:
Expand All @@ -2369,6 +2398,7 @@ SPEC CHECKSUMS:
ExpoFont: 00756e6c796d8f7ee8d211e29c8b619e75cbf238
ExpoKeepAwake: 3b8815d9dd1d419ee474df004021c69fdd316d08
ExpoModulesCore: f30a203ff1863bab3dd9f4421e7fc1564797f18a
ExpoStoreReview: 15f9a636b62ff00bb21cbe9a9fe22f0239da4481
FasterImage: af05a76f042ca3654c962b658fdb01cb4d31caee
FBLazyVector: 7e977dd099937dc5458851233141583abba49ff2
Firebase: 26b040b20866a55f55eb3611b9fcf3ae64816b86
Expand Down Expand Up @@ -2524,6 +2554,7 @@ SPEC CHECKSUMS:
TcpSockets: bd31674146c0931a064fc254a59812dfd1a73ae0
TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
ToolTipMenu: 8ac61aded0fbc4acfe7e84a7d0c9479d15a9a382
TurboHaptics: 6381613d33ab97aeb30d9b15c3df94dc616a25e4
VisionCamera: 2af28201c3de77245f8c58b7a5274d5979df70df
Yoga: 04f1db30bb810187397fa4c37dd1868a27af229c

Expand Down
Loading

0 comments on commit ebd631d

Please sign in to comment.