Commit Graph

60 Commits

Author SHA1 Message Date
Oliver Scott 5c0cb96983 aospa: update GMS updater component disable list
Google has introduced new components that handle their system updater

Change-Id: Id5bb31af01736ac3a0e5b652c0d8be72c09df93a
2022-11-08 00:50:20 +00:00
Oliver Scott 7af6956c5b aospa: GMS updater components disable list bringup
* GMS updater notification should no longer appear
  (SystemUpdateGcmTaskService being responsible for it)
* Remove outdated entries

Change-Id: I25f93dc8477a1f8e30a9c9e0280e502fa4ce0971
2022-11-08 00:50:11 +00:00
Jake Weinstein c33cdcb75d aospa: overlay: Improve pinner configuration
- Unpin RenderScript libraries
  RenderScript is deprecated and no longer widely used.

- Pin critical graphics libraries

- Add libipebpsstriping170 for yupik camx
  Courtesy of Adithya

Change-Id: If4406c1462623642890829f721d5ac1dbb27a373
2022-10-27 17:56:33 +00:00
Scott Warner c981cb3800 config: Disable GMS OTA popup
Change-Id: Ie3ac018c0ff915832bdcfc9e47467879b3694c13
2022-10-26 15:14:23 +00:00
timocapa 1c1908ea6a overlay: PIH: Update raven to October SPL
Change-Id: Id2843326464ef7465caecf97c5dc9d5579fc8080
2022-10-17 16:04:25 +02:00
Hernán Castañón Álvarez 1f3dd2ac12 aospa: Welcome Topaz Alpha/Beta wallpaper.
Signed-off-by: Hernán Castañón Álvarez <herna@paranoidandroid.co>
Change-Id: I88073142da5a32eb15f376d444e977e82a59d581
2022-10-15 09:09:53 +02:00
Jake Weinstein 1c5d985912 aospa: Set Pixel 6 Pro Model for spoofing
- Currently only used for Velvet (Google Search).
- See PropImitationHooks.java in frameworks/base.

Change-Id: I65af2d2a15e12af0e1006db787a24e3fe6c4dc56
2022-10-08 18:50:48 +00:00
timocapa e973c2b67f
overlay: PIH: Update raven to Sept SPL
Change-Id: I66d380f014ee287de9fff6517238ac6ed25af57d
2022-09-30 08:38:57 +05:30
Omkar Chandorkar 4f67080d18 overlay: Add Launcher3 to config_defaultListenerAccessPackages
- Allows notification dot to work out of the box

Change-Id: I96347ea4ad670f799c670f3da419cf955a507206
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2022-09-24 16:55:33 +00:00
Omkar Chandorkar 66bbbc11cd overlay: import config_defaultListenerAccessPackages from vendor/google/pixel
- AOSPAFrameworks has a higher priority over PixelFrameworks
- will be modified later to add Launcher3 for having notification
  dots out of the box

Change-Id: I25218ed533fdc1b2ca9822f1b5a37273c68b1b78
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2022-09-24 16:54:07 +00:00
Omkar Chandorkar 4f653b50f6 aospa: overlay: set raven TP1A fingerprint
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: Ib19b30da1c49cc3442240ea85a8335a2a6cf3e22
2022-09-12 07:21:25 +00:00
Santiago Seifert ef8dc3b824 overlay: Unpin updatable-media from memory
Bug: 214499288
Change-Id: Icb0ebe5a36e01941cc1318c95a7534c0f20ffa93
Test: Presubmit
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2022-08-16 21:09:46 +00:00
Hampus Olsson a2ed909ea4 aospa: Paranoid Android Sapphire Beta wallpaper, "Meteor Abyss"
Signed-off-by: Hernán Castañón Álvarez <herna@paranoidandroid.co>
Change-Id: I8db8c34252baff24de484732197a82080b75049a
2022-05-07 06:53:36 +00:00
Martincz Gao c1a01af18c overlay: Frameworks: Use ntp.ntsc.ac.cn NTP server for Chinese users
Old one no longer works.

