| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Also fixing issue where preview images in the customization drawer were not being scaled down
Change-Id: I83d1abf019d591954204b87a437eac2ff916dd54
|
|
|
|
| |
Change-Id: I7d49b84bb61ca354fef309367d76d79deaa2e83b
|
|
|
|
| |
Change-Id: I95ebf95f6eb0d24a88e1726acbb9e2498965d180
|
|
|
|
|
|
|
| |
Also closes the gap below the buttons (not visibly, but the
hit rect now reaches the bottom of the screen). Bug: 2630273
Change-Id: I8e8de6b63f91b2fcf87c3af856003cc36dd6c096
|
|
|
|
|
| |
Bug: 2559083
Change-Id: I969b13227b12a62484c9a91cb671128a3f3c2398
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The hotseats are permanent slots on either side of the
AllApps button. Their functions are:
LEFT/BOTTOM: Phone
Launched via the hardcoded class name
com.android.contacts/.ContactsLaunchActivity.
RIGHT/TOP: Browser
Launched by querying to see which application is the
default for URLs, then starting that activity directly.
In the future, it would be ideal to allow an application
with permission to access LauncherProvider to customize
these (icons, contentDescriptions, and Intents).
Bug: 2559083
Change-Id: I56f6e745f8574aa17e28feaa9d2118fb4a715cd4
|
|
|
|
|
| |
Bug: 2485104
Change-Id: I6a84768f45141528361eaee1f0ce4b37e50ca487
|
|
|
|
|
|
|
| |
hdpi devices will see the Nexus wallpapers; mdpi devices
will see the old wallpapers.
Change-Id: If019eb90e9d67ede7865a8ea9f7a330d43a664ab
|
|
|
|
| |
Change-Id: I53f7985a2fe0dc4e61143242c110f3604e8ed1a1
|
|
|
|
| |
Change-Id: Ie4b209a3cda914a547b0fc6abfc81a0a681aa5ee
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
AllAppsView is now the 2D, GridView-based version (very
similar to classic Launcher); AllApps3D is the
RenderScript/Rollo implementation.
TODO:
- some mdpi assets are not in fact mdpi
- related to above: static wallpapers not working yet
- add dynamic selection of 2D/3D AA; currently you must
choose one at build time by picking the appropriate class
in all_apps.xml (see separate CL for sapphire overlay
that does this)
Change-Id: I253d98404ea8a329a4049d2e48edd2e5129fa6ba
|
|
|
|
| |
Landscape still doesn't look good.
|
|
|
|
|
|
|
| |
NB: Removed obsolete ic_launcher_gallery.png; wallpaper
should now use ic_launcher_wallpaper.png.
Change-Id: I3d74a6ae7d948b48cc902e28a361a1993f4273d2
|
|
|
|
|
|
|
|
| |
Now draws something a little nicer if the live wallpaper
doesn't have a preview.
Also: move Launcher2 back into "shared" so it has permission
to set the wallpaper.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fixes http://b/issue?id=2100799 .
Used official logo from creativelab.corp, specifically
https://creativelab.corp.google.com/brandsite/logo-files/Glogo_flat_black.eps
...at 27% opacity, matching the original mdpi version. Updated the mdpi
version using the same source artwork so they're consistent.
|
| |
|
|
Originally committed to Launcher as follows:
Correct size for "Google" in search widget.
Fixes http://b/issue?id=2100799 .
Used official logo from creativelab.corp, specifically
https://creativelab.corp.google.com/brandsite/logo-files/Glogo_flat_black.eps
...at 27% opacity, matching the original mdpi version. Updated the mdpi
version using the same source artwork so they're consistent.
|