summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adding hardware acceleration flag to config.xmlMichael Jurka2010-09-272-1/+3
| | | | | | (later, this will let us turn on HW acceleration via a device-specific overlay) Change-Id: I33c957911db7ac730770b71d6644568fbfa86adf
* Fix crash on small-screen devicesAndrew Stadler2010-09-271-4/+12
| | | | | | | Allow for mCustomizePagedView to be null in more cases. Bug: 3040307 Change-Id: Idf5e50e661bcffa726db204a3318ab932db265aa
* am 4a79a04b: When we\'re launching apps, we need to always use ↵Joe Onorato2010-09-271-3/+3
|\ | | | | | | | | | | | | | | | | startActivitySafely. Merge commit '4a79a04bcd5f8c4d4fab7bcc46eea9e19a3dc63e' * commit '4a79a04bcd5f8c4d4fab7bcc46eea9e19a3dc63e': When we're launching apps, we need to always use startActivitySafely.
| * When we're launching apps, we need to always use startActivitySafely.Joe Onorato2010-09-271-3/+3
| | | | | | | | | | | | | | | | It's possible that the app doesn't implement the component as promised, and the launcher shouldn't crash. Bug: 3005141 Change-Id: Ieac51433a467fd12160247bfd281828a69f5f7d2
* | Making the CAB text match the type of item selectedMichael Jurka2010-09-273-9/+32
| | | | | | | | in customization mode.
* | Adding tap-to-add behaviour to the customization drawer.Winson Chung2010-09-279-43/+314
| | | | | | | | Change-Id: I5a0863a8df2a0b4855112eb29b40b6e7dd550db9
* | fixed minor code review issues from change I0280c3beMichael Jurka2010-09-245-18/+15
| | | | | | | | | | (it was submitted early accidentally) Change-Id: I3753366b4d5e1dc228baf02eba27a2c0d8fa42cf
* | Adding support for drag and drop of folders and shortcuts. Michael Jurka2010-09-2417-605/+659
| | | | | | | | | | | | | | | | | | | | | | | | | | also: - Long press on empty space on workspace now brings up customization tray - Fixed: while dragging, items appeared to be dropping on folders two cells to the right - Fixed: Disabling drops on folders when the workspace is shrunken - Fixed: account for scaling of dragged items when checking if they overlap with shrunken workspace screens - Making folder icons dimmable to match shortcuts and widgets - When deciding with shrunken workspace screen we're dragging to, we now use the closest screen rather than the one that has been overlapped the most - Refactored drag/add mechanism, removing array of occupied cells from CellInfo - Removed dead code/variables
* | am edfd2a56: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2010-09-240-0/+0
|\| | | | | | | | | | | | | Merge commit 'edfd2a5605d126ed39df30336e3f0ffe3dd70ce0' * commit 'edfd2a5605d126ed39df30336e3f0ffe3dd70ce0': Import revised translations. DO NOT MERGE
| * Import revised translations. DO NOT MERGEEric Fischer2010-09-241-1/+1
| | | | | | | | Change-Id: Ie0dd3e3ea930de8676d4e085721cab5844386f66
* | 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-249-26/+284
| | | | | | | | | | | | | | | | 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-224-38/+98
| |
* | Fixing bug where long press on widgets no longerMichael Jurka2010-09-211-1/+1
| | | | | | | | works on non-xlarge devices
* | Merge "Changing the holographic outline algorithm to match designs."Winson Chung2010-09-214-71/+101
|\ \
| * | Changing the holographic outline algorithm to match designs.Winson Chung2010-09-174-71/+101
| | | | | | | | | | | | Change-Id: Ibb9668514c7c3ce56473cf041051245b9c19c793
* | | Merge "Handle RS reflection name changes."Stephen Hines2010-09-171-2/+2
|\ \ \
| * | | Handle RS reflection name changes.Stephen Hines2010-09-161-2/+2
| | | | | | | | | | | | | | | | Change-Id: I4ba8d258833472685ba52f3d2fb7869a8ffa34ef
* | | | removing dead codeMichael Jurka2010-09-177-79/+0
| |/ / |/| |
* | | Fixing set wallpaper crash in LauncherWinson Chung2010-09-162-13/+9
| | | | | | | | | | | | Change-Id: I3b6299bb10f397209cd69e715fee783abe0c9b64
* | | Adding some wallpaper buttons on the customization tray.Winson Chung2010-09-153-49/+66
|/ / | | | | | | | | | | Also tweaking the fading algorithm for side pages. Change-Id: Ia7743c2b71741926ff9ae52e6965d7aefc86604e
* | Merge "Extracting format string properly into xml strings."Winson Chung2010-09-152-1/+5
|\ \
| * | Extracting format string properly into xml strings.Winson Chung2010-09-152-1/+5
| | | | | | | | | | | | Change-Id: I4766ee48bef6a08c6a9809f8df29d4d2343014c4
* | | Fixing bug with Launcher page scrollingAdam Cohen2010-09-152-3/+7
| | | | | | | | | | | | Change-Id: Ib9a5a77ffe40dfcde0f846558e5ef0441cb11f7f
* | | Merge "Initital changes for new customization drawer/widget tab design."Winson Chung2010-09-1513-219/+417
|\| |
| * | Initital changes for new customization drawer/widget tab design.Winson Chung2010-09-1513-219/+417
| | | | | | | | | | | | Change-Id: I160c8777fe2657ab303acfa20934f2e90f9e953e
* | | am 73013bf9: Make LauncherModel.deleteItemFromDatabase write to disk async.Brad Fitzpatrick2010-09-153-9/+15
|\ \ \ | |/ / |/| / | |/ | | | | | | Merge commit '73013bf94f49ffbacba2b8300f6a2dd4eeebbd13' * commit '73013bf94f49ffbacba2b8300f6a2dd4eeebbd13': Make LauncherModel.deleteItemFromDatabase write to disk async.
| * Make LauncherModel.deleteItemFromDatabase write to disk async.Brad Fitzpatrick2010-09-143-9/+15
| | | | | | | | | | | | Fixes a bunch of StrictMode violations and removes TODOs. Change-Id: I886bd071d4a8336c228d29c517a8ffc5223c0623
* | fix two crashesMichael Jurka2010-09-145-8/+50
| | | | | | | | | | | | | | | | * 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
* | Fix bug with home screen position when switching Michael Jurka2010-09-141-5/+6
| | | | | | | | from portrait to landscape and v.v.
* | Merge "Changing Launcher2 to use more generic shader param binding."Romain Guy2010-09-142-34/+59
|\ \
| * | Changing Launcher2 to use more generic shader param binding.Alex Sakhartchouk2010-09-132-34/+59
| | | | | | | | | | | | Change-Id: I5550a5ce88e5edc5ce11689e828001e28bb29e04
* | | Re-adding the perspective shift on mini screensAdam Cohen2010-09-131-3/+3
| | | | | | | | | | | | Change-Id: If4acc0cbfc66305e9abe024529a69553df2f9ef2
* | | supporting swipable home screens on xlarge devicesMichael Jurka2010-09-1316-238/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-092-14/+45
|\ \ \ | |/ / |/| |
| * | Applying fake perspective transform to the home screen previewsAdam Cohen2010-09-092-14/+45
| | | | | | | | | | | | Change-Id: I2092fd963804eceaf0117bcb6d118d83e0da3573
* | | making mini screen backgrounds dark, and Michael Jurka2010-09-093-5/+7
| | | | | | | | | | | | temporarily disabling dimmed items on mini screens to work better with new dark wallpaper
* | | tapping home in Launcher now returns you to Michael Jurka2010-09-091-8/+5
| | | | | | | | | | | | | | | default screen instead of going to overview mode Change-Id: If19f5d6d9324a217211e0ced89dab92eddca385e
* | | Merge "Re-enable menu button -- real fix is to disable at system level."Patrick Dubroy2010-09-081-1/+1
|\ \ \
| * | | Re-enable menu button -- real fix is to disable at system level.Patrick Dubroy2010-09-081-1/+1
| | | | | | | | | | | | | | | | Change-Id: I0f9c05b3685725ccf9c8e61f77b6a5e2ea85f452
* | | | Fix 2981705: Unable to uninstall downloaded app by dragging to trash.Patrick Dubroy2010-09-084-11/+12
|/ / / | | | | | | | | | | | | - on long press, copy constructor of ApplicationInfo is called. It wasn't copying flags. - also fix all apps choice mode so that chosen object is set when preparing CAB
* / / 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
| |
* | When an app is chosen in All Apps, tapping a workspace screen adds it to ↵Patrick Dubroy2010-09-084-11/+64
| | | | | | | | that screen.
* | Animation classes renamedChet Haase2010-09-083-63/+63
| | | | | | | | Change-Id: I96ecb77357a914a746a5989c909246620b977b10