Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
f7fb701
create play and foss build
GOVINDDIXIT Jun 4, 2020
d0059c9
update package.json to generate each build
GOVINDDIXIT Jun 5, 2020
504911d
check1
GOVINDDIXIT Jun 6, 2020
1e14686
requested changes
GOVINDDIXIT Jun 14, 2020
1d2fa0f
initial commit
GOVINDDIXIT Jun 17, 2020
ecba7fc
Update config.yml
GOVINDDIXIT Jun 23, 2020
dbebd1c
minor changes
GOVINDDIXIT Jun 23, 2020
82593b9
Merge branch 'ci-update' of https://github.com/RocketChat/Rocket.Chat…
GOVINDDIXIT Jun 23, 2020
0da3dee
Merge branch 'develop' into ci-update
GOVINDDIXIT Jun 29, 2020
ad16e34
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat.R…
GOVINDDIXIT Jul 1, 2020
00feb2f
remove bugsnag from foss build
GOVINDDIXIT Jul 2, 2020
e66e383
remove bugsnag tasks from foss job
GOVINDDIXIT Jul 2, 2020
cf22c21
Merge branch 'develop' into ci-update
GOVINDDIXIT Jul 2, 2020
ed42199
fix stuck screen
GOVINDDIXIT Jul 7, 2020
6109b12
Merge branch 'develop' into fdroid-build
GOVINDDIXIT Jul 7, 2020
512a777
fixes
GOVINDDIXIT Jul 8, 2020
3356aa5
Merge branch 'fdroid-build' of https://github.com/RocketChat/Rocket.C…
GOVINDDIXIT Jul 8, 2020
0350c24
Merge branch 'develop' into ci-update
GOVINDDIXIT Jul 12, 2020
ac094a0
update
GOVINDDIXIT Jul 13, 2020
eeb30c0
fix lint
GOVINDDIXIT Jul 16, 2020
11bed7b
Merge branch 'develop' into fdroid-build
GOVINDDIXIT Jul 16, 2020
91d042b
Merge branch 'develop' into fdroid-build
GOVINDDIXIT Jul 17, 2020
8f91193
finalise :rocket:
GOVINDDIXIT Jul 17, 2020
4e07f1c
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat.R…
GOVINDDIXIT Jul 17, 2020
0bf4716
Merge branch 'fdroid-build' of https://github.com/RocketChat/Rocket.C…
GOVINDDIXIT Jul 17, 2020
a4055da
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat.R…
djorkaeffalexandre Jul 18, 2020
36595d0
requested changes
GOVINDDIXIT Jul 19, 2020
5c37a88
fix merge conflicts
GOVINDDIXIT Jul 19, 2020
50152b3
share app for fdroid
GOVINDDIXIT Jul 19, 2020
5139d0f
solve merge conflicts
GOVINDDIXIT Jul 25, 2020
50862b1
update
GOVINDDIXIT Jul 25, 2020
4660822
use negation for builds
GOVINDDIXIT Jul 27, 2020
cad8184
requested change
GOVINDDIXIT Jul 27, 2020
16752aa
update share app
GOVINDDIXIT Jul 28, 2020
1cfa82a
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat.R…
GOVINDDIXIT Jul 28, 2020
67c877d
fix issues due to latest sync
GOVINDDIXIT Jul 28, 2020
7768244
add extra line
GOVINDDIXIT Jul 28, 2020
b8f09f3
Merge pull request #2366 from RocketChat/ci-update
GOVINDDIXIT Aug 4, 2020
cb82e8d
fix merge conflicts
GOVINDDIXIT Aug 4, 2020
ae75e07
fix lint
GOVINDDIXIT Aug 4, 2020
ce9209a
update
GOVINDDIXIT Aug 4, 2020
939a061
update
GOVINDDIXIT Aug 4, 2020
358f2f4
fix bugsnag issue
GOVINDDIXIT Aug 4, 2020
24447b3
Update config.yml
GOVINDDIXIT Aug 6, 2020
ba20898
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat.R…
GOVINDDIXIT Aug 6, 2020
2b10169
Merge branch 'fdroid-build' of https://github.com/RocketChat/Rocket.C…
GOVINDDIXIT Aug 6, 2020
b5e6334
Merge branch 'develop' into fdroid-build
diegolmello Aug 11, 2020
646e1cb
Fix store url
diegolmello Aug 11, 2020
f2d491f
Foss release instead of debug
diegolmello Aug 11, 2020
cbe3e8c
Add hold for foss
diegolmello Aug 11, 2020
ddd504a
Fix build
diegolmello Aug 11, 2020
2ed1e6c
requested changes
GOVINDDIXIT Aug 12, 2020
a0212e8
update name and icons
GOVINDDIXIT Aug 12, 2020
b7f82db
Merge branch 'fdroid-build' of https://github.com/RocketChat/Rocket.C…
GOVINDDIXIT Aug 12, 2020
8fad678
update
GOVINDDIXIT Aug 12, 2020
b47d420
fix
GOVINDDIXIT Aug 12, 2020
3edae5f
Revert "Bump version to 4.11.0 (#2392)"
diegolmello Aug 14, 2020
3f1c607
sync latest changes, fix all merge conflicts and update versio :rocket:
GOVINDDIXIT Aug 23, 2020
b784174
finalise
GOVINDDIXIT Aug 23, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 76 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- save_cache: *save-npm-cache-linux

