summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Fix size of QSB icons in landscape on sw600dp devicesMichael Jurka2012-10-031-2/+2
| | | | Bug: 7260607 Change-Id: I8609449ed1a927a213f2f3d4f2c32c99f24f12d2
* Fix issue where clicking home button caused search icon blipMichael Jurka2012-10-021-1/+1
| | | | | | | Also, tweak size of icons in landscape mode Bug: 7221345 Change-Id: Ib0d1445e165f291c09021f7dad08ad4d248e47ca
* Fixing typo in Mako resource bucket (Bug 6955380)Winson Chung2012-09-271-0/+0
| | | | Change-Id: I85b2db135ab8bdb4a349c070811532c877201191
* Updating launcher layouts (Bug 6955380)Winson Chung2012-09-278-21/+64
| | | | | | - Fixing issue with tiny search/voice icons in landscape Change-Id: I0291c3415bda0aece241fa07cad132de270d1dda
* Merge "7225161 Launcher needs to add android:supportsRtl="true" in his ↵Fabrice Di Meglio2012-09-251-1/+2
|\ | | | | | | AndroidManifest" into jb-mr1-dev
| * 7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifestFabrice Di Meglio2012-09-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | - add basic RTL support in the AndroidManifest so that Widgets will be able to support RTL too - force LTR layout direction to AppsCustomizeTabHost so that we dont have to deal with layout mirroring yet (do not need to force also LTR layout direction to Wallpaper activity and fragment as another CL is removing the ActionBar on them) Change-Id: I66623a3fcec0d7adef62b0ab8c8b2170e09f1b1b
* | Remove action bar from wallpaper pickerMichael Jurka2012-09-251-2/+1
|/ | | | | | Bug: 5295678 Change-Id: I50bb4bee3d9d54f28ef4a46ed9754701045d38c7
* Fixing some spacing issues related to new 10inch layout. (Bug 6955380, Bug ↵Winson Chung2012-08-284-30/+30
| | | | | | 7035262, Bug 7056508) Change-Id: I589fe6c2475cfff12599eee9b490b2d4dc86511a
* Merge "Adding the ability to scale the hotseat or items in the hotseat" into ↵Adam Cohen2012-08-242-0/+6
|\ | | | | | | jb-mr1-dev
| * Adding the ability to scale the hotseat or items in the hotseatAdam Cohen2012-08-202-0/+6
| | | | | | | | | | | | | | | | | | | | | | --> A bunch of stuff breaks when scaling the hotseat. More specifically, drag and drop animations between hotseat and workspace, scaling on pick up, folder animations, determination of item placement. This CL fixes these issues so that the hotseat or hotseat items are ready to be scaled. --> For now, using 90% scale factor for 7-inch+ UIs Change-Id: Iac098409347e76139e4d726a071397b56ac684d2
* | Merge "Fixing hotseat gradient and removing landscape cling with new xlarge ↵Winson Chung2012-08-235-64/+16
|\ \ | | | | | | | | | layout." into jb-mr1-dev
| * | Fixing hotseat gradient and removing landscape cling with new xlarge layout.Winson Chung2012-08-235-64/+16
| | | | | | | | | | | | Change-Id: I30f5672fc32c80c247be03efb557ace4654312bb
* | | Temporary fix for qsb and hotseat clicking issuesAdam Cohen2012-08-232-8/+8
|/ / | | | | | | Change-Id: I3fca1e3dada12c8655887c3d7a2200b6fcfac19c
* | Fixing inability to click hotseat on 720dp devicesAdam Cohen2012-08-221-4/+4
| | | | | | | | Change-Id: I4d5e81dcb3f85fa83a3b6aac1ed7bd0dba76a0c8
* | Fix issue where you couldn't click anything in the hotseatAdam Cohen2012-08-201-4/+4
| | | | | | | | Change-Id: I48aaa63d2a439cee9a2bfd4888cafe13498d88c8
* | Cleaning up folders for 7-inch and 10-inch UIsAdam Cohen2012-08-157-11/+34
|/ | | | Change-Id: I44c068ea288e4683aa7dc9e86bdac6226bb42b75
* Removing debugging background.Winson Chung2012-08-091-1/+0
| | | | Change-Id: I2273e126a3005b253f5bab459e5d1574c315ece0
* Initial changes for new 10inch layout.Winson Chung2012-08-0813-134/+206
| | | | Change-Id: Ifaafca469df626a76ab5e16bd2f0d5afa1da172c
* am 857b2ef0: am 2efda95e: Fixing landscape delete drop target padding.Winson Chung2012-07-301-0/+1
|\ | | | | | | | | * commit '857b2ef099083cb2c35ed2b03030d0b8c6c80abf': Fixing landscape delete drop target padding.
| * Fixing landscape delete drop target padding.Winson Chung2012-07-271-0/+1
| | | | | | | | Change-Id: I17ee4c69f2f4b154a2dc19416a97d1d91b45b53a
| * Disabling synchronous binding when returning home from another app while ↵Winson Chung2012-07-191-1/+0
| | | | | | | | | | | | | | | | | | orientation has changed. (Bug 6792288) - Fixing issue where we were reverting to the first page of the workspace after launching an application from all apps, rotating, and returning home - Enabling rotation in master. Change-Id: I291b9d76b20244e9028b6f62164430bc3606644c
| * DO NOT MERGE Adding sycnhronous loading of current page to support seamless ↵Adam Cohen2012-07-182-1/+2
| | | | | | | | | | | | rotation. (Bug 6792288) Change-Id: I341160e8a604cde63443e331f762cebc1ed5ec0c
* | Import translations. DO NOT MERGEYing Wang2012-07-251-1/+1
| | | | | | | | | | Change-Id: I98b96f809f1f8754f63690c601b487361d0f7165 Auto-generated-cl: translation import
* | Disabling synchronous binding when returning home from another app while ↵Winson Chung2012-07-192-1/+1
| | | | | | | | | | | | | | | | | | orientation has changed. (Bug 6792288) - Fixing issue where we were reverting to the first page of the workspace after launching an application from all apps, rotating, and returning home - Enabling rotation in master. Change-Id: I291b9d76b20244e9028b6f62164430bc3606644c
* | Import translations. DO NOT MERGEYing Wang2012-07-191-1/+1
| | | | | | | | | | Change-Id: I88db0bd87c0cfcb9896ea0cb6c67a1edcb9fe6bd Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEYing Wang2012-07-161-5/+5
| | | | | | | | | | Change-Id: I80363d7537cdd13abfa564c1ba641f11a9cc6420 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEYing Wang2012-07-131-3/+3
| | | | | | | | | | Change-Id: I804f740c88f8f2e4e9965cdd6465287a978f89db Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEYing Wang2012-07-121-13/+13
| | | | | | | | | | Change-Id: Id89c9ec0fa7c6697e746b2786413904a2c9dacaf Auto-generated-cl: translation import
* | am 039f9d38: am 827a5580: Fixing issue where drop target text was not ↵Winson Chung2012-07-112-37/+0
|\| | | | | | | | | | | | | showing in tablet ui. (Bug 6789399) * commit '039f9d38edac327b39215582b85ef75dbe6ef006': Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399)
| * Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399)Winson Chung2012-07-102-37/+0
| | | | | | | | Change-Id: I619f0a0118e53cfc703870fcc9083bb9bf1855b2
* | Removing unnecessary config parameter for hw accelMichael Jurka2012-06-281-1/+0
| | | | | | | | Change-Id: Ibbbca9fb93319400332ba27f9cae62b1c0cc4313
* | Use getCurrentSizeRange to determine cell dimensionsMichael Jurka2012-06-212-7/+0
| | | | | | | | Change-Id: I7b50ad85594585a3c18838776652c3d873dbd82d
* | Import translations. DO NOT MERGEEric Fischer2012-06-201-1/+1
| | | | | | | | Change-Id: I146f917ed9a060d96d8f3306b38a88b5cdc64d2e
* | am 8ef6618d: am a71d745a: Merge "Address widget size callback issue for ↵Adam Cohen2012-06-182-10/+4
|\| | | | | | | | | | | | | small phones (issue 6670346)" into jb-dev * commit '8ef6618d5e767441846f8865c812e8ff6e961ef2': Address widget size callback issue for small phones (issue 6670346)
| * Merge "Address widget size callback issue for small phones (issue 6670346)" ↵Adam Cohen2012-06-182-10/+4
| |\ | | | | | | | | | into jb-dev
| | * Address widget size callback issue for small phones (issue 6670346)Adam Cohen2012-06-172-10/+4
| | | | | | | | | | | | Change-Id: I76fe87e11a665844f5ce1a76e1921342c285310e
| * | Import translations. DO NOT MERGEYing Wang2012-06-181-2/+2
| |/ | | | | | | Change-Id: If95a78aef4c480a3b9f39189c124c8ad423cb8bd
* | Import translations. DO NOT MERGEYing Wang2012-06-181-2/+2
| | | | | | | | Change-Id: I95da2b0da80d83fd1fc74495de16a4522e2f17b4
* | Clean up warnings and some private API usageMichael Jurka2012-06-123-0/+0
|/ | | Change-Id: Ic3c0b333942bc3de130e41531017e71358bd5bfb
* Improving overscroll paramaters for 7-inch devicesAdam Cohen2012-06-083-0/+10
| | | | Change-Id: Iba805137fca121bab7675eac22236af9642c27bb
* Merge "Synchronizing on the new-apps list before modifying it. (Bug ↵Winson Chung2012-06-065-12/+2
|\ | | | | | | 6621553)" into jb-dev
| * Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-065-12/+2
| | | | | | | | | | | | | | - Minor tweak to qsb padding - Adding yet more logging for single-app-page issue Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
* | Merge "Update 600dp clings." into jb-devAndrew Flynn2012-06-062-2/+4
|\ \
| * | Update 600dp clings.Andrew Flynn2012-06-062-2/+4
| |/ | | | | | | | | | | | | | | - Assign minWidth to 'OK' button - Move all_apps_cling 'OK' button higher Bug: 6535310 Change-Id: Idceecb0bc4ca77c81127e7c24fce79347527e00d
* / Import translations. DO NOT MERGEEric Fischer2012-06-061-3/+3
|/ | | | Change-Id: I5c5f651d689f9000ae91b88b32695589dcf6449d
* Don't set hard width/height for cling OK button.Andrew Flynn2012-06-052-4/+0
| | | | | Bug: 6587934 Change-Id: I0cb153006f3c852a9b7427c0944d9b55e3a955d8
* Lowering the threshold for flinging on larger devices. (Bug 6575670)Winson Chung2012-05-292-0/+6
| | | | Change-Id: I969057d6135babef430c60f5b2705179210719bb
* Import translations. DO NOT MERGEEric Fischer2012-05-2549-6/+202
| | | | Change-Id: I5680c5bc29da382eb297a91553bd32de58b1e707
* Merge "Fixing issue with resource ids. (Bug 6532243)" into jb-devWinson Chung2012-05-243-0/+24
|\
| * Fixing issue with resource ids. (Bug 6532243)Winson Chung2012-05-233-0/+24
| | | | | | | | Change-Id: Ie4a245a224038a750e60b0203003638fd561713d