mattermost-mobile/android
Miguel Alatzar cbe0c719ac [MM-15874] Add native code to support RNN v2 on Android (#2855)
* Remove fix for MM-9233

* MM-15774 Add native code to support RNN v2 on iOS

* Android changes for RNN v2 upgrade

The activity visibility handling of NotificationsLifecycleFacade
is no longer needed in RNN v2. I've moved the lifecycle callbacks
we use for handling managed config into
ManagedActivityLifecycleCallbacks.java and registered them in
MainApplication's onCreate. Also, I've moved and updated the
loading and getting of the managed config into MainApplication

* Update moduleNames and modulePaths

* Use TAG in restrictionsReceiver

* Set launch screen onCreate

* Comment out registerActivityLifecycleCallbacks for now

* Remove setSoftInputMode call as it's handled in the manifest

* Remove clearHostOnActivityDestroy as that fix is no longer needed

* Rename to canLaunchEntry

* Remove replacement of super.onBackPressed()

* Remove react-navigation from packager files
2019-06-12 15:26:03 -04:00
..
app [MM-15874] Add native code to support RNN v2 on Android (#2855) 2019-06-12 15:26:03 -04:00
gradle/wrapper Dependencies update (#2576) 2019-02-20 17:17:04 -03:00
keystores Upgrade RN (#1102) 2017-11-07 13:34:39 -03:00
build.gradle [MM-15874] Add native code to support RNN v2 on Android (#2855) 2019-06-12 15:26:03 -04:00
gradle.properties Update RN to version 0.57.0 (#2131) 2018-09-20 19:05:41 -03:00
gradlew Update RN to version 0.57.0 (#2131) 2018-09-20 19:05:41 -03:00
gradlew.bat Update RN to version 0.57.0 (#2131) 2018-09-20 19:05:41 -03:00
settings.gradle [MM-15874] Add native code to support RNN v2 on Android (#2855) 2019-06-12 15:26:03 -04:00