Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb0dabd3b33c
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d93fe2367d21
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 11, 2023

  1. Roll Skia from 4935bed4260d to 11e41e0e2f9f (3 revisions) (#46759)

    skia-flutter-autoroll authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d28fdb0 View commit details
    Browse the repository at this point in the history
  2. [Android] Add support for text processing actions (#44579)

    ## Description
    
    This Android related PR adds a channel buffer and a plugin to interact with Android 'process text' feature. It makes it possible to query text processing actions and to run those actions (for instance 'calling' Google translate).
    Text actions that outputs a processed text are supported.
    
    The implementation is based on the great sample provided by @gualse , see flutter/flutter#107603 (comment). 
    
    In order to return a non empty list of text actions, the implementation will require adding a section to the Android manifest file (see flutter/flutter#107603 (comment)).
    Adding this section automatically to new or existing Flutter apps is not part of this PR but will be tackled in a future PR.
    
    ## Related Issue
    
    Android engine side for flutter/flutter#107603
    
    ## Tests
    
    Adds 3 tests.
    bleroux authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d93fe23 View commit details
    Browse the repository at this point in the history
Loading