Change-Id: If04d87ded94ceb08c7265569503bd51e7c06c542
2022-03-15 14:51:26 +00:00
dianlujitao 8914461cec overlay: Frameworks: Use old NTP server in China
* Google changed NTP server to time.android.com since 8.0,
   but for obvious reason, it's inaccessible in China.
 * Switch to NTP server used in previous Android revisions
   when China SIM inserted to make Chinese users happy.

Change-Id: Iaee63c64cae904b38f6bcec85ed6b0be1dbf3765
2022-03-15 14:51:26 +00:00
Jyotiraditya 4e1cfea6ef overlay: Frameworks: Enable multi-user support
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Change-Id: I97e0e7766546b6c4137fdc8ea0b0f2cb6ff98024
2022-03-08 06:15:31 +00:00
Sultan Alsawaf 4528b43732 overlay: Frameworks: Disable OtaSuggestionSummaryProvider from GMS
GMS now uses OtaSuggestionSummaryProvider to push update notifications,
both in the status bar and as a dialog pop-up. Disable it.

Change-Id: I51c039a1dbbb781e5ffabdd313d062feda308b89
2022-03-02 11:54:07 +00:00
Adithya R de390d683d overlay: Frameworks: Remove duplicate overlays
* they are already defined in pixel component

Change-Id: Ib2fc0d76171a321d4c805b79219d5c982e22ffce
2022-02-18 11:11:50 +00:00
Rusty Bird 51404bd5b6 config: disable safe volume everywhere, not just the US
Safe Volume has many false alarms. And if overridden by the user, at
every 20 hours of accumulated(!) audio playback it will intentionally
reset - even while the audio is playing. This can ruin the listening
experience, and ironically pose a safety hazard when e.g. the user is
operating a vehicle...

AOSP already opted out of Safe Volume in the overlays for Mobile Country
Code 310-316 (= US). Make this universal.

Signed-off-by: Rusty Bird <rustybird@net-c.com>
[kdrag0n: Moved into vendor overlay]
Signed-off-by: Danny Lin <danny@kdrag0n.dev>
Change-Id: I951ddf2282338571d8e17e5f84110ef206bdb527
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
2022-02-18 16:25:43 +09:00
Danny Lin 48536077a1 config: Enable doze mode
Modern apps without GMS push can handle doze by asking the user to
whitelist them from battery optimization, so there's no reason to not
enable this.

AOSPA have this enabled under vendor/google/gms, but also enable it
here for those not building GMS and to not miss it on future releases.

Change-Id: I84efe5abe2b8c209202f4fd14217d4dfa7f34de1
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
2022-02-18 16:23:35 +09:00
Adithya R 767ae7036b
overlay: Frameworks: Disable GMS updater and Now Playing
* taken from our ruby overlay

Change-Id: I1a92035f67c7fec32d3d003679119d89a8c8406d
2022-01-08 23:21:50 +09:00
Hernán Castañón 2bd851590b Revert "aospa: overlays: Revert to old power button behavior"
This reverts commit 24660ce485.

Reason for revert: This commit was merged unintentionally

Change-Id: Ia800a0b6fedb3cfb4a5ffcbc053f35a9d6141891
2021-12-03 14:07:21 +00:00
Hampus Olsson cfdaa2cd1f aospa: Paranoid Android Sapphire Alpha wallpaper, "Rushing Stream"
http://hampusolsson.com/

Signed-off-by: Hernán Castañón <hernanderes34@gmail.com>
Change-Id: Iad946a30d8f25699bf624991d6b42b9ab9847277
2021-11-28 20:33:42 +00:00
timocapa 1f2f8e0bbf overlays: Remove accent colors for future monet
Change-Id: I60315ce993a27dfb9a46872d0cd103a6f19153f8
2021-11-20 15:12:40 +00:00
Danny Lin 24660ce485 aospa: overlays: Revert to old power button behavior
Revert to the old (Android 11) behavior, which is more standard and
makes much more sense when no assistant is available/enabled (e.g.
AOSP):

- Long press = power menu
- Power + volume up = prevent ringing gesture

Users can still opt in to the new behavior in Settings.

