Elias Nahum
ea3bcf66f4
Add validations in cleanup middleware ( #1122 )
2017-11-15 18:18:46 -03:00
enahum
f50b1c6ae9
Improve push notification flow ( #1044 )
2017-10-24 17:03:51 -04:00
enahum
b5451ca352
Fix android white screen when the bridge is closed ( #1027 )
2017-10-16 16:22:13 -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
Chris Duarte
fd0ca606bb
Use post retry actions to avoid missing messages ( #796 )
...
* Use post retry actions to avoid missing messages
* Review feedback
* Fix race condition and update redux-offline
* Review feedback
2017-08-01 19:09:57 -04:00
enahum
3a233455a6
RN-235 Report errors to email and restart app if needed ( #683 )
...
* RN-235 Report errors to email and restart app if needed
* Feedback review
2017-06-28 10:22:57 -04:00
enahum
68b8bcdc42
RN-148 Tapping to dismiss post tooltip and prevent openining thread view ( #607 )
2017-06-08 14:57:03 -04:00
enahum
248dafbe0e
RN-97 Changed navigation from NavigationExperimental to ReactNative Navigation ( #540 )
...
* Add react-navigator dependency
* Add react-native-navigation dependency
* react-native-navigation, ios and android config
* update react-native-navigation
* New navigation and code cleanup
* Set ScreenBackgroundColor
* Fix channel drawer event issue
* Applied RNPN non-working popInitial notification
* Android navbar and back button
* packages and notices
* MM-redux update
* Fix draft on team switch
* Remove custom NavBar
2017-05-16 11:19:46 -04:00
enahum
7a3c99c267
Move to mattermost-redux master branch ( #484 )
2017-04-21 14:20:52 -03:00
enahum
cdff304be1
RN-64 Ability to open the app in offline mode ( #479 )
2017-04-13 11:57:19 -03:00
Harrison Healey
43e4c5e2f2
PLT-5860 Updated copyright date ( #476 )
2017-04-10 11:33:35 -03:00
Chris Duarte
d206ea68de
PLT-6173: Offline redux store ( #471 )
...
* PLT-6173: Offline redux store
* Review feedback
2017-04-09 21:51:47 -03:00
Chris Duarte
e6a1c1a433
Plt 6044 plt 5971 plt 5934 ( #405 )
...
* Update post textbox design
* Hide team selection
* Added channel loader
* Update post textbox to new design
* Add channel loader animation
* Remove error bar
* Made image preview fullscreen
* Fix channel loader gradient
* Fix status icon
* Adjust loaded and profile
* Fix channel header wrap
* Add reply count icon
* Fix android styling
* Hide send button
* Fix thread header
* Fix thumbnail upload preview
* Fix preview retry and design
2017-03-27 16:47:52 -03:00
enahum
6eb9920758
Search DM's using profiles and not search store ( #402 )
...
* Fix localization strings
* Make DM search to use the profiles instead of the search store
2017-03-26 23:06:47 -03:00
Chris Duarte
f37c308ab8
PLT-6033 Add loading spinner to image previewer ( #387 )
2017-03-23 17:21:14 -03:00
enahum
56a27ce7ad
PLT-5711 Fix Tapping on the button to open the drawers not always work ( #383 )
...
* PLT-5711 Fix Tapping on the button to open the drawers not always work
* PLT-6052 Include drawer transition fix
* feedback + unit tests
2017-03-22 23:38:01 -03:00
enahum
4bb74c065a
PLT-5930 Moved Settings to channel drawer ( #376 )
2017-03-21 18:15:41 -04:00
Chris Duarte
18cc7f1e7f
PLT-5518 RN: Allow user to upload + send image file attachments ( #373 )
...
* PLT-5518 RN: Allow user to upload + send image file attachments
* Review feedback
2017-03-21 17:58:31 -04:00
Chris Duarte
1e63ac2667
PLT-5599 RN: Modal options for Android ( #353 )
2017-03-16 15:13:36 -04:00
enahum
548633f5c0
PLT-5857 replace the service folder with mattermost-redux library ( #348 )
2017-03-14 10:52:24 -03:00
enahum
6324f22095
PLT-5630 Implement push notifications and unread badge on app icon ( #338 )
...
* enable ios push notifications
* enable android push notifications
* NOTICE for push notification and message bar
* include message in noty
* re-wording notices
* feedback review
2017-03-13 09:51:21 -04:00
enahum
e74ecfa5f2
PLT-5510 Show user is typing ( #278 )
...
* PLT-5510 Show user is typing
* Move autocomplete below the user typing
2017-02-20 17:39:20 -03:00
enahum
51e8ee6ea2
More Direct Messages scene ( #244 )
...
* More Direct Messages scene
* Adding search_bar.js to mock tests
* Feedback review
* Address feedback review 2
2017-02-14 11:49:41 -05:00
Chris Duarte
ec9c33157a
Right menu swipe ( #240 )
2017-02-13 11:17:10 -05:00
Chris Duarte
e0631c2663
Store post drafts ( #241 )
2017-02-13 10:25:11 -05:00
Chris Duarte
088a2c7737
Navigation Drawer and Modal ( #220 )
...
Navigation header now responds to theme changes
Improve channel selection transition
Implement navigation modal
Reword options modal
2017-02-08 12:16:24 -08:00
Chris Duarte
ce58429a21
Reworking navigation ( #212 )
...
* Reworking navigation
* Fixed navigation testing and lint errors
2017-02-02 16:13:25 -05:00
enahum
bfd70f742c
Modal with options ( #179 )
...
* modal options and channel long press
* PureComponent optimization (#183 )
* Bug fix when leaving the current channel
* Rebased with new navigation
* Add disabled drawer to unit test
* re-organize modal up in the stack and controlled by redux
* renaming modalOptions to optionsModal
2017-01-30 08:41:14 -05:00
Harrison Healey
cea81f6497
Reorganized navigation ( #181 )
...
* Moved ChannelDrawer into its own scene
* Moved RightSideMenu to a separate route
* Moved title back above scenes
* Moved right side menu into a separate scene
* Reorganized navigation so that it centers around ChannelView when logged in
* Stopped using NavigationExperimental to manage drawers
* Fixed copyright date
* Added unit tests for navigation drawers
* Renamed RightSideMenu to RightMenuDrawer
* Removed unnecessary ChannelDrawer style
2017-01-24 11:56:35 -03:00
enahum
fdc9b5cc0e
Bug fixes ( #157 )
...
* Fix team switch
* Fix getThemes
* Fix drawer unread indicators
2017-01-10 11:47:11 -05:00