mattermost-mobile/app
Chris Duarte e8712f9199 Cold startup js refactor (#1598)
* Switch to SingleDex and remove all locales

* WIP Mattermost Start Component for lazy loading modules

* Add files changed for native modules

* Add Entry component and app global object

* dispatch setStatusBarHeight for iOS

* Update screen imports

* Include Entry screen

* Refactor app to mattermost.android.js

* Override unnecessary java files

* Fix minor issues in changes

* Display empty state based on user credentials

Also, add proper background theme for empty loading screen

* Add native module constant cache support

* Fix startup theme regression

* Add Keychain support for credentials

* Fix Orientation regression

*  Fix SharedExtension regression

* Emit NATIVE_APP_LAUNCHED across bridge only once during cold start

* Add iOS Support

* Revert to previous implementation of i18n

* Fix styling issues

* Include listener for SERVER_VERSION_CHANGED

* Add SafeAreaView in Entry screen

* Register deviceToken early, in order to get iOS PN Support

* Include StartTimeModule

* Add ReplyFromPush support and remove NATIVE_APP_LAUNCHED listener

* Package native constants in StartTimeModule and avoid bridge calls

* Fix check-style errors

* Code cleanup

* Rename StartTimeModule to InitializationModule

* Remove NavigationApplication

* Documentation and minor changes

* Account for app opening after SharedExtension

* Refactor getIntl to getTranslations

* Move native module constants into it's own forked repos

* Include FetchBlob and DeviceInfo forked repos
2018-05-18 17:13:00 -04:00
..
actions Cold startup js refactor (#1598) 2018-05-18 17:13:00 -04:00
components Cold startup js refactor (#1598) 2018-05-18 17:13:00 -04:00
constants Cold startup js refactor (#1598) 2018-05-18 17:13:00 -04:00
i18n Moved getCurrentUserLocale to mattermost-redux (#1652) 2018-05-04 11:21:34 -04:00
mattermost_bucket update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
mattermost_managed update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
notification_preferences update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
push_notifications Cold startup js refactor (#1598) 2018-05-18 17:13:00 -04:00
reducers MM-10300 Fix crash when leaving channel (#1606) 2018-04-24 08:01:55 -03:00
screens Cold startup js refactor (#1598) 2018-05-18 17:13:00 -04:00
selectors Moved getCurrentUserLocale to mattermost-redux (#1652) 2018-05-04 11:21:34 -04:00
store MM-10460: avoid double post on restore (#1667) 2018-05-15 11:39:35 -04:00
styles update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
utils Cold startup js refactor (#1598) 2018-05-18 17:13:00 -04:00
app.js Cold startup js refactor (#1598) 2018-05-18 17:13:00 -04:00
initial_state.js Use local Images when possible (#1580) 2018-04-13 12:23:15 -03:00
mattermost.js Cold startup js refactor (#1598) 2018-05-18 17:13:00 -04:00