forked from LineageOS/android_packages_apps_Trebuchet
-
Notifications
You must be signed in to change notification settings - Fork 0
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
BAProductions
wants to merge
29
commits into
LightningFastRom:lineage-17.1
Choose a base branch
from
LineageOS-Revived:lineage-17.1
base: lineage-17.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test #1
BAProductions
wants to merge
29
commits into
LightningFastRom:lineage-17.1
from
LineageOS-Revived:lineage-17.1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
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]>
Signed-off-by: Pranav Vashi <[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]>
This reverts commit 6992f83.
This reverts commit f47a7f8.
This reverts commit ab641c7.
@greengeckowizard |
|
Ok |
* 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]>
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.
Conflicts: src/com/android/launcher3/notification/NotificationInfo.java
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test