From 659881e01241af543030dfa4066f3566719abc09 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 1 Jun 2021 08:49:29 -0700 Subject: [PATCH] Improved document uploads & remove console logs. --- android-keystore.md | 7 + app.json | 6 +- babel-translations.babel | 44 ++- .../job-documents/job-documents.component.jsx | 2 - .../screen-media-browser.component.jsx | 137 +-------- .../screen-settings.component.jsx | 2 - .../upload-progress.component.jsx | 288 +++++++++++++++--- firebase/firebase.analytics.js | 6 - firebase/firebase.utils.js | 2 - package.json | 1 + translations/en-US/common.json | 4 +- translations/es-MX/common.json | 4 +- translations/fr-CA/common.json | 4 +- util/document-upload.utility.js | 24 +- yarn.lock | 9 + 15 files changed, 350 insertions(+), 190 deletions(-) create mode 100644 android-keystore.md diff --git a/android-keystore.md b/android-keystore.md new file mode 100644 index 0000000..80db6f0 --- /dev/null +++ b/android-keystore.md @@ -0,0 +1,7 @@ +Saving Keystore to /Users/pfic/Documents/Development/imexmobile/imexmobile.jks +Keystore credentials +Keystore password: a8350e9998e94a9e84e5dd8743deeb8a +Key alias: QHBmaWMvaW1leG1vYmlsZQ== +Key password: 2db55c4fb1964e2e996271a2082133ee + +Path to Keystore: /Users/pfic/Documents/Development/imexmobile/imexmobile.jks diff --git a/app.json b/app.json index 3ceb049..db1fc39 100644 --- a/app.json +++ b/app.json @@ -2,18 +2,18 @@ "expo": { "name": "ImEX Mobile", "slug": "imexmobile", - "version": "1.1.2", + "version": "1.2.0", "orientation": "default", "icon": "./assets/logo192noa.png", "ios": { "supportsTablet": true, "bundleIdentifier": "com.imex.imexmobile", - "buildNumber": "1.1.2", + "buildNumber": "1.2.0", "googleServicesFile": "./GoogleService-Info.plist" }, "android": { "package": "com.imex.imexmobile", - "versionCode": 1010200, + "versionCode": 1020000, "googleServicesFile": "./google-services.json" }, "splash": { diff --git a/babel-translations.babel b/babel-translations.babel index 42554b6..fea7fa8 100644 --- a/babel-translations.babel +++ b/babel-translations.babel @@ -1,4 +1,4 @@ - +