mattermost-mobile/app
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
..
actions MM-16011 Update navigation through Login and Channel screens (#2870) 2019-06-11 18:10:14 -04:00
components [MM-13879] Add Edit profile button to RHS menu and own profile pop-over (#2832) 2019-06-05 16:11:42 +08:00
constants MM-16011 Update navigation through Login and Channel screens (#2870) 2019-06-11 18:10:14 -04:00
i18n Add Ukrainian to Mattermost (#2392) 2018-11-28 15:08:23 -03:00
mattermost_bucket iOS Native Share Extension (Swift) (#2575) 2019-02-26 14:31:57 -03:00
mattermost_managed MM-15643 Better close app when checking for pin code (#2846) 2019-05-30 11:46:35 -07:00
notification_preferences add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
push_notifications MM-13897 preserve iOS push notifications when opening the app and set the proper badge count (#2541) 2019-02-01 19:37:07 -03:00
reducers MM-13896 Sync channel as read between clients (including opening Push Notifications) (#2548) 2019-02-16 15:09:22 -03:00
screens MM-16011 Update navigation through Login and Channel screens (#2870) 2019-06-11 18:10:14 -04:00
selectors Reorganize post state and make postsInChannel into a sparse array (#2693) 2019-04-15 17:20:23 -04:00
store Upgrade to RN 0.59.6 and dependencies (#2777) 2019-05-13 13:33:18 -04:00
styles add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
telemetry fix server version for Android telemetry (#2857) 2019-06-03 09:02:26 -07:00
utils Update netInfo to check for internet connectivity (#2850) 2019-05-31 13:33:56 -04:00
app.js [MM-15874] Add native code to support RNN v2 on Android (#2855) 2019-06-12 15:26:03 -04:00
fetch_preconfig.js Avoid possible reading of length property on undefined (#2783) 2019-05-10 09:34:23 -07:00
initial_state.js [MM-14081] Show MFA Prompt after Server returned error for login request (#2599) 2019-03-01 19:01:10 +01:00
mattermost.js [MM-15874] Add native code to support RNN v2 on Android (#2855) 2019-06-12 15:26:03 -04:00