Elias Nahum
23ca490525
Ability to upload other file types ( #1662 )
2018-05-11 18:05:49 -03:00
enahum
a9a8017006
Fix Android stuck when opening from push notification ( #1429 )
2018-02-12 13:51:29 -03:00
enahum
d0f96c0887
[ICU-650] Upgrade React Native to 0.52.2 ( #1421 )
...
* Upgrade to React Native 0.52.2
* Bump app version to 1.7.0
* Update fastlane
* Upgrade mattermost redux
* feedback review
2018-02-07 18:24:01 -03:00
enahum
cd6fd9017f
Fix Android app stuck in splash screen when killed by the OS ( #1403 )
2018-02-01 09:56:09 -05:00
enahum
cd80cdfdf4
Fix race condition preventing the app opened from a PN to go to the correct channel ( #1398 )
...
* Fix race condition preventing the app opened from a PN to go to the correct channel
* Feedback review
2018-01-31 11:02:02 -05:00
enahum
676a3c4bda
Fix share extension ( #1386 )
...
* Remove iOS extension garbage code
* Fix Android Share Extension crash
2018-01-26 18:50:08 -03:00
enahum
926ffe96c5
Android share extension ( #1352 )
...
* Android share extension
* Feedback review
* Feedback review
2018-01-17 18:17:02 -03:00
enahum
30863ef42b
Make sure that channelIdToNotification is not null ( #1320 )
2017-12-22 16:11:00 -03:00
enahum
86efb2d321
Ensure the user has permission to access ringtones ( #1313 )
2017-12-22 16:05:42 -03:00
enahum
62cedae196
Multiple bug fixes ( #1287 )
2017-12-08 09:37:14 -05:00
enahum
76169720a5
Android: Avoid crash when clearing notifications ( #1282 )
2017-12-07 12:19:42 -03:00
Alexander Rashed
bbf4557b54
[1216] Use system default for vibration pattern ( #1247 )
2017-12-04 12:11:32 -03:00
enahum
bc1554e1bd
Add Document and Video previews ( #1170 )
...
* Video file previewer
* Document preview support
* Fix tests
* Feedback review
* feedback review 2
* feedback review 3
* Fix video_controls copyright
* Fix mime undefined
2017-11-20 18:28:20 -03:00
enahum
9910e3438d
Upgrade RN ( #1102 )
2017-11-07 13:34:39 -03:00
enahum
aebe05fa1f
Fix Android: Permission Denial when handling push notification ( #1030 )
2017-10-17 15:02:32 -04:00
enahum
cc966702fd
Improve performance of the channel drawer ( #1023 )
...
* Improve performance of the channel drawer
* Feedback review
* Fix makefile
* Feedback review 3
* Fix areStatesEqual
* Fix Android SVG
2017-10-17 10:06:28 -07:00
Chris Duarte
2378ad627b
Swith android to use layout file for splash ( #952 )
2017-10-17 08:44:41 -07:00
enahum
6b103faa3b
Fix ArrayIndexOutOfBounds and NullPointer exceptions for android push notifications ( #1022 )
2017-10-16 12:34:14 -03:00
Elias Nahum
ea4fc49d81
Fix Android crash on push notification
2017-10-05 10:25:15 -03:00
enahum
4995a76f2c
Add Landscape support for both platforms ( #909 )
...
* Landscape support
* Fix image rotation on Android
* Fix landscape mode for login and login options
* Fix previewer will receive props
* Move device dimensions and others to redux
* Fix unit tests
* Include orientation and tablet in the store
2017-09-20 12:54:24 -07:00
enahum
1fbf3e9e27
Android stack push notifications improvement ( #912 )
...
* Android multiple push notifications improvement
* Reverse order and remove duplicate
2017-09-18 12:02:24 -04:00
enahum
0628cbc693
Upgrade to RN 0.48.3 ( #911 )
...
* Upgrade to RN 0.48.1
* Update deps to be exact
* Fix tests
* Remove unneeded code from setup and add socketcluster dep
* Fix drawer pan issue
* Fix bridge issues on iOS
* Upgrade to RN 0.48.3
* Search to use RN SectionList
2017-09-18 12:01:47 -04: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
7aebcbd52e
Link Previews ( #890 )
...
* Link previews, Image previews and YouTube
* Install cocoapods dependencies
2017-09-12 15:06:19 -03: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
Chris Duarte
220fb588b9
RN-80 Add ability to download files ( #866 )
...
* RN-80 Add ability to download files
* Add android permission check and toasts
* Add check for ability to download from config
2017-09-01 12:11:49 -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
c8b59895fa
Android Notifications Support for Big View ( #774 )
2017-07-24 08:25:47 -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