Skip to content
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: CyanogenMod/android_frameworks_base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cm-10.1
Choose a base ref
...
head repository: android-legacy/android_frameworks_base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cm-10.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 20 files changed
  • 4 contributors

Commits on Oct 1, 2013

  1. Use RGB565 surface for wallpaper

    The framebuffer only uses 16bpp on most legacy devices anyway, so this
    does not result in worse quality. It saves a lot of GPU fillrate and
    memory, though.
    
    Change-Id: If19902500d615291c4362f03d26d9cee2d4e684e
    grigorig authored and legacy-review committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    440530b View commit details
    Browse the repository at this point in the history
  2. Prefer 16bpp formats for opaque bitmaps

    Configure BitmapFactory to prefer RGB565, which will make it
    use that format for all opaque assets loaded by it with standard
    settings. Toggle dithering flag in strategic places and reenable
    16bpp drawing cache, to speed up software UI rendering.
    
    This generally helps with reducing memory consumption on legacy
    devices, and usually does not result in reduced visual quality.
    
    Change-Id: Id1b7e0529461d23213e31c25b74d4da5d08f0855
    grigorig authored and legacy-review committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    13eebd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d25d5dd View commit details
    Browse the repository at this point in the history
  4. qcom-fm: audio: add support for fm feature

    Change-Id: Id48a52ceb7359deb65d4a69e664b22ed80cf997c
    
    Conflicts:
    
    	core/java/android/content/Intent.java
    	policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
    
    audio: fix for FM mute issue
    
    - Add STREAM_FM in mMuteAffectedStreams
      so that FM stream can be muted
    - Add STREAM_FM in STREAM_NAMES
    
    Change-Id: I6c604e1a20a466a97ca4246260c0b1a7ad9112d2
    CRs-fixed: 441132
    Mingming Yin authored and legacy-review committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    fdc2cf7 View commit details
    Browse the repository at this point in the history
  5. keep button backlight enabled when screen is on

    Change-Id: If2d92da19b55e69508782188bc8685685c5286ba
    KonstaT authored and legacy-review committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    42ecc07 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2014

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