Change-Id: Ic83605e1204641d075c954e4313ee5ed2452ddd5
2021-11-12 14:43:17 +01:00
Vishalcj17 741993e6dc overlay: Cleanup Pinner service properly.
* Went through logs.

test: boots; adb shell dumpsys pinner
Change-Id: I149e63cdb01136511b2a797356b387e04844ba04
2021-11-12 13:13:27 +00:00
Kevin Jeon e6a9e8fcb6
aospa: overlays: Update SurfaceFlinger pin
* This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as
  the file was removed in ag/12524602. The updated pin relies on
  go/aog/1552085, as system_service needs read access to SurfaceFlinger.

Bug: 176197656
Test: adb shell dumpsys pinner
Change-Id: Ic4e7a1e7ee021b87b8dbcc58b47cb20e15c71f4b
2021-10-29 02:52:34 +09:00
Rashed Abdel-Tawab 9c85b2a545 overlay: Default materials buttons to not all caps.
Change-Id: I1916f33d82ef4e103e6d69359489b4eac5425224
2021-10-26 16:16:18 +00:00
Jake Weinstein dbcd0182f0
aospa: overlay: Add QCOM performance JARs to pinner list.
Change-Id: I8d0dafa9e9655576d3f42c9a9907f8bf89ff4203
2021-10-14 11:45:40 +09:00
Lisa Liu b5ab7ea46e
aospa: overlay: Add pinner configuration from legacy projects.
Change-Id: Ic692d38f1db1909c8d389338a15bac4b6b416814
2021-10-14 11:45:40 +09:00
Alexander Koskovich e4804c15d1
aospa: overlay: Change the accent color to AOSPA green.
Change-Id: I261e4320529a7a56745c8f92350c3304fa50ea9d
2021-10-14 11:45:39 +09:00
Alexander Koskovich c94da90e0f
aospa: overlay: Add dimensions from SPB2.210513.007.
Change-Id: If65173bfa3bd7effb7b042d81949925615a58f66
2021-10-14 11:45:39 +09:00
Alexander Koskovich 5b99234d2c
aospa: overlay: Enable rounded icons by default.
Change-Id: Ic246fba1ccfdc9f71569bf86f1d9121f7c301e42
2021-10-14 11:45:39 +09:00
Alexander Koskovich 502fc386ba
aospa: overlay: Add Pixel colors from SPB2.210513.007.
Change-Id: I4e8ff42d59777004b63e03542985dc946af8d487
2021-10-14 11:45:38 +09:00
Hampus Olsson fb3413ef35
aospa: overlay: Add new default wallpaper, "Fractured Continuum".
Change-Id: Ic1a480ee28683583bebd1eb7370592314572f352
2021-10-14 11:45:38 +09:00
Vishalcj17 ab0d34ec12
aospa: Cleanup as much as possible.
* bravo six, going in for a restructure.

Change-Id: Ib787d9e52cbd97a797c62a0053a525756bc74b2c
2021-10-14 11:45:32 +09:00
Vishalcj17 2a10db5723 overlay: Cleanup Pinner service in accordance to master changes.
* https://android-review.googlesource.com/c/platform/frameworks/base/+/1646527
   https://android-review.googlesource.com/c/platform/art/+/1646546

 * The commits mentioned above have been merged in AOSPA. (18518, 18519)

Change-Id: Ib9894440b407ac3e0e4223b32ceea55fa66e38ed
2021-05-13 21:07:36 +00:00
Mesquita 0eb80aab34 pa: overlay: Import translations
Change-Id: Ic00fba5da0e97295131771968867af649662155a

--- Add el translations (Greek) ---

Thanks to Retrial

* Paranoid Doze
* Paranoid Launcher
* All features

--- Improve pl translations (Polish) ---

Thanks to SPLESHER

* Paranoid Doze
* Paranoid Launcher
* Cycle Through Ringer Modes
* Swipe to Screenshot
* T00ner
* Extended Restart
* Immersive Navigation

--- Improve pt-br translations (Brazilian Portuguese) --

* Adaptive Playback
* AppLock
* Auxiliary Key Handler
* Cycle Through Ringer Modes
* DC Dimming
* Horizon Light
* Apps Suggestions
* Paranoid Doze
* T00ner
* Immersive Navigation
* Extended Restart

