summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Loading internal default layout if partner layout fails to load" into ↵Sunny Goyal2014-10-281-12/+17
|\ | | | | | | ub-now-queens
| * Loading internal default layout if partner layout fails to loadSunny Goyal2014-10-271-12/+17
| | | | | | | | | | Bug: 18033885 Change-Id: I8399d0107cc3570c0e03d833601abf2cd194b3d3
* | Merge "Removing landscape string overrides" into ub-now-queensSunny Goyal2014-10-2747-1173/+0
|\ \ | |/ |/|
| * Removing landscape string overridesSunny Goyal2014-10-2347-1173/+0
| | | | | | | | Change-Id: Idbfc600dfb32b195726f1b035d18be92c26883fd
* | Merge "Import translations. DO NOT MERGE" into ub-now-queensGeoff Mendal2014-10-2720-39/+20
|\ \
| * | Import translations. DO NOT MERGEGeoff Mendal2014-10-2720-39/+20
| | | | | | | | | | | | | | | Change-Id: Iff6f42e2460ae8c08dda9170361be3f010f32b48 Auto-generated-cl: translation import
* | | 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-244-13/+63
| | | | | | | | 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-2411-67/+101
|\ \ \
| * | | Allow LauncherOverlay to access and manage insetsAdam Cohen2014-10-2411-67/+101
| |/ / | | | | | | | | | Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c
* / / Disabling restore for below L devicesSunny Goyal2014-10-231-0/+6
|/ / | | | | | | Change-Id: I262f52e88421637e0d50c048f6d53c6b5754da4e
* | Merge "Some resource fixes for drop target" into ub-now-queensSunny Goyal2014-10-238-88/+77
|\ \
| * | Some resource fixes for drop targetSunny Goyal2014-10-238-88/+77
| |/ | | | | | | | | | | | | | | | | | | > 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
* / 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-2313-39/+693
|\ \ \
| * | | First pass of the Launcher Overlay interface / implAdam Cohen2014-10-2213-39/+693
| |/ / | | | | | | | | | | | | | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* | | Import translations. DO NOT MERGEGeoff Mendal2014-10-2255-0/+74
| | | | | | | | | | | | | | | Change-Id: I289d8bb325fa4037936a57c7dfe908186e077be1 Auto-generated-cl: translation import
* | | Merge "Updating ItemInfo objects in the worker thread" into ub-now-queensSunny Goyal2014-10-215-270/+188
|\ \ \
| * | | Updating ItemInfo objects in the worker threadSunny Goyal2014-10-145-270/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Launcher was making non-trivial updates to ItemInfo objects on UI thread. These updates were getting skipped when the Activity gets destroyed (possibly due to onConfigurationChange) > Unregistering SessionCallback on application onTerminate, rather than activity onDestroy Bug: 17941096 Change-Id: Iad4a50871fe09470f26139b44a2e9886833032f1
* | | | Merge "Not opening all apps again when AppInfo or Uninstall is selected" ↵Adam Cohen2014-10-212-8/+3
|\ \ \ \ | |_|/ / |/| | | | | | | into ub-now-queens
| * | | Not opening all apps again when AppInfo or Uninstall is selectedSunny Goyal2014-10-162-8/+3
| | |/ | |/| | | | | | | | | | Bug: 17460202 Change-Id: Id67a9637324abceb5b446fff5999db2a0910401b
* | | Merge "Import translations. DO NOT MERGE" into ub-now-queensGeoff Mendal2014-10-2055-62/+7
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2014-10-2055-62/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: Icd10604229b51f3870b346280be11cce2e9f8eeb Auto-generated-cl: translation import
* | | | Merge "Showing widgets in a disabled state, when running in safe mode" into ↵Sunny Goyal2014-10-204-29/+58
|\ \ \ \ | | | | | | | | | | | | | | | ub-now-queens
| * | | | Showing widgets in a disabled state, when running in safe modeSunny Goyal2014-10-164-29/+58
| | |/ / | |/| | | | | | | | | | | | | | | | | | Bug: 15172107 Change-Id: I7209836ca4ffacde7b7b232e230e9b9f1a0e54bb
* | | | Merge "Using LinearLayout for overview panel" into ub-now-queensSunny Goyal2014-10-202-22/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Using LinearLayout for overview panelSunny Goyal2014-10-162-22/+23
| |/ / | | | | | | | | | | | | | | | | | | | | | > Using equal weight to ensure that all items are of same width > The total width of the panel is set in DeviceProfile#layout Bug: 17456856 Change-Id: Ic98f5c4f7befd4d32d1b52dfe8c9f5b6c58b020a
* | | Refactoring layout parsing codeSunny Goyal2014-10-173-749/+455
| | | | | | | | | | | | Change-Id: Iee5b2280cb1e841bcfe91fdcf523de6fa7f7f3b8
* | | Merge "Adding ability to list folder items in separate file" into ub-now-queensAdam Cohen2014-10-177-202/+21
|\ \ \
| * | | Adding ability to list folder items in separate fileAdam Cohen2014-10-177-202/+21
| |/ / | | | | | | | | | | | | | | | | | | -> remove all apps default layouts Bug 17569015 Change-Id: I39b899b61d5b1cff2d7801d281dacfc804c403c5
* | | Merge "Removing all traces of Market button and TabIndicator" into ub-now-queensSunny Goyal2014-10-1746-217/+0
|\ \ \
| * | | Removing all traces of Market button and TabIndicatorSunny Goyal2014-10-1746-217/+0
| |/ / | | | | | | Change-Id: I9dc10d990321697723560986834ebeef3e0f1c0d
* | | Merge "Moving the focus indicator instantly to the target position, instead ↵Sunny Goyal2014-10-171-16/+50
|\ \ \ | | | | | | | | | | | | of begining the next animation from the middle." into ub-now-queens
| * | | Moving the focus indicator instantly to the target position, insteadSunny Goyal2014-10-141-16/+50
| | |/ | |/| | | | | | | | | | | | | | | | of begining the next animation from the middle. Bug: 17958897 Change-Id: Ie5a39b80ff9788edf368e0f4e23c07c2ed5b3d2c
* | | Fixing some IconCache methods not thread safeSunny Goyal2014-10-162-108/+70
| |/ |/| | | | | | | Bug: 17981568 Change-Id: I0d49604c2e38bc9017cba527d87e24e8b086f1da
* | Merge "Add more Launcher files to delete on Clear Launcher Data" into ↵Helena Josol2014-10-166-23/+33
|\ \ | | | | | | | | | ub-now-queens
| * | Add more Launcher files to delete on Clear Launcher DataHelena Josol2014-10-166-23/+33
| | | | | | | | | | | | | | | Bug: 12753154 Change-Id: I00679bdc6eff70a1398122aaa955c08eabd556b1
* | | Merge "Use LauncherCallbacks model instead of method overrides" into ↵Adam Cohen2014-10-153-55/+294
|\ \ \ | | | | | | | | | | | | ub-now-queens
| * | | Use LauncherCallbacks model instead of method overridesAdam Cohen2014-10-153-55/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> When extending the Launcher Activity, instead of overriding public and protected methods, create a proper interface -> This helps define the interface when extending Launcher more formally and more clearly Change-Id: Ib38e8a376b2242d4078bf6856bb145f5b5f0da80
* | | | Merge "Adding NPE check in InstallShortcutReceiver" into ub-now-queensSunny Goyal2014-10-153-34/+17
|\ \ \ \
| * | | | Adding NPE check in InstallShortcutReceiverSunny Goyal2014-10-143-34/+17
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | > Removing some unused methods Bug: 17971165 Change-Id: I1bc5c764fd65b44c950a58371b60d2b53c221995
* | | | Import translations. DO NOT MERGEGeoff Mendal2014-10-151-2/+1
| |_|/ |/| | | | | | | | | | | Change-Id: Ied5954dcd88f900ae2f9e21b1ec0cdbe01cad06b Auto-generated-cl: translation import
* | | am ae5f7ce8: Merge "Fixing typo from previous CL" into ub-now-porkchopAdam Cohen2014-10-141-0/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit 'ae5f7ce8ed2e385cba8d65a67d9b108c9c3590e8': Fixing typo from previous CL