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

Test #1

Open
wants to merge 29 commits into
base: lineage-17.1
Choose a base branch
from

Conversation

BAProductions
Copy link
Member

Test

Jertlok and others added 14 commits March 28, 2023 19:07
This allows to easily uninstall application on the popup
activity triggered by long pressing on the applications.

@neobuddy89: Add back support functions in Utilities.

Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Change-Id: Icd8eaa618720984f17319872e3fd12d87e934b86
Signed-off-by: Pranav Vashi <[email protected]>
Change-Id: I554c005d5e523aca0842c78a353686e86af1a7f2
Signed-off-by: Mesquita <[email protected]>
Signed-off-by: Omkar Chandorkar <[email protected]>
Signed-off-by: Pranav <[email protected]>
Change-Id: Ida14211a0d8decb897e857f44e071c51122eda9c
Signed-off-by: DennySPB <[email protected]>
Signed-off-by: Arghya Chanda <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
*DU Edits*
- Changed icon to match the icon style adopted by AOSP

Credit thanks to materialdesignicons site
http://materialdesignicons.com/icon/close-box-outline

Bootleggers edit: Update to Q changes

Change-Id: If137eb832aaafc4c0ee23767c34bcae745c78699
Signed-off-by: Pranav Vashi <[email protected]>
Square looks a bit old, why not use a circle?

Credits goes once again to http://materialdesignicons.com/

Signed-off-by: Pranav Vashi <[email protected]>
@BAProductions BAProductions changed the title Text Test May 6, 2023
@BAProductions
Copy link
Member Author

@greengeckowizard

@birdup000
Copy link

@greengeckowizard
@BAProductions
My TG account got banned I'll communicate on the Xda forums for now until it's been resolved.

@BAProductions
Copy link
Member Author

Ok

bvlj and others added 8 commits May 24, 2023 18:02
* Show the name of the task at the top
* Menu icon for split, info and pin

Change-Id: I2105fc269a565c712e0e664a5c9e68cb357025ac
Signed-off-by: Joey <[email protected]>
Fix the string "Apps de pesquisa" that roughly means "apps you can use to search", not the act searching an app as intended by the hint.

Change-Id: I65d91a9c0c5de49a76a55e10ec5f6364091da77a
Shade: Rename ShortcutFactory to ShadeShortcutFactory

Shade: Override AppInfoShortcut with BottomSheetShortcut

Shade: Import bottom sheet class from Pie

Shade: Fix ShadeShortcutFactory constructor

Shade: Add testing entries to App Info

Shade: Add real entries to App Info

Shade: Implement parsing for app info

Shade: Move all preference title strings to global strings file

Shade: Set source to "Unknown" if it is empty

Shade: Set icon pack to "None" by default

Shade: Update app info bottom sheet to Q widgets bottom sheet

Shade: Disable overscroll effect on bottom sheet preferences

Shade: Update Version app info preference icon

Shade: Reorder app info preference entries
Change-Id: I34fe46944561723d3a47db92b3814e1deee80b5b
Signed-off-by: Pranav Vashi <[email protected]>
Change-Id: I380f38c370e60453218db3d384014d04a1908348
Signed-off-by: Pranav Vashi <[email protected]>
Invoking extra header content such as floating header (predictions view)
causes the overview panel to show under recent task. The search bar doesn't
show in this case since it expects to scrim based on all apps content.

Since predictions appear in this area, set the search bar to show as well,
otherwise we get empty space above the predictions view.

Change-Id: I7eb68f4bc2efdc383f0ced5ff4a0ad13e9bed528
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: DennySPB <[email protected]>
Change-Id: Ie7c995318b4fdf09c1de3220e12aeae2225cefbc
Signed-off-by: Pranav Vashi <[email protected]>
* looks horrible on oled, but could not find any commit making it optional for A10 trebuchet.
SirRGB and others added 4 commits June 4, 2023 02:21
Change-Id: I2368b690571517dfb7f331832c9f52dcc8ac8531
Signed-off-by: RJ Trujillo <[email protected]>
Change-Id: I0355a5bdb21773783f965d9a5eae1ffee32d4206
Signed-off-by: RJ Trujillo <[email protected]>
When building legacy shortcut, Launcher calls
PackageManager#resolveActivity to retrieve necessary permission to
launch the intent.

However, when the source app wraps an arbitrary intent within
Intent#createChooser, the existing logic will fail because launching
Chooser doesn't require additional permission.

This CL fixes the security vulnerability by performing the permission
check against the intent that is wrapped within.

Bug: 270152142
Test: manual
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c53818a16b4322a823497726ac7e7a44501b4442)
Merged-In: If35344c08975e35085c7c2b9b814a3c457a144b0
Change-Id: If35344c08975e35085c7c2b9b814a3c457a144b0
Intent created for Chooser should not be allowed in legacy shortcuts
since it doesn't make sense for user to tap on a shortcut in homescreen
to share, the expected share flow started from ShareSheet.

Bug: 295334906, 295045199
Test: manual
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b7b192bd7f24a2aa7d6881ee949657c9760c0305)
Merged-In: I8d0cbccdc31bd4cb927830e5ecf841147400fdfa
Change-Id: I8d0cbccdc31bd4cb927830e5ecf841147400fdfa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.