summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet : Fix insets for panelsstaging/catchupDanesh M2015-09-2811-18/+152
| | | | Change-Id: I001a3c87ef2226f6a241b9538c0157b310961978
* Import translations. DO NOT MERGEGeoff Mendal2015-09-271-1/+1
| | | | | Change-Id: Ibdacd9febbe2e1d8a282af7a856d27fbffb1014c Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-09-2722-9/+623
| | | | | Change-Id: I2287d714cc1f58f409083c256fa4431dc1e4a918 Auto-generated-cl: translation import
* Fix Android.mk.Ying Wang2015-09-271-3/+2
| | | | | | | | | | | | | - You don't need to explicitly specify protobuf library; The library name has been changed and the build system automatically adds it. - You can't have a file target $(LOCAL_BUILT_MODULE) depend on phony target launcher_protoutil_lib. - "include $(call all-makefiles-under,$(LOCAL_PATH))" must be on the last line. (cherry picked from commit 3d74c6632ed6ab23db0cde80bc8a61daecfd49ef) Change-Id: I27d967a57d6a9373da50821af32191614a3c8bc7
* Update protobuf library from 2.3 to 2.6.Jeff Davidson2015-09-271-1/+0
| | | | | | | | The dependency here can be removed because it it automatically added when LOCAL_PROTOC_OPTIMIZE_TYPE=nano by build/core/host_java_library_common.mk. Change-Id: I949d32fb5126f1c05e2a6ed48f6636a4a9b15a48
* Move from host-libprotobuf-java-2.3.0-nano to current versionBrian Carlstrom2015-09-271-1/+1
| | | | Change-Id: I87e768fc95738358eddcca9b524d7546ed632e4b
* fix buildNick Kralevich2015-09-271-1/+1
| | | | | Bug: 18040469 Change-Id: I2938c7b950470eeacfb20391f109ae44d95060c7
* Import translations. DO NOT MERGEGeoff Mendal2015-09-273-7/+7
| | | | | Change-Id: I5afb7119527734723b3bd4e35e66844b62f74d95 Auto-generated-cl: translation import
* Avoid db exception on L and aboveAdam Cohen2015-09-271-4/+2
| | | | | | Bug 18554839 Change-Id: I43f391b7cc376f697ce7b5b363e8be3aa85814b5
* Import translations. DO NOT MERGEGeoff Mendal2015-09-275-9/+9
| | | | | Change-Id: If32589149a2b776b668510662360e04aa66ade88 Auto-generated-cl: translation import
* Fixing wrong package check when adding shortcutsSunny Goyal2015-09-271-1/+1
| | | | | Bug: 18571789,18535867 Change-Id: I2544fa634879846d812b00f8649520400f66d29e
* Ensure that FirstFrameAnimatorHelper doesn't set play time when animation is ↵Adam Cohen2015-09-271-3/+5
| | | | | | | | complete Bug: 18567716 Change-Id: I656e869b8553d650916c2abe6dc83282c8b6fd65
* Ignoring specific db exception to workaround Bug. 18554839.Winson Chung2015-09-271-8/+20
| | | | Change-Id: I80f2dd62297eea671f2d129ae22263e72e506ae4
* Don't try to create an app state instance during restore.Chris Wren2015-09-272-15/+15
| | | | | | | Added a static utility function to get the DeviceProfile instead. Bug: 18504164 Change-Id: Ia510a84f1c195e58acf3bf4d1f6a42c739fdd413
* Import translations. DO NOT MERGEGeoff Mendal2015-09-2719-87/+132
| | | | | Change-Id: I0d7a075387e2ba2c8b9607620ae1d1197cf5cd99 Auto-generated-cl: translation import
* Disabling auto addition of managed profile shortcutsSunny Goyal2015-09-271-3/+6
| | | | | Bug: 16188104 Change-Id: Ib6464c22140df6d60112eb35f5983718b3db6288
* Updating default page indicator assetAdam Cohen2015-09-274-0/+0
| | | | Change-Id: If1be59c8c6590125c2347ba2928f61522f15f959
* Fix a couple regressions from resetting AppsCustomizeTabHostAdam Cohen2015-09-274-5/+13
| | | | | | | Bug 18409435 Bug 18358080 Change-Id: I07a071342b5c5e062ab2bb562b672d93ba0d5c2e
* Prevent multiple workspace state animators from being startedAdam Cohen2015-09-271-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
* Clearing DB before restore starts.Sunny Goyal2015-09-271-6/+16
| | | | | Bug: 18362052 Change-Id: Ic4faf04db2f76c0c434907f1c41c8b708283eeb7
* Add callback which got missed in refactorAdam Cohen2015-09-271-2/+11
| | | | | | Bug 18418855 Change-Id: Ia3a1cec76721bbbc118dd7389b5e960802a64b88
* Import translations. DO NOT MERGEGeoff Mendal2015-09-2755-110/+0
| | | | | Change-Id: I79e98ec8bcc48f2c49e648e769fb1ff4d2f993d9 Auto-generated-cl: translation import
* Adding a few null checks.Sunny Goyal2015-09-273-4/+10
| | | | | | | | | | 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 Goyal2015-09-271-0/+3
| | | | | Bug: 18388507 Change-Id: I4176ea37a019c2a862e6b2875cc6b03ec9118571
* Adding shortcuts corresponding to ManagedUsers automatically.Sunny Goyal2015-09-274-217/+331
| | | | | Bug: 16188104 Change-Id: Ic07578dd187263f59f3c431cbb78dea90d0c24f4
* Removing some duplicate methodsSunny Goyal2015-09-273-19/+8
| | | | Change-Id: I8a1295ab74890984e8d8508aaa18fd79ac2a032d
* Using the default search widget in Launcher3Sunny Goyal2015-09-2737-1196/+99
| | | | | | | | | | > 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 InstallWidgetReceiver related obsolete code.Sunny Goyal2015-09-276-229/+0
| | | | Change-Id: I61700b363f8af6434e750bcb5323e0ad4e5bf011
* Updating page indicator assetsAdam Cohen2015-09-278-0/+0
| | | | | Bug: 17318376 Change-Id: I4e73bf4892575bbb31f28d2cf1a4e476f8895dfa
* Clearing some android list errors/warnings.Sunny Goyal2015-09-2715-29/+16
| | | | Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
* Overlay shouldn't show up above Intro screenAdam Cohen2015-09-271-6/+17
| | | | | bug: 18173340 Change-Id: Icf738a55398023ab6bad5cced05b25e053dec0a2
* Adding a couple memory optimizations to LauncherAdam Cohen2015-09-274-10/+22
| | | | | | | | | -> 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
* Moving methods which update internal sets on a separate threadSunny Goyal2015-09-271-7/+24
| | | | | Bug: 18152117 Change-Id: I5fccd203b5fe65e79dcc5aead6cb1cb6c3b622fe
* Failing restore, if we have an item outside screen boundsSunny Goyal2015-09-271-15/+62
| | | | | Bug: 17552590 Change-Id: I2d25847fd05d9579bc29ccbfa62e34809d4855d1
* Fixing insets of launcher clingsSunny Goyal2015-09-275-3/+10
| | | | Change-Id: Idbf46680f96086c93d667c26dc9ed214eeaf835e
* Make sure DragLayer layout params are of the correct typeAdam Cohen2015-09-272-5/+33
| | | | | | bug 18141419 Change-Id: I50695a62cf9e1f25c054ac2c7197cd056d54cfae
* Updating backup restore logicSunny Goyal2015-09-277-106/+152
| | | | | | | | | | | | | | | > 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
* Loading internal default layout if partner layout fails to loadSunny Goyal2015-09-271-12/+17
| | | | | Bug: 18033885 Change-Id: I8399d0107cc3570c0e03d833601abf2cd194b3d3
* Import translations. DO NOT MERGEGeoff Mendal2015-09-2720-39/+20
| | | | | Change-Id: Iff6f42e2460ae8c08dda9170361be3f010f32b48 Auto-generated-cl: translation import
* Fix edge case where LauncherOverlay scroll woudln't be resetAdam Cohen2015-09-271-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 Cohen2015-09-273-12/+62
| | | | Change-Id: I117fc34627e24ea5f909c3c87e9c2dbca46babb6
* Tweaking close AllApps / Widgets on KK and belowAdam Cohen2015-09-271-5/+5
| | | | | | Bug: 17956862 Change-Id: I83b8973b7e98c1c3660221ac65dcb9ca8b4c84fd
* Was seeing some duplicated icons in the migration flowAdam Cohen2015-09-271-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
* Allow LauncherOverlay to access and manage insetsAdam Cohen2015-09-2715-98/+171
| | | | Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c
* Disabling restore for below L devicesSunny Goyal2015-09-271-0/+6
| | | | Change-Id: I262f52e88421637e0d50c048f6d53c6b5754da4e
* Some resource fixes for drop targetSunny Goyal2015-09-278-87/+76
| | | | | | | | | | > Making it singleline with ellipsis everywhere > Decreasing the text size on smaller devices > Decreasing char limit for various labels Bug: 17563793 Bug: 17938450 Change-Id: I8ad1a156de0601d07419b2cc6418389bc2e24a4e
* Removing landscape string overridesSunny Goyal2015-09-2747-1173/+0
| | | | Change-Id: Idbfc600dfb32b195726f1b035d18be92c26883fd
* Refactoring LauncherBackupHelper.javaSunny Goyal2015-09-271-390/+222
| | | | | | | > Moving a bunch of variables to Global level to make it easier to maintain state. Change-Id: I9ded313bd4f673f45c61556b8c66607dc78a5ae9
* First pass of the Launcher Overlay interface / implAdam Cohen2015-09-2713-43/+695
| | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* Import translations. DO NOT MERGEGeoff Mendal2015-09-2755-0/+74
| | | | | Change-Id: I289d8bb325fa4037936a57c7dfe908186e077be1 Auto-generated-cl: translation import