summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix buildNick Kralevich2015-01-301-1/+1
| | | | | Bug: 18040469 Change-Id: I24db4d3f4b7ee10ecf5a2c65035ce112271539fb
* fix buildNick Kralevich2015-01-301-1/+1
| | | | | Bug: 18040469 Change-Id: I2938c7b950470eeacfb20391f109ae44d95060c7
* Avoid db exception on L and aboveAdam Cohen2014-12-041-4/+2
| | | | | | Bug 18554839 Change-Id: I43f391b7cc376f697ce7b5b363e8be3aa85814b5
* Fixing wrong package check when adding shortcutsSunny Goyal2014-12-031-1/+1
| | | | | Bug: 18571789,18535867 Change-Id: I2544fa634879846d812b00f8649520400f66d29e
* Ensure that FirstFrameAnimatorHelper doesn't set play time when animation is ↵Adam Cohen2014-12-021-3/+5
| | | | | | | | complete Bug: 18567716 Change-Id: I656e869b8553d650916c2abe6dc83282c8b6fd65
* Merge "Ignoring specific db exception to workaround Bug. 18554839." into ↵Winson Chung2014-12-021-8/+21
|\ | | | | | | ub-now-queens
| * Ignoring specific db exception to workaround Bug. 18554839.Winson Chung2014-12-011-8/+21
| | | | | | | | Change-Id: I80f2dd62297eea671f2d129ae22263e72e506ae4
* | Don't try to create an app state instance during restore.Chris Wren2014-11-242-15/+15
|/ | | | | | | Added a static utility function to get the DeviceProfile instead. Bug: 18504164 Change-Id: Ia510a84f1c195e58acf3bf4d1f6a42c739fdd413
* Disabling auto addition of managed profile shortcutsSunny Goyal2014-11-201-3/+6
| | | | | Bug: 16188104 Change-Id: Ib6464c22140df6d60112eb35f5983718b3db6288
* Fix a couple regressions from resetting AppsCustomizeTabHostAdam Cohen2014-11-194-6/+13
| | | | | | | Bug 18409435 Bug 18358080 Change-Id: I07a071342b5c5e062ab2bb562b672d93ba0d5c2e
* Prevent multiple workspace state animators from being startedAdam Cohen2014-11-181-0/+14
| | | | | | | | | | | | -> Probably an issue with the way we're wrapping ViewPropertyAnimator which can lead to us acting like it's valid to have multiple instances of a VPA. In reality I think this is very problematic. -> For now, we can just make sure the previous animation is canceled if it hasn't yet completed. Bug 18428886 Change-Id: I097eec08ec68ed098e68866fb5eda72734c51b00
* Merge "Clearing DB before restore starts." into ub-now-queensAdam Cohen2014-11-181-6/+16
|\
| * Clearing DB before restore starts.Sunny Goyal2014-11-181-6/+16
| | | | | | | | | | Bug: 18362052 Change-Id: Ic4faf04db2f76c0c434907f1c41c8b708283eeb7
* | Add callback which got missed in refactorAdam Cohen2014-11-171-2/+11
|/ | | | | | Bug 18418855 Change-Id: Ia3a1cec76721bbbc118dd7389b5e960802a64b88
* Adding a few null checks.Sunny Goyal2014-11-143-5/+13
| | | | | | | | | | 1) During migration, if launcher2 has deleted user data, migration oes not happen 2) If Launcher3 does not has bind widget permission, QSB would be null. Bug: 18388507 Change-Id: Ief81f6f77ce154e7b3ecd4b77caf24239401e738
* Fixing NullPointer Exception when user is deleted.Sunny Goyal2014-11-141-0/+3
| | | | | Bug: 18388507 Change-Id: I4176ea37a019c2a862e6b2875cc6b03ec9118571
* Adding shortcuts corresponding to ManagedUsers automatically.Sunny Goyal2014-11-124-217/+332
| | | | | Bug: 16188104 Change-Id: Ic07578dd187263f59f3c431cbb78dea90d0c24f4
* Merge "Using the default search widget in Launcher3" into ub-now-queensSunny Goyal2014-11-1210-873/+98
|\
| * Using the default search widget in Launcher3Sunny Goyal2014-11-1110-873/+98
| | | | | | | | | | | | | | | | | | | | > Removing all logic related to search and voice overlays from Launcher3 > Using the widget provided by global search provider on the homescreen > Removing VoiceButtonProxy, as it is not being used anymore Change-Id: Ie8b09b44f7213c8fa11bce685914442e4884295d
* | Removing some duplicate methodsSunny Goyal2014-11-113-19/+8
|/ | | | Change-Id: I8a1295ab74890984e8d8508aaa18fd79ac2a032d
* Adding some spacing between overview panel itemsSunny Goyal2014-11-071-7/+31
| | | | | Bug: 18293488 Change-Id: I8731c4d2ad34571a4a3a21b03a5fbae0ba66332f
* Merge "Using a proxy call for isAttachedToWindow for pre 19 devices" into ↵Sunny Goyal2014-11-053-15/+16
|\ | | | | | | ub-now-queens
| * Using a proxy call for isAttachedToWindow for pre 19 devicesSunny Goyal2014-11-053-15/+16
| | | | | | | | | | Bug: 17423114 Change-Id: I6f0cc306b7fcc8087b4e4fc92bb8796d51a989d6
* | Merge "Clearing some android list errors/warnings." into ub-now-queensSunny Goyal2014-11-052-15/+1
|\ \
| * | Clearing some android list errors/warnings.Sunny Goyal2014-11-032-15/+1
| |/ | | | | | | Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
* | Merge "Removing InstallWidgetReceiver related obsolete code." into ub-now-queensSunny Goyal2014-11-051-190/+0
|\ \
| * | Removing InstallWidgetReceiver related obsolete code.Sunny Goyal2014-11-051-190/+0
| |/ | | | | | | Change-Id: I61700b363f8af6434e750bcb5323e0ad4e5bf011
* | Merge "Moving methods which update internal sets on a separate thread" into ↵Sunny Goyal2014-11-031-7/+24
|\ \ | |/ |/| | | ub-now-queens
| * Moving methods which update internal sets on a separate threadSunny Goyal2014-10-301-7/+24
| | | | | | | | | | Bug: 18152117 Change-Id: I5fccd203b5fe65e79dcc5aead6cb1cb6c3b622fe
* | Overlay shouldn't show up above Intro screenAdam Cohen2014-10-311-7/+16
| | | | | | | | | | bug: 18173340 Change-Id: Icf738a55398023ab6bad5cced05b25e053dec0a2
* | Adding a couple memory optimizations to LauncherAdam Cohen2014-10-314-10/+23
| | | | | | | | | | | | | | | | | | -> Always dispose of widget page views when leaving the activity. These pages hold onto many bitmaps. -> Clear database cache when leaving the activity. Bug: 17967108 Change-Id: I10ebaaed14e7cd86f09a9afcabd73043705f21b8
* | Failing restore, if we have an item outside screen boundsSunny Goyal2014-10-291-15/+62
|/ | | | | Bug: 17552590 Change-Id: I2d25847fd05d9579bc29ccbfa62e34809d4855d1
* Merge "Updating backup restore logic" into ub-now-queensSunny Goyal2014-10-296-102/+123
|\
| * Updating backup restore logicSunny Goyal2014-10-286-102/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Adding DeviceProfile information in the backup > Removing SharedPreference backup > Adding helper methods to abort backup in the middle > Comparing keys against the backup journal during restore to avoid restoring corrupt/lost entries > Old backups are still compatible, but lost keys verification will be ignored in that case. Bug: 17937935 Bug: 17951775 Bug: 17260941 Change-Id: Iad48646cfdd69abaff5c163b2055f3b8a9b39b19
* | Make sure DragLayer layout params are of the correct typeAdam Cohen2014-10-282-5/+33
|/ | | | | | bug 18141419 Change-Id: I50695a62cf9e1f25c054ac2c7197cd056d54cfae
* Loading internal default layout if partner layout fails to loadSunny Goyal2014-10-271-12/+17
| | | | | Bug: 18033885 Change-Id: I8399d0107cc3570c0e03d833601abf2cd194b3d3
* Fix edge case where LauncherOverlay scroll woudln't be resetAdam Cohen2014-10-241-2/+11
| | | | | | | | -> If the Workspace has a single page and the user goes from overscrolling in one direction, and then the other, the LauncherOverlay scroll wouldn't be set to 0 until the scrolling settled Change-Id: I29ee9abdfa023ae3599d1590cdaebf457e2220fa
* Add InsettableFrameLayout layout params to easily ignore insetsAdam Cohen2014-10-241-7/+51
| | | | Change-Id: I117fc34627e24ea5f909c3c87e9c2dbca46babb6
* Tweaking close AllApps / Widgets on KK and belowAdam Cohen2014-10-241-5/+5
| | | | | | Bug: 17956862 Change-Id: I83b8973b7e98c1c3660221ac65dcb9ca8b4c84fd
* Merge "Was seeing some duplicated icons in the migration flow" into ↵Adam Cohen2014-10-241-1/+5
|\ | | | | | | ub-now-queens
| * Was seeing some duplicated icons in the migration flowAdam Cohen2014-10-241-1/+5
| | | | | | | | | | | | | | -> The only delta between the two icons was slightly different flags -> No need to consider flags for the purposes of duplication Change-Id: I161f6ad6023d829e5ebbb15f1a9fbc9306795d80
* | Merge "Allow LauncherOverlay to access and manage insets" into ub-now-queensAdam Cohen2014-10-246-48/+81
|\ \
| * | Allow LauncherOverlay to access and manage insetsAdam Cohen2014-10-246-48/+81
| |/ | | | | | | Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c
* / Disabling restore for below L devicesSunny Goyal2014-10-231-0/+6
|/ | | | Change-Id: I262f52e88421637e0d50c048f6d53c6b5754da4e
* Refactoring LauncherBackupHelper.javaSunny Goyal2014-10-231-390/+222
| | | | | | | > Moving a bunch of variables to Global level to make it easier to maintain state. Change-Id: I9ded313bd4f673f45c61556b8c66607dc78a5ae9
* Merge "Deleting workspace items from db which have an invalid placement" ↵Sunny Goyal2014-10-231-21/+7
|\ | | | | | | into ub-now-queens
| * Deleting workspace items from db which have an invalid placementSunny Goyal2014-10-161-21/+7
| | | | | | | | Change-Id: I1d616e8cd533acd6ecd334d85e6468163f31f6a4
* | Merge "Removing AccessibleTabView and some other dead code." into ub-now-queensSunny Goyal2014-10-232-259/+0
|\ \
| * | Removing AccessibleTabView and some other dead code.Sunny Goyal2014-10-212-259/+0
| | | | | | | | | | | | Change-Id: Ia122a6277f924e6077dbf15a4dc40b5042aa987d
* | | Merge "First pass of the Launcher Overlay interface / impl" into ub-now-queensAdam Cohen2014-10-237-38/+595
|\ \ \