# Android builds
android-build:
android-play-build:
<<: *defaults
docker:
- image: circleci/android:api-28-node
Expand Down Expand Up @@ -178,12 +178,12 @@ jobs:
echo -e "export default { BUGSNAG_API_KEY: '$BUGSNAG_KEY' };" > ./config.js

- run:
name: Build Android App
name: Build Android Play App
command: |
if [[ $KEYSTORE ]]; then
bundle exec fastlane android release
bundle exec fastlane android playRelease
else
bundle exec fastlane android build
bundle exec fastlane android playBuild
fi
working_directory: android

Expand All @@ -194,8 +194,8 @@ jobs:
yarn generate-source-maps-android upload \
--api-key=$BUGSNAG_KEY \
--app-version=$CIRCLE_BUILD_NUM \
--minifiedFile=android/app/build/generated/assets/react/release/app.bundle \
--source-map=android/app/build/generated/sourcemaps/react/release/app.bundle.map \
--minifiedFile=android/app/build/generated/assets/react/play/release/app.bundle \
--source-map=android/app/build/generated/sourcemaps/react/play/release/app.bundle.map \
--minified-url=app.bundle \
--upload-sources
fi
Expand All @@ -213,6 +213,67 @@ jobs:
- android/fastlane/report.xml
- android/app/build/outputs

android-foss-build:
<<: *defaults
docker:
- image: circleci/android:api-28-node

environment:
JAVA_OPTS: '-Xms512m -Xmx2g'
GRADLE_OPTS: '-Xmx3g -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx2g -XX:+HeapDumpOnOutOfMemoryError"'
TERM: dumb
<<: *bash-env

steps:
- checkout

- run: *install-node

- restore_cache: *restore-npm-cache-linux

- run: *install-npm-modules

- run: *update-fastlane-android

- restore_cache: *restore-gradle-cache

- run:
name: Configure Gradle
command: |
echo -e "" > ./gradle.properties
# echo -e "android.enableAapt2=false" >> ./gradle.properties
echo -e "android.useAndroidX=true" >> ./gradle.properties
echo -e "android.enableJetifier=true" >> ./gradle.properties
echo -e "FLIPPER_VERSION=0.51.0" >> ./gradle.properties
echo -e "VERSIONCODE=$CIRCLE_BUILD_NUM" >> ./gradle.properties

if [[ $KEYSTORE ]]; then
echo $KEYSTORE_BASE64 | base64 --decode > ./app/$KEYSTORE
echo -e "KEYSTORE=$KEYSTORE" >> ./gradle.properties
echo -e "KEYSTORE_PASSWORD=$KEYSTORE_PASSWORD" >> ./gradle.properties
echo -e "KEY_ALIAS=$KEY_ALIAS" >> ./gradle.properties
echo -e "KEY_PASSWORD=$KEYSTORE_PASSWORD" >> ./gradle.properties
fi
working_directory: android

- run:
name: Build Android Foss App
command: bundle exec fastlane android fossRelease
working_directory: android

- store_artifacts:
path: android/app/build/outputs

- save_cache: *save-npm-cache-linux

- save_cache: *save-gradle-cache

- persist_to_workspace:
root: .
paths:
- android/fastlane/report.xml
- android/app/build/outputs

android-google-play-beta:
<<: *defaults
docker:
Expand Down Expand Up @@ -341,13 +402,20 @@ workflows:
requires:
- ios-hold-testflight