Signed-off-by: Mesquita <mickaelmendes50@gmail.com>
Change-Id: Iec65b6527432e161361369c573fe8613692663e9
2021-03-18 11:46:18 -03:00
Hampus Olsson 3551c3fe91 pa: Add new default wallpaper, "Fractured Continuum".
Change-Id: I4fdaafd4c6098c6f018a0be6fcd026ef6422e24f
2021-03-08 22:01:22 +00:00
Alexander Koskovich 88ea1216ba
Revert "pa: overlay: Default to dark theme."
This reverts commit 8b737a0629.

Reason for revert: Some parts of SetupWizard are affected by this, namely Google Pay and GBoard leading to initial setup looking off.

Change-Id: I2393a6defd013c6380b0819ea4b6f749021c6120
2021-02-15 19:04:03 -07:00
Rashed Abdel-Tawab 696ccd18a8 overlay: Default materials buttons to not all caps.
Change-Id: I1916f33d82ef4e103e6d69359489b4eac5425224
2021-02-12 09:15:32 +05:30
Alexander Koskovich 8b737a0629 pa: overlay: Default to dark theme.
* This is what the majority uses AFAIK, so should be
   the default.

Change-Id: I6ca6453f9581485efaf9bc0eae8f272625ff222e
2021-02-10 17:06:12 +00:00
Kevin Jeon fed91103b2 [Internal Master] Update SurfaceFlinger pin
PA Notes:
- Not merged to master, but merged to internal master.
- Original commit removes libsurfaceflinger but I do not
  because we have enough memory.

Test: Builds as expected after this change, and flashes successfully.
Bug: 176197656
Change-Id: Id42d90c7fe86dc5f874588efb04f3afb6baa0b2d
Signed-off-by: Jake Weinstein <jake@aospa.co>
2021-01-22 05:45:13 +00:00
Jake Weinstein b6068f81a5 Revert "pa: overlay: Set screenshot delay to 0"
Android 11 QPR1 has the same change by default in frameworks/base

This reverts commit 97469a321e.

Change-Id: If8aab8b39946e843d68c2bec7898b52fa08b1aa0
2020-12-13 17:51:25 +00:00
Danny Lin cf019b611f [Proton-AOSP] overlay: frameworks: Add conversation notification allowlist for older apps
Extracted from the Pixel 5 stock ROM.

Change-Id: I847da890bcd39f494497b3e528ec550094686241
2020-12-06 00:31:47 +05:30
jhenrique09 8d3888dd17 pa: overlay: Forcefully disable Now Playing components.
Change-Id: I269d7490b55762b2c982d9cedfe9f5e4269c2ce7
2020-12-01 00:40:01 +00:00
kocolin a82af8b16f [android-11.0.0_r15] [redbull] Pinner: Add some library in pin list
Add some librart which will load during camera launch to reduce camera
launch time in I/O busy case.

Bug: 165825997
Test: Camera_checklist, dumpsys pinner
Change-Id: I48b5503ad674dc19cda940c44878291171fa4536
(cherry picked from commit fda08f815a6218dc5a74ff81665a074906f13f77)
2020-11-07 21:47:58 +00:00
Sourajit Karmakar 470522ce36 [statix-11] pa: Enable the people notifications section.
Change-Id: I30f884039657306efff3e6b76d88e4daefe535fe
Reviewed-on: https://review.statixos.com/c/android_vendor_statix/+/3154
2020-10-26 19:58:16 +00:00
Jake Weinstein 00ca204549
pa: update pinner configuration to Pixel 3A and Pixel 4A
Adds back boot.oat and core jars

Change-Id: I3e2f91761d781a442f75b8233683192187338387
2020-09-18 09:19:53 -07:00
Nicolas Geoffray ed45e6dbed
Update in pinned files.
Remove or update paths that don't exist.

Bug: 119800099
Test: boots
Change-Id: Idd0066e2ab737c9edcf9a745a19aca7421f62575
2020-09-18 09:19:53 -07:00