summaryrefslogtreecommitdiffstats
path: root/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Bump minsdk to 23Joey Rizzoli2017-07-021-1/+1
| | | | | 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-021-4/+4
| | | | Change-Id: If3af3a32db2281372dc1beb47e13a2ce0dc380af
* Fixing wrong label in the AndroidManifestSunny Goyal2016-08-251-6/+26
| | | | | | Updating the gradle and protobuf library version Change-Id: I0470ebe7465cf2f04ef59688ac2b3f4933d48ad1
* Updating gradle SDK versionSunny Goyal2016-07-071-2/+2
| | | | Change-Id: Ib65ed223e998fddd59f2284ed1ab64c794fff096
* Add support for launcher shortcuts.Tony Wickham2016-06-211-1/+1
| | | | | | | | | | | | | | | | | | | - This CL has no UI but provides the necessary backing for one. - Adds new item type: ITEM_TYPE_DEEP_SHORTCUT, to distinguish from ITEM_TYPE_SHORTCUT. We can reconsider these names. - Adds ShortcutCache, using LruCache for up to 30 dynamic shortcuts (pinned shortcuts are always cached in a HashMap). - DeepShortcutManager queries for shortcuts and other things like pin them. In a future CL it will use the cache, but for now it simply makes an RPC for all queries. - LauncherModel maintains counts for pinned shortcuts, pinning and unpinning when counts reach 1 or 0, respectively. - LauncherModel maintains a map of components to lists of shortcut ids, which Launcher gets a copy of after it is changed in the background. This will allow us to know how many shortcuts an app has immediately, and query for details as the UI is animating. Change-Id: Ic526f374dd10d72a261bae67f07f098fca8d8bca
* Separating out configs and common manifest entriesSunny Goyal2016-05-241-3/+3
| | | | | | | This separation allows for easier modification of Launcher3 by derivative projects Change-Id: Ib3469e9b5d2707daef572050698d792316534d45
* Changing minSDK for launcher3 to 21 (Lollipop)Sunny Goyal2016-05-101-1/+1
| | | | Change-Id: I421a33801886bdcccb43429b571af1ca7c6b9f55
* Updating gradle versionSunny Goyal2016-05-091-1/+1
| | | | Change-Id: I4f43a45576118572470703668ff3f495a25f3e3c
* Extract color for the hotseat.Tony Wickham2016-05-091-1/+1
| | | | | | | | | | - Only considers the bottom fourth of the wallpaper - Is translucent black or white depending on how dark/light the wallpaper is - Hotseat extends behind the nav bar Bug: 27230217 Change-Id: Id4ea6ee91b4dd221b4c277d22d5041cab178801d
* Removing WallpaperPicker from Launcher3Sunny Goyal2016-04-121-1/+0
| | | | | | | | Launcher3 will no longer include a wallpaper picker. Eventually it will just point to the system wallpaper settings where user can choose from all the installed pickers Change-Id: Ib5832fa7e451610acd4b2d34ee48fe36e3699d26
* Fixing gradle version comflictsSunny Goyal2016-04-081-1/+1
| | | | Change-Id: I6e3b99e2ad67a192e29f9939fc188db81f31d219
* Added ColorExtractionService and ExtractedColors.Tony Wickham2016-04-011-0/+2
| | | | | | | | | | | | | | | - Launcher has an instance of ExtractedColors, which is loaded from LauncherProvider in onCreate() and whenever the wallpaper changes. - When the wallpaper changes, the ColorExtractionService is started in the :wallpaper-chooser process. - ColorExtractionService builds an ExtractedColors instance and saves it as a String in LauncherProvider. - When the results are saved, Launcher gets a callback through LauncherProviderChangeListener and reloads the ExtractedColors. - Whenever Launcher loads Extractecolors, it also re-colors items (currently a no-op). Change-Id: I319e2cfe0a86abcbc6bb39ef6b9fbbcad54ad743
* Fixing broken instrumentation tests when run from command lineSunny Goyal2016-03-181-1/+0
| | | | Change-Id: I923cdbaaaf18c9b765d1e70122b92cd2c1621e06
* Fixing broken testQsbTallHeight for some devicesSunny Goyal2016-02-251-4/+4
| | | | Change-Id: I0f4f11847602f4767051543ff648c5c32a82961a
* Deleting the WallpaperPicker code inside launcher.Sunny Goyal2016-02-181-2/+3
| | | | | | Instead linking it to the packages/apps/WallpaperPicker project Change-Id: Ib6830b180a22c22afece01e0a4f6e94e89d6452b
* Adding tests for rotation preferenceSunny Goyal2015-10-161-4/+17
| | | | | | Updating the gradle file to run tests directly from AndroidStudio Change-Id: Iac23dfc6f995477f2406071fbfab3a16ee58ce6f
* Adding gradle script for Android StudioSunny Goyal2015-08-301-0/+55
Change-Id: I640c63e2981337eb8c8ed191b40c0649a986361e