Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RNMobile] Media & Text - Media picker buttons functionality #17537

Merged
merged 14 commits into from
Oct 10, 2019

Commits on Oct 3, 2019

  1. [RNMobile] Native mobile release v1.11.0 (WordPress#17181)

    * [RNMobile] Fix crash when adding separator
    
    * Build: remove global install of latest npm since we want to use the paired node/npm version (WordPress#17134)
    
    * Build: remove global install of latest npm since we want to use the paired node/npm version
    * Also update travis to remove --latest-npm flag
    
    * [RNMobile] Try dark mode (iOS) (WordPress#17067)
    
    * Adding dark mode component implemented on list and list block
    
    * Adding DarkMode handling to RichText, ToolBar and SafeArea
    
    * Mobile: Using DarkMode as HOC
    
    * iOS DarkMode: Modified colors on block list and block container
    
    * iOS DarkMode: Improved Header Toolbar colors
    
    * iOS DarkMode: Removing background from buttons
    
    * iOS DarkMode warning and unsupported
    
    * iOS DarkMode: MediaPlaceholder
    
    * iOS DarkMode: BottomSheets
    
    * iOS DarkMode: Inserter
    
    * iOS DarkMode: DefaultBlockAppender
    
    * iOS DarkMode: PostTite
    
    * Update hardcoded colors with variables
    
    * iOS DarkMode: Fix bottom-sheet cell value color
    
    * iOS DarkMode: More - PageBreak - Add Block Here
    
    * iOS DarkMode: Better text color
    
    * iOS Darkmode: Code block
    
    * iOS DarkMode: HTML View
    
    * iOS DarkMode: Improve colors on SafeArea
    
    * Fix toolbar not avoiding keyboard regression
    
    * Fix native unit tests
    
    * Fix gutenberg-mobile unit tests
    
    * Adding RNDarkMode mocks
    
    * RNMobile: Fix crash when viewing HTML on iOS
    
    * [RNMobile] Remove toolbar from html view
    
    * [RNMobile] Fix MaxListenersExceededWarning caused by dark-mode event emitter (WordPress#17186)
    
    * Fix MaxListenersExceededWarning caused by dark-mode event emitter
    
    * Checking for setMaxListeners trying to avoid CI error
    
    * Adding remove listener to DarkMode HOC
    
    * DarkMode: Binding this.onModeChanged to `this`
    
    * DarkMode: Adding conditional needed to pass UI Tests on CI
    
    * Fix focus title on new posts regression (WordPress#17180)
    
    * BottomSheet: Setting DashIcon color directly when theme is default (light) (WordPress#17193)
    etoledom authored and geriux committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    eacb568 View commit details
    Browse the repository at this point in the history
  2. [RNMobile] DarkMode improvements (WordPress#17309)

    * Remove the need to import `useStyle` and pass the theme prop on every instance that `withStyle` is used
    
    * Implement dark-mode refactor on all components
    
    * Fix broken native tests
    
    * Fix default block appender background color on DarkMode
    
    * DarkMode: Make `useStyle` a class function
    etoledom authored and geriux committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    f38ed09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f4599b View commit details
    Browse the repository at this point in the history
  4. Media & text implementation

    geriux committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    ac9244d View commit details
    Browse the repository at this point in the history
  5. Add label for media&text

    geriux committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    f7831cc View commit details
    Browse the repository at this point in the history
  6. Media upload improvements

    geriux committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    b3c5a6f View commit details
    Browse the repository at this point in the history
  7. [RNMobile] Refactor Dark Mode HOC (WordPress#17552)

    * [RNMobile] Refactor the Dark Mode HOC to fix naming antipatterns
    
    * Fix lint errors
    
    * Add .native.js suffix to usePreferredColorScheme
    
    * Update usage of theme props renamed to preferredColorScheme
    
    * Update usage of theme props renamed to preferredColorScheme
    Tug authored and geriux committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    40ee080 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b4e94e View commit details
    Browse the repository at this point in the history
  9. Mobile - Platform mock

    geriux committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    7be5026 View commit details
    Browse the repository at this point in the history
  10. Mobile - Move Platform mock

    geriux committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    3098d61 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a053bd View commit details
    Browse the repository at this point in the history
  12. Remove unused var

    Gerardo Pacheco authored and geriux committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    8237c9f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Mobile - Media & Text - Fix styles and allow both types of media uplo…

    …ad for iOS and Android
    geriux committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    7b644fe View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    ace01c9 View commit details
    Browse the repository at this point in the history