Skip to content

Commit

Permalink
2.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Oct 31, 2022
1 parent c7da62e commit cfe0e61
Show file tree
Hide file tree
Showing 16 changed files with 225 additions and 320 deletions.
5 changes: 0 additions & 5 deletions android/.idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 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 "io.filen.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 223
versionName "2.0.23"
versionCode 225
versionName "2.0.25"
}
splits {
abi {
Expand Down Expand Up @@ -225,6 +225,7 @@ dependencies {
}

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"

debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'
}
Expand Down
9 changes: 6 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ buildscript {
ext {
buildToolsVersion = "29.0.3"
minSdkVersion = 24
compileSdkVersion = 30
compileSdkVersion = 31
targetSdkVersion = 30
kotlinVersion = '1.4.0'
}
repositories {
google()
mavenCentral()
jcenter()
mavenLocal()
maven { url='https://jitpack.io'}
maven { url='https://repo1.maven.org/maven2/'}
}
dependencies {
classpath 'com.google.gms:google-services:4.3.3'
Expand All @@ -23,6 +25,7 @@ buildscript {
}
}


allprojects {
repositories {
mavenLocal()
Expand All @@ -37,8 +40,8 @@ allprojects {

google()
mavenCentral()
jcenter()
maven { url 'https://www.jitpack.io' }
maven { url='https://repo1.maven.org/maven2/'}

maven {
// All of Detox' artifacts are provided via the npm module
Expand Down
8 changes: 4 additions & 4 deletions ios/Filen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Filen/Filen.entitlements;
CURRENT_PROJECT_VERSION = 223;
CURRENT_PROJECT_VERSION = 225;
DEVELOPMENT_TEAM = 7YTW5D2K7P;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Filen/Info.plist;
Expand All @@ -738,7 +738,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.23;
MARKETING_VERSION = 2.0.25;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -763,15 +763,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Filen/Filen.entitlements;
CURRENT_PROJECT_VERSION = 223;
CURRENT_PROJECT_VERSION = 225;
DEVELOPMENT_TEAM = 7YTW5D2K7P;
INFOPLIST_FILE = Filen/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.23;
MARKETING_VERSION = 2.0.25;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
10 changes: 5 additions & 5 deletions ios/Filen/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) requires camera access to upload photos.</string>
<string>Please allow access to your camera so that Filen can upload photos you take inside the app.</string>
<key>NSFaceIDUsageDescription</key>
<string>$(PRODUCT_NAME) requires FaceID acces for quick and secure access.</string>
<string>Please allow Filen to lock itself with FaceID or TouchID.</string>
<key>NSMicrophoneUsageDescription</key>
<string>$(PRODUCT_NAME) requires microphone access to upload audios and videos.</string>
<string>Please allow access to your microphone so that Filen can capture audio when taking videos.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>$(PRODUCT_NAME) would like to save images to your device.</string>
<string>Please allow access to your photo library so that Filen can save photos on your device.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME) requires library access to upload pictures.</string>
<string>Please allow access to your photos so that Filen can back them up.</string>
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>
Expand Down
68 changes: 0 additions & 68 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PODS:
- boost (1.76.0)
- BVLinearGradient (2.6.2):
- React-Core
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
- EXApplication (4.0.2):
Expand All @@ -13,14 +11,10 @@ PODS:
- ExpoModulesCore
- EXConstants (13.0.2):
- ExpoModulesCore
- EXDocumentPicker (10.1.3):
- ExpoModulesCore
- EXFileSystem (13.1.4):
- ExpoModulesCore
- EXFont (10.0.5):
- ExpoModulesCore
- EXImagePicker (12.0.2):
- ExpoModulesCore
- EXKeepAwake (10.0.2):
- ExpoModulesCore
- EXLocalAuthentication (12.1.1):
Expand Down Expand Up @@ -415,10 +409,6 @@ PODS:
- React-jsi (= 0.67.1)
- React-logger (= 0.67.1)
- React-perflogger (= 0.67.1)
- ReactNativeART (1.2.0):
- React
- RNCMaskedView (0.1.11):
- React
- RNCPicker (2.2.1):
- React-Core
- RNDeviceInfo (8.4.9):
Expand All @@ -431,38 +421,8 @@ PODS:
- React-Core
- RNFS (2.19.0):
- React-Core
- RNGestureHandler (2.1.3):
- React-Core
- RNPermissions (3.3.0):
- React-Core
- RNReanimated (2.3.3):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
- glog
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React
- React-callinvoker
- React-Core
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.10.2):
- React-Core
- React-RCTImage
Expand Down Expand Up @@ -491,16 +451,13 @@ PODS:

DEPENDENCIES:
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
- BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- EXApplication (from `../node_modules/expo-application/ios`)
- EXBackgroundFetch (from `../node_modules/expo-background-fetch/ios`)
- EXClipboard (from `../node_modules/expo-clipboard/ios`)
- EXConstants (from `../node_modules/expo-constants/ios`)
- EXDocumentPicker (from `../node_modules/expo-document-picker/ios`)
- EXFileSystem (from `../node_modules/expo-file-system/ios`)
- EXFont (from `../node_modules/expo-font/ios`)
- EXImagePicker (from `../node_modules/expo-image-picker/ios`)
- EXKeepAwake (from `../node_modules/expo-keep-awake/ios`)
- EXLocalAuthentication (from `../node_modules/expo-local-authentication/ios`)
- EXMediaLibrary (from `../node_modules/expo-media-library/ios`)
Expand Down Expand Up @@ -573,16 +530,12 @@ DEPENDENCIES:
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "ReactNativeART (from `../node_modules/@react-native-community/art`)"
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
- "RNCPicker (from `../node_modules/@react-native-picker/picker`)"
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
- RNFastImage (from `../node_modules/react-native-fast-image`)
- RNFileViewer (from `../node_modules/react-native-file-viewer`)
- RNFS (from `../node_modules/react-native-fs`)
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNPermissions (from `../node_modules/react-native-permissions`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
- "RNSentry (from `../node_modules/@sentry/react-native`)"
- RNShareMenu (from `../node_modules/react-native-share-menu`)
Expand Down Expand Up @@ -617,8 +570,6 @@ SPEC REPOS:
EXTERNAL SOURCES:
boost:
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
BVLinearGradient:
:path: "../node_modules/react-native-linear-gradient"
DoubleConversion:
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
EXApplication:
Expand All @@ -629,14 +580,10 @@ EXTERNAL SOURCES:
:path: "../node_modules/expo-clipboard/ios"
EXConstants:
:path: "../node_modules/expo-constants/ios"
EXDocumentPicker:
:path: "../node_modules/expo-document-picker/ios"
EXFileSystem:
:path: "../node_modules/expo-file-system/ios"
EXFont:
:path: "../node_modules/expo-font/ios"
EXImagePicker:
:path: "../node_modules/expo-image-picker/ios"
EXKeepAwake:
:path: "../node_modules/expo-keep-awake/ios"
EXLocalAuthentication:
Expand Down Expand Up @@ -733,10 +680,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
ReactNativeART:
:path: "../node_modules/@react-native-community/art"
RNCMaskedView:
:path: "../node_modules/@react-native-community/masked-view"
RNCPicker:
:path: "../node_modules/@react-native-picker/picker"
RNDeviceInfo:
Expand All @@ -747,12 +690,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-file-viewer"
RNFS:
:path: "../node_modules/react-native-fs"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNPermissions:
:path: "../node_modules/react-native-permissions"
RNReanimated:
:path: "../node_modules/react-native-reanimated"
RNScreens:
:path: "../node_modules/react-native-screens"
RNSentry:
Expand All @@ -770,17 +709,14 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
BVLinearGradient: 34a999fda29036898a09c6a6b728b0b4189e1a44
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
EXApplication: 54fe5bd6268d697771645e8f1aef8b806a65247a
EXBackgroundFetch: 37aa26b5bc98c81604b868c094c2295f3ed1ac71
EXClipboard: 8123fcda680538bb0e1f4e6511106553e52d3760
EXConstants: 88bf79622fbd9b476c96d8ec57fe97ca44fe8e3c
EXDocumentPicker: d3eb6a207e1f370e496bea959b3ac145126560f5
EXFileSystem: 08a3033ac372b6346becf07839e1ccef26fb1058
EXFont: 2597c10ac85a69d348d44d7873eccf5a7576ef5e
EXImagePicker: bf4d62532cc2bf217edbe4abbb0014e73e079eac
EXKeepAwake: bf48d7f740a5cd2befed6cf9a49911d385c6c47d
EXLocalAuthentication: 3c5f368ee954b79c3778158eb8000cbce4e2f8a2
EXMediaLibrary: 843669e1d9d38965057830138609ee99ef260cf1
Expand Down Expand Up @@ -844,16 +780,12 @@ SPEC CHECKSUMS:
React-RCTVibration: 19c012d1202df46bafbe49268a346f6b3edadfdd
React-runtimeexecutor: 2c92a8bddd1a3e72c7513d1e74235c2d9c84875c
ReactCommon: 2e816fad39f65f2a94a5999d5be463a6b620dcf6
ReactNativeART: 78edc68dd4a1e675338cd0cd113319cf3a65f2ab
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNCPicker: cb57c823d5ce8d2d0b5dfb45ad97b737260dc59e
RNDeviceInfo: 4944cf8787b9c5bffaf301fda68cc1a2ec003341
RNFastImage: 1f2cab428712a4baaf78d6169eaec7f622556dd7
RNFileViewer: ce7ca3ac370e18554d35d6355cffd7c30437c592
RNFS: fc610f78fdf8bfc89a9e5cc2f898519f4dba1002
RNGestureHandler: e1099204721a17a89c81fcd1cc2e92143dc040fb
RNPermissions: bcd846e8f5a7f39e921cc7ca7172e2de0e698b6f
RNReanimated: 3ad6ec4e147462206be9d1c925df10b6ea850b0e
RNScreens: d6da2b9e29cf523832c2542f47bf1287318b1868
RNSentry: 694aecc3d8240e4935374974a6636e360ae06394
RNShareMenu: cb9dac548c8bf147d06f0bf07296ad51ea9f5fc3
Expand Down
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filen-mobile",
"version": "2.0.23",
"version": "2.0.25",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -12,26 +12,20 @@
"dist-android": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && cd ./android && ./gradlew clean && ./gradlew bundleRelease && ./gradlew assembleRelease && cd ..",
"splash": "react-native generate-bootsplash bootsplash.png --background-color=#263179 --logo-width=100 --flavor=main --assets-path=src/assets",
"icons": "react-native-svg-app-icon",
"install-release-apk": "adb install android/app/build/outputs/apk/release/app-release.apk"
"install-release-apk": "adb -s 6c7a7e7b install android/app/build/outputs/apk/release/app-release.apk"
},
"dependencies": {
"@dudigital/react-native-zoomable-view": "^1.1.3",
"@react-native-community/art": "^1.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "7.1.3",
"@react-native-picker/picker": "2.2.1",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-native-picker/picker": "^2.2.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.4.0",
"@sentry/react-native": "^4.7.1",
"axios": "^0.27.1",
"crypto-js": "^4.1.1",
"expo": "^44.0.6",
"expo-background-fetch": "~10.1.0",
"expo-clipboard": "~2.1.0",
"expo-document-picker": "~10.1.3",
"expo-file-system": "~13.1.4",
"expo-image-picker": "~12.0.1",
"expo-local-authentication": "~12.1.0",
"expo-media-library": "~14.0.0",
"expo-navigation-bar": "~1.1.1",
Expand All @@ -52,17 +46,14 @@
"react-native-fast-image": "^8.5.11",
"react-native-file-viewer": "^2.1.5",
"react-native-fs": "^2.19.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-image-picker": "^4.7.3",
"react-native-image-resizer": "^1.4.5",
"react-native-linear-gradient": "^2.6.2",
"react-native-mmkv": "^2.0.1",
"react-native-permissions": "^3.3.0",
"react-native-picker-select": "^8.0.4",
"react-native-progress-wheel": "^1.0.5",
"react-native-qrcode-svg": "^6.1.2",
"react-native-quick-base64": "^2.0.2",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-share-menu": "github:meedan/react-native-share-menu",
Expand Down
7 changes: 3 additions & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ import { CameraUploadAlbumsScreen } from "./screens/CameraUploadAlbumsScreen/Cam
import { isRouteInStack } from "./lib/helpers"
import * as Sentry from "@sentry/react-native"

enableScreens(false)

Sentry.init({
dsn: "https://1aa0cbb262634a27a5887e91381e4251@o4504039703314432.ingest.sentry.io/4504039705804800",
enableNative: true,
Expand All @@ -63,14 +65,11 @@ NetInfo.configure({
reachabilityLongTimeout: 60 * 1000,
reachabilityShortTimeout: 5 * 1000,
reachabilityRequestTimeout: 15 * 1000,
reachabilityShouldRun: () => true,
shouldFetchWiFiSSID: false
reachabilityShouldRun: () => true
})

LogBox.ignoreLogs(["new NativeEventEmitter"])

enableScreens(true)

const Stack = createNativeStackNavigator()
const navigationRef = createNavigationContainerRef()

Expand Down
Loading

0 comments on commit cfe0e61

Please sign in to comment.