Comparing aosp-mirror:main...SnowDroid:android-4.4.2_r2 · aosp-mirror/platform_frameworks_base · GitHub
Skip to content
This repository was archived by the owner on Nov 8, 2023. 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: aosp-mirror/platform_frameworks_base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SnowDroid/frameworks_base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: android-4.4.2_r2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 68 files changed
  • 8 contributors

Commits on Nov 20, 2013

  1. Fix incorrent page range parsing when custom print options used.

    We have APIs for a print service to declare an activity with custom
    print options. In this activity the service can add custom properties
    as well as change the standard ones such as pages to print. The ranges
    of selected pages from the custom activity was incorrectly parsed
    resulting in an off by one error in what is shown to the user and as a
    result getting an exception when trying to print.
    
    bug:11719051
    
    Change-Id: Id04c94608178895f1d47381a63133f0eba7645e1
    sganov authored and The Android Automerger committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    ee7d501 View commit details
    Browse the repository at this point in the history
  2. Notify apps when insets change.

    Activities that handle their own configuration get layout when hidden
    and the configuration changes but not when the content insets change
    if they are hidden. They need to get a fresh layout for both
    situations.
    
    Fixes bug 11544694.
    
    Change-Id: Iff3a9adb72ea7dfc3e5cd38e1b9cd7cf2006f8f5
    Craig Mautner authored and The Android Automerger committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    b57512e View commit details
    Browse the repository at this point in the history
  3. Mask OOBE when filtering recent documents.

    There is a data ownership issue related to recent documents Cursors,
    and the loader and UI threads can end up traversing the same Cursor
    at runtime.  This change masks OOBE crashes caused by this race until
    we have time to fix cleanly.
    
    Bug: 11736668
    Change-Id: I2039a5edcf341fcaedacc2f08bde96fc5a271782
    jsharkey authored and The Android Automerger committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    0fb8556 View commit details
    Browse the repository at this point in the history
  4. Harden against transiently unavailable backup transports

    The init & clear operations are particularly important to ensure
    delivery when at all possible, so we retry those periodically
    if the transport is unavailable when we first attempt them.
    
    Now with 100% less build break.
    
    Bug 11716868
    
    Change-Id: I2af4e93788068cfac97c0a48d3568c561eefa23d
    Christopher Tate authored and The Android Automerger committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    28b6d38 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2013

  1. Only scan for wifi display when there is no active connections

    Bug: 11717053
    Change-Id: I4ab73f6517fbfb8fcc131b89d0e934380dcf69e0
    Chong Zhang authored and The Android Automerger committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    6f46672 View commit details
    Browse the repository at this point in the history
  2. Make action bar media router icons blue again.

    This partially reverts commit e7ae644.
    
    Bug: 11790271
    Change-Id: Ib83dbede4472ba08bcf79bf9009d690278841723
    Jeff Brown authored and The Android Automerger committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    7647d86 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2013

  1. Revert "PreferencesFragment showing the breadcrumb area in single pan…

    …e mode."
    
    This reverts commit 2b8795a.
    
    Change-Id: If8dcc7190cbe66af09945d8b23a3e1d8fd791b1d
    sganov authored and The Android Automerger committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    cacd672 View commit details
    Browse the repository at this point in the history
  2. Revert "PreferenceFragment showing the breadcrumb when not needed."

    This reverts commit 7db97b0.
    
    Change-Id: Iefe9807fd75baf04e61ec59b508e438320c80fe3
    sganov authored and The Android Automerger committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    c4294fb View commit details
    Browse the repository at this point in the history
  3. Fix issue #11790471: Crash removed home buttons and notification bar/…

    …shade
    
    Whoops persistent processes are, well, persistent.  Don't remove
    services from them.  We'll be keeping that process record around.
    
    Change-Id: I29e9fb6f704efdf0caad5e0307a7adbb416eed3b
    Dianne Hackborn authored and The Android Automerger committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    bf2ed3f View commit details
    Browse the repository at this point in the history
  4. Stop wifi display discovery when no longer needed.

    Keep track of how many clients are requesting scans and scan
    continuously until all of them are gone then explicitly terminate the
    scan instead of letting it time out as before.
    
    Suspend wifi display scans while connecting or connected to a remote
    display.  This is handled by both the display manager and media router
    since neither has complete information about what is happening.
    Much of this code will no longer be needed once wifi display support
    is integrated directly into the media router service.
    
    Ensure that we don't attempt to scan or connect to wifi displays
    while the wifi display feature is off.
    
    Infer when a connection attempt fails and unselect the wifi display
    route automatically so it doesn't appear to be connecting forever.
    
    Fix issues around correctly canceling and retrying connection attempts.
    Often we would cancel but not retry.
    
    Improved connection reliability somewhat.  It seems that discovery must
    already be in progress in order for a connection attempt to succeed.
    
    Ensure QuickSettings uses exactly the same logic as the MediaRouteButton
    to determine when the remote display tile should be made visible.
    
    Bug: 11717053
    Change-Id: I18afc977b0e8c26204b8c96adaa79f05225f7b6e
    Jeff Brown authored and The Android Automerger committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    feef988 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2014

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

Commits on Mar 12, 2014

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

Commits on Apr 6, 2014

  1. Fix recents menu text color

    jbott committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    204bdbe View commit details
    Browse the repository at this point in the history
Loading