Commit graph

1305 commits

Author SHA1 Message Date
Chris Duarte
4cebfdfd5d Fix issue where auto closed DMs would not show again (#1689)
* Fix issue where auto closed DMs would not show again

* Fix lint error

* Review feedback
2018-05-22 12:26:09 -04:00
Elias Nahum
8e0d167f95 Fix push notification and emm race conditions (#1691)
* Fix push notification and emm race conditions

* feedback review

* Removed unnecesary code
2018-05-22 11:02:14 -04:00
Elias Nahum
04e9c64638
Revert "translations PR 20180521 (#1690)" (#1692)
This reverts commit 66f87f3b92.
2018-05-22 09:58:57 -04:00
Jason Blais
13c1a3d04b Update CONTRIBUTING.md (#1685) 2018-05-22 09:11:49 -04:00
Elias Nahum
66f87f3b92
translations PR 20180521 (#1690) 2018-05-22 09:05:54 -04:00
Saturnino Abril
b94df667c4
updated mattermost-redux which fixes combined post which ignores other post types (#1684)
Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
2018-05-21 05:51:25 +08:00
Jason Blais
cd58336440 Update README about weekly updates to Beta app (#1680) 2018-05-18 18:32:19 -04:00
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
Elias Nahum
21f2624bec Android Push notification styling improvements (#1683) 2018-05-18 10:13:38 -04:00
Saturnino Abril
8cf1f07ad8 fix JS error on announcement banner when no license is set (#1679) 2018-05-18 09:58:49 -04:00
Harrison Healey
5884bd4dc1 MM-10617 Fixed checking if a link is an image (#1681)
* MM-10617 Fixed checking if a link is an image

* Added unit tests
2018-05-18 01:10:17 +08:00
Elias Nahum
45c43413e8 Fix image preview zoom & scrolling jumps (#1677) 2018-05-16 09:38:56 -04:00
Elias Nahum
132ae7a9d1
translations PR 20180514 (#1675) 2018-05-16 08:32:18 -04:00
Saturnino Abril
7863ebc588
Include "id" to data for UserTypes actions - RECEIVED_PROFILE_IN_CHANNEL (#1676)
* Include "id" to data for UserTypes actions - RECEIVED_PROFILE_IN_CHANNEL

* update commit of mattermost-redux
2018-05-16 05:21:00 +08:00
Jesse Hallam
210b3512b1 MM-10460: avoid double post on restore (#1667)
* add test to messageRetention to verify outgoing action type

* ensure messageRetention passes the original action type through

* fix linting issues
2018-05-15 11:39:35 -04:00
Elias Nahum
6ceadec7f7
Bump Android build number to 103 (#1674) 2018-05-14 12:48:48 -04:00
Elias Nahum
b766c11ff3
Bump iOS build number to 103 (#1673) 2018-05-14 12:48:34 -04:00
Jesús Espino
f4d1294ae0 MM-10454: Adding roles to the cleanup middleware (#1661) 2018-05-14 09:12:29 -04:00
Elias Nahum
8bbc8ddb78 Fix commented on Someone message (#1665)
* Fix commented on Someone message

* Feedback review
2018-05-11 17:14:05 -04:00
Elias Nahum
77140f8730
Fastlane sign with iCloud (#1663) 2018-05-11 18:06:09 -03:00
Elias Nahum
23ca490525
Ability to upload other file types (#1662) 2018-05-11 18:05:49 -03:00
Elias Nahum
76e664cdae
Prevent duplicate flagged posts (#1670)
* Make sure date component keys are always different

* update mattermost-redux
2018-05-11 18:05:32 -03:00
Elias Nahum
0d92c61a41
Cache team icon and set background to always be white (#1669) 2018-05-11 18:05:16 -03:00
Elias Nahum
37a6b3c6d6
translations PR 20180511 (#1668) 2018-05-11 12:24:03 -03:00
Elias Nahum
9b56ebb18b
translations PR 20180507 (#1658)
* translations PR 20180430 (#1648)

* translations PR 20180507
2018-05-10 10:33:49 -03:00
Harrison Healey
40dc8912b7 Fixed empty OpenGraph previews from trying to render an empty string (#1660) 2018-05-08 22:03:43 +08:00
Elias Nahum
0559262b12
Bump Android build number to 102 (#1659) 2018-05-08 10:12:38 -03:00
Mattermost Build
490f6e5098 Bump iOS build number to 102 (#1657) 2018-05-08 10:12:22 -03:00
Elias Nahum
f4f48f9d6f
Ignore fastlane/.env file (#1656) 2018-05-07 10:40:04 -03:00
Harrison Healey
4b11195120 MM-10360 Only show link previews if they have a url defined (#1655) 2018-05-07 16:40:55 +08:00
Harrison Healey
4d506b6e4d
Moved getCurrentUserLocale to mattermost-redux (#1652) 2018-05-04 11:21:34 -04:00
Sudheer
4517fcaa8c Add Loading animation to skeleton screen (#1609)
* Add a view for message with linear gradient,move position
   and change opacity using animation interpolation.
2018-05-03 10:06:08 -04:00
Harrison Healey
3b33b51f11
MM-10360 Render OpenGraph previews for pages with an empty description (#1651)
* MM-10360 Render OpenGraph previews for pages with an empty description

* Updated mattermost-redux
2018-05-03 10:02:09 -04:00
Harrison Healey
29d015bd32 Fixed Markdown links when SiteURL isn't configured (#1650) 2018-05-03 21:08:36 +08:00
Elias Nahum
b2b554d40c
Whitelabel for Icons and Splash Screen (#1634)
* Fix iOS icons assets and include splash screen whitelabel

* Whitelabel for app icon and splash screen on Android

* iOS Splash layout
2018-05-01 11:09:56 -03:00
Derrick Anderson
d721aaac86 jenkinsfile for weekly beta build (#1649)
* Nightly Beta Jenkinsfile

* debug message in makefile

* debug

* debug

* debug

* debug

* revert changes to fastlane
2018-05-01 10:29:49 -03:00
Chris Duarte
ad21a8cfb2 Add selectDefaultTeam (#1613) 2018-04-30 11:58:31 -03:00
Elias Nahum
aebe22f58d
Fix Android sharing files without extension (#1646) 2018-04-30 11:57:24 -03:00
Saturnino Abril
8a152ac1e7 convert test runner from mocha to jest (#1637) 2018-04-30 10:55:01 -04:00
Eric Sethna
0d9ef6eecf v1.8 changelog (#1633)
* v1.8 changelog

* Update CHANGELOG.md
2018-04-27 22:51:24 -03:00
Elias Nahum
f704d79e72
Merge branch 'release-1.8' 2018-04-27 22:49:49 -03:00
Elias Nahum
3b32433374
Bump Android build number to 101 (#1645) 2018-04-27 22:13:25 -03:00
Elias Nahum
1f0c3d4afd
Bump iOS build number to 101 (#1644) 2018-04-27 22:05:26 -03:00
Harrison Healey
4ebff99360 Fix profile images (#1643)
* Attempted to fix profile pictures on Android

* Fixed uploading profile pictures

* Added warning when ImageCacheManager.cache is called without callback

* Fix image cache so the files are not too long
2018-04-27 21:36:33 -03:00
Elias Nahum
80dd9366a1 Update Dependencies (#1641)
* Update dependencies including react-native

* Update react-native-circle-progress dependency

* Fix prop warnings and possible crashes
2018-04-27 17:49:09 -04:00
Elias Nahum
ef8e99759d
Merge branch 'release-1.8' 2018-04-27 15:18:16 -03:00
Elias Nahum
97264a6286
Bump Android build number to 100 (#1640) 2018-04-27 15:17:30 -03:00
Elias Nahum
98458057f7
Bump iOS build number to 100 (#1639) 2018-04-27 15:17:17 -03:00
Elias Nahum
34205bd05e
Fix upload image to display (#1638) 2018-04-27 13:12:15 -03:00
Elias Nahum
a97c4d3bdd
Merge branch 'release-1.8' 2018-04-27 08:53:40 -03:00