summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adding message when there are no icons in a particular tab.Winson Chung2010-10-141-0/+6
| | | | | | | | Change-Id: Icbf122d10d07fcacb8a4429431ea389826a3d173
* | fix 3029324: Implement new drag feedbackJoe Onorato2010-10-132-1/+2
| | | | | | | | Add "shrinkwrap" icon outlines to visualize where the item will land
* | Tweaking spacing and layout of AllApps/Customize in portrait.Winson Chung2010-10-121-1/+1
| | | | | | | | | | | | | | | | - Also added workaround for tab label not being initially selected - Added fix for initial layout of PagedViews preventing side pages from having proper alpha - Marking widget dims format string as not translatable Change-Id: I74a5410b88e2766816a87b14e64058b4288c214d
* | Fix crash on phones about no resource.Joe Onorato2010-10-071-0/+4
| | | | | | | | | | Bug: 3039845 Change-Id: If7b08eafd3fe6cdfc75a92ddcf463371359c3633
* | am 6a5f4d85: Merge "Adding more specific title for pick-application dialog." ↵Winson Chung2010-10-061-0/+2
|\| | | | | | | | | | | | | | | | | into gingerbread Merge commit '6a5f4d8526944ad4189072543ec4cc3f6d638b6f' * commit '6a5f4d8526944ad4189072543ec4cc3f6d638b6f': Adding more specific title for pick-application dialog.
| * Merge "Adding more specific title for pick-application dialog." into gingerbreadWinson Chung2010-10-051-0/+2
| |\
| | * Adding more specific title for pick-application dialog.Winson Chung2010-10-011-0/+2
| | | | | | | | | | | | Change-Id: I9703f80b34d05b2cfa6239652eae36d1ebcde6e5
* | | Fix 3065611: NPE in Launcher attempting to drag app to home screenPatrick Dubroy2010-10-061-0/+9
| | |
* | | ->Added attribute to PagedView to specify spacing betweenAdam Cohen2010-10-051-0/+2
| | | | | | | | | | | | | | | | | | adjacent pages ->Fixing crash on phones Change-Id: I8ea97ce6d569c59b6d51b544dc10b0310d294b43
* | | fix 3053561: Update homescreen icons for all apps, customizePatrick Dubroy2010-10-041-2/+2
| | |
* | | am 9d0812b2: Sending the DIAL Intent to simulate pushing the phone-hardbuttonDaniel Lehmann2010-10-011-1/+1
|\| | | | | | | | | | | | | | | | | | | | Merge commit '9d0812b2f6eaab15c4acf96cb5d0ae2870633957' * commit '9d0812b2f6eaab15c4acf96cb5d0ae2870633957': Sending the DIAL Intent to simulate pushing the phone-hardbutton
| * | Sending the DIAL Intent to simulate pushing the phone-hardbuttonDaniel Lehmann2010-10-011-1/+1
| |/ | | | | | | | | Bug:3049178 Launching the phone app should always take the user to the dialer Change-Id: I61edffa37a211e205e8b2192e6a81963eff54ee7
| * DO NOT MERGE - the scroll drag area was too small, and should have come from ↵Joe Onorato2010-09-281-0/+4
| | | | | | | | | | | | a resource anyway. Change-Id: If1304e1417cb8ba4dee8657cd619718abba277f0
* | the scroll drag area was too small, and should have come from a resource anyway.Joe Onorato2010-09-301-0/+4
| | | | | | | | Change-Id: I11111aff767e21a2582c5c368b5d9ff1ac8f9cd7
* | Show crosshairs when dragging items around the workspace.Patrick Dubroy2010-09-291-0/+11
| |
* | cleaning up hardware acceleration XML value a bitMichael Jurka2010-09-281-1/+1
| | | | | | (switch from integer -> bool)
* | resolved conflicts for merge of 7ad01419 to masterWinson Chung2010-09-281-0/+2
|\| | | | | | | Change-Id: Idcbb2ffd6f0b72610dc06fc07695e3546f80da70
| * Adding menu item to Launcher to manage applications directly from homescreenWinson Chung2010-09-271-0/+2
| | | | | | | | Change-Id: I56d726080968777eb5ccdc8826a872977cf7868c
* | adding hardware acceleration flag to config.xmlMichael Jurka2010-09-271-0/+1
| | | | | | | | | | | | (later, this will let us turn on HW acceleration via a device-specific overlay) Change-Id: I33c957911db7ac730770b71d6644568fbfa86adf
* | 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-271-0/+9
| | | | | | | | Change-Id: I5a0863a8df2a0b4855112eb29b40b6e7dd550db9
* | Initial changes to add Applications tab in the customization drawer for ↵Winson Chung2010-09-242-1/+8
| | | | | | | | | | | | | | | | usability testing. - Also adding padding attributes for the dynamic layouts created for each page. Change-Id: I76a7b6b8f4d83329c506fd6055f910575d0c200f
* | Changing the holographic outline algorithm to match designs.Winson Chung2010-09-171-0/+13
| | | | | | | | 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-151-0/+7
| | | | | | | | Change-Id: I160c8777fe2657ab303acfa20934f2e90f9e953e
* | 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-062-1/+15
| |
* | For now, just show a toast when user tries to delete a system app.Patrick Dubroy2010-09-031-0/+2
| |
* | Creating generic Workspace/CellLayout for paged views in Launcher.Winson Chung2010-08-161-0/+9
| | | | | | | | | | | | | | | | 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
* | Fix incorrect offset in drag feedback, and other minor stuff.Patrick Dubroy2010-08-041-7/+0
| | | | | | | | - moved some dimens to -xlarge - enlarge AllApps so that it's not clipped
* | improved comments in strings fileMichael Jurka2010-08-041-0/+10
| | | | | | | | - also added/updated some copyright notices
* | Cleaning up grid size specification in LauncherAdam Cohen2010-08-041-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Make tabs in all apps actually filter the list of apps.Patrick Dubroy2010-07-291-0/+6
| |
* | Improved support for workspace screen thumbnailsMichael Jurka2010-07-281-0/+3
| | | | | | | | | | | | | | - Shrinking workspace view in All Apps - Added vertical margin for workspace screen thumnbnails - Fixed bugs in a few of the Launcher state transitions (e.g. customization to all apps) Change-Id: I9ad1c8861585d78fdb2e3bc986a614526b3cfe5f
* | Home screen now shrinks while customizingMichael Jurka2010-07-271-0/+4
| | | | | | | | | | | | | | - added a shrink/fade animation on home screen when going into customization mode - made items in the customization drawer larger Change-Id: Iddbaf14aa5b1504fe94966971a1ab95c00f24331
* | Improving home screen customizationMichael Jurka2010-07-091-0/+5
| | | | | | | | | | | | | | | | | | | | - 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
* | Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-0/+4
|/ | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Make 2D All Apps work better in landscape and on hdpi.Daniel Sandler2010-06-031-0/+4
| | | | | | | | | | | | | | | * 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
* Increase hot rectangle of trash can.Daniel Sandler2010-04-281-0/+6
| | | | | | | | | The drop region is now 70dip^2. This means it invisibly overlaps nearby icons ever so slightly---not enough to prevent icons being properly dropped on the workspace. Bug: 2623734 Change-Id: I945160ef6bdfc0a4ac3cf9db57d440bad424dfc4
* Hotseats: better strategy for finding the default browser.Daniel Sandler2010-04-282-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To do this, we invoke resolveActivity to see what activity would result from viewing an arbitrary (but valid) URL. If there's just one installed, or there are multiple and the user has chosen a default handler for http:, we take that component and launch it with CATEGORY_HOME (so as not to upset the URL in the frontmost window/tab/what-have-you). We also use this information to extract the localized name of the app, which is then installed into the hotseat as the contentDescription (for accessibility). If there's no default and multiple options are availble, we'll get the activity chooser instead. In this case, we just fire off that chooser and let the user pick an app (possibly setting a default along the way). Because the default may change, we reload all this hotseat information every time one of the hotseats is tapped. Another side-effect of this approach is that until there exists a default browser, the original URL will be sent to the activity the user chooses from the ResolveActivity. So we need a sensible default URL here; one can be found in R.string.default_browser_url (similar to Browser's R.string.homepage_base). This change also moves the hotseat intents and icons into arrays.xml for easier configuration. Change-Id: I06268df8b59e0f41f1f8b0e47f823db4c44ec761
* New Launcher feature: "hotseat" icons.Daniel Sandler2010-04-232-0/+29
| | | | | | | | | | | | | | | | | | | | 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
* Move batch size to a resource.Daniel Sandler2010-04-191-1/+2
| | | | | | | | This way we can figure out how many apps to send to the grid at a time even if the grid hasn't been instantiated yet. Bug: 2599979 Change-Id: I7960fe1adae6976555334422335f3a4b28d0675e
* More Launcher performance improvements.Daniel Sandler2010-04-161-0/+1
| | | | | | | | | | | | | | * Removed another redundant sort * Correctly set the thread priority to BACKGROUND for the all apps loading step. * Moved batch delay to a resource * Reduced delay between loading batches of apps to 100ms (we really just want to sleep a tiny bit between batches to give the UI time to react) Bug: 2562420 Bug: 2599979 (related) Change-Id: I1ae72a68c1a47377a9eb62827fe7666bfc50caa5
* Merge "Slow down 2D All Apps fadeout." into froyoDaniel Sandler2010-04-061-1/+1
|\
| * Slow down 2D All Apps fadeout.Daniel Sandler2010-04-021-1/+1
| | | | | | | | Change-Id: Ifd8564bca26265540589a48ea281e8ce9fa1001e
* | Last minute hack to deliver touch events to widget in landscape mode.Romain Guy2010-04-051-0/+4
|/ | | | | | | | | | | | Bug #2562729 In landscape, the left and right dots buttons are 93dip wide; this makes them overlap with widgets at the bottom of the screen. The dots do not need to be that wide but we chose this size to make it easier to tap them in portrait. To avoid issues in landscape, this change introduces a new type of ImageView that can ignore touch events in a certain zone. This was easier and cheaper than re-cutting 36+ assets. Change-Id: Id261fba41a43dede943e72060e39e87658e4b0df
* bug 2480004 - add some descriptions for the string in homeJoe Onorato2010-03-111-0/+9
| | | | Change-Id: Ie01900dcb6fd6381d18dcfa80bddb7bfdff19b13
* Allow shared user id and process to be set via overlays.Dianne Hackborn2010-03-091-0/+7
| | | | | | | | | | | | This fiddles the manifest to allow the app's shared user id and process to be changed at build time via resource overlays, so we can build launcher to run in the acore process for low-end devices. Also switches the cert of launcher back to shared, to allow for this. (Note this only really matters if the shared user id is set, otherwise launcher will still get its own uid.) Change-Id: I0bd0a06e1442c4bfe5ceb2d438cb58f29d911578
* Speed up 2D AllApps fade-in.Daniel Sandler2010-03-081-1/+1
| | | | Change-Id: I466c97cb63687ec3dab5109a8e77445e78e8b3ee
* Introduce 2D All Apps and other support for sapphire-class devices.Daniel Sandler2010-03-031-0/+4
| | | | | | | | | | | | | | | | 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