- android-build:
- android-play-build:
requires:
- lint-testunit
- android-hold-google-play-beta:
type: approval
requires:
- android-build
- android-play-build
- android-google-play-beta:
requires:
- android-hold-google-play-beta
- android-hold-foss-build:
type: approval
requires:
- lint-testunit
- android-foss-build:
requires:
- android-hold-foss-build
3 changes: 3 additions & 0 deletions __mocks__/react-native-config-reader.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
BuildConfigs: null
};
4 changes: 2 additions & 2 deletions android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-appcenter (1.8.0)
gh_inspector (1.1.3)
google-api-client (0.36.4)
addressable (~> 2.5, >= 2.5.1)
Expand Down Expand Up @@ -156,6 +155,7 @@ GEM
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unf_ext (0.0.7.7-x64-mingw32)
unicode-display_width (1.7.0)
word_wrap (1.0.0)
Expand All @@ -171,11 +171,11 @@ GEM
xcpretty (~> 0.2, >= 0.0.7)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
fastlane
fastlane-plugin-appcenter

BUNDLED WITH
2.0.2
41 changes: 33 additions & 8 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
def taskRequests = getGradle().getStartParameter().getTaskRequests().toString().toLowerCase()
def isPlay = !taskRequests.contains("foss")

apply plugin: "com.android.application"
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'kotlin-android'
apply plugin: 'com.bugsnag.android.gradle'

if (isPlay) {
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'com.bugsnag.android.gradle'
}

import com.android.build.OutputFile

Expand Down Expand Up @@ -141,7 +146,9 @@ android {
versionCode VERSIONCODE as Integer
versionName "4.11.0"
vectorDrawables.useSupportLibrary = true
manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String]
if (isPlay) {
manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String]
}
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" // See note below!
}

