summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Protos: Add pre-generated backup proto for IDENebojsa Cvetkovic2014-01-243-16/+1009
| | | | Change-Id: Ia892e2ecfb0fba75c9c72b5b4f8ab483e9249d7b
* Workspace: Show page outlinesNebojsa Cvetkovic2014-01-247-10/+24
| | | | Change-Id: I5c62982e052423f16d2983888a30519e388568c4
* Launcher: Change menu button behaviorNebojsa Cvetkovic2014-01-241-2/+6
| | | | | | | | | Until we implement custom menu button behavior, make the menu button toggle workspace overview state rather than just opening it. Also make sure overview mode isnt shown while we are in drawer. Change-Id: Ibebee653c92754833150c7ee60c301ac9a13d1da
* SettingsActivity: Use mHeaders rather than @hidden getHeaders()Nebojsa Cvetkovic2014-01-241-1/+3
| | | | Change-Id: I50eb11d642da283a251ec6f6b4d1c2fd0b0c6b7e
* AndroidManifest: Support API 17Nebojsa Cvetkovic2014-01-241-1/+1
| | | | Change-Id: I1a58f0fb3cbccfe8e58e7dfa28cabfac525b65c0
* Workspace: Extra empty screen both left and rightNebojsa Cvetkovic2014-01-242-57/+80
| | | | Change-Id: I3f1e6f129d73e5901c88604af5977fec280358f4
* Workspace: Custom default screenNebojsa Cvetkovic2014-01-2416-76/+163
| | | | Change-Id: Ic90254f7758b9dbd4997a19474e455230355b772
* Settings: Show Search BarNebojsa Cvetkovic2014-01-2410-18/+97
| | | | Change-Id: I7e5c301cd3d0212fbfe0a96de0435ddded4cabaa
* Settings: InitialNebojsa Cvetkovic2014-01-247-1/+454
| | | | Change-Id: If8199313561dfba03a1aad0b49bb4036dcf586c9
* override Launcher2 (aosp)Ed Heyl2014-01-240-0/+0
| | | | Change-Id: Id4c9eb83048731ded2677f1d67c797065fc5b282
* DO NOT MERGE: Fix leak when animations are created but never startedMichael Jurka2014-01-241-1/+1
| | | | | | | Bug: 11322014 (cherry picked from commit e206ff0f73e9821e7454810779f3f88d4a8deabb) Change-Id: I5aaf76d7c96e4a7878946d7de337acd858c11f44
* DO NOT MERGEWinson Chung2014-01-241-0/+1
| | | | | | | Clearing reference to SavedState bundle after restoring from it. (Bug 11322014) (cherry picked from commit d8e596db4bcd19409bae99938f8b5c91b6267f74) Change-Id: I106f4897ef4ab43d996c0b926ce08ab6ccb2d8a4
* override Launcher2 (aosp)Ed Heyl2014-01-241-1/+1
| | | | Change-Id: I25ec98abeba3cf115d594aa215bfde8e965c1cd1
* Fix ConcurrentModificationException in InstallShortcutReceiverBjorn Bringert2014-01-241-9/+20
| | | | | | | | Before, if two shortcuts were added, and then the package for one of them removed, all while Launcher wasn't visible, Launcher crashed. Bug: 11264076 Change-Id: I892c190101389aa42d84d66960f5b6f6f43f2dfc
* Import translations. DO NOT MERGEBaligh Uddin2014-01-241-1/+1
| | | | | Change-Id: Idd2f3c94b8dd9458c80ed459e7d19325bfb08843 Auto-generated-cl: translation import
* Shortcut show/hideSearchBar with new conditions.Mac Duy Hai2014-01-241-0/+4
| | | | | | | | | | | | | | | | | This is effectively a revert of: https://googleplex-android-review.googlesource.com/374556 With the new rules, we won't shortcut if: - the search bar is in an opposite visibility OR - a non-animated change has been requested AND there is an ongoing animation. This makes sure that showSearchBar(false) called after showSearchBar(true) is not ignored. Bug: 11105305 Bug: 11237729 Change-Id: I92668dfac072e62506b2872e8bfbe9f707c9cc69
* Fix concurrent modifcation exception (issue 11234805)Adam Cohen2014-01-241-3/+6
| | | | Change-Id: I21a7e968c249b0d8876fbffa68954ddc229b16df
* Flushing icons of the wrong size. (Bug 11203738)Winson Chung2014-01-242-0/+15
| | | | Change-Id: I9468d2e798fcf9890970270041d341e7653432f1
* Fix issue where custom content pops in (issue 11209357)Adam Cohen2014-01-241-0/+6
| | | | Change-Id: Ibb40505ac25d59add0b405a1b2ac48a9778314d3
* Ensuring that we are calling setCompoundDrawable() instead of using ↵Winson Chung2013-10-144-3/+4
| | | | | | intrinsic bounds. (Bug 11203738) Change-Id: Ic2100e4008d7fc95d2670aab9d3b46a96a927599
* Merge "Ensuring that we restore bounds when resizing them for folder preview ↵Adam Cohen2013-10-141-0/+3
|\ | | | | | | drawing. (Bug 11203738)" into jb-ub-now-indigo-rose
| * Ensuring that we restore bounds when resizing them for folder preview ↵Winson Chung2013-10-141-0/+3
| | | | | | | | | | | | drawing. (Bug 11203738) Change-Id: I0cef3916217bd3808363cafcfb25c2cd140f35fc
* | Merge "Don't crash if WallpaperCropActivity isn't passed a URI" into ↵Michael Jurka2013-10-141-1/+7
|\ \ | | | | | | | | | jb-ub-now-indigo-rose
| * | Don't crash if WallpaperCropActivity isn't passed a URIMichael Jurka2013-10-141-1/+7
| | | | | | | | | | | | Bug: 11173560
* | | Merge "Workaround for small icons. Draw icon drawables at the expected icon ↵Winson Chung2013-10-145-5/+21
|\ \ \ | |/ / |/| | | | | size. (Bug 11203738)" into jb-ub-now-indigo-rose
| * | Workaround for small icons. Draw icon drawables at the expected icon size. ↵Winson Chung2013-10-135-5/+21
| |/ | | | | | | | | | | (Bug 11203738) Change-Id: If976ae8b3603e8bf42e8e857ce0b178d977b0a43
* | Do not shortcut show/hideSearchbar.Mac Duy Hai2013-10-141-2/+0
| | | | | | | | | | Bug: 11105305 Change-Id: I9745d6c851b2539032fdc377ce9ce80b6d67e7ab
* | Tweaking workspace cling due to mirrored default hotseat. (Bug 11142616)Winson Chung2013-10-131-6/+6
|/
* Merge "Fix bugs / jank with folder creation feedback (issue 11195148)" into ↵Adam Cohen2013-10-131-2/+6
|\ | | | | | | jb-ub-now-indigo-rose
| * Fix bugs / jank with folder creation feedback (issue 11195148)Adam Cohen2013-10-131-2/+6
| | | | | | | | Change-Id: Ia53438a7724c95d304f08a4c16382a9b9e8bdfea
* | Merge "Add translucent bar attributes to sw720dp values override." into ↵John Spurlock2013-10-131-0/+2
|\ \ | |/ |/| | | jb-ub-now-indigo-rose
| * Add translucent bar attributes to sw720dp values override.John Spurlock2013-10-121-0/+2
| | | | | | | | | | Bug:11197555 Change-Id: I0644a65938b605952bd938698fe50aba1f2823df
* | Merge "Simplify wallpaper strip animation." into jb-ub-now-indigo-roseDaniel Sandler2013-10-131-7/+20
|\ \
| * | Simplify wallpaper strip animation.Daniel Sandler2013-10-121-7/+20
| | | | | | | | | | | | | | | | | | Bug: 10852554 Bug: 11010469 Change-Id: I0330ab125097f7d2a6c0c584161cee646c6b757d
* | | Merge "Add EXIF rotation support to wallpaper picker" into jb-ub-now-indigo-roseAdam Cohen2013-10-125-73/+262
|\ \ \ | |_|/ |/| |
| * | Add EXIF rotation support to wallpaper pickerMichael Jurka2013-10-125-73/+262
| |/ | | | | | | | | | | Bug: 11137824 Change-Id: I64e488207ffea219fca5ee00f47b98ccb2ac86d8
* / Import translations. DO NOT MERGEBaligh Uddin2013-10-1257-1/+119
|/ | | | | Change-Id: I6229e0eb50b3f67f610bc2c704e34165c75e5bd7 Auto-generated-cl: translation import
* Merge "Speed up overview transition" into jb-ub-now-indigo-roseAdam Cohen2013-10-122-5/+13
|\
| * Speed up overview transitionAdam Cohen2013-10-112-5/+13
| | | | | | | | Change-Id: Ie4086717318939875228dd3a920cecf79ba0ff91
* | Merge "Clean up interpolators on overview mode transition fades" into ↵Adam Cohen2013-10-121-0/+9
|\| | | | | | | jb-ub-now-indigo-rose
| * Clean up interpolators on overview mode transition fadesAdam Cohen2013-10-111-1/+9
| | | | | | | | Change-Id: Id10292286cba217ad18e77f7273e497efac4708c
* | Merge "Fix issue with extra empty screen left over after widget add cancel ↵Adam Cohen2013-10-121-0/+3
|\| | | | | | | (issue 10865959)" into jb-ub-now-indigo-rose
| * Fix issue with extra empty screen left over after widget add cancel (issue ↵Adam Cohen2013-10-111-0/+3
| | | | | | | | | | | | 10865959) Change-Id: Iee72fe1b296e81a5f2d04f6edcbf9cac19aff992
* | Merge "Fix custom content scroll effects bug (recent regression) (issue ↵Adam Cohen2013-10-111-5/+5
|\ \ | | | | | | | | | 11188769)" into jb-ub-now-indigo-rose
| * | Fix custom content scroll effects bug (recent regression) (issue 11188769)Adam Cohen2013-10-111-5/+5
| |/ | | | | | | Change-Id: Ib90c024daf64baac2ccd1cfd04897d18cd35e111
* | Merge "Fixing issue where the PagedView scroll is out of sync with the ↵Winson Chung2013-10-111-2/+23
|\ \ | | | | | | | | | current page. (Bug 11050528)" into jb-ub-now-indigo-rose
| * | Fixing issue where the PagedView scroll is out of sync with the current ↵Winson Chung2013-10-111-2/+23
| |/ | | | | | | | | | | page. (Bug 11050528) Change-Id: I9c445d862763b2a77847cc3bff994f6ba9af8cc4
* | Update all apps pressed state (issue 11113963)Adam Cohen2013-10-114-0/+0
| | | | | | | | Change-Id: I747f3817ac00be3e1e3b409285a0e47665b67032
* | Guarantee views are invisible after being faded (issue 11112570)Adam Cohen2013-10-113-7/+37
|/ | | | | | | -> Prevent clicking of hotseat items during non-normal state -> Update folder text edit highlight color (issue 11072862) Change-Id: I0292b51dc5f7e318dc59e9a26bf1e39f333bc8eb
* Altering the workspace padding to account for default widget padding (Bug ↵Winson Chung2013-10-102-7/+19
| | | | 11116452)