summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* -Added 3D effect to home screen scrollingAdam Cohen2010-09-288-124/+263
| | | | | | | | | -Added background outline fade in / out -Modified the feel of scrolling: now using quintic interpolator and modified the influence of scroll velocity Change-Id: Ifddcab5223ac20be7d9f800ccf09442d9b4db781
* fixed: adding app shortcuts caused overlapping Michael Jurka2010-09-281-1/+1
| | | icons
* Making "tap to add" in customization mode automaticallyMichael Jurka2010-09-282-4/+19
| | | add to the current screen
* resolved conflicts for merge of 7ad01419 to masterWinson Chung2010-09-281-1/+12
|\ | | | | | | Change-Id: Idcbb2ffd6f0b72610dc06fc07695e3546f80da70
| * Adding menu item to Launcher to manage applications directly from homescreenWinson Chung2010-09-271-1/+12
| | | | | | | | Change-Id: I56d726080968777eb5ccdc8826a872977cf7868c
* | Fix issue where items could not be moved back Michael Jurka2010-09-272-5/+30
| | | | | | | | | | | | | | | | to their original positions This also fixes crash 3038168 Change-Id: I4142a1fe32954e76e6ab02ea09f50d4bdefec67c
* | 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-272-7/+24
| | | | | | | | in customization mode.
* | Adding tap-to-add behaviour to the customization drawer.Winson Chung2010-09-274-32/+278
| | | | | | | | 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
* | Initial changes to add Applications tab in the customization drawer for ↵Winson Chung2010-09-243-22/+208
| | | | | | | | | | | | | | | | 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-223-37/+97
| |
* | 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-212-70/+79
|\ \
| * | Changing the holographic outline algorithm to match designs.Winson Chung2010-09-172-70/+79
| | | | | | | | | | | | 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-151-1/+1
|\ \
| * | Extracting format string properly into xml strings.Winson Chung2010-09-151-1/+1
| | | | | | | | | | | | 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-155-201/+306
|\| |
| * | Initital changes for new customization drawer/widget tab design.Winson Chung2010-09-155-201/+306
| | | | | | | | | | | | 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-141-3/+9
| | | | | | | | | | | | | | | | * 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-1310-225/+557
|/ / | | | | | | | | | | | | | | | | | | | | | | - 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 "Applying fake perspective transform to the home screen previews"Adam Cohen2010-09-091-12/+43
|\ \
| * | Applying fake perspective transform to the home screen previewsAdam Cohen2010-09-091-12/+43
| | | | | | | | | | | | Change-Id: I2092fd963804eceaf0117bcb6d118d83e0da3573
* | | making mini screen backgrounds dark, and Michael Jurka2010-09-091-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
* | 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
* | Don't allow system apps to be uninstalled by tapping the trash can button.Patrick Dubroy2010-09-073-20/+15
| |
* | Implement selection mode for All Apps with delete and info actions.Patrick Dubroy2010-09-063-25/+63
| |
* | For now, just show a toast when user tries to delete a system app.Patrick Dubroy2010-09-031-2/+13
| |
* | Support uninstalling an app by dragging from all apps to trash can.Patrick Dubroy2010-09-033-21/+41
| |
* | Fix crash when clicking "Games" or "Downloaded" Michael Jurka2010-09-021-26/+28
| | | | | | | | | | tabs in All Apps. Change-Id: I832376368a07d65543d142790c8876e16c65067a