Commit graph

1315 commits

Author SHA1 Message Date
Elias Nahum
e72bb48d98 Cold-start channel drawer improvements (#1702) 2018-05-24 11:04:24 -04:00
Elias Nahum
efa3f59d12 Remove test code from MattermostManaged (#1701) 2018-05-24 09:29:41 +08:00
Elias Nahum
c171ae4809
Enable Android Unbundle strategy (perf part 2) (#1700)
* Enable Android Unbundle strategy

* feedback review

* Update modulePaths

* Add npm start and use it in the Makefile

* feedback review #2
2018-05-23 13:23:38 -04:00
Elias Nahum
a3eeb23419 Bump app version to 1.9.0 (#1699) 2018-05-23 10:39:39 -04:00
Elias Nahum
e07a738dcd Remove orientation dependency (#1698)
* Remove orientation dependency

* Update NOTICES
2018-05-23 10:39:23 -04:00
Elias Nahum
b8f6160f73 Update Android JavaScriptCore in release mode (#1697) 2018-05-23 10:39:09 -04:00
Elias Nahum
c20718f37b
translations PR 20180522 (#1693) 2018-05-23 08:25:44 -04:00
Mattermost Build
448e0d6355 Bump Android build number to 104 (#1696) 2018-05-23 08:25:24 -04:00
Mattermost Build
cd45d4f723 Bump iOS build number to 104 (#1695) 2018-05-23 08:25:07 -04:00
Elias Nahum
b10c4abd73
Update fastlane (#1694) 2018-05-22 15:14:20 -04:00
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