Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base: add missing Text style in BatteryStyles [1/2] #7

Open
wants to merge 491 commits into
base: q10
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 18, 2020

  1. Fix some crashes with lockscreen album art filter

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    9991b85 View commit details
    Browse the repository at this point in the history
  2. Separate double tap to sleep on lockscreen [1/2]

    * Based on commits by ezio84 and maxwen:
    ezio84/abc_frameworks_base@4247a86
    ezio84/abc_frameworks_base@4467b77
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    cb1a22c View commit details
    Browse the repository at this point in the history
  3. SystemUI: Add case to quick pull down status bar anywhere

    * Also disable this by default.
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    7e5dcea View commit details
    Browse the repository at this point in the history
  4. pocket: introduce pocket judge

    @ZENIXxx
    * Bring to Android 10
    
    Signed-off-by: ZeNiXxX <zenixxx.havoc@gmail.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    kaluoshi authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    95727bb View commit details
    Browse the repository at this point in the history
  5. policy: introduce pocket lock

    * Block touch screen and keys inputs when device is in pocket.
    * Safe-door to disable pocket lock within long press power button
      if sensors do not behave correctly after PocketManager.isDeviceInPocket()
      returns true.
    * Window uses TYPE_SYSTEM_ERROR flag with ensure high
      priority over the lockscreen and other high priority windows.
    * Do not illuminate buttons when pocket lock is showing.
    * Disable fingerprint events and gestures when in pocket
    * Be friendly towards Keypress Boost
    
    Contributors:
    Carlo Savignano <carlosavignano@aospa.co>
    Chris Lahaye <dev@chrislahaye.com>
    Anas Karbila <anaskarbila@aospa.co>
    Alex Naidis <alex.naidis@linux.com>
    Park Ju Hyung <qkrwngud825@gmail.com>
    
    Ticket: NOUGAT-15
    
    @ZENIXxx
    * Fix  booting issues
    * Fix  NPEs
    * Bring to Android 10
    
    Change-Id: I65cb9de80d052f6704d609d270c7208eff28fdff
    Signed-off-by: ZeNiXxX <zenixxx.havoc@gmail.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    kaluoshi authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    bb43698 View commit details
    Browse the repository at this point in the history
  6. pocket: Add hardware acceleration and properly maintain SYSTEM_UI flags

    Change-Id: I585598242beec34bd92c5df5836ab395b36cea05
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Chris Lahaye authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    f7c1e79 View commit details
    Browse the repository at this point in the history
  7. PocketService: Adjust light sensor rate to 400ms

    We already adjusted the proximity sensor rate to
    400ms, so adjust the rate for the light sensor
    accordingly and create a tunable.
    
    Change-Id: Ie6dda80df8cdc677eb6cdb873a5ce1e888572fe7
    Signed-off-by: Alex Naidis <alex.naidis@linux.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    TheCrazyLex authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    92c2bab View commit details
    Browse the repository at this point in the history
  8. pocket: introduce pocket bridge

    This service communicates pocket state to the pocket judge kernel driver.
    It maintains the pocket state by binding to the pocket service.
    
    Ticket: NOUGAT-49
    
    Change-Id: Iee77f767f23d3f77a0d1d871f9305f3b3c6d6630
    Signed-off-by: Chris Lahaye <dev@chrislahaye.com>
    Signed-off-by: Alex Naidis <alex.naidis@linux.com>
    Signed-off-by: ZeNiXxX <zenixxx.havoc@gmail.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Chris Lahaye authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    a37d529 View commit details
    Browse the repository at this point in the history
  9. pocket: Adjust sleep timeout for pocket lock view to 10 secs

     - Fix the case where user sets a high value for sleep timeout in display settings
       and the pocket view is also displayed for that much duration.
    
    Change-Id: If6c4daa1fd98992141f22db70e0e86d5d990f789
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    TheStrix authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3c7b5f5 View commit details
    Browse the repository at this point in the history
  10. pocket: Fix pocket lock view for display cutouts

     - Use LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES layout
       flag to extend pocket lock view for display cutout mode.
    
    Change-Id: I21e4e47cf999b3a0f3d6ebf9165ba9f5596ece0e
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    TheStrix authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    137ccf7 View commit details
    Browse the repository at this point in the history
  11. Pocket lock improvements

    * Fix auto hide not working correctly
    * Restore systemui visibility when hidden
    
    @ZENIXxx
    * remove faceunlock logic and adapt for android 10
    
    Change-Id: I2bb57b56cdf431d32cdbc3c67f272bf98251888
    Signed-off-by: ZeNiXxX <zenixxx.havoc@gmail.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    jhenrique09 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    93b73ba View commit details
    Browse the repository at this point in the history
  12. Fingerprint error vibration [1/2]

    DennySPb: add on_error switch
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Beanstown authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    c13c509 View commit details
    Browse the repository at this point in the history
  13. Camera: Extend face detection

    This change is the combination of below commits, plus removing
    ExtendedFace class from frameworks/base.
    
      # This is the 1st commit message:
      Add framework support for extended face detect
      CRs-Fixed: 587195
      Change-Id: I2a1c477ee6d11f2b9764966abbb85ede9100fe91
    
      # This is the 2nd commit message:
      Camera: Extended face features added
      - QCFace renamed to ExtendedFace
      CRs-Fixed: 587195
      Change-Id: I7c7e2073f283522c2f0bd0fa5e7b96a74ae18011
    
      # This is the 3rd commit message:
      Camera: QCFace AOST copyrights fixed
      AOST files copyright data must not be updated to 2014
      CRs-Fixed: 587195
      Change-Id: I0cd603da674152c9f47350e571ec3e230b61f8dd
    
    Updated these changes with change in package name of extendedFace
    com.qualcomm.qti.camera.ExtendedFace
    
    Change-Id: I5d099efe1721e5d26af51006dae4e5f3ea3292d6
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Shuzhen Wang authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    417a19e View commit details
    Browse the repository at this point in the history
  14. Camera: Clearing exception for Extended Face

    Issue: For project which dont have ExtendedFace
    Class, exception for class is thrown causing issue.
    
    Fix: Added exception clear.
    
    CRs-Fixed: 2246547
    
    Change-Id: I13b40a92348d4a14412961698612d9ea7e110df0
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Sauhard Pande authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    b65ffe0 View commit details
    Browse the repository at this point in the history
  15. camera: Skip HFR checks for privileged apps.

    Issue: HAL3 supports HFR only if its greater than or equal
           to 120fps.
    
    Fix: Skip the checks to allow HFR 60 and 90 fps in HAL3 for
         specific apps.
         The following property need to be set to allow these
         HFR configurations :
         adb shell setprop persist.camera.privapp.list <pack1,pack2,etc>
    
    Change-Id: I5f3bc94bea60dbe03284de39cd4280f67df8b015
    CRs-Fixed: 2258892
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Sai Kumar Sanagavarapu authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    9cbfd5f View commit details
    Browse the repository at this point in the history
  16. core: Add api to take screenshots

    Omni: extracted from DUI
    add a public call to Utils
    
    Change-Id: If71944466c703a9b3fe54aea6bb21150b0a082bb
    bigrushdog authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    4457ff9 View commit details
    Browse the repository at this point in the history
  17. extended audio panel [1/2]

    Change-Id: Ieb85137ee73f7ed032b9bbdd4087be2c72a4d1f5
    Signed-off-by: a.derendyaev <a.derendyaev@magdv.com>
    alexxxdev authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    178d027 View commit details
    Browse the repository at this point in the history
  18. Position "At a Glance" on type clock below status bar.

    Change summary:
     - Position below status bar on AOD, and account for burn in prevention
       movement.
     - Position below lock icon on lock screen.
    
    Change-Id: Ie575764143887a11ede3b85fa109db651814a639
    Signed-off-by: Kshitij Gupta <kshitijgm@gmail.com>
    Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
    AgentFabulous authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    196503c View commit details
    Browse the repository at this point in the history
  19. GlobalActionsDialog: Fix corner cases of NPE

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    2c4551e View commit details
    Browse the repository at this point in the history
  20. Quick settings: Add Haptic Feedback to tiles [1/2]

    mydongistiny: updated for oreo
    neobuddy89: rewrite using TunerAPI
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    amartinz authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    48a2881 View commit details
    Browse the repository at this point in the history
  21. base: Add three-fingers-swipe to screenshot [1/2]

    The feature is ported from Oppo ColorOS.
    With the options on, users can swipe down
    on the screen to have a screenshot.
    
    original smali port by: wuxianlin
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ghbhaha authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6767598 View commit details
    Browse the repository at this point in the history
  22. base: Improvements for swipe to screenshot

    * Cancel touch events when tap with three fingers
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    jhenrique09 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    902587a View commit details
    Browse the repository at this point in the history
  23. base: SwipeToScreenshot: Import MIUI implementation

    Reverse engineered from Xiaomi/beryllium/beryllium:9/PKQ1.180729.001/9.2.25:user/release-keys
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    jhenrique09 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    e8382bd View commit details
    Browse the repository at this point in the history
  24. Use API function for three finger screenshot

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    5a5f54c View commit details
    Browse the repository at this point in the history
  25. base: Change toast background to a darker color

    Change-Id: Id30347258a15bcf99f51b0df6def0a6a9b1f9abf
    Signed-off-by: mydongistiny <jaysonedson@gmail.com>
    Signed-off-by: Arghya Chanda <arghyac35@gmail.com>
    mydongistiny authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    1d0e136 View commit details
    Browse the repository at this point in the history
  26. base: SystemUI: enhance calendar link

    pressing date -> calendar
    
    Change-Id: Ia2daff2038b136667c95efdc5515c72ef8eda502
    maxwen authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    f11714d View commit details
    Browse the repository at this point in the history
  27. CarrierConfigManager: enable LTE+ icon by default

    By popular demand.
    
    Change-Id: Ic8819c9b9cf5d1469a47f3d16cd10918285f40f9
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    xboxfanj authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    de02600 View commit details
    Browse the repository at this point in the history
  28. fingerprint: notify client when cancelling succeeded

    * Some fingerprint hardware hals might not notify userspace in time
      in some scenarios when successful authentication cancel is performed.
    * This is observed for example in some devices that have power and/or home
      buttons merged with fingerprint sensor, but not limited to such cases.
    * Add a opt-in configuration to enable client authentication cancel from
      fingerprint service when successful.
    * This addresses originally an issue where requesting fingerprint to be
      disabled and then enabled will wait till cancelling timeout before changing
      fingerprint sensor state and start authenticating again.
    
    Change-Id: I6a6795fbb795f0c6a4ff8ad27ac807e2f744c2d9
    Signed-off-by: Carlo Savignano <carlosavignano@aospa.co>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    kaluoshi authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3974b2a View commit details
    Browse the repository at this point in the history
  29. ThemedMeterDrawable: Fix system crash on theme change

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    a3aca5b View commit details
    Browse the repository at this point in the history
  30. Battery light: 100% charged level (1/3)

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Razziell authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    9ea78dc View commit details
    Browse the repository at this point in the history
  31. PowerMenu: Hide the useless Emergency item

    Change-Id: I1766a08bb6d09b612cd4d5741d531c5bde58a1e8
    Signed-off-by: PMS22 <prathams99@rediff.com>
    PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    83f81f7 View commit details
    Browse the repository at this point in the history
  32. Add Flashlight blink on incoming calls [1/3]

    - There are tons of apps out there on playstore which replicate the same
      iOS behaviour. Let's just add it in system keeping it disabled by default.
    
    Change-Id: I43f22939c9377bf23adaa4bb2bbfdfc2bde722f1
    Signed-off-by: PMS22 <prathams99@rediff.com>
    PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3f3cb41 View commit details
    Browse the repository at this point in the history
  33. QuickSettings: Launch Ashes on long click Settings icon

    Signed-off-by: PMS22 <prathams99@rediff.com>
    Beanstown authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    5e411a2 View commit details
    Browse the repository at this point in the history
  34. Disable dashboards conditions and suggestions (1/2)

    Change-Id: I950a97177cfe9c1ac24a0a373b42b1495fb0a7ab
    Signed-off-by: PMS22 <prathams99@rediff.com>
    xyyx authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    603ba92 View commit details
    Browse the repository at this point in the history
  35. Turn on development settings by default

    Signed-off-by: xyyx <xyyx@mail.ru>
    xyyx authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    b47675d View commit details
    Browse the repository at this point in the history
  36. Allow to suppress notifications sound/vibration if screen is On [1/2]

    Change-Id: Ic4e7f7d0af413497c97c83423ba7cdabf766f080
    Suppress notification vib/sound feature: add "if no media playing" mode [1/2]
    
    Change-Id: Ife63f95d5892bd59f3c03ff94010cb259d6745a0
    Cleanup: Remove notifications media playing check [1/2]
    
    The media playing check for "Suppress notifications when screen on" is not
    reliable. The other two available options are enough.
    Change-Id: Iabd91eb5f1fb10af05480fe0dfb7298fbd0d3cb2
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    e3d43d8 View commit details
    Browse the repository at this point in the history
  37. core: Add support for MicroG

    -fake signatures, enabled per app by dynamic permission
    
    Change-Id: I84fc7e5c606f4b57012d948a4cc6cb521db6b03e
    gudenau authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    cd07580 View commit details
    Browse the repository at this point in the history
  38. base: Add Solid battery style from PA [1/2]

    Extracted from AOSPA/android_frameworks_base@0b09efa and added as an alternative to circle battery by @Blacksuan19 & @SKULSHADY
    
    @neobuddy89:
    * Rewrite with battery % inside icon and improvements.
    * Apply charging animation for bolt in circle battery styles
    
    Co-authored-by: Anushek Prasal <anushekprasal@gmail.com>
    Co-authored-by: Abubakar Yagoub <Abubakaryagob@gmail.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    3 people authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    a92694f View commit details
    Browse the repository at this point in the history
  39. base: Add ambient pulse notification [1/2]

    @SKULSHADY: Clean it up a bit
    
    Change-Id: Ie4f1730bb15d0cd4db7ceb3a0281c114707d3789
    kldoc authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    c178b61 View commit details
    Browse the repository at this point in the history
  40. SystemUI: Fix ambient pulse notification layout

    Change-Id: I32b3626552b78e17d4ac6a924846c4dbf8572087
    SKULSHADY authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    7723687 View commit details
    Browse the repository at this point in the history
  41. Allow disabling of FC dialogs [1/2]

    Change-Id: Ic473c00ccf0c6c2e2a0c93ca2219210739b125ed
    Jmz authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    f013493 View commit details
    Browse the repository at this point in the history
  42. Allow to set QS panel columns and rows [1/2]

    @gwolf2u:
    - converted to tunerService
    - adapted for Android 10
    - changed default to custom 2 / 4 setting
    
    Change-Id: I00e5ab0f85870dbb3fb6433e3595cc20876bc4d8
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    b441cef View commit details
    Browse the repository at this point in the history
  43. Allow tuning ambient display with sensors [1/3]

    v2 for Android 10!
    
    Change-Id: Ic0c06aa7e73748fbe8987688a09aba51538ed17b
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    d75c25e View commit details
    Browse the repository at this point in the history
  44. QS columns/rows: fix rows not refreshing on setting change

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    d3407f1 View commit details
    Browse the repository at this point in the history
  45. Force Expanded Notifications [1/2]

    Updated to 10 by @PMS22
    
    * This will force expanded notifications for all apps that support expanded notifications
    
    Change-Id: I2259ae02bbdeb0867b83a52277b5f7ff2de6485d
    Signed-off-by: PMS22 <prathams99@rediff.com>
    Jmz authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    34f7ea5 View commit details
    Browse the repository at this point in the history
  46. Grant Wellbeing the SUSPEND_APPS perm if already declared

    Change-Id: I4ca48f93888cc187f4918699fe896a2176b63953
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Surge1223 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    627abd5 View commit details
    Browse the repository at this point in the history
  47. Grant BIND_WALLPAPER permission to prebuilt wp picker

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    f5ec1e5 View commit details
    Browse the repository at this point in the history
  48. Add missing SET_WALLPAPER_COMPONENT permission to prebuilt wp picker

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6b7165e View commit details
    Browse the repository at this point in the history
  49. Permissions: allow to grant permissions to more apps on dirty flash

    Change-Id: I407d74c3f4dfdf0ade711e42a7b77e602d7e3a88
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    be602f3 View commit details
    Browse the repository at this point in the history
  50. core: Add camera intents for camera state [1/2]

    Change-Id: Ib2e87a86d1f9d26c82f7de42c8cbfe526395ed9e
    TheScarastic authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    7a7f1c4 View commit details
    Browse the repository at this point in the history
  51. SystemUI: keyguard show charging watt

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    maxwen authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    83492a1 View commit details
    Browse the repository at this point in the history
  52. SystemUI: bring back old style mobile data indicators [1/2]

    TODO maybe add settings observer to do update faster then
    waiting for the next update
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    maxwen authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3361557 View commit details
    Browse the repository at this point in the history
  53. StatusBarMobileView: Clean up

    Change-Id: If2a9141298bef76fd2119e225140f63ecfb57fd8
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    a880a8a View commit details
    Browse the repository at this point in the history
  54. Revert "Fix to avoid UI freeze issue"

    This reverts commit c932f74.
    
    Change-Id: Icbadacb5d324c4f8b564eaee201408f6af11bf36
    PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    4fc9773 View commit details
    Browse the repository at this point in the history
  55. Hide power menu on secure lockscreen [1/2]

    Adds an option to enable/disable power menu on secure lockscreen.
    
    Change-Id: Id926fad63ee5bfab7675525a7f2d696d71fff7a0
    Altaf-Mahdi authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    e98b206 View commit details
    Browse the repository at this point in the history
  56. Hide power menu on secure lockscreen - improvements

    Change-Id: I6faf7154904e0edcbfc089b9fb813faf4c647387
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    918bf06 View commit details
    Browse the repository at this point in the history
  57. Add Restart SystemUI button on Advanced Restart Menu (1/2)

    Change-Id: If553d699846e7deb8da961bc9c72d1abe4968fbf
    lindwurm authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    739911e View commit details
    Browse the repository at this point in the history
  58. base: Allow themes switching to drawable for qs icons

    * From 10 , google decided to use a mask for the quicksettings to support their shapes , this commit allows us to use the drawable for the qs icons to use in our qs styles
    * Substratum themes can disable this via overlay.
    
    Change-Id: Ie79ffdb3efdf28352e267fb295183f7b2bdbb220
    simrat39 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    346b3e6 View commit details
    Browse the repository at this point in the history
  59. base: SystemUI: enhance calendar link

    pressing date -> calendar
    
    Change-Id: Ia2daff2038b136667c95efdc5515c72ef8eda502
    Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com>
    maxwen authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    be39024 View commit details
    Browse the repository at this point in the history
  60. base: Update some icons to MD2

    Change-Id: Ia938aa767fdf42d79c611c523f0e21fd41cf3e45
    Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com>
    SKULSHADY authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    8819418 View commit details
    Browse the repository at this point in the history
  61. ChooserActivity: remove ugly separator

    Change-Id: Ibac9858f33b563fd4d5890d098b602bf51636e75
    Signed-off-by: Lucchetto <lucchetto.tie@live.com>
    Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com>
    Lucchetto authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    21a4672 View commit details
    Browse the repository at this point in the history
  62. Camera: Don't crash when trying to disable shutter sound

    08-20 10:10:01.767  2210  2494 E FlashlightController: Couldn't initialize.
    08-20 10:10:01.767  2210  2494 E FlashlightController: java.lang.RuntimeException: Camera is being used after Camera.release() was called
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.hardware.Camera._enableShutterSound(Native Method)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.hardware.Camera.updateAppOpsPlayAudio(Camera.java:1833)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.hardware.Camera.initAppOps(Camera.java:629)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.hardware.Camera.<init>(Camera.java:606)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.hardware.Camera.getEmptyParameters(Camera.java:2214)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.hardware.camera2.legacy.LegacyMetadataMapper.createCharacteristics(LegacyMetadataMapper.java:151)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.hardware.camera2.CameraManager.getCameraCharacteristics(CameraManager.java:274)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at com.android.systemui.statusbar.policy.FlashlightControllerImpl.getCameraId(FlashlightControllerImpl.java:146)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at com.android.systemui.statusbar.policy.FlashlightControllerImpl.tryInitCamera(FlashlightControllerImpl.java:72)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at com.android.systemui.statusbar.policy.FlashlightControllerImpl.addCallback(FlashlightControllerImpl.java:120)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at com.android.systemui.statusbar.policy.FlashlightControllerImpl.addCallback(FlashlightControllerImpl.java:40)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at com.android.systemui.qs.tiles.FlashlightTile.handleSetListening(FlashlightTile.java:59)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at com.android.systemui.qs.tileimpl.QSTileImpl.handleSetListeningInternal(QSTileImpl.java:340)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at com.android.systemui.qs.tileimpl.QSTileImpl.access$700(QSTileImpl.java:64)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at com.android.systemui.qs.tileimpl.QSTileImpl$H.handleMessage(QSTileImpl.java:475)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.os.Handler.dispatchMessage(Handler.java:106)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.os.Looper.loop(Looper.java:193)
    08-20 10:10:01.767  2210  2494 E FlashlightController:   at android.os.HandlerThread.run(HandlerThread.java:65)
    
    Change-Id: I544b62bc9fab1dd19e4aa1fe2cde7c3435ccada8
    Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com>
    jhenrique09 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6dfd405 View commit details
    Browse the repository at this point in the history
  63. base: Add rounded corners to activity open/close animation

    Change-Id: Ifcf49134d738693874cbdcc6f746898fa6d5942e
    suphon-t authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    f747895 View commit details
    Browse the repository at this point in the history
  64. Update date on keyguard when ticking past midnight

    When the time passes 23:59 to 00:00 (midnight) the date on keyguard does
    not always change. ACTION_DATE_CHANGED only triggers on a change from
    the user (or perhaps timezone etc). Instead we should also include
    ACTION_TIME_TICK in the clock update filter to ensure that the date is
    updated correctly when changing days.
    
    Test: none performed
    
    Signed-off-by: Joshua Hesketh <josh@nitrotech.org>
    
    Change-Id: Ib7e514a9107d40a3eb0100a80b66307f9e471e00
    Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com>
    jhesketh authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    11f29be View commit details
    Browse the repository at this point in the history
  65. fwb: Conditionally set scaled brightness

    jhenrique09 edits: Add overlay
    
    Change-Id: I5a4f2d7c5c4b4ccc92eff97639ae31a0bda9812a
    TheScarastic authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    1422681 View commit details
    Browse the repository at this point in the history
  66. PackageInstaller: Show current and new version on APK installation

    Change-Id: I61dd683cb5e9c33791ce10692477c90842bcea9c
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    409151f View commit details
    Browse the repository at this point in the history
  67. SystemUI: Tiny expanding improvement

    Change-Id: I2b650c31d44f9f5762f6510611813b1795cdc740
    Signed-off-by: BigBrother1984 <carlosavignano@aospa.co>
    Signed-off-by: Alex Naidis <alex.naidis@linux.com>
    kaluoshi authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3723bd1 View commit details
    Browse the repository at this point in the history
  68. SystemUI: Prevent dummy expansion of status bar

    qs panel gets expanded on double-tap on status bar before screen is
    turned off. So stop all events once a double-tap is detected.
    
    Change-Id: Idd75ae5a9abefecb2b98c9020a34d3065e645018
    maxwen authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    506de2f View commit details
    Browse the repository at this point in the history
  69. pocket: Reduce sleep timeout for pocket lock

    *if the proximity value changes within 10s, pocketlock exits to lockscreen. Inorder to avoid that reduce timeout to 3s
    
    Signed-off-by: RadixCube <radixcube@gmail.com>
    Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com>
    Change-Id: Iee08801534bebacc2fc62f0bc6e3a0712ce12712
    RadixQube authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    aef949b View commit details
    Browse the repository at this point in the history
  70. pocket: Use MD2 lock drawable

    Change-Id: Ia5db5b4ddc3e183a6ca2f9594a6d9c1c7c43b8cb
    SKULSHADY authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    9a0db73 View commit details
    Browse the repository at this point in the history
  71. telephony: Make IMS method updateToState accessible

    * Not sure why IMS.apk in OP5/T and OP6 Pie call this directly.
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Signed-off-by: neobuddy89 <neobuddy89@gmail.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Change-Id: I00401dff16e0fa250902201a03a5ff6c70fdd084
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    45db71d View commit details
    Browse the repository at this point in the history
  72. Option to mute media with gesture [1/2]

    This commit adds an entry to the "Prevent ringing" gesture,
    which silences the phone and also mutes media volume
    
    Change-Id: If19169d217aa74f638f4ca11cfb3f69f5ce3fd48
    tsubus authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    b635c83 View commit details
    Browse the repository at this point in the history
  73. SystemUI: Remove GarbageMonitor tile

    Change-Id: I96e8b3d281133c0fad889caabb07a30462ef8e9c
    jhenrique09 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    61bef0e View commit details
    Browse the repository at this point in the history
  74. SystemUI: Increase ambient pulse light default duration

    Change-Id: I65f768ab3e4b7ee920791e7d6b61a61e644c6e9d
    Signed-off-by: PMS22 <prathams99@rediff.com>
    PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    bf9e0d2 View commit details
    Browse the repository at this point in the history
  75. Add smart pixels [1/2]

    Change-Id: I04f51f588c057299a81ceceb0e18e3400b9789dd
    frap129 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    757174b View commit details
    Browse the repository at this point in the history
  76. Smart Pixels: Dynamically register receiver

    Don't keep the receiver registered if it isn't enabled.
    
    Change-Id: If6975df536598ee19d0ee17ec4150ae1b055e18c
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    adindotdev authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    d76d85c View commit details
    Browse the repository at this point in the history
  77. core: Implement Aggressive Battery [1/2]

    Aggressive Idle is a feature that makes the device idle constants
    more aggressive and ignores device motion when entering doze mode.
    
    Aggressive Standby is a feature that stops apps from running in
    the background as much.
    
    Change-Id: Ic8da90d988f90f642e49e411d02e883f779f497b
    Signed-off-by: Joe Maples <joe@frap129.org>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    frap129 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    a849363 View commit details
    Browse the repository at this point in the history
  78. Aggressive Battery: fix auto enable on battery saver

    Currently the receiver used for battery saver is in SmartPixelsReceiver,
    however the receiver in SmartPixelsReceiver is only registered if Smart
    Pixels is enabled. This commit just moves the settings changes when
    battery saver is enabled to the receiver in DeviceIdleController, since
    I think it makes more sense to put it in there than in
    SmartPixelsReceiver.
    
    Change-Id: I9773e246ed980170b4c582301df059f1e58f9a4f
    Signed-off-by: shagbag913 <sh4gbag913@gmail.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    shagbag913 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    f230cd3 View commit details
    Browse the repository at this point in the history
  79. Add our favourite fonts in AOSP FontEngine [2/2]

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    SuperDroidBond authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    c51c716 View commit details
    Browse the repository at this point in the history
  80. Add OnePlus Slate and SamsungOne font styles [1/2]

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    01f8d0f View commit details
    Browse the repository at this point in the history
  81. Wire up default fonts with font engine

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    a1531d8 View commit details
    Browse the repository at this point in the history
  82. Add semi bold font alias for custom fonts

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    b5b17ba View commit details
    Browse the repository at this point in the history
  83. Add Google Sans and Comic Sans font styles [1/2]

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    d882b6b View commit details
    Browse the repository at this point in the history
  84. Update Google Sans font style [1/2]

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    b407f74 View commit details
    Browse the repository at this point in the history
  85. Update default config for headline fonts

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    c9c00cb View commit details
    Browse the repository at this point in the history
  86. Add regular / light font config

    Change-Id: I7e93c1255cecc4fe9812ef09665d5005d020dc78
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    dc9b5c5 View commit details
    Browse the repository at this point in the history
  87. Add new font config to font overlays

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    e3ddd5d View commit details
    Browse the repository at this point in the history
  88. Restore light font styling of AOSP

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    330b796 View commit details
    Browse the repository at this point in the history
  89. Add hexagon and cylinder icon shape overlays

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    faed6c4 View commit details
    Browse the repository at this point in the history
  90. FhUtils: Add method to determine battery temp

    Change-Id: Id0b8addc460afae030eac0a2bf064fb21aa2c4dc
    Alex Cruz authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3d368b0 View commit details
    Browse the repository at this point in the history
  91. FhUtils: Introduce method to determine countries that use Fahrenheit

    This one is a weird one because up until a few days ago, I didn't think
    I would need. Basically what this does is check the device's MCC and bounce
    it off an array of MCC's that belong to countries that use fahrenheit.
    
    - If no MCC is found (whether is a WiFi only tablet or the user has their phone
    in airplane mode), the method returns false (Celsius). Celsius is used by 99 %
    of all people so is not a bad option.
    
    Inspired by Henrique Silva <jhenrique09.mcz@hotmail.com> and his commit below
    https://gerrit.pixelexperience.org/#/c/frameworks_base/+/1606/
    
    We're going to end up using this for two things, our battery temp thingy in
    Settings and also for what Henrique used it for, the keyguard weather default.
    
    Change-Id: I49c7a397c794e7852ab0be4bd3182710fa3b19b0
    Alex authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    70ae696 View commit details
    Browse the repository at this point in the history
  92. Screenrecord: Change save location and make sure dirs exist

    Change-Id: I3b67f7a596281a8826536b8f4e2cbe88214265e4
    Surge1223 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    620c398 View commit details
    Browse the repository at this point in the history
  93. Screenrec: allow to show a blinking red stop dot

    we could want to stop the recording without expanding the notification
    panel and show sensitive infos.
    
    Long pressing on the red dot moves it to the opposite side of the
    screen, in case the user want not to cover specific elements on the screen
    
    Old commit reference: ezio84/abc_frameworks_base@b50c7ca
    
    Change-Id: I3d0236646e752bb3c598faf66b7b8d08973001ea
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    ec09b9e View commit details
    Browse the repository at this point in the history
  94. Screenrec: use HEVC H.265 codec, add low quality option, fixes

    h265 should give a smaller file size thanks to the better
    compression/quality ratio
    
    add also a low quality option that still gives a good recording
    reducing a lot the final file size (useful when sharing the screenrecord
    on data connections)
    
    better string in the power button option
    
    code fixes
    TODO: cleanup ScreenRecordDialog code
    
    Change-Id: I099e8c96cf0100d4ad9ecf6f6f72d2d2d26f4ce1
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    31d9c2c View commit details
    Browse the repository at this point in the history
  95. Screenrecord: fix FC when using custom dpi values

    huge thanks to Zenixxx who found the root case
    
    Change-Id: I67d3c31bf360e0922a44c342a7523d02fbf2d4e6
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    4a463d8 View commit details
    Browse the repository at this point in the history
  96. Screenrecord: start delayed

    no need to record the dialog animation too
    
    Change-Id: I8c8cf674f81ee8fa1e6f70593be70f8549b70854
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    da03cc8 View commit details
    Browse the repository at this point in the history
  97. Screenrecord: exclude dialog from Recents

    Change-Id: I21535d0dcbd95076fe540163bb0fe128e282e014
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    77b7610 View commit details
    Browse the repository at this point in the history
  98. SystemUI: ScreenRec: Redesign the dialog

    Preview: https://imgur.com/H7F94i8
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    SKULSHADY authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    e070c7b View commit details
    Browse the repository at this point in the history
  99. Screenrecord: remember last recording options

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    cc917f9 View commit details
    Browse the repository at this point in the history
  100. ScreenRec: fix possible SystemUI FC when stopping

    mMediaRecorder and other instances can be already null if we are tapping
    fast like hell or other deep cases
    
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: FATAL EXCEPTION: main
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: Process: com.android.systemui, PID: 1717
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: java.lang.RuntimeException: Unable to start service com.android.systemui.screenrecord.RecordingService@20e0475 with Intent { act=com.android.systemui.screenrecord.STOP flg=0x10000000 cmp=com.android.systemui/.screenrecord.RecordingService bnds=[28,283][402,451] }: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.media.MediaRecorder.stop()' on a null object reference
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4105)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at android.app.ActivityThread.access$1800(ActivityThread.java:219)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1891)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:107)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:214)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7356)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.media.MediaRecorder.stop()' on a null object reference
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at com.android.systemui.screenrecord.RecordingService.stopRecording(RecordingService.java:451)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at com.android.systemui.screenrecord.RecordingService.onStartCommand(RecordingService.java:185)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4087)
    11-12 09:12:39.806  1717  1717 E AndroidRuntime: 	... 8 more
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    bc60c60 View commit details
    Browse the repository at this point in the history
  101. Add power menu option for screen record [1/3]

    Ref and credits: ezio84/abc_frameworks_base@9e1434e
    
    * Unlinked completely from screenshot option.
    * Adapted to work with LOS.
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    376fdb6 View commit details
    Browse the repository at this point in the history
  102. Add delay for partial screenshot on long press

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    50fbb68 View commit details
    Browse the repository at this point in the history
  103. RecordingService: Use IMPORTANCE_LOW notification channel

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    ec8b330 View commit details
    Browse the repository at this point in the history
  104. RecordingService: Use existing recording icon

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    984cedb View commit details
    Browse the repository at this point in the history
  105. Add toggle to completely hide status bar on lockscreen [1/2]

    Change-Id: If2ef8713c7477414897635f5cb8f9e6585bef7f6
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    2ee688f View commit details
    Browse the repository at this point in the history
  106. Separate battery estimate from percent for QS [1/2]

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    521c393 View commit details
    Browse the repository at this point in the history
  107. Text battery style: show a bolt ⚡ when charging

    - @PMS22 Updated for estiamtes and bolt symbol
    
    Change-Id: I41f52b1157e1c13cbce177b5f71cd47097f724f1
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3cbc510 View commit details
    Browse the repository at this point in the history
  108. Add toggle to display battery in quick status bar [1/2]

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    71210f3 View commit details
    Browse the repository at this point in the history
  109. Incall vibration options [1/3]

    *allow setting vibration when call is connected
    *allow setting vibration when call is disconnected
    *allow setting vibration for call waiting
    *this works with google and aosp dialer :)
    
    Change-Id: If5b9842960e60299a85e7f6d76da38f1375e85df
    Beanstown authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    195c6d7 View commit details
    Browse the repository at this point in the history
  110. PowerMenu: Only tint items once

    Google and in their infinite wisdom decided that they would tint
    power menu items twice. The problem with this is that in our case
    with the 'advanced' reboot item, it would case the item to be darker
    than the rest. Not to mention that is completely unnecessary to do
    this, just wasteful lol
    
    Change-Id: I0a6d1543e9591181c15f1d0acff87a818a67fa1b
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Alex Cruz authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    05d232a View commit details
    Browse the repository at this point in the history
  111. BatteryMeterView: More robust for showing estimate

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    5eedfdc View commit details
    Browse the repository at this point in the history
  112. base: Handle NPE for ContentObserver

    Log: msg:
     java.lang.NullPointerException: Attempt to read from null array stacktrace:
     java.lang.NullPointerException: Attempt to read from null array 	at
     com.quicinc.cne.CNE$6.onChange(CNE.java:2413) 	at
     android.database.ContentObserver.onChange(ContentObserver.java:147) 	at
     android.database.ContentObserver$NotificationRunnable.run(ContentObserver.java:218)
     	at android.os.Handler.handleCallback(Handler.java:883) 	at
     android.os.Handler.dispatchMessage(Handler.java:100) 	at
     android.os.Looper.loop(Looper.java:214) 	at
     android.os.HandlerThread.run(HandlerThread.java:67)
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    poad42 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    dfa61e3 View commit details
    Browse the repository at this point in the history
  113. Lockscreen charging info: show decimal in battery temperature

    Change-Id: I10bbe4df988387c401802475697452796e0afb6d
    Signed-off-by: Lucchetto <lucchetto.tie@live.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Lucchetto authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    be4e3f9 View commit details
    Browse the repository at this point in the history
  114. Ambient Music Ticker - Allow to pulse on new tracks [1/2]

    Change-Id: I63160592b4f04668c2390b53a77ca6ddc9bbfd92
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    d418362 View commit details
    Browse the repository at this point in the history
  115. Disable Notifications vibration [1/2]

    Change-Id: I4337f6d7bfb84d19d38fea9f33e196d8bc47e228
    agxpro authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    44e2fee View commit details
    Browse the repository at this point in the history
  116. fwb: [1/2] Implement cutout force full screen

    Inspired by MIUI and Essential
    
    CutoutFullscreenController: Adapted from https://github.com/LineageOS/android_lineage-sdk/blob/lineage-16.0/sdk/src/java/org/lineageos/internal/applications/LongScreen.java
    
    Change-Id: I4c359314303541b4ff3707e0798b8fd1a92973de
    Signed-off-by: Henrique Silva <jhenrique09.mcz@hotmail.com>
    jhenrique09 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    518dc9e View commit details
    Browse the repository at this point in the history
  117. SystemUI: Show the charging bolt irrespective of battery style

    - Use the yellow color (Looks good imho)
    
    Change-Id: I3c5183fbb65a04e439fcc0aafd4eee7b50dcb24c
    Signed-off-by: PMS22 <prathams99@rediff.com>
    PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    e42b9d6 View commit details
    Browse the repository at this point in the history
  118. Screen off animations [1/2]

    Fade (default), CRT, and Scale
    
    Credit and respect to xplodwild for paving the way
    back in the KitKat days!
    
    History of the ElectronBeam class can be found here
    https://github.com/DirtyUnicorns/android_frameworks_base/commits/kitkat/services/java/com/android/server/power/ElectronBeam.java
    
    Adapted to 10 by eyosen
    
    Change-Id: I58d269d44c901a8c0471807e3cf05c2054205d28
    bigrushdog authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    86986cd View commit details
    Browse the repository at this point in the history
  119. base: QS panel opacity [1/2]

    Change-Id: Ieabb916f065a91be0cacbc88fe0028d0ffc19f56
    Nico60 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    5124afb View commit details
    Browse the repository at this point in the history
  120. Add Comfortaa font [1/2]

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    8ea1611 View commit details
    Browse the repository at this point in the history
  121. FODCircleView: AOD content should move only in Y

    Change-Id: I4830eea4740523724e5eba24e22bb4fb6b16591f
    darkobas authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3f0eeca View commit details
    Browse the repository at this point in the history
  122. Update ElectronBeam screen off animation

    Various updates needed for Surface related API in the ElectronBeam animation class
    
    Change-Id: I42678b81aa8fc24c7649b164a0050617a3c0727d
    bigrushdog authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    771ebde View commit details
    Browse the repository at this point in the history
  123. Typeface Clock: update thumbnail

     * Match actual typeface clock look and remove background.
    
    Change-Id: I0acaaf0b2a79fcb5e9954b2c504bca8c4fccd436
    shagbag913 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    d8c1620 View commit details
    Browse the repository at this point in the history
  124. Keyguard: add binary custom clock face

    Change-Id: I92589dd5bd0d284645aaffe7ff40b85a5bc42384
    Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
    maxwen authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    0130284 View commit details
    Browse the repository at this point in the history
  125. Graphics: Fix NPE in Gdrive

    java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.graphics.drawable.Drawable.isProjected()' on a null object reference
    
    Signed-off-by: ZeNiXxX <zenixxx.havoc@gmail.com>
    ZeNiXxX authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    e851c83 View commit details
    Browse the repository at this point in the history
  126. base: Use wireless charging animation for wired charging too

    Signed-off-by: Shubh@m <shubhindia123@gmail.com>
    Change-Id: I856301b83ae3e355346f55c9fd50cd2b93493601
    SKULSHADY authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    dc538a0 View commit details
    Browse the repository at this point in the history
  127. base: Add toggle to disable charging animation [1/2]

    Signed-off-by: Shubh@m <shubhindia123@gmail.com>
    Change-Id: Idc82ddbe75f905260f7634d8feccc1adbc71298b
    SKULSHADY authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    344cd69 View commit details
    Browse the repository at this point in the history
  128. fw_base: make default value false for charging animation [2/2]

    Change-Id: I800e30fd7d52b3d07df8b793f61cda755d9103a9
    Miccia94 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    c2d91a1 View commit details
    Browse the repository at this point in the history
  129. Smart Pixels: Update default grid pattern

    Change-Id: I826a5a2fdc3aaa9c64f59fbe8b28c8757ca31c58
    adindotdev authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    5cdb8da View commit details
    Browse the repository at this point in the history
  130. SystemUI: set user detail item to use system font

    its shown in qs detail so it should follow the font
    
    Change-Id: I4c64de79364146aba710f0fdf1c358453ff8c9c5
    maxwen authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    2e96997 View commit details
    Browse the repository at this point in the history
  131. base: set alert dialog message to use system font

    Change-Id: I4a6aa42c5c4277a2d3ecc2847e3395185b655e3b
    maxwen authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    a2a1718 View commit details
    Browse the repository at this point in the history
  132. Introduce bold digital and Samsung like lockscreen clocks

    * Idea and clock formatting from Alex <du.alexcruz@gmail.com>
    
    Change-Id: I00a6acc1137df76072bb1ab83abd81cb1d8b8228
    Signed-off-by: DennySPB <dennyspb@gmail.com>
    Myself5 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    ae8c17b View commit details
    Browse the repository at this point in the history
  133. KeyguardClockPositionAlgorithm: Allow forcing default clockY positioning

    set clocks preferred Y coordinates to -1 to use default Y handling on custom clocks
    
    Change-Id: I4ce8106987e7aa1a5bb3da1865aa86ce99343e09
    Myself5 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    4d663d7 View commit details
    Browse the repository at this point in the history
  134. Improve haptics and use VibrationEffect

    Change-Id: I389ade5b2b3c098d78b7267d18c4056dbb7c72be
    Signed-off-by: rituj <ritujbeniwal@gmail.com>
    Signed-off-by: DennySPB <dennyspb@gmail.com>
    ritujb authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6fa45ba View commit details
    Browse the repository at this point in the history
  135. QS: Add partial/full screenshot QS tile

    single tap to choose the mode, long press to fire
    
    thanks kantjer for the icons!
    
      From: maxwen <max.weninger@gmail.com>
      Date: Mon, 8 Jan 2018 02:52:58 +0100
      Subject: base: persist screenshot type in settings
    
      save state set in qs tile into settings
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    b1a247b View commit details
    Browse the repository at this point in the history
  136. Add Compass tile

    - Port to Oreo - LorDClockAN
    romanbb authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    8fe3bad View commit details
    Browse the repository at this point in the history
  137. CompassTile: Add a device supports compass check

    - Previously it showed up on devices even without compass support
      making it a bloat
    PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    84b8a6f View commit details
    Browse the repository at this point in the history
  138. Disable long click for Compass tile

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    77e4e08 View commit details
    Browse the repository at this point in the history
  139. Add Music QS Tile

    Adapted to lollipop from commit:
    Author: kufikugel
    Quicksettings customizations Slim style
    
    Adapted double click to open music app from commit:
    Author: Jubakuba
    SystemUI: Pimp-up Media Tile (1/1)
    
    PS1: Gave proper credit to kufikugel for the original code
    PS2: Fix build by overriding all needed methods
    
    - Bring it to Oreo - LorDClockaN
    kufikugel authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    5c4c4b3 View commit details
    Browse the repository at this point in the history
  140. MusicTile: Clean up redundant code

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    7f72640 View commit details
    Browse the repository at this point in the history
  141. MusicTile: Make tile state inactive if not playing music

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    7ab8815 View commit details
    Browse the repository at this point in the history
  142. Add Always On Display QS Tile

    @neobuddy89: Simplify and fix multiuser setting.
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    SpiritCroc authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    a5ffc7b View commit details
    Browse the repository at this point in the history
  143. Disable long click for AOD tile

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    1a3f9ea View commit details
    Browse the repository at this point in the history
  144. Add Google Sound Search tile

    Change-Id: I9eab7d8242bfd994464184898eed855f71e9a028
    ezio84 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    900703d View commit details
    Browse the repository at this point in the history
  145. SoundSearchTile: Make default state inactive

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    51be2a9 View commit details
    Browse the repository at this point in the history
  146. Disable long click for SoundSearch tile

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    d2d1280 View commit details
    Browse the repository at this point in the history
  147. QS: Add Sound tile to Quick Settings

    @neobuddy89: Add back drawables deleted in Android 10.
    
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Yoshinori Hirano authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    05da63b View commit details
    Browse the repository at this point in the history
  148. Add Reboot/Recovery QS Tile

    Vectorized Reboot/Recovery QS tile drawables Alex Cruz <du.alexcruz@gmail.com>
    - Resized but reused the power menu reboot icon to keep things uniformed
    - Created a recovery vector that fits the same style too
    
    mydongistiny: Updated priv-app whitelist to fix boot
    
    Change-Id: I0762ffb2b3ddf8c833662a237bde20581e8cc614
    fusionjack authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    5deebc8 View commit details
    Browse the repository at this point in the history
  149. RebootTile: Fix gradient message display for reboot to recovery

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    f15330a View commit details
    Browse the repository at this point in the history
  150. Extend reboot tile to add power off

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    b6ed8fa View commit details
    Browse the repository at this point in the history
  151. RebootTile: Make default state inactive

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    cf3a167 View commit details
    Browse the repository at this point in the history
  152. SoundTile: Make default state inactive

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    f88185b View commit details
    Browse the repository at this point in the history
  153. LocationTile: Rotate location modes and fixes for handleClick

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    ae3a0d2 View commit details
    Browse the repository at this point in the history
  154. SystemUI: Name Cellular Tile based on carrier

    CRs-Fixed: 957287
    
    Change-Id: Iac9c3426299db04029b8f9e2ea32a1fdc2faf78e
    Manojkumar Murugeshan authored and PMS22 committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3efa169 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

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

