summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Updating the UI for focused state of an icon/folder." into ↵Sunny Goyal2014-08-1622-17/+201
|\ | | | | | | ub-now-porkchop
| * Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-1822-17/+201
| | | | | | | | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* | Adding dampened snap back overscroll to Workspace and AppsCustomizePagedViewAdam Cohen2014-08-184-132/+43
| | | | | | | | | | | | issue 15475254 Change-Id: I5eb9fc480167faf4be16bd17bf18e2d103f40f47
* | Merge "Updating virtual preloader assets" into ub-now-porkchopSunny Goyal2014-08-168-0/+0
|\ \
| * | Updating virtual preloader assetsSunny Goyal2014-08-158-0/+0
| | | | | | | | | | | | Change-Id: I05599133f534e9aa19e8d014edab5ecd6a55fd3a
* | | Merge "Get rid of pages overhang in AppsCustomizePagedView" into ub-now-porkchopAdam Cohen2014-08-152-0/+21
|\ \ \
| * | | Get rid of pages overhang in AppsCustomizePagedViewAdam Cohen2014-08-142-0/+21
| | | | | | | | | | | | | | | | Change-Id: I7543af84a6a52b79b7d6f369bb3139fc4024f074
* | | | Merge "Import translations. DO NOT MERGE" into ub-now-porkchopBaligh Uddin2014-08-152-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-08-112-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia254c4a2ef3db8f2bc3b237969d595891c8e5f27 Auto-generated-cl: translation import
* | | | Fix issues with the new widget layoutAdam Cohen2014-08-148-166/+9
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> use first layout instead of first measure to determine size -> fix issue where we were doubly accounting for padding of AppsCustomizePagedView -> show page backgrounds by default, hide fake page by default -> stripping some dead code related to the market button and all apps cling Change-Id: I787bdf1092c821b780670098fb219a8a68914bc8
* | | Further refinement of all apps / widgets transitionAdam Cohen2014-08-1310-58/+156
| |/ |/| | | | | Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab
* | Updating the ui for widget restore flowSunny Goyal2014-08-1220-97/+315
| | | | | | | | | | | | | | | | | | | | | | | | | | | | > Pending widget show a PreloadIconDrawable to indicate installation progress > Only the concerned widgets are reinflated on package install and not the whole workspace. > Adding support for storing default package icon in IconCache issue: 10779035 issue: 16737660 Change-Id: Id787ae4a5ef72d6e01aeb5a1bae5ab8840037679
* | Autoinstalls loading xmlSunny Goyal2014-08-127-126/+654
| | | | | | | | | | | | | | | | | | | | > Launcher checkes for an apk in the system image with a broadcast receiver for action: com.android.launcher3.action.LAUNCHER_CUSTOMIZATION > Default layout is parsed from that apk, which can also contain icons and string resources used in the layout config Change-Id: I44fc9e7c3134f525f7b5db29f4e8bb56e17ce445
* | Merge "Updating the virtual preloader UX." into ub-now-porkchopSunny Goyal2014-08-1112-119/+363
|\ \
| * | Updating the virtual preloader UX.Sunny Goyal2014-08-1112-119/+363
| |/ | | | | | | | | | | | | | | | | | | | | | | > No click feedback when in preloader mode > No preloader UI when drawn in drag layer > The preloader consists of a background 9 patch image and a circular progress is drawn in the content region of the background. > The preloader is drawn in a slightly larget area than the actual bounds to make the circular progress more prominent compared to the icon. issue: 15835307 Change-Id: Ifec3d93ecf1fac994d1128b517da3797247e7ed6
* | Merge "Update code so it compiles on google3" into ub-now-porkchopSameer Padala2014-08-113-5/+5
|\ \ | |/ |/|
| * Update code so it compiles on google3Sameer Padala2014-08-083-5/+5
| | | | | | | | Change-Id: I76c6a5264585c8ad4ded22501d2e2ee1672308c3
* | Merge "Updating the widget tray" into ub-now-porkchopAdam Cohen2014-08-0917-110/+120
|\ \
| * | Updating the widget trayAdam Cohen2014-08-1117-110/+120
| | | | | | | | | | | | | | | | | | | | | | | | -> adding dark panel / associated visual updates -> cleaning up the sizing / padding / to match all apps -> fixing a couple things from previous CL -> (removed Context#getDrawable() calls, L-only) Change-Id: Ia65a6eb704b35f74e7305be9334c27971b22235a
* | | Merge "Revert "Updating the widget tray"" into ub-now-porkchopMark Brophy2014-08-0817-120/+110
|\ \ \
| * | | Revert "Updating the widget tray"Mark Brophy2014-08-1117-120/+110
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b172c13dcced9226c935991ef9fe85cc920ce811. Change-Id: I375fb105e3cf6fa2c1548306cf6a109d612077de
* | | | Merge "Adding support to restore widgets even for jelly beans." into ↵Sunny Goyal2014-08-1011-113/+340
|\ \ \ \ | | | | | | | | | | | | | | | ub-now-porkchop
| * | | | Adding support to restore widgets even for jelly beans.Sunny Goyal2014-08-0811-113/+340
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Show 'widget-not-ready' until the widget app is installed > Once the app is installed, bind a new widget id (not required on L if id-remap was received). **Remove the widget if bind failed > If the widget has no configuration screen, show the widget, otherwise show 'setup-widget'. > Clicking 'setup-widget' shows the config screen, and updates the widget on RESULT_OK. issue: 10779035 Change-Id: I2f8b06d09dd6acbc498cdd93edc59c26e5ce17af
* | | | Merge "Updating the widget tray" into ub-now-porkchopAdam Cohen2014-08-0917-110/+120
|\ \ \ \ | | |/ / | |/| |
| * | | Updating the widget trayAdam Cohen2014-08-1017-110/+120
| | |/ | |/| | | | | | | | | | | | | | | | | | | -> adding dark panel / associated visual updates -> cleaning up the sizing / padding / to match all apps -> fixing a couple things from previous CL Change-Id: I4f663af7022337d687124ef25a22bac03d9d6af9
* | | Merge "Polishing the AllApps transition" into ub-now-porkchopAdam Cohen2014-08-097-270/+186
|\| |
| * | Polishing the AllApps transitionAdam Cohen2014-08-107-270/+186
| |/ | | | | | | | | | | | | | | | | | | -> separating HW layers during animation to be siblings instead of parent-child (was destroying parent layer on each frame) -> Unifying material transition with pre-L, everything is the same, just missing the reveal. Change-Id: I8f7d5e658c2d9298bea83ce8199cb35e6fc0d44e
* / Make GEL not crashloop.Mark Brophy2014-08-091-1/+6
|/ | | | | | Being able to actually use the phone is a good feature. Change-Id: I345258374dda81a852544d8ed0045e57195f88d3
* Changes corresponding to framework changes.Dharmesh Mokani2014-08-081-3/+5
| | | | | | | | | Following method has been removed. UserManager.getBadgedDrawableForUser(Drawable, UserHandle) This will only work on builds after lrw38 Change-Id: I777a630dd123a9cf8d92cd096e150e90035b3531
* Merge "Fix screen issues with externally added items" into ub-now-porkchopAdam Cohen2014-08-071-0/+54
|\
| * Fix screen issues with externally added itemsAdam Cohen2014-08-081-0/+54
| | | | | | | | | | | | | | | | | | -> Ensure that when an item is added to the db from an external source that the screen id exists. -> If the screen id does not exist, add that id as the largest rank Change-Id: I98d68900c428d80666dab1909418c6d9b0f52e10 (cherry picked from commit 484526620012f88bcd9d5656a71d4218a9acd090)
* | Merge "Add partner customization option to force first run flow" into ↵Adam Cohen2014-08-071-0/+8
|\ \ | | | | | | | | | ub-now-porkchop
| * | Add partner customization option to force first run flowAdam Cohen2014-08-081-0/+8
| |/ | | | | | | | | Change-Id: Id50587cbb95e375b3847597f12bd8566c70dd7bc (cherry picked from commit 923e1de9f0d7672dd18947ecde2b0da8c5768b7a)
* / Make com.android.launcher3.action.FIRST_LOAD_COMPLETE protectable on both sidesAdam Cohen2014-08-081-0/+1
|/ | | | | Change-Id: I7ed482e3f6a85c9d58bfcc999b90e0ecda8db217 (cherry picked from commit b531b6d4965576d36547152f7858ec2ac389f6eb)
* Fix for issue 16736964Adam Cohen2014-08-081-4/+14
| | | | Change-Id: If150db98346fe10f62fc1160309b66d7a19e9022
* Launch app details for correct profile.Kenny Guy2014-08-045-7/+43
| | | | | | | | | Support showing app details for apps in other profiles. Bug: 16371359 Change-Id: I1cabcd9f74f2a6ea6c4202a7d58af3ff3b458fd2
* Implementing a package install progress listener for LSunny Goyal2014-08-0110-105/+500
| | | | | | issue: 15835307 Change-Id: I71aaea087963f2e0e1206447190cbe23c174057d
* am 2d7e7eda: Fix resource issue in folders of partner layoutsAdam Cohen2014-07-310-0/+0
|\ | | | | | | | | * commit '2d7e7eda680d481af2eb9ff85182eb89b5395d4c': Fix resource issue in folders of partner layouts
| * Fix resource issue in folders of partner layoutsAdam Cohen2014-07-251-1/+1
| | | | | | | | | | | | | | | | | | -> Resources in folders were not being loaded with the partner apk resources. This caused any number of weird things to appear in folders of partner default layouts Change-Id: I7d373e53028c5c327980c15d004993af997de553 (cherry picked from commit 43f3ca0f8c424415dfa0cd6c269900638da3d21c)
* | Modify code so it compiles on google3Sameer Padala2014-07-293-6/+7
| | | | | | | | | | | | The diamond operator isn't supported on google3 Android projects. Change-Id: Ie7298b051330bb2cd32426d4c537882faa2f8ebd
* | Merge "Fixing spell correcton" into ub-now-masterSunny Goyal2014-07-242-4/+4
|\ \
| * | Fixing spell correctonSunny Goyal2014-07-292-4/+4
| | | | | | | | | | | | Change-Id: I29d980d8073680fafa8fcc01bc2ec81258919da2
* | | Remove 300 ms start delay from app launch transitionAdam Cohen2014-07-282-9/+6
|/ / | | | | | | | | | | | | | | -> tiny cleanup from isLmp crunch issue 16309411 Change-Id: Ib2edff84b53ca471e7d2a2a458091db1fa2f6b42
* | Fix resource issue in folders of partner layoutsAdam Cohen2014-07-251-1/+1
| | | | | | | | | | | | | | | | -> Resources in folders were not being loaded with the partner apk resources. This caused any number of weird things to appear in folders of partner default layouts Change-Id: I7d373e53028c5c327980c15d004993af997de553
* | Don't show uninstall icon when user restrictedJason Monk2014-07-251-0/+9
| | | | | | | | | | | | | | When the user can't uninstall apps from settings, also don't show the icon to let them do it from here. Change-Id: I3b203711630a4ff0ba4a5928667c9f09f9479aeb
* | Merge "Import translations. DO NOT MERGE" into ub-now-masterBaligh Uddin2014-07-2410-19/+10
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-07-2410-19/+10
| | | | | | | | | | | | | | | Change-Id: I1427e90539940f8b07b0e64aa2bda08abe8649f7 Auto-generated-cl: translation import
* | | Merge "Fixing restored icons sometimes dissapers." into ub-now-masterSunny Goyal2014-07-241-1/+2
|\ \ \
| * | | Fixing restored icons sometimes dissapers.Sunny Goyal2014-07-231-1/+2
| |/ / | | | | | | | | | Change-Id: I24153dd1a4b34b8caf1eb9de601bf54e72a3bd9f
* | | Merge "Fix SecurityException when exiting wallpaper picker early" into ↵Adam Cohen2014-07-241-4/+18
|\ \ \ | | | | | | | | | | | | ub-now-master