Open
Conversation
* New translations alpha_strings.xml (Romanian) * New translations alpha_strings.xml (French) * New translations alpha_strings.xml (Spanish) * New translations alpha_strings.xml (Bulgarian) * New translations alpha_strings.xml (Czech) * New translations alpha_strings.xml (German) * New translations alpha_strings.xml (Greek) * New translations alpha_strings.xml (Hungarian) * New translations alpha_strings.xml (Italian) * New translations alpha_strings.xml (Polish) * New translations alpha_strings.xml (Portuguese) * New translations alpha_strings.xml (Russian) * New translations alpha_strings.xml (Albanian) * New translations alpha_strings.xml (Turkish) * New translations alpha_strings.xml (Chinese Simplified) * New translations alpha_strings.xml (Chinese Traditional) * New translations alpha_strings.xml (Vietnamese) * New translations alpha_strings.xml (Portuguese, Brazilian) * New translations alpha_strings.xml (Indonesian) * New translations alpha_strings.xml (Hindi)
* New translations alpha_strings.xml (Spanish) * New translations alpha_strings.xml (Indonesian)
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This introduces a preference to toggle between different layout styles in the Recents view. Implemented styles: - Stock (Standard grid/carousel) - Kami (Custom overlapping stack) - iOS (Stacked cards with depth) - OxygenOS (Alternative stack implementation) Implementation details: - Adds 'doScrollScale' logic to RecentsView to handle task card translation, scaling, and Z-index based on scroll offset. - Adds specific math for "squish" and overlap effects. - Adds ListPreference to Launcher settings.
…rDeprecated Fix multiple compile errors introduced by incomplete changes: - Remove stray '=' character in createTaskDismissAnimation - Replace undefined 'isExpressiveDismiss' variable with 'true' - Declare 'mScrollScale' as a local float variable in doScrollScale() - Fix DeviceProfile.isTablet field references to use getDeviceProperties().isTablet() method - Add missing ROTATION_0 and ROTATION_180 static imports from android.view.Surface - Remove reference to non-existent TaskViewSimulator.scrollScale field - Update TaskViewTouchControllerDeprecated to pass null GridEndData instead of boolean isExpressiveDismiss to createTaskDismissAnimation
* New translations alpha_strings.xml (Romanian) * New translations alpha_strings.xml (French) * New translations alpha_strings.xml (Spanish) * New translations alpha_strings.xml (Bulgarian) * New translations alpha_strings.xml (Czech) * New translations alpha_strings.xml (German) * New translations alpha_strings.xml (Greek) * New translations alpha_strings.xml (Hungarian) * New translations alpha_strings.xml (Italian) * New translations alpha_strings.xml (Polish) * New translations alpha_strings.xml (Portuguese) * New translations alpha_strings.xml (Russian) * New translations alpha_strings.xml (Albanian) * New translations alpha_strings.xml (Turkish) * New translations alpha_strings.xml (Chinese Simplified) * New translations alpha_strings.xml (Chinese Traditional) * New translations alpha_strings.xml (Vietnamese) * New translations alpha_strings.xml (Portuguese, Brazilian) * New translations alpha_strings.xml (Indonesian) * New translations alpha_strings.xml (Hindi)
This file contains hidden or 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
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.
No description provided.