Expand All @@ -168,8 +175,10 @@ android {
minifyEnabled enableProguardInReleaseBuilds
setProguardFiles([getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'])
signingConfig signingConfigs.release
firebaseCrashlytics {
nativeSymbolUploadEnabled true
if (isPlay) {
firebaseCrashlytics {
nativeSymbolUploadEnabled true
}
}
}
}
Expand All @@ -182,6 +191,19 @@ android {
// }

// applicationVariants are e.g. debug, release

flavorDimensions "type"
productFlavors {
foss {
dimension = "type"
buildConfigField "boolean", "FDROID_BUILD", "true"
}
play {
dimension = "type"
buildConfigField "boolean", "FDROID_BUILD", "false"
}
}

applicationVariants.all { variant ->
variant.outputs.each { output ->
// For each separate APK per architecture, set a unique version code as described here:
Expand Down Expand Up @@ -217,7 +239,7 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "com.google.firebase:firebase-messaging:18.0.0"
playImplementation "com.google.firebase:firebase-messaging:18.0.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'
Expand Down Expand Up @@ -250,4 +272,7 @@ task copyDownloadableDepsToLibs(type: Copy) {
into 'libs'
}

apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
if (isPlay) {
apply plugin: 'com.google.gms.google-services'
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package chat.rocket.reactnative;

import android.content.Context;
import android.os.Bundle;

import com.facebook.react.bridge.ReactApplicationContext;
import com.wix.reactnativenotifications.core.AppLaunchHelper;
import com.wix.reactnativenotifications.core.AppLifecycleFacade;
import com.wix.reactnativenotifications.core.JsIOHelper;
import com.wix.reactnativenotifications.core.notification.PushNotification;

public class CustomPushNotification extends PushNotification {
public static ReactApplicationContext reactApplicationContext;

public CustomPushNotification(Context context, Bundle bundle, AppLifecycleFacade appLifecycleFacade, AppLaunchHelper appLaunchHelper, JsIOHelper jsIoHelper) {
super(context, bundle, appLifecycleFacade, appLaunchHelper, jsIoHelper);
reactApplicationContext = new ReactApplicationContext(context);
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package chat.rocket.reactnative;

import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;

public class DismissNotification extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package chat.rocket.reactnative;

import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;

public class ReplyBroadcast extends BroadcastReceiver {

@Override
public void onReceive(Context context, Intent intent) {

}
}
9 changes: 9 additions & 0 deletions android/app/src/foss/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#ffffff"/>
</vector>
19 changes: 19 additions & 0 deletions android/app/src/foss/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="512"
android:viewportHeight="512">
<group>
<clip-path android:pathData="M145,160h218v191.345h-218z M 0,0"/>
<path
android:pathData="M336.076,234.105L336.079,234.11C336.079,234.109 336.078,234.108 336.078,234.108C336.077,234.107 336.077,234.106 336.076,234.105ZM210.509,167.831C217.233,171.56 223.589,176.278 229.017,181.523C237.766,179.94 246.788,179.142 255.94,179.142C283.338,179.142 309.314,186.319 329.078,199.348C339.313,206.098 347.448,214.107 353.255,223.155C359.722,233.237 363,244.078 363,255.695C363,266.999 359.722,277.845 353.255,287.925C347.448,296.977 339.313,304.983 329.078,311.734C309.314,324.762 283.341,331.935 255.94,331.935C246.788,331.935 237.768,331.137 229.017,329.557C223.587,334.799 217.233,339.519 210.509,343.249C174.584,361.216 144.792,343.671 144.792,343.671C144.792,343.671 172.491,320.188 167.986,299.602C155.593,286.917 148.878,271.619 148.878,255.387C148.878,239.461 155.595,224.162 167.986,211.475C172.49,190.895 144.801,167.416 144.792,167.408C144.801,167.403 174.589,149.864 210.509,167.831Z"
android:fillColor="#DB2323"/>
<path
android:pathData="M189.04,291.26C176.71,281.543 169.31,269.108 169.31,255.555C169.31,224.456 208.278,199.245 256.348,199.245C304.418,199.245 343.386,224.456 343.386,255.555C343.386,286.655 304.418,311.866 256.348,311.866C244.501,311.866 233.206,310.335 222.912,307.561L215.386,314.82C211.296,318.765 206.503,322.334 201.507,325.147C194.884,328.399 188.345,330.174 181.875,330.715C182.24,330.052 182.576,329.379 182.937,328.715C190.478,314.822 192.512,302.337 189.04,291.26Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
<path
android:pathData="M214.708,268.127C207.625,268.127 201.883,262.413 201.883,255.364C201.883,248.316 207.625,242.602 214.708,242.602C221.791,242.602 227.533,248.316 227.533,255.364C227.533,262.413 221.791,268.127 214.708,268.127ZM255.998,268.127C248.915,268.127 243.173,262.413 243.173,255.364C243.173,248.316 248.915,242.602 255.998,242.602C263.08,242.602 268.822,248.316 268.822,255.364C268.822,262.413 263.08,268.127 255.998,268.127ZM297.287,268.127C290.204,268.127 284.462,262.413 284.462,255.364C284.462,248.316 290.204,242.602 297.287,242.602C304.37,242.602 310.112,248.316 310.112,255.364C310.112,262.413 304.37,268.127 297.287,268.127Z"
android:fillColor="#DB2323"/>
</group>
</vector>
12 changes: 12 additions & 0 deletions android/app/src/foss/res/drawable/launch_screen.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>

<layer-list xmlns:android="http://schemas.android.com/apk/res/android" android:opacity="opaque">
<!-- the background color. it can be a system color or a custom one defined in colors.xml -->
<item android:drawable="@color/splashBackground" />
<item>
<!-- the app logo, centered horizontally and vertically -->
<bitmap
android:src="@drawable/splash"
android:gravity="center" />
</item>
</layer-list>
5 changes: 5 additions & 0 deletions android/app/src/foss/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions android/app/src/foss/res/values-night/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="splashBackground" type="color">#000000</item>
</resources>
6 changes: 6 additions & 0 deletions android/app/src/foss/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary_dark">#660B0B0B</color>
<item name="splashBackground" type="color">#eeeff1</item>
<item name="notification_text" type="color">#CC3333</item>
</resources>
4 changes: 4 additions & 0 deletions android/app/src/foss/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<resources>
<string name="app_name">Rocket.Chat</string>
<string name="share_extension_name">Rocket.Chat</string>
</resources>
28 changes: 28 additions & 0 deletions android/app/src/foss/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:colorEdgeEffect">#aaaaaa</item>
<item name="colorPrimaryDark">@color/splashBackground</item>
<item name="android:navigationBarColor">@color/splashBackground</item>
</style>

<style name="Share.Window" parent="android:Theme">
<item name="android:windowEnterAnimation">@null</item>
<item name="android:windowExitAnimation">@null</item>
</style>

<style name="Theme.Share.Transparent" parent="android:Theme">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@color/primary_dark</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">true</item>
<item name="android:windowAnimationStyle">@style/Share.Window</item>
</style>

<style name="BootTheme" parent="AppTheme">
<item name="android:background">@drawable/launch_screen</item>
<item name="colorPrimaryDark">@color/splashBackground</item>
<item name="android:navigationBarColor">@color/splashBackground</item>
</style>
</resources>
3 changes: 0 additions & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
<data android:mimeType="*/*" />
</intent-filter>
</activity>
<meta-data
android:name="com.bugsnag.android.API_KEY"
android:value="${BugsnagAPIKey}" />
</application>

</manifest>
Loading