Elias Nahum
3feaa8e6bb
iOS Native Share Extension (Swift) ( #2575 )
...
* iOS Native Share Extension (Swift)
* Re-arrange files
* Fix .gitignore
2019-02-26 14:31:57 -03:00
Elias Nahum
dfe4be76fe
Bump version to 1.16.0 and Build number to 167 ( #2481 )
...
* Fix fastlane platform thumbnail
* Bump app version number to 1.16.0
* Bump app build number to 167
2018-12-28 09:20:36 -03:00
Elias Nahum
68a3825d95
Update dependencies ( #2316 )
2018-11-18 17:54:06 -03:00
Elias Nahum
30cccafcd5
Fix Build on Jenkins ( #2326 )
2018-11-06 21:10:18 -03:00
Elias Nahum
0f35add65b
Change PR build filename to PR-{PR_ID} ( #2250 )
2018-10-10 21:19:05 -03:00
Elias Nahum
4e94f81c00
Update Fastlane scripts ( #2231 )
...
* Upload builds to store after a successful build
* Update script to build PRs
2018-10-09 12:05:24 -03:00
Elias Nahum
1a7a6cc118
Fix fastlane android script ( #2217 )
2018-10-03 17:59:43 -03:00
Elias Nahum
75a23dbf18
Fastlane update to include new build process ( #2208 )
2018-10-03 15:09:42 -03:00
Elias Nahum
11d81b9b6b
Fastlane ( #2190 )
...
* Have fastlane use BRANCH_TO_BUILD
* Update fastlane
2018-09-28 14:48:31 -03:00
Elias Nahum
ad17c2ada6
Save dist config json with the right values ( #2175 )
2018-09-27 05:19:13 -03:00
Elias Nahum
d7df1ec044
Update fastlane and mattermost-redux ( #2011 )
2018-08-16 08:56:29 -03:00
Elias Nahum
3002ba2315
Bump Android build number to 124 ( #1892 )
...
* Mention qateam in fastlane pretext message
* Bump Android build number to 124
2018-07-05 15:37:32 -04:00
Elias Nahum
cc8d713e02
Bump iOS build number to 124 ( #1891 )
...
* Mention @qateam when build is ready
* Bump iOS build number to 124
2018-07-05 15:27:40 -04:00
Elias Nahum
be22eb9a42
Fix setting iOS app group id on build time
2018-06-25 13:51:24 -04:00
Elias Nahum
661a37af95
Fix fastlane ios release splash screen ( #1780 )
...
* Fix fastlane ios release splash screen
* Fix segment replacement
2018-06-18 17:51:01 -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
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
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
enahum
e28168caae
Bump iOS build number to 80 ( #1376 )
...
* Fix Info.plist to be able to publish the app in the app store
* Fastlane requires
* Bump iOS build number to 80
2018-01-23 16:36:20 -03:00
Martin Kraft
38d0c57466
RN-545: Builds, uploads to S3, notififes channel. ( #1330 )
...
* RN-545: Builds, uploads to S3, notififes channel.
* RN-545: Awesomeified the bot post.
* RN-545: Adds logos to qa builds. Uses env variable for mattermost() invocation to get exceptions via webhook.
* RN-545: Fix typo.
2018-01-10 16:26:05 -05:00
enahum
3c309da69d
Bump Android build number to 75 ( #1337 )
2018-01-04 18:35:39 -03:00
enahum
4ae1caa1a8
Make fastlane generic ( #1328 )
...
* Make fastlane generic
* Move release assets to dist folder for easier white labeling
* Remove at in help command
2018-01-04 12:49:19 -03:00
enahum
b639d80159
update java package when preparing for release ( #1240 )
...
* update java package when preparing for release
* Fix unsigned build
2017-12-04 10:04:38 -05:00
enahum
986e27038c
Fix upload source maps for android to sentry ( #1238 )
2017-12-01 11:50:13 -03:00
enahum
6d07c47e38
Android Version Bump to 58 ( #1031 )
...
* Update fastlane
* Version Bump to 58
2017-10-17 16:59:45 -03:00
Elias Nahum
ea4fc49d81
Fix Android crash on push notification
2017-10-05 10:25:15 -03:00
enahum
b2cddad13a
Update make scripts and fastlane ( #908 )
2017-09-18 14:34:54 -04:00
enahum
92424bed2e
IOS Version Bump to 50 ( #902 )
...
* Update fastlane and Makefile to use ios workspace instead of project
* Version Bump to 50
2017-09-13 13:43:34 -03:00
enahum
e0cfefcdff
RN-138 Android notification preferences ( #889 )
...
* Fix Android and iOS flow
* Own review
* RN-138 Android notification preferences
* Feedback review
* Feedback review 2
2017-09-13 12:00:16 -03:00
enahum
6e1d351a73
Ability to create Unsigned ipa and apk files ( #896 )
...
* Build unsigned ipa file
* Build unsigned apk file
2017-09-12 12:30:12 -04:00
Harrison Healey
3ac7b48adc
RN-289 Sentry integration ( #873 )
...
* Added JS code for Sentry
* Removed leftover initializeSentry call
* Added SentryOptions config setting
* Added native components for react-native-exception-handler
* Removed default props from ErrorText
* Moved where Sentry is initialized
* Added ios/sentry.properties to .gitignore
* Added linking react-native-sentry to Fastlane
* Fixed fastlane to include newlines in sentry.properties
* Moved to manually link react-native-sentry
* Captured redux errors with Sentry
* Redid how Sentry is optionally compiled to be simpler
* Added Sentry middleware to create redux breadcrumbs
* Added Sentry tags for server version
* Initialize Sentry when testing
* Fixed string replacement for SentryEnabled in fastlane
* Added react-native-sentry to NOTICE.txt
2017-09-01 14:50:17 -03:00
enahum
60087e6b4d
Enable replying from the push notification ( #871 )
...
* Enable replying from the push notification
* Fix Android and iOS flow
* Own review
2017-08-29 12:16:34 -03:00
enahum
cd5fb71681
Appconfig support for iOS and Android ( #856 )
...
* AppConfig support for iOS
* AppConfig support for Android
* Fix typo
* Java feedback review
2017-08-18 12:19:00 -04:00
enahum
d9b76386c0
RN-288 Add analytics with segment.io ( #828 )
...
* Add analytics with segment.io
* Feedback review
2017-08-08 12:43:41 -04:00
enahum
b7b817a973
Release 1.1 ( #829 )
...
* Updated yarn.lock
* Fastlane ensure branch for cutting builds (#815 )
* Version Bump to 45 (#818 )
* Android Version Bump to 45 (#819 )
* Updated yarn.lock (#817 )
* Version Bump to 45
* Fix Create on Create channel to not push another Create Channel screen (#820 )
* Version Bump to 46 (#821 )
* Version Bump to 46 (#822 )
* RN-205/RN-210 Allow tapping buttons on post and DM lists without closing keyboard (#823 )
* Version Bump to 47 (#824 )
* Version Bump to 47 (#825 )
* Release 1.1 changelog (#827 )
* Release 1.1 changelog
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
Set supported server version
* update fastlane
* Update fastlane android release
2017-08-04 17:42:55 -04:00
Elias Nahum
374dccd770
Update version to 1.1
2017-07-21 09:48:00 -04:00
enahum
b65c7ce3be
Android Version Bump to 40 ( #730 )
...
* Android fastlane fixes
* Version Bump to 40
2017-07-10 14:22:02 -04:00
enahum
8afd7fe1cd
Renaming the bundle and package Ids ( #721 )
...
* Renamed to com.mattermost.rnbeta
* Fastlane for release of com.mattermost.rn
* Do not Publish apps directly to production
* Change ios icon format from jpeg to png
2017-07-07 16:37:05 -04:00
enahum
e2180e511c
Android Version Bump to 29 ( #549 )
...
* Fastlane android version_code specific to mattermost-mobile
* Version Bump to 29
2017-05-17 11:50:27 -04:00
enahum
57aff3bc6b
Update fastlane and fix makefile ( #528 )
2017-05-11 10:05:29 -03:00
enahum
43bdf33c03
Fastlane ( #503 )
...
* Update fastlane
* Update fastlane and fix lane scripts
2017-04-27 08:45:15 -03:00
enahum
43a6600a49
Android Version Bump to 23 ( #441 )
...
* prevent fastlane from auto update
* Version Bump to 23
2017-03-31 18:18:15 -03:00
enahum
5048dd4796
Move Android lane from beta to alpha ( #439 )
2017-03-30 23:44:34 -03:00
enahum
aca415bd20
update fastlane ( #334 )
2017-03-08 14:15:13 -03:00
enahum
303574f235
Include external tester when pushing a new build to testflight ( #305 )
2017-02-27 18:12:01 -03:00
enahum
b3b3d9a39a
Squashing several bugs ( #221 )
...
* Squashing several bugs
* Fix websocket tests
2017-02-08 10:28:27 -08:00
enahum
3ec02ce48e
Fix gradle to build without Mattermost keys as dev ( #192 )
2017-01-30 11:20:28 -03:00
enahum
33d8eef991
Fix fastlane PR message for Android ( #176 )
...
* Fix fastlane PR message for Android
* Enable testflight deployment
2017-01-23 10:05:54 -05:00
enahum
1566a79c93
Fastlane for Android and ios ( #165 )
2017-01-19 09:35:40 -05:00