summaryrefslogtreecommitdiff
path: root/proguard.flags
AgeCommit message (Collapse)Author
2018-05-30Some launcher3 fixes so that it compiles with different configurationsSunny Goyal
Bug: 79996542 Change-Id: I4267aeb8f5b0714415970c63453049ff41466644
2018-05-22Reset the vertical progress when the discovery bounce is closedSunny Goyal
Since discovery bounce runs on absolute values, it can sometime leave the vertical progress at an old value, if it is closed after the state change. Also simplifying discovery bounce animation to use xml everytime. Bug: 80099242 Change-Id: Iebc249dd02f474cbed85b695eeeb8c2bf60b935d
2018-04-09Elevate GPU priority of Launcher3QuickstepSunny Goyal
Bug: 75985430 Change-Id: I4ac70c76db98b4ab666b0559f3185392142be045
2018-03-19Fix proguard flagAdam Cohen
-> widget resize frame animations are broken Change-Id: I138b29d7d99f80462985f9e2445048b3ab690e18
2018-03-07Adding implementation of InstantAppResolver for quickstepSunny Goyal
> Badging instant apps properly in recents > Routing drawable creation using Drawable factory Bug: 31282621 Change-Id: Ice1cdd3e9b821bebdebebbdc5cba4a907ffc21f8
2018-01-25Refactor LauncherAppTransitionManager & polish for new app transitions.Jon Miranda
* Add start delay when launcher resumes from all apps or landscape. * Track the last app transition animator and cancel it before beginning a new one, otherwise the animators can conflict with each other. ie. Opening an app from all apps and then immediately pressing back to return to all apps. * Use class overrride instead of UiFactory. Bug: 70220260 Change-Id: I4755d45d820f9d551e443d6c4a148e8789c5bc57
2017-12-19Surpress missing classes warnings from R8Søren Gjesse
Bug: 70852369 Test: m -j NexusLauncherRelease Change-Id: If6056388be67c65d84d696940171f7918d203efc
2017-09-27Build fix due to prograud changesSunny Goyal
Change-Id: I161020ecb2a1786fc9184d024208cac4efc4052f
2017-05-17When building Launcher3 target, LauncherDumpProto class should not be ↵Hyunyoung Song
proguarded b/36904684 am: 2d4d1c532d Change-Id: I50b2c2e0502ca70fe0a42edb2eb2fb7ffefd5d9d
2017-05-17When building Launcher3 target, LauncherDumpProto class should not be proguardedHyunyoung Song
b/36904684 Change-Id: I0fd0e1c63d54d83db428a04067a37f582e4d23f1
2017-04-27Creating a custom drawable to customize shadow.Sunny Goyal
> Fixing DrapTargetBar set to visible (with alpha = 0) in the start causing unnecessary draw Bug: 37616877 Change-Id: Iaaff96099910f504f6e2f81c9376ddacde50ff6a
2016-12-15Using java_style enum generation for protoSunny Goyal
This makes it easier to track various method parameters and simplifies debug logging Change-Id: Ib7c3d52590d0c36b2c8460c889ee3bead3454569
2016-11-09Reduce the scope of proguard rule to fix the broken build.Hyunyoung Song
Change-Id: I27506dc26875d320a61d5d016f72bb2d221ca4d1
2016-11-09Fix broken buildHyunyoung Song
Change-Id: I51af52c9ddcae1675d15eb37a2f48fd0b3cd09c3
2016-11-09Fix all apps auto scroll issue on talkback modeHyunyoung Song
b/30769215 Change-Id: Idd0bbe1ac15c02d42eb28731955b80bab61ba6cc
2016-07-28Responsive caret drawableHyunyoung Song
Change-Id: I9d40052d001c80d99db511af6134227f8e4e4239
2016-01-25Grey out suspended applications.Kenny Guy
Grey out application shortcuts and all apps entries for packages that are suspended. Bug: 22776761 Change-Id: I1b63da1816aca1de52b9f9bee62d1b162d0cdf4d
2015-09-29am c0880491: Highlighting sectioned apps on fast-scroll.Winson
* commit 'c088049113c261331b5685e64050d14a31cd72df': Highlighting sectioned apps on fast-scroll.
2015-09-28Highlighting sectioned apps on fast-scroll.Winson
- This CL fixes an old assumption we had about the height of rows in AllApps, and ensures that we account for the difference in height between the predictive icons and the normal icons. - In addition, we refactor FastBitmapDrawable to have multiple states, which it manages in drawing itself, including the press state and fast scroll focus states. And we also refactor some of the fast scroll logic in the all apps recycler view out to its own class. Change-Id: I1988159b2767df733bbbfc7dc601859cde6c9943
2015-08-28am 0947f5c2: Merge "Adding graphic for all apps empty search screen." into ↵Winson Chung
ub-launcher3-burnaby * commit '0947f5c26804bc74b8f1242d856c1f703544c3de': Adding graphic for all apps empty search screen.
2015-08-28Adding graphic for all apps empty search screen.Winson
Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
2015-08-20am 6779595b: Updating the scrollbar to make the fastscroller more visible.Winson
* commit '6779595bec64fa4503c22f75c8e245a449fe665d': Updating the scrollbar to make the fastscroller more visible.
2015-08-20Updating the scrollbar to make the fastscroller more visible.Winson
Bug: 20035978 Change-Id: I56a865262cd07e6af11b4374a7e6354710116dcd
2015-08-20am a67cce2c: Merge "Tweaking fast scroller to follow touch closer." into ↵Winson Chung
ub-launcher3-burnaby * commit 'a67cce2cb3b7d6fcf53ce1390238130194c393e5': Tweaking fast scroller to follow touch closer.
2015-08-20Tweaking fast scroller to follow touch closer.Winson
- Issue: The fast scroller currently does not follow the touch input because fundamentally, the fixed scrollbar height and the mapping of the scroll space to the scrollbar space is fundamentally incompatible. - This CL changes the fast scroller to allow it to detach when the user fast-scrolls, then re-attaches after the user scrolls the screen and the current scroll position for the scrollbar picks up the thumb position. - Since the scroll position and the fast scroller thumb is now detached, we can change the distribution of the fast scroll letters to make it independent of the rows for each section and instead uniformly distribute it along the scrollbar, which allows for more stability. - There are edge cases where this fails, especially when there are few apps, which we can investigate further. Bug: 20035978 Change-Id: I8322f862107e6f330deff692885233706564bffd
2015-08-20Moving drag-drop related code into a separate package.Vadim Tryshev
This is per an earlier CR comment "we should probably move all this code to its own package (launcher3.dragndrop) in a separate cl". I'm not moving DragSource because it's referred from gsa code. Bug: 22609426 Change-Id: Ia7204dab99c0c395c66b77143a2d60411153f5f3
2015-07-24Don't obfuscate Launcher3Adam Cohen
Change-Id: I86ac745602c0d3c09842ed9553f7589c232f5d23
2015-06-23Refactoring fast scroller.Winson Chung
- Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
2015-06-12Fixing proguard stripping animation method.Winson Chung
2015-05-19Removing some unused functionalitiesSunny Goyal
> Removing obsolete progrard rules > Removing BackgroundAlphaMultiplier from CellLayout, which is always 1 > Removign otiline animation from workspace. This animation never runs, as it is called during startReordeing which always happens when overview mode (workspaceInModalState() is true) Change-Id: I43219e41ea188771bc818988c1bcbd523f28cba6
2015-04-29Animating dragview color change when dragging over ButtonDropTargetSunny Goyal
Change-Id: I642438be681769812302dba0b6deca38f89f7a16
2015-04-17Removing market iconSunny Goyal
Change-Id: I7837cd8083cf2c07444b509fcfb7447151ba76b5
2015-04-16Ensuring that our animation callbacks are not stripped by pro guard.Winson Chung
Bug 20296035
2014-11-10Proguard changing methods required for click feedback aniamtionSunny Goyal
Bug: 18323452 Change-Id: Iac6d75a3c46c3a4c2a74af43bd1fca738235c2d5
2014-07-16Adding a circular progress bar for preloader iconsSunny Goyal
Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
2014-01-10Adding migration Clings. (Bug 11973614)Winson Chung
- Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
2013-09-20Initial changes to restore clings.Winson Chung
Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
2013-09-12Remove unused proguard flagsMichael Jurka
Change-Id: Iae52eb3a5dd27e636aa1fb86a52a1025c3fcf416
2013-06-17New icon to dump heap information and share it.Daniel Sandler
Alternatively, $ adb shell am start -n <pkg>/com.android.launcher3.MemoryDumpActivity Change-Id: I8c615ec3abffaf6ad693c93bdf569550d8f97298
2013-06-05Launcher2 is now Launcher3.Daniel Sandler
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
2011-08-22Fixing proguard issues with last change.Winson Chung
Change-Id: Ic6990330a4831f86ace987ab3c975fd69dac7c4d
2011-04-21Adding initial folder animationAdam Cohen
-Changed CellLayout/CellLayoutChildren to use padding in the more standard way Change-Id: I728f1b699232422be76eb29b4cf710cd5723a0aa
2011-03-14Fixing widget resize visual / ux ugliness, Bug: 4082591Adam Cohen
Change-Id: Ib258e02f52dd83418db0c0249efdc90d2424f059
2011-03-01Fixing proguard issue for resize animationsAdam Cohen
Change-Id: I5c91644f4efc4b152b6c8c7e6ee5818cc0715e02
2011-01-19updating proguard flags for parallax changesMichael Jurka
2010-11-19Fix crash when launching voice search from Home.Amith Yamasani
Proguaaaaaaaaaaaaard!!!!! Bug: 3212256
2010-11-18Fixing proguard related crash due to striping animation callbacks.Winson Chung
Change-Id: I7277ba232b1f2f0decf69ea0d2a2ece6948d5cb6
2010-10-19Fixed crash on builds with proguard enabledMichael Jurka
2010-09-29Fixing proguard related issues with new animation property for page backgrounds.Winson Chung
Change-Id: Id2d0f453cd8b9128ed0d7831e58565765c43d8fc
2010-09-13supporting swipable home screens on xlarge devicesMichael Jurka
- icons and widgets on home screens can be "dimmed" - celllayout no longer renders a dimmed version of itself, but instead its children make dimmed versions of themselves - celllayout no longer always takes up full size of workspace, in landscape mode neighboring screens (celllayouts) are visible - on xlarge devices, in landscape mode side screens are "dimmed" - moved holographic outline helper to its own file - fixed bug where mini-screens were still able to scroll left/right Change-Id: I9e85ab4147edfae1e7525c3d11d42be3fabf4f6d