summaryrefslogtreecommitdiffstats
path: root/proguard.flags
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: disable legacy icon treatmentJoey Rizzoli2018-01-191-0/+4
| | | | | | | | | It was partially disabled with https://github.com/jrizzoli/bug-free-bassoon/commit/ef63be31dac06e783546fbe6b5dad9c40a36223b but it was still applied with icon packs on apps targeting oreo Edited the proguard config to avoid classNotFound exceptions Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Trebuchet: quick settings & settings reorganizationJoey Rizzoli2018-01-191-0/+10
| | | | Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Merge "When building Launcher3 target, LauncherDumpProto class should not be ↵Hyunyoung Song2017-05-191-0/+4
|\ | | | | | | | | | | | | | | proguarded b/36904684" into ub-launcher3-dorval am: 904a38340c Change-Id: I3cb282f6c78ff0c9a34e8f3ced25915fe3b96d7f
| * When building Launcher3 target, LauncherDumpProto class should not be proguardedHyunyoung Song2017-05-171-0/+4
| | | | | | | | | | | | b/36904684 Change-Id: I0fd0e1c63d54d83db428a04067a37f582e4d23f1
* | Creating a custom drawable to customize shadow.Sunny Goyal2017-04-271-0/+4
|/ | | | | | | | > Fixing DrapTargetBar set to visible (with alpha = 0) in the start causing unnecessary draw Bug: 37616877 Change-Id: Iaaff96099910f504f6e2f81c9376ddacde50ff6a
* Using java_style enum generation for protoSunny Goyal2016-12-151-0/+3
| | | | | | | This makes it easier to track various method parameters and simplifies debug logging Change-Id: Ib7c3d52590d0c36b2c8460c889ee3bead3454569
* Reduce the scope of proguard rule to fix the broken build.Hyunyoung Song2016-11-091-3/+4
| | | | Change-Id: I27506dc26875d320a61d5d016f72bb2d221ca4d1
* Fix broken buildHyunyoung Song2016-11-091-1/+1
| | | | Change-Id: I51af52c9ddcae1675d15eb37a2f48fd0b3cd09c3
* Fix all apps auto scroll issue on talkback modeHyunyoung Song2016-11-091-0/+8
| | | | | | b/30769215 Change-Id: Idd0bbe1ac15c02d42eb28731955b80bab61ba6cc
* Responsive caret drawableHyunyoung Song2016-07-281-0/+5
| | | | Change-Id: I9d40052d001c80d99db511af6134227f8e4e4239
* Grey out suspended applications.Kenny Guy2016-01-251-0/+7
| | | | | | | | Grey out application shortcuts and all apps entries for packages that are suspended. Bug: 22776761 Change-Id: I1b63da1816aca1de52b9f9bee62d1b162d0cdf4d
* am c0880491: Highlighting sectioned apps on fast-scroll.Winson2015-09-291-7/+4
|\ | | | | | | | | * commit 'c088049113c261331b5685e64050d14a31cd72df': Highlighting sectioned apps on fast-scroll.
| * Highlighting sectioned apps on fast-scroll.Winson2015-09-281-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | am 0947f5c2: Merge "Adding graphic for all apps empty search screen." into ↵Winson Chung2015-08-281-0/+5
|\| | | | | | | | | | | | | ub-launcher3-burnaby * commit '0947f5c26804bc74b8f1242d856c1f703544c3de': Adding graphic for all apps empty search screen.
| * Adding graphic for all apps empty search screen.Winson2015-08-281-0/+5
| | | | | | | | Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
* | am 6779595b: Updating the scrollbar to make the fastscroller more visible.Winson2015-08-201-2/+2
|\| | | | | | | | | * commit '6779595bec64fa4503c22f75c8e245a449fe665d': Updating the scrollbar to make the fastscroller more visible.
| * Updating the scrollbar to make the fastscroller more visible.Winson2015-08-201-2/+2
| | | | | | | | | | Bug: 20035978 Change-Id: I56a865262cd07e6af11b4374a7e6354710116dcd
* | am a67cce2c: Merge "Tweaking fast scroller to follow touch closer." into ↵Winson Chung2015-08-201-2/+2
|\| | | | | | | | | | | | | ub-launcher3-burnaby * commit 'a67cce2cb3b7d6fcf53ce1390238130194c393e5': Tweaking fast scroller to follow touch closer.
| * Tweaking fast scroller to follow touch closer.Winson2015-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Moving drag-drop related code into a separate package.Vadim Tryshev2015-08-201-1/+1
|/ | | | | | | | | 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
* Don't obfuscate Launcher3Adam Cohen2015-07-241-1/+5
| | | | Change-Id: I86ac745602c0d3c09842ed9553f7589c232f5d23
* Refactoring fast scroller.Winson Chung2015-06-231-18/+30
| | | | | | | | | | | | | - 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
* Fixing proguard stripping animation method.Winson Chung2015-06-121-1/+1
|
* Removing some unused functionalitiesSunny Goyal2015-05-191-18/+0
| | | | | | | | | | > 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
* Animating dragview color change when dragging over ButtonDropTargetSunny Goyal2015-04-291-1/+5
| | | | Change-Id: I642438be681769812302dba0b6deca38f89f7a16
* Removing market iconSunny Goyal2015-04-171-1/+0
| | | | Change-Id: I7837cd8083cf2c07444b509fcfb7447151ba76b5
* Ensuring that our animation callbacks are not stripped by pro guard.Winson Chung2015-04-161-0/+5
| | | Bug 20296035
* Proguard changing methods required for click feedback aniamtionSunny Goyal2014-11-101-0/+5
| | | | | Bug: 18323452 Change-Id: Iac6d75a3c46c3a4c2a74af43bd1fca738235c2d5
* Adding a circular progress bar for preloader iconsSunny Goyal2014-07-161-0/+5
| | | | Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
* Adding migration Clings. (Bug 11973614)Winson Chung2014-01-101-0/+3
| | | | | - Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
* Initial changes to restore clings.Winson Chung2013-09-201-0/+1
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Remove unused proguard flagsMichael Jurka2013-09-121-18/+0
| | | Change-Id: Iae52eb3a5dd27e636aa1fb86a52a1025c3fcf416
* New icon to dump heap information and share it.Daniel Sandler2013-06-171-0/+4
| | | | | | | Alternatively, $ adb shell am start -n <pkg>/com.android.launcher3.MemoryDumpActivity Change-Id: I8c615ec3abffaf6ad693c93bdf569550d8f97298
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-7/+7
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Fixing proguard issues with last change.Winson Chung2011-08-221-0/+2
| | | | Change-Id: Ic6990330a4831f86ace987ab3c975fd69dac7c4d
* Adding initial folder animationAdam Cohen2011-04-211-0/+11
| | | | | | | -Changed CellLayout/CellLayoutChildren to use padding in the more standard way Change-Id: I728f1b699232422be76eb29b4cf710cd5723a0aa
* Fixing widget resize visual / ux ugliness, Bug: 4082591Adam Cohen2011-03-141-1/+1
| | | | Change-Id: Ib258e02f52dd83418db0c0249efdc90d2424f059
* Fixing proguard issue for resize animationsAdam Cohen2011-03-011-0/+11
| | | | Change-Id: I5c91644f4efc4b152b6c8c7e6ee5818cc0715e02
* updating proguard flags for parallax changesMichael Jurka2011-01-191-10/+4
|
* Fix crash when launching voice search from Home.Amith Yamasani2010-11-191-1/+2
| | | | | | Proguaaaaaaaaaaaaard!!!!! Bug: 3212256
* Fixing proguard related crash due to striping animation callbacks.Winson Chung2010-11-181-0/+2
| | | | Change-Id: I7277ba232b1f2f0decf69ea0d2a2ece6948d5cb6
* Fixed crash on builds with proguard enabledMichael Jurka2010-10-191-0/+4
|
* Fixing proguard related issues with new animation property for page backgrounds.Winson Chung2010-09-291-1/+18
| | | | Change-Id: Id2d0f453cd8b9128ed0d7831e58565765c43d8fc
* supporting swipable home screens on xlarge devicesMichael Jurka2010-09-131-2/+2
| | | | | | | | | | | | - 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
* Add a market button to the toolbar.Patrick Dubroy2010-08-301-0/+1
| | | | | We determine the default app market activity by resolving an intent, and fetch the icon from the activity's meta-data.
* removed the temp screen rotation buttonMichael Jurka2010-08-161-1/+0
| | | Change-Id: I26d5a840270065e43d4f66b3c53c7e9d52ce4200
* Adding progaurd exception for click handler that's onlyAdam Cohen2010-08-111-0/+1
| | | | | | called by reflection. Change-Id: Idac09b60605fda74334f5a2157b7369207cc7ef2
* fixed crash during animation to all appsMichael Jurka2010-08-051-0/+5
| | | | - proguard was stripping getter/setter that was used only by reflection
* telling proguard not to strip three onClick handlersMichael Jurka2010-08-041-0/+3
| | | | | that are only used by reflection (they are referenced in layout-xlarge/launcher.xml)
* Fix proguard flags.Daniel Sandler2010-04-231-0/+1
| | | | | | Fixes a crash in the new hotseat launcher icons. Change-Id: Idcb7441647f16c783a47dfe09400f04fa8980dd3