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: LineageOS/android_frameworks_base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lineage-17.1
Choose a base ref
...
head repository: fgl27/android_frameworks_base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lineage-17.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 10, 2020

  1. base: set default animation scaling to 0.5

    Signed-off-by: Felipe Leon <fglfgl27@gmail.com>
    fgl27 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    bca7355 View commit details
    Browse the repository at this point in the history
  2. Base: config_appTransitionAnimationDurationScaleDefault 0.5

    Signed-off-by: Felipe Leon <fglfgl27@gmail.com>
    fgl27 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    c005b53 View commit details
    Browse the repository at this point in the history
  3. Base: Display Screen Brightness Dim Config 1/2 of curren user Brightness

    Signed-off-by: Felipe Leon <fglfgl27@gmail.com>
    Signed-off-by: fgl27 <fglfgl27@gmail.com>
    
    # Conflicts:
    #	services/core/java/com/android/server/display/DisplayPowerController.java
    fgl27 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    cf034ef View commit details
    Browse the repository at this point in the history
  4. base: Show fast charging on lockscreen witout checking amperage

    Signed-off-by: Felipe Leon <fglfgl27@gmail.com>
    Signed-off-by: fgl27 <fglfgl27@gmail.com>
    
    # Conflicts:
    #	packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java
    fgl27 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    3890b15 View commit details
    Browse the repository at this point in the history
  5. Base: Statusbar use screenBrightnessSettingMinimum for mMinBrightness

    This allows status bar gestures to set the proper user min brightness
    
        <!-- Minimum screen brightness setting allowed by the power manager.
             The user is forbidden from setting the brightness below this level. -->
        <integer name="config_screenBrightnessSettingMinimum">10</integer>
    
    config_screenBrightnessDim can be lower so prevent it
    
    Signed-off-by: Felipe Leon <fglfgl27@gmail.com>
    fgl27 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    7049e94 View commit details
    Browse the repository at this point in the history
  6. Base: prevent haptic feedback if screen is not fully on

    Don't know if this affects all devices, problem identified on a device with hw keys that are cover by the same glass as the main screen,
    if DT2W and hapitc feedback is enable the hw keys will cause vibration when the screen is off
    prevent that by checking if the screen is fully on...
    DT2W active area doesnot cover the hw key area has the hw keys can't be used to wakeup the device via DT2W
    
    Signed-off-by: Felipe Leon <fglfgl27@gmail.com>
    fgl27 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    230bbc0 View commit details
    Browse the repository at this point in the history
  7. telephony: URI cannot be created with negative subIds

    Some older radios do not provide a subId, therefore default it to 0
    in such cases to prevent the phone from crashing.
    
    Test: Successfully boot US Cellular S4 Mini (SCH_R80 / serranolteusc).
    Change-Id: I6cfe93983ce941946920dd8bd7c82c3ff7f3aa1c
    jlask authored and fgl27 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    2364844 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Base: Fix clock update on boot and on network changes

    on boot the vale of getNitzAge() is always too small preventing the update from happening
    this function is not call unless the network changes
    so there is no issue on update on it change if skew allows it
    
    Signed-off-by: fgl27 <fglfgl27@gmail.com>
    fgl27 committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    0c4e282 View commit details
    Browse the repository at this point in the history
Loading