Commits on Jan 24, 2020

  1. FOD: Use the cyan color

    Signed-off-by: PMS22 <prathams99@rediff.com>
    PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6a50c03 View commit details
    Browse the repository at this point in the history
  2. SystemUI: Use the dark mode as default

    Signed-off-by: PMS22 <prathams99@rediff.com>
    PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6422feb View commit details
    Browse the repository at this point in the history
  3. SystemUI: Dismiss keyguard on boot if disabled by current profile

    Properly dismiss keyguard on boot if the current profile has it
    disabled, otherwise we will just show a black screen with just the
    status bar and a navbar with only the back button.
    
    BUGBASH-87
    
    Change-Id: I14ed10ae9db40c32be22c1fb43f8a1719787d91b
    (cherry picked from commit 0a2ef8eb437cf04dda9eca4fced24bee06bbcfa3)
    Gabriele M authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    21d12b3 View commit details
    Browse the repository at this point in the history
  4. SystemUI: Don't dismiss keyguard if user key isn't unlocked

    * This change avoids skipping keyguard before
      userdata is decrypted on FBE devices if user
      made their profile so that it keeps their
      device unlocked.
    
    Change-Id: If470d07e8d0188535a9e6a77f96f0a66ff4e434d
    luk1337 authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    9be5400 View commit details
    Browse the repository at this point in the history
  5. Revert "NtpTrustedTime: Refresh NTP server from resources before requ…

    …esting time"
    
    * Replaced by upstream fix
    
    This reverts commit ea17661.
    
    Change-Id: If667faf3595c856ffbf7352c67ba4daad00003de
    luca020400 authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    7cb1ff9 View commit details
    Browse the repository at this point in the history
  6. Make NtpTrustedTime safer / expand docs

    This commit makes a number of changes:
    1) Documents / enforces thread safety, removes or deprecates unsafe
    check-then-do methods / adds a way to get the NTP query result
    atomically.
    2) Delays configuration lookup until point of use: the config can change
    due to various possible config overlays, e.g. MCC-based config.
    
    (1) is because the threading model is currently unclear / possibly
    unsafe - it looks like NtpTrustedTime is supposed to be single threaded
    but it's also a singleton so could be accessed from multiple threads.
    If NtpTrustedTime were not a singleton things might be easier but the
    @UnsupportedAppUsage makes it difficult to change now.
    (2) is to address the same issue as https://r.android.com/1182530,
    contributed by Luca Stefani.
    
    Bug: 140712361
    Test: build only
    Merged-In: Ie09da9db5d853b59829886a020de21a88da5dd51
    Change-Id: Ie09da9db5d853b59829886a020de21a88da5dd51
    (cherry picked from commit 65f0f31bdee65d1bbe76fcd14a13151a476a51ec)
    nfuller authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    fb923fe View commit details
    Browse the repository at this point in the history
  7. Consolidate ActivityStack#finishCurrentActivityLocked checking

    This CL is to fix a bug that found in
    TransitionSelectionTests#testCloseTask_BothWallpaper_SlowStop may flaky
    because when TopActivity launched & call finish(), the activity will destroy
    too soon before BottomActivity resume & idle.
    
    When TopActivity launched, suppose BottomActivity's nowVisible state should
    be false because both activities are fullscreen activity & TopActivity should
    cover BottomActivity.
    
    After TopActivity called finish(), normally the activity should wait for
    BottomActivity visible and then destroy, and this test is to verify if
    TRANSIT_WALLPAPER_INTRA_CLOSE state will coming when opening & closing animation
    target with wallpaper theme are animating case.
    
    But the flakiness may happen if device is in low-performance stage, when
    TopActivity launched, system calls setClientHidden for BottomActivity's all
    windows to update its viewVisibility but can't update in time, and then
    the next relayoutWindow comes, mis-detected BottomActivity's Floating child
    window as drawn state, so that can't update BottomActivity's nowVisible
    state as invisible with onWindowsGone().
    
    So when TopActivity called finish(), TopActivity will soon going to destroy
    state since BottomActivity is still in nowVisible state.
    
    The fix is to add isNextNotYetVisible, if the next activity the nowVisible or visible
    is not yet true, which means we need to add the current finishing
    activity into stopping list and destory until the next activity idle.
    
    Bug: 140088359
    Test: atest TransitionSelectionTests
    Change-Id: If1907d71135158bafea69881205f351ab666025e
    Merged-In: If1907d71135158bafea69881205f351ab666025e
    (cherry picked from commit d528106fbca5867b75daef355f38609584dd5ee4)
    wilsonshih authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    370a7cd View commit details
    Browse the repository at this point in the history
  8. Camera: Avoid removing valid repeating requests

    Due to lock contention between the legacy camera
    device implementation and the Camera2 framework,
    result and error callbacks can be delayed which
    can allow clients to update the repeating request
    resulting in incorrect behavior.
    To avoid this, check whether repeating request
    errors still refer to valid and active request ids
    tracked by the request queue before posting
    callbacks.
    
    Bug: 143727669
    Test: Camera CTS
    
    Change-Id: I8f2da0aace40b33757b3c3ac4febc3af7f0ec6cd
    (cherry picked from commit 6f3e5a0d49b9a52fa25322e8c7d78d12203ef84f)
    epeevs authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    4306d82 View commit details
    Browse the repository at this point in the history
  9. Fix StorageManagerService linkToDeath more than one time when vold/st…

    …oraged died.
    
    Storaged and vold register Binder.linkToDeath in the same method, once one died,
    the other would register Binder.linkToDeath many times. Once the other died, it
    would receive binderDied callBack many times, then executing volume reset command
    many times in very short time, it's a bad user experience.
    
    Bug:135167044
    Test:kill vold and storaged, just one time binderDied callBack, so just run one
    time volume reset.
    
    Change-Id: I881af5b6ce399dad39274fc2598e92a3b9f88a77
    gaoshanliukou authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    f0a9dd5 View commit details
    Browse the repository at this point in the history
  10. Always allow back gesture when there are transient bars showing

    Bug: 142091458
    Test: Open immersive sticky app with exclusion rects specified, ensure that
          when transient bars are showing that we don't respect the exclusion
          rects
    
    Change-Id: I98cd6ff3b003c6188e93289d8ff92dce5ff2a7ba
    Winson Chung authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    b9e5213 View commit details
    Browse the repository at this point in the history
  11. Use non-wakeup alarm for delay constraint.

    The delay alarm does not need to go off exactly when the time has
    passed, so a non-wakeup alarm is suitable for the delay constraint.
    A job is expected to go off as soon as its deadline constraint is
    satisfied, so we leave the deadline alarm as a wakeup alarm.
    
    Bug: 138465403
    Bug: 147162283
    Test: atest com.android.server.job.controllers.TimeControllerTest
    Test: atest CtsJobSchedulerTestCases
    Change-Id: I2a38c0dfc9a1efd862e3a1a4c8351dd4b522021e
    Merged-In: I5756bd805c68dea51b3a5aa74419b195407e1a30
    kwadkore authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    38a761c View commit details
    Browse the repository at this point in the history
  12. SystemUI: Improve Samsung clock layout

    Also add a thumbnail for it
    SKULSHADY authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    1e08b5c View commit details
    Browse the repository at this point in the history
  13. Gesture nav Assistant handles: don't show them in lockscreen

    also assume we learned the gesture after 2 days instead of 10
    and don't reset counters when the users changes navbar modes
    ezio84 authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    043c9ca View commit details
    Browse the repository at this point in the history
  14. SystemUI: allow setting custom cutout shapes

    Some devices do not have perfectly-circular cutouts and using
    the existing method looks either weird or aliased.
    
    Allow setting custom cutout shapes via vector xml.
    
    Change-Id: I228ea98a8cfd986d05fcb6d272c8a3c5c1d1f4dc
    arter97 authored and PMS22 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    d2ceec5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. SystemUI: allow setting custom cutout shapes

    Some devices do not have perfectly-circular cutouts and using
    the existing method looks either weird or aliased.
    
    Allow setting custom cutout shapes via vector xml.
    
    Change-Id: I228ea98a8cfd986d05fcb6d272c8a3c5c1d1f4dc
    Signed-off-by: PMS22 <prathams99@rediff.com>
    arter97 authored and PMS22 committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    ae69d1d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. SystemUI: implement better partial screenshot

    Change-Id: Ib818b24bb788a19ac210378611402c96fa55bd37
    Demon000 authored and PMS22 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    76c69a2 View commit details
    Browse the repository at this point in the history
  2. [DO NOT MERGE] Check CellInfoCallback Detail for Null

    In cases where the source of the CellInfo fails
    but does not generate a Throwable, the detail info
    will not be provided and should be null. Inside the
    user process, we need to check for null before
    dereferencing the detail object. Oops. :-(
    
    Bug: 142706765
    Bug: 142421696
    Test: manual
    Change-Id: I1307d1d7aacef0bbd33bfc73700ee774e12e64c1
    Nathan Harold authored and PMS22 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9db5c8d View commit details
    Browse the repository at this point in the history
  3. ScreenshotHelper: ignore timeout when taking partial screenshots

    User should have as much time to select the region as he wants.
    
    Change-Id: Ib9b79d5127a59d3e2af278dbc8cd054221c37ca6
    Demon000 authored and PMS22 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    aeb6e1a View commit details
    Browse the repository at this point in the history
  4. Revert "base: set scrolling to 0.006f"

    This reverts commit d70e53b.
    PMS22 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    22ef2c6 View commit details
    Browse the repository at this point in the history
  5. Hide tiles title: longpress will launch detail view

    - @PMS22 adapt to 10
    
    Change-Id: Iea16e814aee3fca9590963fa2845fcd5a179bf7b
    Signed-off-by: PMS22 <prathams99@rediff.com>
    maxwen authored and PMS22 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    211b12d View commit details
    Browse the repository at this point in the history
  6. LocationTile: Long press for detail view if show QS tile titles is di…

    …sabled
    
    Change-Id: If3ade3956b3390a107a55aeca4f121654de784f3
    Signed-off-by: PMS22 <prathams99@rediff.com>
    PMS22 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    4836077 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Prevent battery tunables crashing on first boot

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and PMS22 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    82c595d View commit details
    Browse the repository at this point in the history
  2. SettingsLib: Don't show system overlays on apps list

    **DU Edits**
    - Removed the need to add individual overlays to an array list and just
    checked whether is an RRO using the ApplicationInfo flag that Google added.
    
    DirtyUnicorns/android_frameworks_base@946e32f
    
    Work smarter not harder, just 1 line :-)
    
    Change-Id: I7e45d0ee59bd973245ce5e6b7c54ad0ad0e634f2
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    jhenrique09 authored and PMS22 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    300fa89 View commit details
    Browse the repository at this point in the history
  3. Avoid system reboot while invalidate LegacyGlobalAction

    normally custom global action is running at android.ui thread, but
    it is running at main thread if default global action showing
    without a status bar. these two threads will lead to
    CalledFromWrongThreadException
    
    Fix:
    Always run at android.ui thread
    
    CRs-Fixed: 2588661
    Test: Monkey test
    Change-Id: Ie02b98daf3ef0930f531e68bedbfbcf4bd6794bc
    zhiqxion authored and PMS22 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    09b76ed View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. FODCircleView: disable touch detection on screen off

    Change-Id: Icfc46823028edb15473aee71992551ae9f7d21b8
    Demon000 authored and PMS22 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    01f111e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Automatic translation import

    Change-Id: I59d20017c5e6ca8c6205b05dfaba1fe6dad6678d
    mikeNG authored and PMS22 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e66b034 View commit details
    Browse the repository at this point in the history
  2. SystemUI: Pass correct NetworkTemplate to CellularTile detail view

    Change-Id: Ib41a4086e10ccba71909370549d3714815684b2f
    luk1337 authored and PMS22 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    948dfa7 View commit details
    Browse the repository at this point in the history
  3. Updates to various icons:

     - updated android head in launcher icons
     - USB notifications now use a USB icon instead of the
       platform logo (ADB still uses the platform logo however)
    
    Fixes: 138661761
    Test: attach to adb; confirm that one notification uses the
          Q and one the USB logo
    Test: view system apps in Settings>Apps that have no proper icon
    
    Change-Id: Ia11736c010b4862fea8d0e73c424cfc5c51badfa
    dsandler authored and PMS22 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    3b05286 View commit details
    Browse the repository at this point in the history
  4. SystemUI: block gestural navigation when using partial screenshot

    Change-Id: I68d25a6eab9ea16707e8736b9e56055532bcdf87
    ezio84 authored and PMS22 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    97e9580 View commit details
    Browse the repository at this point in the history
  5. GlobalScreenshot: do not capture multiple screenshots simultaneously

    Change-Id: I4c0c73759b8b0483f0d28b4c6c39e9a616c26b57
    Demon000 authored and PMS22 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    f556a48 View commit details
    Browse the repository at this point in the history
  6. SystemUI: Only add GarbageMonitor tile to default tiles on ENG builds

    Change-Id: Ice1bab5f3d1b3a15f20085cfb7f5578c7f70855a
    arco authored and PMS22 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    365ba47 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. base: Port extended screenshot function from OOS

    Change-Id: I1263f7c6b2ba1f9bf79d09b2350f11e5fc2b0e06
    jhenrique09 authored and PMS22 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    0e03a37 View commit details
    Browse the repository at this point in the history
  2. fwb: Increase Longshot timeout to 2 seconds

    Change-Id: If7ddc5a297ec31eaa8b73bcaf7d9ee0db1ffd275
    celtare21 authored and PMS22 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    eddee76 View commit details
    Browse the repository at this point in the history
  3. Fix Google Markup FC

    Grant runtime storage permissions.
    This fixes FC of google markup when using it along with Longshot
    
    Change-Id: I326a0ce9c0b7761552e7604a67bf4470045f6ab0
    Signed-off-by: DennySPB <dennyspb@gmail.com>
    DennySPB authored and PMS22 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    51ea1ce View commit details
    Browse the repository at this point in the history
  4. base: Improve navigation bar hiding toggle

    Change-Id: I387431564e6a7730fd124b31fc5bf2b7e1be8759
    agxpro authored and PMS22 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    f1ab887 View commit details
    Browse the repository at this point in the history
  5. base: Add qs status bar header image [1/2]

    This is a squashed commit with fixes and improvements from
    @maxwen, @SKULSHADY, @eldainosor
    
    Thank you. :)
    
    @neobuddy89: Clean up unnecessary bits.
    
    Change-Id: I3a1cf61f7fafb0cc4c2fffcf0f91da6c35c47693
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Signed-off-by: PMS22 <prathams99@rediff.com>
    darkobas authored and PMS22 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    a5ae3fc View commit details
    Browse the repository at this point in the history
  6. FODCircleView: fix incorrect position on keyguard

    Fixes bug when you watch video in youtube app in landscape and lock your device fod icon appears in incorrect position
    
    Signed-off-by: 00day0 <therandomuser11@gmail.com>
    Change-Id: I6410d32447cd5958ff998d61fcd9f472d836c80d
    00day0 authored and PMS22 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8da77f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. FODCircleView: Recognizing fingerprint animation [1/2]

    Change-Id: I8ad5c303ef5cf0e6660c89ef8d2d2bf2a9f49594
    Signed-off-by: 00day0 <therandomuser11@gmail.com>
    Signed-off-by: PMS22 <prathams99@rediff.com>
    00day0 authored and PMS22 committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    8bc84c8 View commit details
    Browse the repository at this point in the history
  2. Add config to use base rounded corner radius for window animation

    Change-Id: I5194afae12817ab3ac6ab7c90b0570dc905e37d2
    Signed-off-by: PMS22 <prathams99@rediff.com>
    HarukeyUA authored and PMS22 committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    e875aa5 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. [DO NOT MERGE] Return correct offsets for getAttributeRange()

    Cherry-picked from ag/9745767
    
    Currently, the offset value returned from getAttributeRange() does
    not take into account the offset to the EXIF data within the image
    file. This CL fixes the code to return the correct offsets.
    
    The existing test code could not detect this issue because it does
    not explicitly seek to the given offset and retrieve/compare the
    data. This CL also adds test code to do this. Make tag information
    is also added because all test files have this information, while only
    a select few have thumbnail/GPS tag information.
    
    This CL also fixes a bug where the thumbnail offset was not being
    updated if the data was passed with StripOffsets tag.
    
    Bug: 143118731, Bug: 143663411
    Test: atest ExifInterfaceTest
    Change-Id: I94c3438020d1091a8829a96e1b0a5ef4193d9dc9
    (cherry picked from commit e6e9786)
    jinpark6 authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6bc4226 View commit details
    Browse the repository at this point in the history
  2. Revoke granted permission when the permission defining app is removed.

    Bug: 67319274
    Test: atest android.permission.cts.RemovePermissionTest
    Change-Id: I22df546f5cd19e10045131d36dc3f5033f727baa
    Merged-In: I20c4c975a1dd41a0a6c3e068988fe60be51dd1b4
    (cherry picked from commit bde3818)
    moltmann authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6aaf049 View commit details
    Browse the repository at this point in the history
  3. DO NOT MERGE: Don't let NotificationEntryManager keep around old Rank…

    …ingMaps
    
    When a notification becomes lifetime-extended, NotificationEntryManager
    was holding onto the RankingMap that was passed at the time of removal
    of _that_ notification, and using it again in the
    NotificationSafeToRemoveCallback. The problem here is that when
    onSafeToRemove gets called, it was passing that same stale ranking map
    to removeNotification, which caused any notification that arrived in the
    intervening time to get improperly ranked.
    
    This fixes an issue where any notification that arrives while another is
    lifetime-extended can get the wrong ranking applied to it, causing
    trouble later in time such as mis-ranking and mis-sorting until the next
    update from system server.
    
    Bug: 146046016
    Bug: 119041698
    Test: atest SystemUITests
    Test: manual - Post a FGS notification and immediately cancel, then post
    a regular notification and wait for the FGS notification to dismiss.
    Note that the regular notification keeps showing in the status bar.
    
    Change-Id: I3df1279f13c424fcedd878bae2095fadc75d61b4
    (cherry picked from commit 323ce62)
    Evan Laird authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    d341507 View commit details
    Browse the repository at this point in the history
  4. RESTRICT AUTOMERGE

    Make toasts non-clickable
    
    Since enforcement was only on client-side, in Toast class, an app could
    use reflection (or other means) to make the Toast clickable. This is a
    security vulnerability since it allows tapjacking, that is, intercept touch
    events and do stuff like steal PINs and passwords.
    
    This CL brings the enforcement to the system by applying flag
    FLAG_NOT_TOUCHABLE.
    
    Test: atest CtsWindowManagerDeviceTestCases:ToastTest
    Test: Construct app that uses reflection to remove flag FLAG_NOT_TOUCHABLE and
          log click events. Then:
          1) Observe click events are logged without this CL.
          2) Observer click events are not logged with this CL.
    Bug: 128674520
    
    Change-Id: Ic36585bc4f186e0224f5b687c49c0b3d9266838c
    (cherry picked from commit b81f269)
    Bernardo Rufino authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a598f44 View commit details
    Browse the repository at this point in the history
  5. Handles null outInfo in deleteSystemPackageLI

    This change adds null checks before accessing outInfo in
    deleteSystemPackageLI.
    
    Bug: 142083996
    Test: manual; remove static dependency on eng build and reboot
    Change-Id: If0fd48343e89cbb77ccd25826656194195d5b0cd
    (cherry picked from commit 17471016508bb9c9ffb8c3946dda0b4897d722f1)
    (cherry picked from commit 5a3888c)
    patrickbaumann authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    4b03166 View commit details
    Browse the repository at this point in the history
  6. RESTRICT AUTOMERGE TextClassifier cross-user vulnerability in direct-…

    …reply
    
    Sys UI runs on user 0. This can lead to the TextClassifier (TC)
    running for the wrong user. Consequencies are user A can launch apps
    in user B via the TC's predicted actions and selected text being
    unintentionally shared from user A to an app running in user B.
    
    This fix ensures that the correct user id is passed and verified for
    every TC request going across process boundaries (i.e. via SystemTC).
    - Sys UI sets the appropriate user id in the TextView
    - TextClassificationManager (TCM) system service is constructed using
      a context generated from this user id
    - SystemTC sets this user id before querying the TCMService
    - TCMService validates the user id before forwarding the request to
      the TCService belonging to that user id.
    
    Bug: 136483597
    Bug: 123232892
    Test: atest android.view.textclassifier
          atest android.widget.TextViewActivityTest
          (manual) See I2fdffd8eb4221782cb1f34d2ddbe41dd3d36595c
    
    Change-Id: Ibe68bc9e257521de97cbb014176b2b8ba23547d1
    (cherry picked from commit 34e380c)
    Abodunrinwa Toki authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    5b27102 View commit details
    Browse the repository at this point in the history
  7. Put userId at the end of parcel

    userId is a new field added in ag/8350816, and it is written in between
    some old fields when we parcelize it.
    
    That breaks AiAi because some of its code rely on the implementation
    details of SelectionEvent.writeToParcel.
    
    In the long run, we may want to update AiAi such that it works
    without this assumption, but before that, let's fix that in platform
    for now.
    
    Bug: 145962464
    Bug: 123232892
    
    Test: atest FrameworksCoreTests:android.view.textclassifier.SelectionEventTest
    
    Merged-In: I98137a095cddf0fb4c600e1e09eef507bb750528
    Change-Id: I66f65ac4c81ca964f710404fd081496355276435
    (cherry picked from commit 642c22b)
    tony-mak authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a55680e View commit details
    Browse the repository at this point in the history
  8. Revert "base: Improve navigation bar hiding toggle"

    This reverts commit f1ab887.
    PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    c9ad278 View commit details
    Browse the repository at this point in the history
  9. base: navigation mode settings [1/2]

    to configure the height of the back gesture
    
    Change-Id: I6ebe0039e250f3b8f0b91b232df5941b58026499
    maxwen authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    2640667 View commit details
    Browse the repository at this point in the history
  10. EdgeBackGestureHandler: Change back gesture height intervals

    Change-Id: Ied699f0a9c21019259941f9fdae81fda5da64bb5
    SKULSHADY authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    d544b6e View commit details
    Browse the repository at this point in the history
  11. base: Hide pill in full gestural nav mode [1/2]

    - Originally extracted and decompiled from the HideNavBar magisk moudle.
    
    - Adjusted for CMake compilation and package names are changed as per
      our needs to dynamically load the overlays.
    
    source: https://github.com/Magisk-Modules-Repo/HideNavBar
    
    SKULSHADY: Cleanup the overlays
    
    Change-Id: Idfb4943b54a6c6c674e141eda484377ad5e1c9ad
    Signed-off-by: ganeshi4u <ganeshvarmai4u@gmail.com>
    ganeshi4u authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    5e62091 View commit details
    Browse the repository at this point in the history
  12. Allow to hide arrow for back gesture [1/2]

    Change-Id: I76c3924a64949bd14779922f7e5b7dd15381f776
    Nico60 authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    e0b4e41 View commit details
    Browse the repository at this point in the history
  13. FODCircleView: Add partial wakelock on aod

    Change-Id: I5d19aab7e577c5a431afc94edd9b4cc019ae9adf
    TheScarastic authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8818487 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    20d04f7 View commit details
    Browse the repository at this point in the history
  15. FODCircleView: Patch screen flickering

    Change-Id: I88b0bea462841b384c172dd9ee8c1ae33b8c7909
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    TheScarastic authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ad11786 View commit details
    Browse the repository at this point in the history
  16. Keyguard: ReInflate views when density or font scale change

    Previously the keyguard's statusbar was not fully adapting to the density or
    font scale changes. Either the battery percent wouldn't stick or another icon
    would not change. This was fixed by telling the user to just restart systemui
    but that wasn't a real solution. This ensures that the statusbar view is indeed
    adapting accordingly.
    
    Test:
    - Go into Settings/Display
    - Change Font size or display size
    - Turn your screen off and then on
    - Look at the statusbar system icons
    
    Change-Id: I435fdad1dada3bb0674e9fd5ee530e71e0516af0
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Alex authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    1c36127 View commit details
    Browse the repository at this point in the history
  17. Make resolver list layouts have round corners

    Change-Id: I474901b173ec692bf14b14134dd4831cca570685
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    shagbag913 authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    5d7501c View commit details
    Browse the repository at this point in the history
  18. ProgressBar: Media volume bar indicates a wrong value

    Symptom:
    Media volume bar shows non-zero value even during the mute state.
    
    Root cause:
    A request for updating progress of ProgressBar has 2 kind of updating
    ways, animated and non-animated. If a non-animated request is invoked
    before completing an animated request, the visual progress can be
    overwritten by the old animated request. As a result, the visual
    progress value becomes different from the actual value.
    
    Solution:
    A running animation on the primary progress should be canceled
    before handling a new non-animated request.
    
    Bug: 148759348
    Change-Id: I569dbea4c6346ecfff8141d8378b4952fb1fa530
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    Tetsutoki Shiozawa authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8f33e3a View commit details
    Browse the repository at this point in the history
  19. QS brightness slider: Update brightness thumb vector

    Change-Id: Id9ad37f0ac41276fc505a1b6db2cdba9b75bcb4c
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    JBCDroid2 authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    4b46dea View commit details
    Browse the repository at this point in the history
  20. base: Lower the internal audio capture restriction

    This is completely wrong as they're requiring that apps push this perm or upgrade their target sdk, but we'll just make it for fun
    
    Change-Id: I8dd205df4aaff536bd092277289ca35affc573b8
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    eldainosor authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    d4af8a6 View commit details
    Browse the repository at this point in the history
  21. SystemUI: Recognizing FP animation effects [1/2]

    * Add the rest of the icons from MIUI
    * Also includes
    
        FODCircleView: don't require systemui restart to toggle recognizing animations
    
    Change-Id: I70e4876f1abf5aa131a54d85b440f3725d98d1db
    Co-authored-by: 00day0 <therandomuser11@gmail.com>
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    2 people authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    cb24fa3 View commit details
    Browse the repository at this point in the history
  22. SystemUI: Add OP Recognizing FP animations [1/2]

    * From OP6T OPSystemUI.apk
    * Includes the following animations:
    
    - Cosmos
    - McLaren
    - Stripe
    - Wave
    
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    joeyhuab authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    4c129ed View commit details
    Browse the repository at this point in the history
  23. SystemUI: Add PureView recognizing FP animations [1/2]

    * Includes the following animations:
    
    - DNA
    - Future
    - Halo Ring
    - Molecular
    
    Co-authored-by: deadlyghost088 <raag.naidu@gmail.com>
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    2 people authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    54ad322 View commit details
    Browse the repository at this point in the history
  24. FODCircleView: cleanup FOD customization techniques

    * move list of icons and animation into "actual" list
    * remove unnecessary style getter and setter
    * instead of update styles on every post-touch, update it only at
      necessary events (onConfigurationChanged and onKeyguardVisibilityChanged)
    
    Change-Id: I6c908d2ff6b7b318086db5c696bf6707f871a690
    Signed-off-by: Nauval Rizky <enuma.alrizky@gmail.com>
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    Signed-off-by: PMS22 <prathams99@rediff.com>
    nullxception authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    cad4a45 View commit details
    Browse the repository at this point in the history
  25. SystemUI: Add BlueFirework recognizing FP animation [1/2]

    Signed-off-by: Joey Huab <joey@evolution-x.org>
    Starfelll authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6d81383 View commit details
    Browse the repository at this point in the history
  26. Fix black image wallpaper issue

    We don't do transition if user unlocks the phone via biometric
    authentication, but we haven't canceled the previous animation while
    unlocking this way, as a consequence, the reveal state of
    imagewallpaper may end up with a wrong state.
    
    Bug: 139487871
    Test: Manually test
    Change-Id: Ida470d58910cbb22eed10338948aa8a99e8f4343
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    Ahan Wu authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ce69fc8 View commit details
    Browse the repository at this point in the history
  27. Fix AnimatedImageDrawables using ByteBuffers

    Bug: 140715166
    Test: I56dc6e9865c2701746c95ea584bcc70fe4d62a6c
    
    AnimatedImageDrawable, when created from a ByteBuffer, needs to get a
    pointer to the JNI interface in order to read the ByteBuffer (or
    byte[]). But the AnimatedImageThread is not attached to the JVM. Attach
    it as necessary.
    
    Change-Id: I51b69b5b70f8c5865d5e5ed065e42267fa556202
    Merged-In: I51b69b5b70f8c5865d5e5ed065e42267fa556202
    (cherry picked from commit a7ec12f7efc032211e54aa1ce28c698413f02b8d)
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    LeonScroggins authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    cd56082 View commit details
    Browse the repository at this point in the history
  28. Make smart actions icon to respect dark theme setting

    Problem:
    The context from getPackageContext() does not have the theme set.
    
    Solution:
    Use the SystemUI theme to inflate the icon.
    And we probably want to have a unified theme for all action chips anyway.
    
    Test: Send myself a message "Code 12345", Verify that the
          icon works in both light and dark theme.
    Test: Send myself a message "www.android.com", verify that the
          app icon is shown properly in both light and dark theme
    
    Fixes: 142972040
    
    Merged-In: I60f5fbea802fe1fdf498e93dfa4fdcebf38af78c
    Change-Id: I60f5fbea802fe1fdf498e93dfa4fdcebf38af78c
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    tony-mak authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f0f2ac1 View commit details
    Browse the repository at this point in the history
  29. SystemUI: Separate FODAnimation into it's own class

    - Also use the default icons for miui animation
    
    Change-Id: Ifab6dfe946ebd88c0e67fade5d269993552ff512
    Co-authored-by: Stallix <joey@evolution-x.org>
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    2 people authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    4c0ee9f View commit details
    Browse the repository at this point in the history
  30. SystemUI: Add ColorOS7 recognizing FP animations [1/2]

    Change-Id: I8f218744a1b2767d13982b3d2e63706329db279a
    Signed-off-by: Joey Huab <joey@evolution-x.org>
    Starfelll authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7260da5 View commit details
    Browse the repository at this point in the history
  31. SystemUI: handle camera launch gesture from keyhandler

    Author: Roman Birg <roman@cyngn.com>
    Date:   Thu Feb 4 16:28:00 2016 -0800
    
        framework: move device key handler logic, fix gesture camera launch
    
        In order to make device camera gestures behave the same way as launching
        the camera by double tapping the power button, route DeviceKeyHandler
        logic through the GestureLauncherService.
    
        A callback is used in order to avoid publishing the
        GestureLauncherService into the System service registry, because the
        KeyHandler code cannot directly access services local to the system
        process.
    
        OPO-427
    
        Change-Id: I2a8860b278f65ccf31bfee151513d8a23ab746c5
        Signed-off-by: Roman Birg <roman@cyngn.com>
    
    Author: Roman Birg <roman@cyngn.com>
    Date:   Sat Feb 13 09:08:21 2016 -0800
    
        KeyHandler: don't break old interfaces
    
        Causing bootloops on devices, don't break old interfaces in the
        framework.
    
        OPO-427
    
        Change-Id: I49473b057bc4ed4710e9092c76e41c6a8134d2de
        Signed-off-by: Roman Birg <roman@cyngn.com>
    
    Author: Roman Birg <roman@cyngn.com>
    Date:   Tue Feb 16 17:22:01 2016 -0800
    
        SystemUI: handle camera launch gesture from keyhadler
    
        Includes partial reverts:
    
            Revert "KeyHandler: don't break old interfaces"
            This reverts commit 31ecbdc.
    
            Revert "framework: move device key handler logic, fix gesture camera launch"
            This reverts commit db1b4e6.
    
        Ref: OPO-427
    
        Change-Id: Ic15543a8f63ad4521ab0ab536d00224b0bd70f8c
        Signed-off-by: Roman Birg <roman@cyngn.com>
    
    Author: Michael Bestas <mikeioannina@cyanogenmod.org>
    Date:   Sat Feb 20 00:56:47 2016 +0200
    
        SystemUI: Don't vibrate on touchscreen camera gesture
    
        * This is usually handled in device-specific keyhandler,
          where vibration is optional and has the same duration
          in all gestures
    
        Change-Id: I879671c9d6f785137d63b8b70de35f5d5020748d
    
    Change-Id: Iba9211b7d342f618c4082c34d11663d89861607a
    (cherry picked from commit b48ec29)
    romanbb authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    fc289f4 View commit details
    Browse the repository at this point in the history
  32. Context-aware Bluetooth airplane mode

    Do not automatically turn off Bluetooth when airplane mode is turned
    on and Bluetooth is in one of the following situations:
      1. Bluetooth A2DP is connected.
      2. Bluetooth Hearing Aid profile is connected.
    
    Bug: 142831248
    Test: Manual
    Change-Id: I7f10b27102d91cc7a9803f74c88a4af80a294fb9
    Ugo Yu authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    fc27956 View commit details
    Browse the repository at this point in the history
  33. Change layout of ToggleAction for GlobalActionsDialog

    Layout of SinglePressAction was changed on Android 10, but ToggleAction
    did not changed.
    As a result, GlobalActionDialog menu is inconsistent layout when
    ToggleAction is used.
    
    We change to load the same layout resource for each Actions.
    And show state of ToggleAction as single line.
    
    Bug: 144680446
    Change-Id: I75e07ea04450a2ecc91d5883711381deb72aa982
    Koji Fukui authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    beca8ac View commit details
    Browse the repository at this point in the history
  34. base: Use ro.build.date to clear cache dirs on update

    instead of using ro.build.fingerprint we explictly need to use ro.build.date
    
    Change-Id: Ib3e80e58eb8c9a21c108e9f5cd2dbdb7ada8e3a4
    maxwen authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    bbb04f5 View commit details
    Browse the repository at this point in the history
  35. Add upgrade step to fix system sounds issue

    With Q release, default sounds were moved to /product.
    However, the settings update was not provided, and as a
    result, the upgrade P -> Q  breaks all the default system
    sounds that are kept in memory and persisted to XML file.
    
    Apparently, there are no way to handle this other
    than resetting settings of all of these sounds...
    
    Test: After upgrade lock/unlock sounds are present,
    charging sound is correct.
    
    [javelinanddart]: For lineage, we don't upgrade the DB version
    so that we can avoid carrying forward this patch indefinitely.
    Since the DB version changed from 16.0, upgraded devices will
    still hit the upgrade step correctly.
    
    Change-Id: I43c2cbf53bca856b4659ab18c6d6e4cc77ab0413
    Chippa-a authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3073b0e View commit details
    Browse the repository at this point in the history
  36. RingtoneManager: Don't crash if the ringtone doesn't have a numerical ID

    When changing the notification sound for some apps with app-provided sounds,
    the notification URI doesn't have a numerical ID.
    For example, Outlook's email notification URI has the id 'new_email'
    
    Test: m, outlook doesn't crash anymore, test google calendar
    
    Change-Id: Ibf0c6f2f13e1c76ce02784165b97b92e8f7e432c
    Tortel authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    2df37be View commit details
    Browse the repository at this point in the history
  37. Reland "Apply front scrim to doze pulsing"

    Change-Id: Icbbba2cb8f483190b2f7603621b35b3880952339
    luca020400 authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    982453e View commit details
    Browse the repository at this point in the history
  38. Fix AoD front scrim being opaque at DOZE_PULSING.

    When doze state changed from DOZE to DOZE_PULSING on devices not
    supporting doze_brightness_sensor_type sensor, there would be no
    sensor events to update the AoD front scrim. And due to the scrim was
    set to opaque at DOZE state, most views on the statusbar will be
    invisible. This patch change the scrim to transparent again at leaving
    DOZE state.
    
    Bug: 148129743
    Test: atest DozeScreenBrightnessTest
    Change-Id: I2c079d081b04f00a929ae5c4475639685f9f7e69
    Chris.CC Lee authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    75e64b8 View commit details
    Browse the repository at this point in the history
  39. Move high touch sensitivity and hovering to InputService

    Doing so allows us to keep track of user changes and restore
    preferences.
    
    This commit is squash of the following commits from CM 13.0:
    7348be7 Move high touch sensitivity and hovering to InputService
    f9a9d50 InputMethodManager : Move registration to systemReady
    
    Since lineage-17.1 services/core/java/com/android/server/InputMethodManagerService.java is moved to
    services/core/java/com/android/server/inputmethod/InputMethodManagerService.java
    
    Change-Id: I5a6af73129acefa6530ceb3f73cc4cd83a19a676
    Ticket-Id: CYNGNOS-1166
    Danesh authored and PMS22 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8c1656e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Merge tag 'android-10.0.0_r27' of https://android.googlesource.com/pl…

    …atform/frameworks/base into q10
    
    Android 10.0.0 Release 27 (QQ1B.200205.002)
    
    Change-Id: I428efe0b4a0a1fb87cc33dedd10b6cde277b0cf5
    PMS22 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    550acdd View commit details
    Browse the repository at this point in the history
  2. Enlarge EPSILON to 0.01 for android.display.cts.DisplayTest#testModeS…

    …witch pass
    
    Device fresh rate (60.0024) is larger than USER_SETTING_PEAK_REFRESH_RATE(60)
    
    The difference is more than EPSILON (0.001), which will make the mode invalid the cts-on-gsi case : android.display.cts.DisplayTest#testModeSwitch will fail
    
    Change-Id: Ie8adaf2d00280560111486d63ff774f47c2eace2
    (cherry picked from commit bc5068c64b18314712b27cbb9336cf04d935f658)
    peng.gu authored and PMS22 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    cb55da4 View commit details
    Browse the repository at this point in the history
  3. Allow zero stride

    For some pixel formats, stride has no meaning.
    Take this into account and use buffer width instead.
    
    Bug: 143470518
    Change-Id: I728b40803e80c4e534504c5b9db55921bb5e7dbc
    Test: android.graphics.cts.ImageDecoderTest#testConserveMemoryPlusHardware
    Anders Frostad Pedersen authored and PMS22 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f83b710 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Revert "FODCircleView: Patch screen flickering"

    This reverts commit ad11786.
    PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b420dab View commit details
    Browse the repository at this point in the history
  2. Revert "FODCircleView: Patch partial wakelock issues"

    This reverts commit 20d04f7.
    PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    cca145e View commit details
    Browse the repository at this point in the history
  3. Revert "FODCircleView: Add partial wakelock on aod"

    This reverts commit 8818487.
    PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    8dd7774 View commit details
    Browse the repository at this point in the history
  4. SystemUI: Don't sleep on double tap below status bar

    Change-Id: Ic64c29eae63e96f34dc37cda355401b7e2cd2d39
    moetayuko authored and PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3c14dcf View commit details
    Browse the repository at this point in the history
  5. fw/b torch: Let long press power turn torch off when screen is on.

    * When the torch is on, any subsequent long press power is almost certainly
      intended to turn the torch off (regardless of screen state).  Therefore,
      always allow long press power to toggle torch if the torch is on.
    
    * Tested: long press power toggles torch on/off with screen off.
              long press power toggles torch off with screen on and torch on.
              long press power brings up global actions menu with screen on and torch off.
    
    Change-Id: I932caa9f3be06d14408aea2ecb3a6eca73e052e0
    sam3000 authored and PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6d03d80 View commit details
    Browse the repository at this point in the history
  6. Pad ime_switcher same as navbar buttons

    Use same padding value (@dimen/navigation_side_padding) for ime_switcher width
    as for other navbar buttons. This corrects the alignment of the ime_switcher
    button on the navbar, giving it the same width as other navbar buttons (e.g.
    clipboard, or custom key) for a more symmetric look.
    
    Ticket: #1475
    Test: m, check layout on device/tablet
    Change-Id: I5d96ce1b18a43d4788d15d54568e638328c4fbc3
    codingKerensa authored and PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2a35916 View commit details
    Browse the repository at this point in the history
  7. Start BiometricService even if no hardware is present

    * BiometricService already has support for authenticate() to fallback to CDC.
      This allows BiometricPrompt to ask for credentials when no biometric
      hardware is present, rather then doing nothing.
    
    Change-Id: Ib69b913a9e9a6d4d76de5d2ee9e618a3dfd6e5bd
    aleasto authored and PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    cda0586 View commit details
    Browse the repository at this point in the history
  8. SystemUI: Show charging status in addition to trust granted/transient…

    … status
    
    If the device is kept unlocked, it displays 'Kept unlocked by TrustAgent' and will not show charging state.
    This adds the charging state below the unlocked message
    
    Test: m, atest KeyguardIndicationControllerTest, check keyguard
    Change-Id: I6b3515167c990c27fa89b3742d72db98657768b0
    Tortel authored and PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    4a5ed3f View commit details
    Browse the repository at this point in the history
  9. FingerprintDialogView: Improve on fod devices (#367)

    Change-Id: I21aefbb74d8060ae172d3246bd0f4e519ff4a3d8
    Hikari-no-Tenshi authored and PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6ffed23 View commit details
    Browse the repository at this point in the history
  10. SystemUI: Update keyguard indication margin when fod is in use

    Decrease the bottom margin when fingerprint in display is active
    to avoid obstructing the view
    
    Change-Id: Iec87c5ca67f0f6081209fd685e7a8621b8e8b1d7
    Chris Crump authored and PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    d23e9c6 View commit details
    Browse the repository at this point in the history
  11. SystemUI: update Bluetooth battery level assets.

    Outlined and polished. Made by Andrew Fluck.
    
    Change-Id: I97821e90b974af90a3b1a33f52739f07c6815efb
    Herna1994 authored and PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2449459 View commit details
    Browse the repository at this point in the history
  12. Revert "FODCircleView: disable touch detection on screen off"

    This reverts commit 01f111e.
    PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7eabfa5 View commit details
    Browse the repository at this point in the history
  13. Merge tag 'android-10.0.0_r31' into lineage-17.1-android-10.0.0_r31

    Android 10.0.0 release 31
    
    * tag 'android-10.0.0_r31': (327 commits)
      Import translations. DO NOT MERGE
      Import translations. DO NOT MERGE
      Import translations. DO NOT MERGE
      Import translations. DO NOT MERGE
      Fixes NPE when preparing app data during init
      Use KNOWN_PACKAGES when shared lib consumers
      DO NOT MERGE: Add another exception to the nearby-sharing chip code.
      Handles null outInfo in deleteSystemPackageLI
      docs: Add documentation for equals() method
      Import translations. DO NOT MERGE
      Import translations. DO NOT MERGE
      docs: Fix typo in IMPORTANCE_SERVICE description
      Import translations. DO NOT MERGE
      Import translations. DO NOT MERGE
      Import translations. DO NOT MERGE
      Import translations. DO NOT MERGE
      [WIFI] Protect broadcasts used by the Wi-Fi framework
      [WIFI] Protect broadcasts used by the Wi-Fi framework
      Import translations. DO NOT MERGE
      Import translations. DO NOT MERGE
      ...
    
    Change-Id: I6dbf311c60dc195dd722633b6f7b4628d5a807ee
    Signed-off-by: PMS22 <prathams99@rediff.com>
    luca020400 authored and PMS22 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    5b814b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. base: add missing Text style in BatteryStyles [1/2]

    Change-Id: I027aa0aa0ded5f52ef546f748e5820130209eea1
    Rpingat committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    85c41c8 View commit details
    Browse the repository at this point in the history