summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: allow non-developers to change icon shapeJoey Rizzoli2017-12-161-6/+0
| | | | Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Trebuchet expand statusbar on swipe downThecrazyskull2017-12-161-1/+37
| | | | | Change-Id: I5e75b7e1c6806dae9ac2a000e377873319a5f787 Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Workspace: Allow resizing any widgetNebojsa Cvetkovic2017-12-162-22/+5
| | | | Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Settings: Hide Notification Dots on low RAM devicesAdrian DC2017-12-161-1/+3
| | | | | | | | | | * As the feature is not available for low RAM devices, hide it from the Settings to avoid confusion * Acquire ActivityManager service to read isLowRamDevice Change-Id: I34a6ee1b4838f31194c89327e301d4fd39670c02 Signed-off-by: Adrian DC <radian.dc@gmail.com>
* Provider: Initialize createEmptyRowOnFirstScreen without QSBAdrian DC2017-12-161-1/+1
| | | | Change-Id: Ib29b20b051b8fe976f20e92b141c373c8f0cfae3
* Launcher3: Stability NullPointer issueyingrenw2017-12-151-1/+1
| | | | | | | | | | | | Description: Compute a child location by recursion, it may not have parent view. When the child doesn't have parent, should break the recursive. Change-Id: I8707712b85c10bf1c1d3860c5b8323aefd455cf2 CRs-Fixed: 1104931
* Launcher3: App search interface overlap with the desktop iconguangbing2017-12-151-0/+1
| | | | | | | App seach interface overlap with the desktop icon. Change-Id: Ifc20d8386fe267ecfdc7152b75894b1666facc45 CRs-Fixed: 1002855
* Disable QSB on first screen by defaultArne Coucheron2017-12-151-1/+1
| | | | Change-Id: I24f1682cbad10610f04f7b8ada238b43addd23da
* Don't request button focus when pressing menu keyArne Coucheron2017-12-151-1/+1
| | | | | | | | | | 1. Press hardware menu key 2. Press hardware back key or home key 3. Observe transparent block I consider this an annoying glitch, and this patch fixes it. Change-Id: I2b0be3999cfbe6f35c485984efff564b1478cdbc
* Enable light status bar featureArne Coucheron2017-12-151-1/+1
| | | | Change-Id: I8cc6068b534324c6750b3d4768c907fcf0f4cfbd
* Merge "Fix bug where labels were visible in hotseat / invisible in ↵Jonathan Miranda2017-10-061-1/+1
|\ | | | | | | workspace." into ub-launcher3-dorval-polish2
| * Fix bug where labels were visible in hotseat / invisible in workspace.Jon Miranda2017-10-041-1/+1
| | | | | | | | | | Bug: 67364623 Change-Id: Ib66a5cdaca767fd8546f4ffd02d590981bb8135a
* | Larger icons for L3Go and spacing changes.Jon Miranda2017-10-031-3/+15
|/ | | | | | | | | | | There are cases (ie. smaller devices) where the icon label is closer to the icon below it (rather than its corresponding icon). To fix this, we ensure that the drawable padding (space between the icon and its label) is no larger than the vertical padding of the cell. Bug: 67317867 Change-Id: Ic3729726eebb60b67d658361c4335e724b7d68d7
* Remove discovery bounce for demo usersAdam Cohen2017-10-021-1/+4
| | | | | | Bug 67116550 Change-Id: I8a27685f91e201072c0669c102077affe550fab6
* Merge "Fix predictiveApps Bug: 67010327" into ub-launcher3-dorval-polish2TreeHugger Robot2017-09-291-3/+5
|\
| * Fix predictiveAppsHyunyoung Song2017-09-291-3/+5
| | | | | | | | | | | | Bug: 67010327 Change-Id: Iab6ea790e99bb66bd0d7d4f07a8ad9fa05387d13
* | Merge changes from topic "demoModeTopic" into ub-launcher3-dorval-polish2Adam Cohen2017-09-292-4/+16
|\ \ | | | | | | | | | | | | | | | * changes: [automerger] Demo mode default layout support am: 2782449da6 Demo mode default layout support
| * \ [automerger] Demo mode default layout support am: 2782449da6Android Build Merger (Role)2017-09-292-4/+16
| |\ \ | | |/ | |/| | | | Change-Id: I0d03e760f97c6f9984ad0bf9e8f9e8c7a8a8b5c7
| | * Demo mode default layout supportAdam Cohen2017-09-292-4/+16
| | | | | | | | | | | | | | | | | | 67062454 Change-Id: Ic060d3d7dba4fffe688dddf7cd04c48e4baaf813
| | * Fix bug where all apps items fade in.Jon Miranda2017-08-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Removes all Add/Change/Move/Remove animations by clearing the AllAppsRecyclerView ItemAnimator. Bug: 64675794 Change-Id: I41f975ab6be4bf48c483828ea6f109382a8a9320 (cherry picked from commit 7dfabaa02bdcf7d9307e11fa490c097bdc990025)
* | | Caching system app flag to avoid unnecessary system callsSunny Goyal2017-09-292-4/+29
|/ / | | | | | | | | | | | | when scrolling Bug: 65493000 Change-Id: If60ec6dec23e7efa1031d72e76775fa2449bcd7b
* | Move orientation initialization to onCreate.Jon Miranda2017-09-201-2/+6
| | | | | | | | | | Bug: 64916689 Change-Id: Iacc04dcc261fc049b83cb81792975414fb00b3cc
* | Fix bug where widgets are inflated in the wrong orientation.Jon Miranda2017-09-196-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | The bug is that in onResume, the context may tell us the wrong orientation. As a workaround, we store the orientation that the Launcher is created with, and we use that orientation to check whether we actually need to reinflate the widgets. Bug: 64916689 Change-Id: I5194debbd217a573d1f177c31d8c0abdf9da51b5
* | Merge "Fixing widgets not getting restored when the corresponding system app ↵TreeHugger Robot2017-09-181-6/+8
|\ \ | | | | | | | | | is enabled" into ub-launcher3-dorval-polish2
| * | Fixing widgets not getting restored when the corresponding system app is enabledSunny Goyal2017-09-181-6/+8
| | | | | | | | | | | | | | | Bug: 64723295 Change-Id: I143b554087e6ff8cfbdb5f02d53fdcc7a1ce3b12
* | | Merge "Ignore clicks on notifications that don't have intents." into ↵Tony Wickham2017-09-181-0/+3
|\ \ \ | |/ / |/| | | | | ub-launcher3-dorval-polish2
| * | Ignore clicks on notifications that don't have intents.Tony Wickham2017-09-151-0/+3
| | | | | | | | | | | | | | | Bug: 64479852 Change-Id: I3bfff96a12169d0d191a36a8c7e90d4810e9f176
* | | Merge "Remove haptic on touch down Bug: 65463659" into ↵Hyunyoung Song2017-09-144-24/+0
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish2
| * | | Remove haptic on touch downHyunyoung Song2017-09-124-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 65463659 Change-Id: I111d18a3d1dcd7877ad4aa5baaeca2e6810be332
* | | | Merge "WallpaperManagerCompat should target correct platform Also replace ↵TreeHugger Robot2017-09-1120-37/+40
|\ \ \ \ | | | | | | | | | | | | | | | Utilities.isAtLeastO() to static final constant. Bug: 65544683" into ub-launcher3-dorval-polish2
| * | | | WallpaperManagerCompat should target correct platformHyunyoung Song2017-09-1120-37/+40
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Also replace Utilities.isAtLeastO() to static final constant. Bug: 65544683 Change-Id: I39fbea66939d72c31702748716c4e65b4f9bee6a
* / / / Fixing promise icons not getting restored after the app is installedSunny Goyal2017-09-111-0/+3
|/ / / | | | | | | | | | | | | Bug: 65387781 Change-Id: I8f6ca6695ad074a707b574af9499586fdd90d5c1
* | | Merge "Try-catching getColorHints in wallpapermanager compat." into ↵TreeHugger Robot2017-09-061-6/+10
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish2
| * | | Try-catching getColorHints in wallpapermanager compat.Mario Bertschler2017-09-061-6/+10
| | | | | | | | | | | | | | | | Change-Id: I1b2fbbdfeecb46d1864dad888f4c7e9765a25715
* | | | Merge "Adjust notification paddings" into ub-launcher3-dorval-polish2Tony Wickham2017-09-063-6/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Adjust notification paddingsTony Wickham2017-09-063-6/+19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | - Reduce main notification height - Increase header height and center "Notifications" - Footer has short height when empty to serve as padding Bug: 65215656 Change-Id: I691d176628b0b51e8d9af030084b8c29837778dc
* / / Remove reflection from wallpaper manager for wallpaper colors.Mario Bertschler2017-09-051-56/+25
|/ / | | | | | | | | Bug: 65016704 Change-Id: I36bac7a3cd9cd4911657e693a424c9960cb9d042
* | Fix bug where Launcher crashes when pinned shortcut has no icon.Jon Miranda2017-08-301-1/+7
| | | | | | | | | | Bug: 65187090 Change-Id: Ica5b10e640cf4ab752055da2f4e352680ab26391
* | Merge "Fix bug where dragging app from Search breaks Folder preview." into ↵Sunny Goyal2017-08-301-0/+4
|\ \ | | | | | | | | | ub-launcher3-dorval-polish2
| * | Fix bug where dragging app from Search breaks Folder preview.Jon Miranda2017-08-301-0/+4
| | | | | | | | | | | | | | | Bug: 64975940 Change-Id: I3182a9396aa1e34bc3489f794f2de40387c50da3
* | | Merge "Fix bug where mw landscape cell size is calculated incorretly." into ↵TreeHugger Robot2017-08-301-0/+4
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish2
| * | | Fix bug where mw landscape cell size is calculated incorretly.Jon Miranda2017-08-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that the height we pass to the multi-window DeviceProfile includes the top insets, so we tell widgets that the cell size height is larger than it actually is. We use Display#getSize to pass in the size of the window in multi-window mode. The docs say "the returned size may be adjusted to exclude certain system decor elememts." To ensure that system decor elements is always excluded, we take the minimum sizes of the main profile and it's multi-window variant -- since the multi-window DeviceProfile sizes are never going to be larger. Bug: 64851168 Change-Id: I274f838c54f3d01d43dc51e0ff921a6124e12cf7
* | | | Merge "Updating the all-apps discovery bounce animation" into ↵Sunny Goyal2017-08-304-23/+4
|\ \ \ \ | |_|/ / |/| | | | | | | ub-launcher3-dorval-polish2
| * | | Updating the all-apps discovery bounce animationSunny Goyal2017-08-294-23/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Animation plays on every onResume > Updating animation to loop continuously on v23+ > Updating animation spec Bug: 64331951 Change-Id: Ic6fb8d6975b37f5b010fc585329cba615296f5c7
* | | | Merge "Disable debugging on Widgets Diff Reporter Bug: 65160070" into ↵TreeHugger Robot2017-08-291-3/+4
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-dorval-polish2
| * | | | Disable debugging on Widgets Diff ReporterHyunyoung Song2017-08-291-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 65160070 Change-Id: Idee5b850d0dd5abaaa8571533adf802e276c4495
* | | | | Merge "Fix @SuppressWarnings('deprecation') typo." into ↵TreeHugger Robot2017-08-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish2
| * | | | | Fix @SuppressWarnings('deprecation') typo.Jon Miranda2017-08-291-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://errorprone.info/bugpattern/SuppressWarningsDeprecated This typo throws a build error on oc-mr1-dev. Bug: 64937210 Change-Id: I4c48a22c5ac0f296053753d4058385581037ab06
* / | | | AppInfo to create launch intent from component name.Mario Bertschler2017-08-291-3/+7
|/ / / / | | | | | | | | | | | | Change-Id: I11e0645acde57e60cd5596447c2aba62ef5ff1a9
* | | | Merge "IconCache should refresh on OTAs" into ub-launcher3-dorval-polish2TreeHugger Robot2017-08-291-1/+2
|\ \ \ \