FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing CyanogenMod:cm-10.1...aeipDev:cm-10.1 · CyanogenMod/android_frameworks_native · GitHub

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_native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cm-10.1
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: aeipDev/android_frameworks_native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cm-10.1
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 9 files changed
  • 9 contributors

Commits on Apr 26, 2013

  1. Frameworks native: Add new configuration qualifier for UI change on t…

    …he fly (2/3)
    
    last night I got an idea after 5 weeks of breaking stuff and
    doing to much complicated things. Together with mnazim we tried
    today to realize this idea. So another absolut new unique SlimBean
    feature is born.
    
    The aim we wanted at the end was to give a simple and resource friendly
    way to change the complete UI of a rom on the fly. So why not use
    the great fallback mechanism of AOSP and change/add a new
    qualifier into the AOSP core. To explain how it works.....if you want
    to add a new UI just add in /res folder of any app or framework you want
    folders with the qualifier "inverted". Eg. drawable-inverted-xhdpi
    or values-inverted or layout-port-inverted or whatever you want. Put in
    only the files you want to modify thats it.
    
    All qualifier in AOSP are following strict rules. You can read here.
    Do not forget the order of qualifier is important. The new "inverted"
    qualifier we added to the UIMode qualifier. To get more information
    about read here
    
    http://developer.android.com/guide/topics/resources/providing-resources.html
    
    So what this commit does:
    - add new qualifier "inverted"
    - support for API level 13 and higher
    - change the custom UI on the fly
    - control default UI Mode over config.xml
    - working for all apps. They just need to include folders
      with the new qualifier name
    - resource friendly....no resource wasting either programmticaly
      then source blow, because you just need to put in the files you
      want to change
    - cause of the qualifier structure compatible with every phone,
      language or whatever qualifier you want to use on top
    - 100% compatible to theme manager. If a theme misses drawables
      they are replaced with them from the current UIMode which is set.
    
    What is the benefit why not use just a theme? We started half year
    ago TRDS which was inverted gapps system base themed....means we
    morphed directly the changes into the framework. This methoed was
    on of the reasons why trds got so popular. Points for that are easy
    first the system is themed, means each theme you activate over
    theme engine works on top the themed system. So you have a base
    style and can modify more if you want. The other reason is easy
    a lot faster and resource friendly. Now this idea went to the
    rom to provide two core system based themes and user
    can do on top what they want or not without, like you have
    to roms in one.
    
    This commit just adds the support for this
    
    cheers
    
    mnazim and kufikugel
    
    Change-Id: I8d6637f81f3a3263ebc43f67e824cfda910df9db
    kufikugel authored and mpmckinney committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    f6fadef View commit details
    Browse the repository at this point in the history
  2. Frameworks_native: TRDS new qualifier push up qualifier number (2/2)

    Hey guys,
    
    after this feature is working really well and a lot roms kanged
    it we got a hint to change one thing which is indeed a good
    idea to have less problems on AOSP updates and tools like
    Apktool can provide us better without doing major changes every
    AOSP update.
    
    We pushed the number up to 69.....should be enough for
    next years.
    
    Please note for the one who are using our gapps at the moment
    this will break actuall gapps till we published the new one
    which will be end this week as usual.
    
    After that we will begin to publish the apktool after we had
    now enough tests....and who knows maybe the "official" Apktool
    will provide us all now. So all in all a good time to change
    the qualifier now before it is getting more and more
    popular (we saw that first themes are providing us)
    
    cheers
    
    Lars
    
    Change-Id: I8253a8a2302032aac8f4b2ea3ca835a1ecf231a5
    kufikugel authored and mpmckinney committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    f87a440 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2013

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

Commits on May 4, 2013

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

Commits on May 7, 2013

  1. native: add support for color-converter

    Defines interfaces to interact with mm-color-converter
    wrapper class.
    
    Change-Id: Iff2926e553442fca72d9f30a89b5b7177d7a870b
    vgarodia authored and blindndumb committed May 7, 2013
    Configuration menu
    Copy the full SHA
    b330b32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from blindndumb/cm-10.1

    native: add support for color-converter
    blindndumb committed May 7, 2013
    Configuration menu
    Copy the full SHA
    759df9b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2013

  1. Add heap configuration for 1080p phones with 2048m

     * Increase heap start size to 16m to minimize GC with larger bitmaps
    
    Change-Id: I8fbba2e5a2a2cf2d7a6898ca6bae8639d6cf5a19
    hyperb1iss authored and gs2usr committed May 22, 2013
    Configuration menu
    Copy the full SHA
    f03d42b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2013

  1. fix mem leak on error handling

    Change-Id: I40d8e371c46184aa701fa676246201a9d8f6e27d
    inFlorence authored and mithun46 committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    dee0874 View commit details
    Browse the repository at this point in the history
  2. Abort surface composition if hw surface is invalid

    If an invalid display device is detected during surface composition
    (e.g., a simulated secondary display is removed), abort the
    composition.
    
    Change-Id: Ia6afb2e287882d8ae0614eb25463d3f85b687adf
    mchock-nv authored and mithun46 committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    e44adab View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2013

  1. Frameworks_native: TRDS 2.0 (2/3)

    After testing with huge success we discovered here
    and there small problems (like NFC beam animation is broken,
    TRDS was disabled on cardock etc) which mainly was caused
    due that we used the already from AOSP introduced uiModes
    qualifier which could cause in special conditions this
    conflicts. Beside that we want a bit more flexibility.
    Result: This commit introduces the inverted qualifier as
    complete own qualifier undependent of the already AOSP
    used ones.
    
    Beside that it fixes all known issues......features:
    
    - it is now completly working over the AOSP Configuration classes
      Means every app get notice of a change trough onConfiguratioChange
      and restarts it's activity if change was detected.
    - app can disable that like some other configuration values
      over AndroidMainfest.xml
    - beside "inverted" folder another "notinverted" folder is introduced
      for another themeing (eg white)
    - qualifier order is direct before the official uiMode qualifiers
      (see AOSP docs)
    - All usual Configuration actions can be used with the inverted
      qualifiers....like BroadcastChange, direct read out from every
      app etc. etc. Note: Only system can change the uiInvertedMode
    
    So as you see a real own qualifier now
    
    NOTE: Apktool as well aapt need to be changed to fit the "new
    qualifier"....which means that we need to recompile our gapps
    that they react as well on this new behaviour. Think we will get them ready
    next 2 or 3 days.
    
    Change-Id: Ic538219fe86bb7a1f92c3eb9f44057cb249dcbe6
    kufikugel authored and singhdd93 committed Jun 2, 2013
    Configuration menu
    Copy the full SHA
    962e57f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2013

  1. provide overrides for hwui memory limits for xxhdpi phones

    Change-Id: I8b369619cd07530d0468a5449da30f338c13c7d2
    hyperb1iss authored and mithun46 committed Jun 8, 2013
    Configuration menu
    Copy the full SHA
    e49b9e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2013

  1. libutils: get ride of debug trace file errors

    put them as warning only...
    
    Change-Id: Idbdddbc83833c938288da6b7a68fb3539d139538
    tpruvot authored and apascual89 committed Jul 26, 2013
    Configuration menu
    Copy the full SHA
    c66a9e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2013

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

Back | FazBrowse Home | New Git URL