| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
folder bounds
* commit '4dd45be8afa39c88781364933e819e8734732d17':
Fix bug 3126193 - over-scroll glow extends beyond folder bounds
|
| |
| |
| |
| |
| |
| |
| | |
Fixed a layout problem in Launcher2 where lists and grids did not have
proper containers.
Change-Id: I683e42362345a9c9d18d957e84bb8522675fdfc6
|
| |
| |
| |
| |
| |
| |
| |
| | |
- icons in the customization drawer are now much
more tightly spaced, and no longer use the
default gallery styling
- wrapped some >100 char lines
- removed "Applications" from the shortcuts
customization drawer
|
| |
| |
| |
| |
| |
| |
| | |
- added a shrink/fade animation on home screen when going into customization mode
- made items in the customization drawer larger
Change-Id: Iddbaf14aa5b1504fe94966971a1ab95c00f24331
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Created a drawer with tabs for widgets, folders, shortcuts, wallpapers
(wallpapers are currently not implemented)
- Tapping outside the drawer dismisses it
- Moved the all apps icon to the upper right of the screen
- Adding a toast that says "No more space on screen" when dragging a widget to a full screen
- Fixed bug where you could stack two equal-sized widgets on top of each other on the homescreen (exposed by the new ability to drag widgets onto the home screen)
Change-Id: I03b65ce54a85d24328c94e0c06e249571de449ee
|
|/
|
|
|
|
|
|
| |
- Add new layout for xlarge, removing hotseat, next/prev page, etc.
- Add a "+" button in top right which switches to customization mode
- Add a widget chooser which slides up from bottom of screen
- Initial support for dragging widgets onto home screen
Change-Id: I14e2e013ccceff4066fcb7c4492b4f6bef6595e7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Correct the density (or, rather, remove the density) of
the icons in the cache to ensure they're drawn px-for-px.
* Create a new landscape layout for 2DAA that aligns things
properly (viz: Home icon at right, padding tuned, 6
columns).
* Performance improvement: Make the app grid, icons, and
home icon all opaque (by setting a black background) and
move the home icon so it doesn't overlap the grid.
Change-Id: I961323e9e39cb122cdc694853706e7fcdd10142f
|
|
|
|
|
|
|
| |
Also vertically align AllApps2D's home icon with Workspace's
grid icon.
Change-Id: I81a8759ed33afd08336482484f1b9bdb9a36718e
|
|
|
|
|
|
|
|
| |
all_apps.xml is now a trampoline that loads the correct layout file.
Also take this opportunity to make 2D the default.
Change-Id: Iba2500da1bf4f505f1a5c2f6f32ed6e72ec34c5f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Bug: #2361749.
|
|
|
|
|
|
| |
Uses the widget from packages/apps/QuickSearchBox instead.
Change-Id: I85d64defe155c0cad97fafef6a3db62c6cab504a
|
| |
|
| |
|
|
|
|
| |
Change-Id: I2c48f3624128276c3460939960168163d3c74c08
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Note: live wallpapers without thumbnails are shown with some thrilling debug
information instead. TODO: add thumbnails for other LWs (and create a more
appealing placeholder for any future LW without a thumbnail).
|
| |
|
|
|
|
|
|
|
|
| |
This collects the info needed to show and launch live wallpaper
configuration activities. Also filters out wallpapers that don't
contain the wallpaper meta-data.
Change-Id: I8b3fb17cc436396bd714e43131997c135b5e1b7c
|
|
|
|
| |
No thumbnails yet, but I hope the placeholder graphics are compelling enough to convince you to BUY NOW!
|
|
|
|
| |
Note that the UI is ugly ugly ugly, but previews are actually working.
|
|
|
|
|
| |
This change requires changing the signature and shared user id of Launcher2, we
will have to revert this once we move the wallpapers picker back to Settings.
|
|
|
|
| |
Lots is still broken.
|
| |
|
|
|
|
|
|
| |
TextView, as we weren't always doing it right, and it doesn't seem to
help or hurt the frequency of the home screen sliding up when the
widget is selected (that seems to be separate, see http://b/1819752).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
them to the search dialog. By setting editable=false and inputType=none,
the TextView can still take focus, but key input is forwarded to the
launcher which knows what to do.
|
| |
|
|
|
|
|
| |
Instead of waiting for Xms after a finger up event to start the recognition process,
do it right away on a finger up event. This provides immediate feedback.
|
| |
|
|
|
|
| |
Press the Home key while in Home to enable the gestures pad.
|
|
|
|
| |
up the scrolling.
|
|
|
|
|
|
|
|
|
| |
- all public apis and framework changes have been reviewed by relevant folks in our branch (e.g romainguy)
- all new public apis are @hidden; they will still get reviewed by api council once we're in git
- other than that, it's mostly GlobalSearch and search dialog stuff, a new apps provider, and some tweaks
to the contacts provider that was reviewed by jham
Automated import of CL 147564
|
|
|
|
|
|
|
| |
Original author: jsharkey
Merged from: //branches/cupcake/...
Automated import of CL 143908
|
|
|
|
|
|
|
|
|
|
| |
landscape mode.
Done by using small button framework assets, but with manual padding adjustments to bring back to original button size.
Original author: jsharkey
Merged from: //branches/cupcake/...
Automated import of CL 143792
|
|
|
|
|
|
|
|
|
| |
big): remove some unused application resources I found.
Original author: hackbod
Merged from: //branches/cupcake/...
Automated import of CL 143214
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|