summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Using state to update voice button proxy visibility instead of view flags. ↵Winson Chung2013-09-302-11/+31
| | | | | | | | | | | | | | | | | | (Bug 10915381) Change-Id: I72feb506cbc1b03e2b99d36bc4a9d7bda27101be
* | | Fixing AllApps pressed state (issue 10845969)Adam Cohen2013-09-304-24/+65
| | | | | | | | | | | | | | | | | | -> Adding haptic feedback to overview mode buttons (issue 10917359) Change-Id: Iaf7ac31521ae08f4223aa0d0ffc2f6511b85567f
* | | Merge "Disable update logic for market button." into jb-ub-now-indigo-roseWinson Chung2013-09-302-35/+48
|\ \ \ | |/ / |/| |
| * | Disable update logic for market button.Winson Chung2013-09-302-35/+48
| | | | | | | | | | | | Change-Id: Ie05995b18252cc78c38b3cb0886407b0c5a13be0
* | | Merge "Import translations. DO NOT MERGE" into jb-ub-now-indigo-roseBaligh Uddin2013-09-3049-293/+345
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-09-3049-293/+345
| | |/ | |/| | | | | | | | | | Change-Id: I1da7185f716aefec3317251cd626b5690411e76c Auto-generated-cl: translation import
* | | Ensuring that we always update the container when modifying an item in the ↵Winson Chung2013-09-301-0/+1
| | | | | | | | | | | | | | | | | | db. (Bug 11008354) Change-Id: I82748565c878a212bdef1bffbf21f2a3fea09314
* | | Merge "Trying to get onShow in all the right places" into jb-ub-now-indigo-roseAdam Cohen2013-09-301-6/+6
|\ \ \ | |/ / |/| |
| * | Trying to get onShow in all the right placesAdam Cohen2013-09-251-6/+6
| | | | | | | | | | | | Change-Id: I875ecc160640a425026b1a8dc8ca2d48ae172a22
* | | Fixing regression in reordering (issue 10994971)Adam Cohen2013-09-291-6/+5
| | | | | | | | | | | | Change-Id: I2be98fc892c1a4392c4a5e035dd4cc1fa6fab0a9
* | | Fixing issue where you couldn't drag an item multiple pages (issue 10754544)Adam Cohen2013-09-293-21/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> This was caused by a strange race condition. The page snap time was equal to the delay to recheck whether to snap (in DragController). This meant that scrollRight()/Left() would get called, and the scroller would be finished however, the final computeScrollHelper() hadn't been called, so the mCurrentPage hadn't yet been incremented. -> Fixed the underlying race condition. -> Added suitable gap (150 ms) between the two delays. Change-Id: If700eb9e14d77a174e4395ca6933119bdb0da768
* | | Fixing weird paging behaviour in spring loaded mode (issue 10758454)Adam Cohen2013-09-291-0/+2
| | | | | | | | | | | | Change-Id: I9d527d134a042a69a9a523bcf24d1a61f0ab0e55
* | | Improving the granularity of reorder with resize on drop (issue 9533227)Adam Cohen2013-09-291-11/+14
| | | | | | | | | | | | Change-Id: If196f75c148487a8d31f4fcdb5293cc41d3bb7a7
* | | Fix issue where we weren't saving span after resize drop (issue 9533407)Adam Cohen2013-09-291-2/+2
| | | | | | | | | | | | Change-Id: I760bf505ce9c894aedb6f1d0def63cdc7d39271a
* | | Fixing NPE in onFinishBindingItems (issue 10975740)Adam Cohen2013-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | -> See bug for explanation. Seems like the circumstances leading to this NPE are understandable. Change-Id: I89637a2da50be1081632e05cf79678c983a74d3a
* | | Merge "Close open folders before moving to -1" into jb-ub-now-indigo-roseSandeep Siddhartha2013-09-271-0/+2
|\ \ \ | |_|/ |/| |
| * | Close open folders before moving to -1Sandeep Siddhartha2013-09-271-0/+2
| | | | | | | | | | | | | | | Bug: 10955838 Change-Id: Ic6cbb67c4cf485fe1682c7cdd7de200a9227cff0
* | | Merge changes If379cc4b,I1c6ccb01 into jb-ub-now-indigo-roseAdam Cohen2013-09-2713-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fixing up all apps button pressed state: Fixing widget resize handles in RTL
| * | | Fixing up all apps button pressed state:Adam Cohen2013-09-2612-0/+0
| | | | | | | | | | | | | | | | Change-Id: If379cc4b0e102a256d044f8f0f7d8ef1d51eb402
| * | | Fixing widget resize handles in RTLAdam Cohen2013-09-261-2/+2
| | | | | | | | | | | | | | | | Change-Id: I1c6ccb019cf87570c7d206809b321e901f0d3340
* | | | Always set the LauncherAppState context before using it from a broadcast. ↵Winson Chung2013-09-272-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (Bug 10947459) Change-Id: I284786b538a9d58aa96cfc208ef68621e2500645
* | | | Ensuring that the folder scrim background spans the full device height. (Bug ↵Winson Chung2013-09-274-3/+48
| | | | | | | | | | | | | | | | | | | | | | | | 10965246) Change-Id: I603d6ed61d01c6b0a460dc0205eceb25f6964b9d
* | | | Ensuring that Launcher always has a search bar. (Bug 10965514)Winson Chung2013-09-275-11/+18
| |/ / |/| | | | | | | | | | | | | | - Also disabling voice proxy when we are in now (Bug 10915381) Change-Id: I4ad6392b5139d12b9b298110109b9363ba426cb4
* | | Fix build breakSandeep Siddhartha2013-09-261-1/+1
| | | | | | | | | | | | Change-Id: I23f7c74eb088fbe77a24df9bc80f0d2fff647abb
* | | Tweaking folder cling to support large folders.Winson Chung2013-09-269-101/+130
|/ / | | | | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* | Merge "Adding pressed state to overview mode buttons (issue 10926631)" into ↵Adam Cohen2013-09-2620-3/+66
|\ \ | | | | | | | | | jb-ub-now-indigo-rose
| * | Adding pressed state to overview mode buttons (issue 10926631)Adam Cohen2013-09-2620-3/+66
| | | | | | | | | | | | Change-Id: I9d670d4770e56921310d34dc08657a6e753ec5ee
* | | Merge "Fixing issue where incorrect min/max widths/heights were being ↵Winson Chung2013-09-263-9/+18
|\ \ \ | | | | | | | | | | | | reported to widgets. (Bug 10940505)" into jb-ub-now-indigo-rose
| * | | Fixing issue where incorrect min/max widths/heights were being reported to ↵Winson Chung2013-09-263-9/+18
| | | | | | | | | | | | | | | | widgets. (Bug 10940505)
* | | | Integrating some aosp fixes, ensuring that we update the install queue ↵Winson Chung2013-09-265-18/+63
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before returning to Launcher. - Fixing stuck page in All Apps (Bug 9347818) - Fixing shortcuts to uninstalled apps from being installed (Bug 10726510) - Consolidating vibration feedback - Ensuring that we trim names during comparison in AllApps list Change-Id: Ieaae4d85851ce771283b4684a8a60306da28cb3b
* | | Merge "Fixing overscroll with single page (issue 10937081)" into ↵Adam Cohen2013-09-266-10/+9
|\| | | | | | | | | | | jb-ub-now-indigo-rose
| * | Fixing overscroll with single page (issue 10937081)Adam Cohen2013-09-266-10/+9
| | | | | | | | | | | | | | | | | | | | | -> Also fixing asymmetrical assets (10951956) -> Also fixing camera distance to improve overscroll effect Change-Id: If229c7b8a0c80073f6dea89d5fb009a0e2f5845f
* | | Merge "Fixing some touch / interaction problems" into jb-ub-now-indigo-roseAdam Cohen2013-09-263-7/+17
|\| |
| * | Fixing some touch / interaction problemsAdam Cohen2013-09-263-7/+17
| | | | | | | | | | | | | | | | | | | | | -> Weird reorder/scroll mode hybrid (issue 10550801) -> Entering overview mode when we shouldn't (issue 10855389) Change-Id: Ic936ead8deb3a5d4e00f265d09329528a1517063
* | | Merge "Recover when reading corrupted widget previews" into ↵Michael Jurka2013-09-263-8/+25
|\ \ \ | |/ / |/| | | | | jb-ub-now-indigo-rose
| * | Recover when reading corrupted widget previewsMichael Jurka2013-09-263-8/+25
| | | | | | | | | | | | Bug: 10785722
* | | Merge "Whiten all the things" into jb-ub-now-indigo-roseAdam Cohen2013-09-2644-0/+0
|\ \ \
| * | | Whiten all the thingsAdam Cohen2013-09-2644-0/+0
| | | | | | | | | | | | | | | | Change-Id: I5854d20cdf644dc06eef178023b1910c08bb7667
* | | | Hiding delete for AppsCustomize widgets. (Bug 10884035)Winson Chung2013-09-261-9/+3
| |/ / |/| | | | | | | | Change-Id: I8bb4e94b34a627fc32f42cd9c22480b8fa45a651
* | | Merge "Add default wallpaper to picker" into jb-ub-now-indigo-roseMichael Jurka2013-09-262-11/+47
|\ \ \
| * | | Add default wallpaper to pickerMichael Jurka2013-09-252-11/+47
| | | | | | | | | | | | | | | | | | | | Bug: 10852485 Change-Id: Idb70cd3bb0901f924da245016f5a8b96ec414470
* | | | Broadcast app launches from all apps too.Anton Hansson2013-09-263-12/+28
| | | | | | | | | | | | | | | | | | | | | | | | Bug 10943415 Change-Id: I0e496a53fc253bd313d269a05674d7c5cdadee68
* | | | Merge "Import translations. DO NOT MERGE" into jb-ub-now-indigo-roseBaligh Uddin2013-09-2649-4371/+5054
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-2549-4371/+5054
| | |_|/ | |/| | | | | | | | | | | | | | Change-Id: I66706f7b24f0546ec3f4b1b0ce864fc2a392558c Auto-generated-cl: translation import
* | | | Restoring INSTALL_SHORTCUT receiver (Bug. 10343529)Winson Chung2013-09-255-34/+45
| |_|/ |/| | | | | | | | Change-Id: Icd6a97c1d7877241aa9c71bd80dfdbe6e44ca7ee
* | | Merge "Fix NPE" into jb-ub-now-indigo-roseMichael Jurka2013-09-251-6/+8
|\ \ \
| * | | Fix NPEMichael Jurka2013-09-241-6/+8
| | | | | | | | | | | | Bug: 10906469
* | | | Merge "Fix bug where no images could be deleted in wallpaper picker" into ↵Michael Jurka2013-09-254-3/+16
|\ \ \ \ | |_|/ / |/| | | | | | | jb-ub-now-indigo-rose
| * | | Fix bug where no images could be deleted in wallpaper pickerMichael Jurka2013-09-254-3/+16
| | |/ | |/| | | | | | | | | | Bug: 10926729 Change-Id: I9392e297d071f1ed12bb6665e591756dfe42009f
* | | Use AutoScrollHelper from the support-v4 libraryBjorn Bringert2013-09-253-867/+2
| | | | | | | | | | | | | | | Bug: 10532260 Change-Id: Ic6519a119fd75890c766b6ffccfc5f660934e1b7