Commit graph

208 commits

Author SHA1 Message Date
Elias Nahum
07367aa802
Merge branch 'release-1.9' into merge-1.9 2018-07-03 11:24:02 -04:00
Elias Nahum
952aeaf786
Bump Android build number to 119 (#1865) 2018-07-03 10:56:47 -04:00
Elias Nahum
2ec26e2a0a
Bump app version to 1.9.3 2018-07-03 10:29:33 -04:00
Elias Nahum
8059449c3a
Bump Android build number to 118 (#1851) 2018-06-27 20:13:08 -04:00
Elias Nahum
b5f3a6391b
Bump app version to 1.10.0 (#1848) 2018-06-27 18:38:20 -04:00
Elias Nahum
aade1f0e35
Merge branch 'release-1.9' into merge-1.9 2018-06-27 18:17:44 -04:00
Elias Nahum
cd5a6e5556
Bump Android build number to 117 (#1844) 2018-06-27 13:43:27 -04:00
Elias Nahum
2d23e60576
Bump Android build number to 116 (#1840) 2018-06-27 10:15:59 -04:00
Elias Nahum
a208df9417 Fix uploading files from androids download provider (#1837) 2018-06-27 08:35:22 -04:00
Elias Nahum
3cee7b310e Set Android share extension default mime type for images and videos (#1833) 2018-06-27 08:13:52 -04:00
Chris Duarte
16bef6bb8f Upgrade to Gradle 3.0 (#1741)
* Upgrade to Gradle 3.0

* Update buildtoolsVersion to 26.0.2
2018-06-27 06:55:47 -04:00
Elias Nahum
c0cb5e3f24
Bump app version to 1.9.2 2018-06-25 14:48:35 -04:00
Elias Nahum
a373ba3dce
Bump Android build number to 115 (#1826) 2018-06-25 14:28:51 -04:00
Elias Nahum
abd67c1bec
Always create a temp file for Android share (#1824) 2018-06-25 13:11:50 -04:00
Elias Nahum
a9508d30f9
Bump Android build number to 114 (#1809) 2018-06-22 17:53:29 -04:00
Elias Nahum
c10d31c62b
Bump Android build number to 113 (#1801) 2018-06-21 18:48:17 -04:00
Elias Nahum
4796c3034e
Increment app version to 1.9.1 2018-06-21 18:25:27 -04:00
Elias Nahum
9cf9f2b00d
Bump Android build number to 112 (#1784) 2018-06-19 15:18:28 -04:00
Elias Nahum
849c2930e0
Bump Android build number to 111 (#1778) 2018-06-18 17:37:22 -04:00
Elias Nahum
c6b0beb972
Bump Android build number to 110 (#1772) 2018-06-14 20:36:55 -04:00
Elias Nahum
80eb96381d
Bump Android build number to 109 (#1765) 2018-06-13 13:19:13 -04:00
Elias Nahum
4a6e332d7e
Bump Android build number to 108 (#1755) 2018-06-08 18:10:14 -04:00
Elias Nahum
2ed45dbe28
Bump Android build number to 107 (#1746) 2018-06-08 10:40:20 -04:00
Elias Nahum
1cddb45905
Verify that the push notification version is not null (#1736) 2018-06-07 10:17:57 -04:00
Elias Nahum
b3f643d315
Bump Android build number to 106 (#1734) 2018-06-06 16:53:15 -04:00
Elias Nahum
64baa64057
Fix push notification styling backwards compatibility (#1729)
* Android Push notification style backwards compatible

* Fix fastlane android release build
2018-06-05 14:50:51 -04:00
Mattermost Build
cf57feaa45 Bump Android build number to 105 (#1716) 2018-05-30 10:10:19 -04: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
Mattermost Build
448e0d6355 Bump Android build number to 104 (#1696) 2018-05-23 08:25:24 -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
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
Elias Nahum
6ceadec7f7
Bump Android build number to 103 (#1674) 2018-05-14 12:48:48 -04:00
Elias Nahum
23ca490525
Ability to upload other file types (#1662) 2018-05-11 18:05:49 -03:00
Elias Nahum
0559262b12
Bump Android build number to 102 (#1659) 2018-05-08 10:12:38 -03:00
Elias Nahum
aebe22f58d
Fix Android sharing files without extension (#1646) 2018-04-30 11:57:24 -03:00
Elias Nahum
3b32433374
Bump Android build number to 101 (#1645) 2018-04-27 22:13:25 -03:00
Elias Nahum
97264a6286
Bump Android build number to 100 (#1640) 2018-04-27 15:17:30 -03:00
Elias Nahum
481197ba5d
Bump Android build number to 99 (#1636)
* Finish Android Share activity

* Bump Android build number to 99
2018-04-27 08:52:47 -03:00
Elias Nahum
02499c5f99
Bump Android build number to 98 (#1629) 2018-04-26 12:57:21 -03:00
Elias Nahum
0214480f61
Bump Android build number to 97 (#1623)
* Update fastlane

* Bump Android build number to 97
2018-04-25 19:36:02 -03:00
Elias Nahum
6553b948ad
Bump iOS build number to 97 (#1622)
* Downgrade to RN 0.52.3

* Bump iOS build number to 96

* Fix iOS permissions

* Update Android build to match iOS

* Bump iOS build number to 97
2018-04-25 18:39:20 -03:00
Elias Nahum
5385a1e5fa
Bump Android build number to 95 (#1605) 2018-04-24 07:56:48 -03:00
Elias Nahum
f1d26bf4c4
Bump Android build number to 94 2018-04-19 08:36:10 -03:00
Elias Nahum
e6831beab7 Fix sentry for android (#1589) 2018-04-16 14:38:39 -04:00
Elias Nahum
e31fc00377
Fix share from SwiftKey Keyboard and clear temp files (#1585)
* Fix share from SwiftKey Keyboard and clear temp files

* feedback review
2018-04-13 12:26:29 -03:00
Elias Nahum
e4f48e4d5d
Increment app version to 1.8.0 build 93 (#1586) 2018-04-13 08:22:41 -03:00