summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Launcher3: Can't search out local app by Chinesestaging/cm-14.1-rebasecm-14.1-rebaseyingrenw2017-07-151-0/+3
| | | | | | | | | | | | | | Description: chinest content type is Character.OTHER_LETTER. When key matches,it check the content type. And if type is Character.OTHER_LETTER, it doesn't support search and break. When the content type is Character.OTHER_LETTER, make it work normally. Change-Id: I56f8963a9dca24854dab0777be1ea0b54a126fe0 CRs-Fixed: 1105245
* Launcher3: Stability NullPointer issueyingrenw2017-07-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: No Calendarwidget 4x4 widget displayedningl2017-07-152-0/+37
| | | | | | | | | | | There is not enough space to place the Calendarwidget when in the portrait mode for the mobile phone of 480*854. Config the value of dynamic_grid_edge_margin a little smaller for the mobile phone of 480*854. Change-Id: I7be230b6539e47be4bd967c08eaf6f00aa550f75 CRs-Fixed: 1066228
* Launcher3: App search interface overlap with the desktop iconguangbing2017-07-151-0/+1
| | | | | | | App seach interface overlap with the desktop icon. Change-Id: Ifc20d8386fe267ecfdc7152b75894b1666facc45 CRs-Fixed: 1002855
* Fix requestFocus()' on a null object referencehuiwan2017-07-151-1/+2
| | | | | | | | Runtime exception when resume the Launcher, the requestFocus called on null pointer reference. Change-Id: I9cad959bb6ae1228ddf576720316a30e22cc8222 CRs-fixed: 1052687
* Prevent crashThecrazyskull2017-07-151-1/+4
| | | | | | We can only set SystemUI visibility from the UI thread Change-Id: I1ecf1fcddef037da5ecd2e0f53989da82bdf7ef0
* Exclude from recentscretin452017-07-151-0/+1
| | | | Change-Id: Iccbd953241886dbbda01e38225123dfd1761accc
* Use full res app icon on icon cache initcretin452017-07-151-1/+2
| | | | Change-Id: I77400641d561de9b012b4fadd088fb62c9dbdcdd
* Let the QSB widget take the needed spaceJoey Rizzoli2017-07-151-1/+1
| | | | | Change-Id: I1ab3ec4fc1a3fcc850f657a8c5e89bc54c784208 Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Disable QSB on first screen by defaultArne Coucheron2017-07-152-3/+8
| | | | Change-Id: I24f1682cbad10610f04f7b8ada238b43addd23da
* Don't request button focus when pressing menu keyArne Coucheron2017-07-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-07-151-1/+1
| | | | Change-Id: I8cc6068b534324c6750b3d4768c907fcf0f4cfbd
* Enable custom wallpaper pickerArne Coucheron2017-07-153-32/+0
| | | | Change-Id: Iad5638c43f38d240d87c5f5957ec7112cf1c14d7
* Adjust hotseat heightArne Coucheron2017-07-151-1/+1
| | | | | | | | Since we have lowered all icon sizes, we should decrease the hotseat height a little bit, otherwise it would look huge, with a lot of empty space. Change-Id: If9b192ae9debc489141007cb3f0ca7624a7c6e8d
* Increase to 5 rows on some device profilesArne Coucheron2017-07-151-3/+3
| | | | | | | These now have lower icon sizes than originally, so 5 rows should fit perfectly. Change-Id: Ie39b1ce658882ce9fae95dd4e10021700c07856c
* Change icon drawable paddingArne Coucheron2017-07-151-1/+1
| | | | | | | No reason to have this huge gap between icon and text. Use 4dp like in old Trebuchet. Change-Id: I0b6e320150778891f05c38be4467e730b568d19b
* Apply icon size modifications from old TrebuchetArne Coucheron2017-07-151-25/+25
| | | | | | Also fix Nexus 4/5 swapped minWidthDps Change-Id: I33f47154d2687c8a758fb655c9e66e619b0522ad
* Update default workspaceArne Coucheron2017-07-154-28/+308
| | | | Change-Id: If62561591610c22203f6d16348ffbf074506dcef
* Build as a privileged moduleArne Coucheron2017-07-021-0/+1
| | | | Change-Id: I74e0d86e41593754f1c9ed8cf3104f66a37828ec
* Bump targetsdk to 25Arne Coucheron2017-07-022-2/+2
| | | | Change-Id: Ic138ded6dba217d02f2bb6f5c0d9e49e25077901
* Bump minsdk to 23Joey Rizzoli2017-07-024-4/+4
| | | | | Change-Id: I028750f2383ce124bbe6da6cbfd5562722932389 Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Update build.gradleJoey Rizzoli2017-07-021-6/+15
| | | | | Change-Id: I21a2ae2bce55ebf5fa38899b7e956d42752453c6 Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Rebrand from Launcher3 to TrebuchetArne Coucheron2017-07-0212-18/+43
| | | | Change-Id: If3af3a32db2281372dc1beb47e13a2ce0dc380af
* Fixing text search where a word starting with lower case wasSunny Goyal2016-10-192-1/+5
| | | | | | | not being matched Bug: 32249413 Change-Id: I0f5e24052759a734fe0df3bd3d0bf2e7ef7f2713
* Missing call in write to parcelSunny Goyal2016-10-181-0/+1
| | | | | Bug: 17924700 Change-Id: Ie48757fc53674979b8e92f96b5281f965e2ef3b4
* Removing the logic around closeSystemDialog on ACTION_CLOSE_SYSTEM_DIALOGSSunny Goyal2016-10-181-5/+2
| | | | | | | | | Launcher does not use any panels which need closing & system sends an onActivityResult(RESULT_CANCELLED), we do not need special handling for waitingForResult Bug: 32127718 Change-Id: Iff5161444bc909442f6acbe52cb3fb5a2d9ae4da
* Import translations. DO NOT MERGEBill Yi2016-10-131-2/+2
| | | | | Change-Id: I93bb668512491ac8c026e8a75b8a50b0252965d4 Auto-generated-cl: translation import
* Merge "Add feature flag to disable light status bar" into ↵Tony Wickham2016-10-134-10/+16
|\ | | | | | | ub-launcher3-calgary-polish
| * Add feature flag to disable light status barTony Wickham2016-10-124-10/+16
| | | | | | | | | | Bug: 32085545 Change-Id: I4860145b00893c20f7e37817e9659ccd90409966
* | Merge "Use Launcher.getLauncher(Context) instead of type-casting." into ↵Tony Wickham2016-10-1219-25/+29
|\ \ | |/ |/| | | ub-launcher3-calgary-polish
| * Use Launcher.getLauncher(Context) instead of type-casting.Tony2016-10-0719-25/+29
| | | | | | | | | | Bug: 32010039 Change-Id: Icb80d3e547a706740b84df2cb80f99e4a7f81c43
* | Announcing the final action when the drag-drop completesSunny Goyal2016-10-113-0/+15
| | | | | | | | | | Bug:31926812 Change-Id: Id0566cc7dc15732981320807a02fb9cae8a885e6
* | Merge "Updating the folder cell dimensions to be closer to a square" into ↵Sunny Goyal2016-10-104-13/+15
|\ \ | | | | | | | | | ub-launcher3-calgary-polish
| * | Updating the folder cell dimensions to be closer to a squareSunny Goyal2016-10-074-13/+15
| | | | | | | | | | | | | | | Bug: 31813976 Change-Id: I05d7520daee28a310ff122deaf265951e454d21e
* | | Merge "Set correct accessibility delegate for the overview mode. b/32004538" ↵Hyunyoung Song2016-10-071-0/+5
|\ \ \ | |/ / |/| | | | | into ub-launcher3-calgary-polish
| * | Set correct accessibility delegate for the overview mode.Hyunyoung Song2016-10-071-0/+5
| | | | | | | | | | | | | | | | | | b/32004538 Change-Id: Ie68fe418b777784d747b004600ef1c98e96a4791
* | | Merge "Using add/replace instead of update when updating an entry." into ↵Sunny Goyal2016-10-072-23/+9
|\ \ \ | |/ / |/| | | | | ub-launcher3-calgary-polish
| * | Using add/replace instead of update when updating an entry.Sunny Goyal2016-10-072-23/+9
| | | | | | | | | | | | | | | | | | | | | | | | Update operation was not including version and updateTime columns leading to a update operation getting called wheneven launcher loads. Bug: 32004297 Change-Id: I5f1793633ce3bb72d5641a82502b3ba8b9cdff7d
* | | Bye bye swipe down searchHyunyoung Song2016-10-061-1/+1
| | | | | | | | | | | | | | | | | | b/31935141 Change-Id: I4ab6741baa4681358a8a234860179d2de4290fd7
* | | Add user event logging for tap on searchHyunyoung Song2016-10-032-15/+7
|/ / | | | | | | | | | | b/31772967 Change-Id: I71ececb8195d46405623a8ae2a99d001088d9181
* | Merge "Consume ACTION_UP when fling is detected on top of icon" into ↵Hyunyoung Song2016-09-301-0/+2
|\ \ | | | | | | | | | ub-launcher3-calgary-polish
| * | Consume ACTION_UP when fling is detected on top of iconHyunyoung Song2016-09-301-0/+2
| | | | | | | | | | | | | | | | | | | | | Bug: Adam found out that when you swipe down fast on an icon, you can launch search AND launch an app. Only one should trigger and not both. Change-Id: I66b9df26d8bb355f011d057dafd45f90f59b82ae
* | | Merge "Agressively change the color of the the all apps background during ↵Hyunyoung Song2016-09-301-3/+9
|\ \ \ | | | | | | | | | | | | pull up b/30502942" into ub-launcher3-calgary-polish
| * | | Agressively change the color of the the all apps background during pull upHyunyoung Song2016-09-301-3/+9
| |/ / | | | | | | | | | | | | | | | b/30502942 Change-Id: Iea072d95ed4f62907b164b2c4ee75ad737eccb7a
* | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgary-polishTreeHugger Robot2016-09-292-2/+2
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2016-09-282-2/+2
| |/ / | | | | | | | | | | | | Change-Id: I654a22df571448ce858325439e0d73a0d0bbe623 Auto-generated-cl: translation import
* | | Merge "Some minor fixes for extracted status bar." into ↵Tony Wickham2016-09-292-21/+21
|\ \ \ | | | | | | | | | | | | ub-launcher3-calgary-polish
| * | | Some minor fixes for extracted status bar.Tony Wickham2016-09-282-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - setLightStatusBar() is now updateStatusBar(), with a forceLight parameter. We set the status bar to be light if forceLight or shouldBeLightStatusBar() (based on wallpaper). - Force status bar to be light if all apps is open. - Default to dark status bar, not light (light == dark icons) Bug: 29452834 Change-Id: I7b102ceff2f1ef2ab8defd4a46c698df4feaf2a5
* | | | Merge "Decrease drop target left and right padding." into ↵Tony Wickham2016-09-281-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-calgary-polish
| * | | | Decrease drop target left and right padding.Tony Wickham2016-09-281-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise it looks like we are aggressively truncating the text even though there is plenty of room to show it. Bug: 31790418 Change-Id: Ia1cdc232f05815732d4cb95b954e935724a200fd