summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Making the CAB text match the type of item selectedMichael Jurka2010-09-271-2/+8
| | | | in customization mode.
* Adding tap-to-add behaviour to the customization drawer.Winson Chung2010-09-275-11/+36
| | | | Change-Id: I5a0863a8df2a0b4855112eb29b40b6e7dd550db9
* Import revised translations.Eric Fischer2010-09-2421-205/+209
| | | | Change-Id: Iaf9b3853897f35638910edf4275245a868725cf7
* Initial changes to add Applications tab in the customization drawer for ↵Winson Chung2010-09-246-4/+76
| | | | | | | | usability testing. - Also adding padding attributes for the dynamic layouts created for each page. Change-Id: I76a7b6b8f4d83329c506fd6055f910575d0c200f
* Fix misaligned drop targets in the all apps CABPatrick Dubroy2010-09-221-1/+1
|
* Changing the holographic outline algorithm to match designs.Winson Chung2010-09-172-1/+22
| | | | Change-Id: Ibb9668514c7c3ce56473cf041051245b9c19c793
* Extracting format string properly into xml strings.Winson Chung2010-09-151-0/+4
| | | | Change-Id: I4766ee48bef6a08c6a9809f8df29d4d2343014c4
* Initital changes for new customization drawer/widget tab design.Winson Chung2010-09-158-18/+111
| | | | Change-Id: I160c8777fe2657ab303acfa20934f2e90f9e953e
* fix two crashesMichael Jurka2010-09-144-5/+41
| | | | | | | | * fix crash where Workspace gets an ACTION_MOVE but didn't get the ACTION_DOWN before it * fix crash in DimmableBubbleTextView on non-xlarge devices (buganizer bug#3001211) Change-Id: I419b4a9fd3c95df9949f1d46746845ad2dc4b831
* supporting swipable home screens on xlarge devicesMichael Jurka2010-09-135-11/+12
| | | | | | | | | | | | - icons and widgets on home screens can be "dimmed" - celllayout no longer renders a dimmed version of itself, but instead its children make dimmed versions of themselves - celllayout no longer always takes up full size of workspace, in landscape mode neighboring screens (celllayouts) are visible - on xlarge devices, in landscape mode side screens are "dimmed" - moved holographic outline helper to its own file - fixed bug where mini-screens were still able to scroll left/right Change-Id: I9e85ab4147edfae1e7525c3d11d42be3fabf4f6d
* Merge "Import revised translations."Eric Fischer2010-09-1321-0/+168
|\
| * Import revised translations.Eric Fischer2010-09-1021-0/+168
| | | | | | | | Change-Id: I79529f0bed3e5318b9d9a49da801ed1e6072bbda
* | Merge "Remove unnecessary files."Romain Guy2010-09-122-0/+0
|\ \ | |/ |/|
| * Remove unnecessary files.Romain Guy2010-09-122-0/+0
| | | | | | | | Change-Id: I155aa203d5834569a99eaef439096178f9fb86bd
* | Updated for framework changes in ActionBar style attributesAdam Powell2010-09-102-3/+3
| | | | | | | | Change-Id: I8e9050a784b4b20398309e6d279ab17652a29ade
* | Merge "Applying fake perspective transform to the home screen previews"Adam Cohen2010-09-091-2/+2
|\ \ | |/ |/|
| * Applying fake perspective transform to the home screen previewsAdam Cohen2010-09-091-2/+2
| | | | | | | | Change-Id: I2092fd963804eceaf0117bcb6d118d83e0da3573
* | making mini screen backgrounds dark, and Michael Jurka2010-09-092-0/+0
| | | | | | | | temporarily disabling dimmed items on mini screens to work better with new dark wallpaper
* | Updating assets for toolbar buttons, setting new default wallpaper.Winson Chung2010-09-0813-3/+6
|/ | | | | | Fixing small namespace issue where PagedView attributes weren't actually being respected. Change-Id: Id260fae6278b616b446da1ce04ec18b11ed0bf45
* Add CHAR_LIMIT to strings.Patrick Dubroy2010-09-081-4/+4
|
* Implement selection mode for All Apps with delete and info actions.Patrick Dubroy2010-09-068-11/+31
|
* For now, just show a toast when user tries to delete a system app.Patrick Dubroy2010-09-031-0/+2
|
* Add a market button to the toolbar.Patrick Dubroy2010-08-302-0/+1
| | | | | We determine the default app market activity by resolving an intent, and fetch the icon from the activity's meta-data.
* Add a market button and add toolbar button animations.Patrick Dubroy2010-08-256-27/+47
| | | Also clean up a lot of the animation code to be more centralized.
* added support for dragging widgets and app icons to mini screensMichael Jurka2010-08-232-0/+0
| | | | | | | | | | | - gave mini screens a rounded rect background - mini screens change color when dragged over - added a way to specify the active region of dragged items, to allow for clipping of whitespace at borders - fixed: feedback while dragging was often one cell off - fixed: bug when adding to almost-full screen - removed unused classes Change-Id: I2fbd2aaaee6831b288cca8dec75e7b446068e8d1
* Adding holographic outline for paged items (sans widgets).Winson Chung2010-08-194-2/+10
| | | | | | Fixing possible null ptr exception in Launcher. Change-Id: Ie625a6503299cf122e5c22852846d59e66f77414
* Merge "Import Romansh translations."Eric Fischer2010-08-191-0/+85
|\
| * Import Romansh translations.Eric Fischer2010-08-181-0/+85
| | | | | | | | Change-Id: Ib819d3f3673a8e941df24780db808cf82b146ab6
* | Implement button to get application info for an app shortcut.Patrick Dubroy2010-08-183-6/+45
|/ | | | | | | | For now, it's just a drag target like the delete zone. Once all apps and the home screen support a selection mode, this (and delete) will be implemented as buttons in the Contextual Action Bar. Change-Id: I6bf43d03eefda672ea34c583a7021137da22b184
* Add a default wallpaper for xlarge devices.Romain Guy2010-08-183-0/+22
| | | | Change-Id: Icaf3fc953ca6d469d17620c0aec789e7f60c924e
* removed the temp screen rotation buttonMichael Jurka2010-08-161-23/+7
| | | Change-Id: I26d5a840270065e43d4f66b3c53c7e9d52ce4200
* Adding paging for the widget/shortcut/folder customization area and fixing bugs.Winson Chung2010-08-167-23/+125
| | | | | | | | | Adding pages for customization drawer with initial implementation of proposed flow layout for widgets. Fixes for keeping all apps, and widgets in sync with Launcher Model, optimizations for reloading all apps pages when invalidating. Adding some animations for tab transitions and feedback when long pressing to add certain items. Change-Id: I8d51749f3a91c964bed35681f3a9192200b0d93e
* Creating generic Workspace/CellLayout for paged views in Launcher.Winson Chung2010-08-163-26/+51
| | | | | | | | Adding SimpleWorkspace, SimpleCellLayout and an AllApps implementation of the SimpleWorkspace. Making SimpleWorkspace support content with smaller dimensions than the workspace dimensions itself. Temporary change to AllApps tabs styling until we get new assets for tabs in general. Change-Id: Ibe3c56603223853d232816b6695e4ddd757857ba
* -> Set grid to 8x7 with proper spacing for landscape/portraitAdam Cohen2010-08-116-12/+80
| | | | | | | -> Added a button to the top left of Launcher which switches between landscape and portrait. For testing purposes only. Change-Id: I01f8cfcf92c8ba7727eeba0e59a0b8ff055598fe
* Merge "workspace bug fixes"Michael Jurka2010-08-102-11/+13
|\
| * workspace bug fixesMichael Jurka2010-08-102-11/+13
| | | | | | | | | | | | | | | | | | | | | | - fixed: pressing home sometimes left workspaces in shrunken state - fixed: position of delete zone (trash icon) - fixed: workspace unshrink sometimes looked weird when coming from all apps - fixed: clicking power button and returning left workspace in shrunken state Change-Id: Ie974202926e6880ccda26ac9fe967fb587a9b7a3
* | Import revised translations.Eric Fischer2010-08-103-4/+4
|/ | | | Change-Id: Id7dec46f0fe6f9178dbd8ea2c0c82b843bbfaa3e
* Refactor zooming animation, and apply it to customize drawer too.Patrick Dubroy2010-08-093-4/+6
| | | | Change-Id: I0bbd5a68adc82cea02dc583ac3d04e3de8c0346e
* Merge "small fixes to Launcher"Michael Jurka2010-08-062-2/+2
|\
| * small fixes to LauncherMichael Jurka2010-08-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | - more robust unshrink animation - catching a resource not found exception when making widget preview - added more missing copyright headers - hiding customization drawer when long press on widget - long-pressing on widget is temporarily always springloaded to zoom in to workspace screen Change-Id: I6c92877357e907d89840fecc4662f0700b96255b
* | Import revised translations.Eric Fischer2010-08-0520-0/+260
|/ | | | Change-Id: I518526c93b6b13be68b2ab7fc4e249f770ded7d8
* Fix incorrect offset in drag feedback, and other minor stuff.Patrick Dubroy2010-08-043-8/+8
| | | | - moved some dimens to -xlarge - enlarge AllApps so that it's not clipped
* improved comments in strings fileMichael Jurka2010-08-042-1/+11
| | | | - also added/updated some copyright notices
* Move all apps to the new animation framework, and some other all apps changesPatrick Dubroy2010-08-042-1/+19
| | | | Change-Id: Ib4c827966423d76e62db24036bbca0cd6ee46b95
* Cleaning up grid size specification in LauncherAdam Cohen2010-08-047-36/+30
| | | | | | | | | | | | This commit eliminates the notion of in-place rotations and a bunch of associated complexities (including the notion of canonical coordinates). Further, the number of x and y cells per workspace screen is now being stored in a single location in the XML definition of Workspace. This fixes a couple bugs where incorrect values were being used. Finally, eliminated the notion of "shortAxis" and "longAxis" in terms of padding and cell count. These have been translated to corresponding x and y axis values. Change-Id: I30cfed66f82d739355b3f01730b28b6c0437989c
* refreshed apps/configure button, added search buttonMichael Jurka2010-08-0311-15/+83
| | | | | | | | - configure button now has a pressed state (as do the other two) - also added a cast to getX() from float->int because of changes in the view property code Change-Id: I57dc6e44838f4f4354f8977a3b542e93384b3d7d
* Merge "packages/apps/Launcher2 : added scaled hdpi version of assets that ↵Gilles Debunne2010-08-035-0/+0
|\ | | | | | | were moved to drawable-mdpi"
| * packages/apps/Launcher2 : added scaled hdpi version of assets that were ↵Gilles Debunne2010-08-035-0/+0
| | | | | | | | | | | | moved to drawable-mdpi Change-Id: I7225720c742dda03ce714d507f14ca4df8413990
* | Revert "Move pngs from drawable to drawable-mdpi in project ↵Jim Shuma2010-08-035-0/+0
| | | | | | | | | | | | packages/apps/Launcher2/" This reverts commit 921efb310af08579d5a97de7f5e350b78677c6d0.
* | Merge "Move pngs from drawable to drawable-mdpi in project ↵Gilles Debunne2010-08-025-0/+0
|\| | | | | | | packages/apps/Launcher2/"