Adam Cohen
22cf526889
Changing font family to condensed for icons and folders (issue 10823062)
...
Change-Id: If166f01091a5a400492dc178a4c1503de87b05b7
2013-09-18 15:15:28 -07:00
Michael Jurka
5664de2524
Update assets for pressed/focused/selected states
...
Also, add shadow below/above wallpaper strip
Bug: 10722070
Change-Id: I37c445bab90e103f414c95b62e101a73d060661f
2013-09-18 15:16:00 +02:00
Michael Jurka
42a7174255
Update styling of tile to pick image as wallpaper
...
Bug: 10743257
2013-09-18 00:45:45 +02:00
Michael Jurka
91df26f46f
Merge "Scale wallpaper thumbnails without altering aspect ratio" into jb-ub-now-indigo-rose
2013-09-14 13:01:57 +00:00
Michael Jurka
78cf9299b9
Merge "Update to using new crop intent" into jb-ub-now-indigo-rose
2013-09-14 12:26:09 +00:00
Winson Chung
468a155600
Adding xxhdpi resource directories.
...
Change-Id: Iccbdcbfc98187fd3a862774c4b11105d5f5b6d24
2013-09-13 14:39:55 -07:00
Michael Jurka
adc574ccb1
Update to using new crop intent
...
Also, unify WallpaperCropActivity so it's
identical to the system default version (mainly
removing Launcher dependencies)
Change-Id: I1ebc390bce23de62d76daced6f8cb44d57e4ac0c
2013-09-13 18:16:54 +02:00
Michael Jurka
230851d41c
Scale wallpaper thumbnails without altering aspect ratio
...
Bug: 10616928
Change-Id: I60f59a5c48fe02664229d9ebc1d497c91c49d99b
2013-09-13 18:13:24 +02:00
Michael Jurka
d6dc6043ad
Adding ability to delete previously saved wallpapers
...
- Also preserving temporarily picked wallpapers on
rotation
Change-Id: I35361e2a5619cd986bd8b66268ce9e94b9a0027e
2013-09-12 20:49:17 +02:00
John Spurlock
77e1f47520
Add system window inset support to DragLayer and children.
...
Instead of fitting system windows as before, DragLayer now
lays out under the system windows.
DragLayer will simply add the system window insets to each
child's layout margins by default. e.g. for Hotseat, Page
Indicators, QSB, Search Overlay.
Children that want to use the full viewport can declare so
by implementing a new Insettable interface. System window
insets will be passed to Insettable#setInsets(insets) and
the child can do what it wants with them.
Currently, two of DragLayer's children implement Insettable:
1) Workspace (for the -1 screen).
Full screen pages are given the entire viewport, paged
view offsets modified to end up in the right place now
that the viewport is larger (the full screen height).
Non-full screen pages like the normal icon pages simply
apply the insets to end up in the same place they did
before.
NowClientCardsView uses the full viewport, applying the
insets as padding. Will want to better take advantage
of this new real estate in a future CL.
2) All Apps (AppsCustomizeTabHost).
Applies the insets as layout margin one level down, so that
the bar area is opaque during the transition, but visually
the content lands in the same place.
(Also add db_files to .gitignore to ignore the output of the
db tool)
Bug:10687177
Bug:10652189
Change-Id: I80b25d63884d244fcf704b24dad9497ee0d8b453
2013-09-11 16:29:34 -04:00
Michael Jurka
5f92956617
Re-add string that's used as title of wallpaper picker
2013-09-10 14:24:49 +02:00
Winson Chung
c58497ee61
Initial changes to restore AllApps.
...
- Removes unused all apps code due to dynamic grid/spacing
- Attempts to use CellLayout instead of PagedViewCellLayout
Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
2013-09-05 12:14:28 -07:00
Michael Jurka
2d8de5845b
Create a separate wallpaper crop activity
...
Change-Id: Ifb0a7dcb5a6e9ddd4f4bbccc793d9b4db1256cf2
2013-09-05 20:37:56 +02:00
Michael Jurka
4b94060491
Show and hide the wallpaper list in response to touch
2013-09-05 12:42:08 +02:00
Michael Jurka
60e01b610a
Fix small wallpaper thumbnails on some devices
...
Bug: 10616928
Change-Id: I9094f122ec5b0873c4babda42799e3840ec330c4
2013-09-04 18:53:20 +02:00
Michael Jurka
eadbfc564d
Move wallpapers to external activity
...
Also renaming Launcher's ApplicationInfo to
AppInfo since ApplicationInfo is already a
framework class
Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
2013-09-04 16:21:20 +02:00
Adam Cohen
d1bfb51ef3
Merge "Added settings button to overview mode" into jb-ub-gel-agar
2013-08-29 21:45:13 +00:00
Adam Cohen
30bacb2158
Added settings button to overview mode
...
Change-Id: Idcbfa49fe2710dec460155f34bd371321af6cf17
2013-08-29 14:37:46 -07:00
Michael Jurka
fe09cb7fe3
Improve wallpaper cropping
...
- Add support for tablets
- Add support for parallax with user-cropped images
- Improve behavior in landscape
Change-Id: I50c4bba59b03d26d595a086a9ea425894f341705
2013-08-29 18:14:29 +02:00
Winson Chung
6c15a644cb
Merge "Fixing folders to always show in view, removing old assets and references to LauncherModel count." into jb-ub-gel-agar
2013-08-26 22:08:09 +00:00
Winson Chung
892c74d460
Fixing folders to always show in view, removing old assets and references to LauncherModel count.
2013-08-23 12:13:02 -07:00
Adam Copp
eed7aa422f
Merge "Get the view to be used as qsb bar from the launcher directly." into jb-ub-gel-agar
2013-08-23 13:47:28 +00:00
Daniel Sandler
826420b194
Remove memory-debug-related launcher icons & functionality.
...
Bug: 10441366
Change-Id: I3ddb95839bcd5c07db7e76ce1a28323b499ea30d
2013-08-23 00:53:59 -04:00
Cristina Stancu
476493bcc3
Get the view to be used as qsb bar from the launcher directly.
...
This will allow more control over the qsb visuals and behaviour in GEL.
Depends on ag/339203
Future changes:
- revert ag/344333 since we won't need the normal qsb to support hotword
anymore
- Dragging icons over the Drop target bar (to remove/uninstall them or
get App info) doesn't currently work in GEL. There might be future
changes needed to fix that.
Change-Id: Ic498f0abee5ad99ef1644ff94f174b61f8e1f5f0
2013-08-22 11:41:11 +01:00
Michael Jurka
c8f83f46b6
Oops, fix build breakage caused by missing files.
...
Also, remove preview images for wallpaper pickers.
2013-08-21 13:50:43 +02:00
Daniel Sandler
6241609bd6
Remove built-in wallpaper picker.
...
Note that we don't yet have a solution for the user's
initial wallpaper. Bother!
Bug: 9626042
Change-Id: I07ab09a3d10434e444dc27051034d387e692e469
2013-08-21 13:36:18 +02:00
Michael Jurka
104c456776
Initial implementation of new wallpaper picker.
...
Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
2013-08-21 13:18:29 +02:00
Winson Chung
c9c4424ead
Merge "Initial Changes for Dynamic Grid" into jb-ub-gel-agar
2013-08-20 17:59:06 +00:00
Winson Chung
5f8afe6280
Initial Changes for Dynamic Grid
...
Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
2013-08-20 10:56:05 -07:00
Cristina Stancu
d791998dd8
Modify qsb bar elements to handle hotword state.
...
They currently handle a pressed mode (showing a blue overlay), we'd like
them to also handle a hotword state that would modify their appearance
when hotword is available and active.
Meant to work with: ag/344334
Change-Id: I07e261ce64307fdad8a4c16fc02eb009ca826ece
2013-08-16 12:06:59 +01:00
Adam Cohen
f358a4bbd6
Adding overview mode for reordering, widget adding and wallpaper switching
...
Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
2013-08-13 18:53:36 -07:00
Winson Chung
82dfe58514
Adding support for custom page indicator markers.
...
Change-Id: I057b0cccc4194157d92ebb123af2afaf94fb5415
2013-07-26 15:07:49 -07:00
Adam Cohen
39a0604255
Adding switch to toggle Memory Overlay
...
-> The overlay causes performance regressions so it's hard to evaluate
performance with it on.
-> Also, the WeightWatcher is still running regardless, so you can
always check it
-> Saved as a shared pref
Change-Id: Iad5ccbeca2c2b4e0ec86294879f3eb09caa594e9
2013-07-19 14:32:09 -07:00
Winson Chung
5bc865e787
Adding workaround for page indicators to support many pages.
...
- Tweaking assets until we get something proper
Change-Id: Ie07946acb529ff747d76896ff38837f8db6a7258
2013-07-18 15:18:25 -07:00
Winson Chung
d2be381d36
Removing old scroll indicator and adding page indicator dots.
...
Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
2013-07-17 11:15:22 -07:00
Winson Chung
64359a53dc
Ensuring that the db reflects all package added/removed/updated broadcasts.
...
- Also ensuring that newly added pages are added before the empty page
Change-Id: I97a01f791c438aa5c5b1fd770d3536b449a871bc
2013-07-11 14:19:52 -07:00
Adam Cohen
d6e7aa3154
Fix widget resizing (Which stopped working at some point)
...
-> Also, deferring empty screen removal until after the drop animation
in order to reduce buggy transitions
-> Also fixing workspace layout on tablet
Change-Id: I1ae9fdaf592262f959424f321efa6df4298f85cc
2013-07-09 15:47:46 -07:00
Adam Cohen
7d30a37007
Porting PagedView from KG to gain simplified scaling model, reordering
...
-> We are no longer scaling individual Celllayouts, instead we are scaling
the entire Workspace (and the CellLayouts come along for the ride)
-> Due to the above change, many assumptions were broken. In particular,
our drag and drop / animation archiecture is fairly fragile due to the
frequent and complex mapping of points between different bits of the
hierarchy. This CL contains a number of fixes which address such
breakages.
Change-Id: I2e630eab17528729b764b61f587858f6499fd318
2013-07-08 18:32:57 -07:00
Mindy DelliCarpini
70c987a0fe
Merge "Use autoscroller to handle drag scrolling" into jb-ub-gel-agar
2013-07-03 21:31:15 +00:00
Mindy DelliCarpini
53b8d071ce
Use autoscroller to handle drag scrolling
...
Change-Id: Ie094cbfa91f898133f84ad9ffc349d8cfa07e668
2013-07-03 14:28:32 -07:00
Adam Cohen
41eb470ef9
Fix now showing on screen 1
...
Change-Id: I83c3aa0b219e62af8c024229fe00933bcedbf9df
2013-06-27 16:43:15 -07:00
Mindy DelliCarpini
2e7471cf96
Accelerate scrolling based on duration of drag near edge
...
TODO: tune max/ min scrolling velocity
Tune scroll trigger zones
Change-Id: I1daf10f12617fa9362cb340d5ed7bac98b23c9be
2013-06-27 10:13:01 -07:00
Winson Chung
f70696d8cc
Fixing crash in shrink wrap on tablets.
...
Change-Id: I061960b2ca7a2cf02729665fb032d23d8f463ada
2013-06-25 18:47:44 -07:00
Adam Cohen
dcd297f05a
Initial implementation of Shrink-wrap
...
Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
2013-06-25 12:29:32 -07:00
Daniel Sandler
a127b7ad15
New icon to dump heap information and share it.
...
Alternatively,
$ adb shell am start -n <pkg>/com.android.launcher3.MemoryDumpActivity
Change-Id: I8c615ec3abffaf6ad693c93bdf569550d8f97298
2013-06-17 15:29:22 -04:00
Adam Cohen
66a01fd24b
Add API to launcher to insert a custom page to the left of workspace
...
Change-Id: I85a4e096aab9bfcb1de74f04075bcabcb7e3262f
2013-06-11 14:57:43 -07:00
Adam Cohen
b5fe60c8a5
Add a dummy activity which we can catch on-click in launcher to open allapps/widgets
...
Change-Id: Idc718a9e03e7358f972c59fcfc3bf2eaf75e56ee
2013-06-06 22:04:27 -07:00
Adam Cohen
9efb412971
Changing default screen to 0
...
Change-Id: I16b2440f99d4b91a3a74226cdac7054e7d5fd7f5
2013-06-06 21:35:25 -07:00
Adam Cohen
f0f4eda318
Making folders scrollable
...
Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
2013-06-06 21:28:57 -07:00
Daniel Sandler
42aa7b2538
Remove wallpapers for real this time.
...
Change-Id: I642029c62864141f5e5ff553629a1a9f9164aed5
2013-06-06 11:49:06 -04:00
Bjorn Bringert
f3e92c9448
Delete unused class HandleView
...
Change-Id: I775d34a2c0a755994a6e1bfe6127fed4ddcda0b7
2013-06-06 12:59:00 +01:00
Daniel Sandler
325dc23624
Launcher2 is now Launcher3.
...
Changes include
- moving from com.android.launcher{,2} to
com.android.launcher3
- removing wallpapers
- new temporary icon
Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
2013-06-05 23:30:20 -04:00
Baligh Uddin
2b67bb56f8
Import translations. DO NOT MERGE
...
Change-Id: I19c5f6393e20c8582ed93f87f5373a55e1dbe537
Auto-generated-cl: translation import
2013-05-29 20:04:52 -07:00
Michael Jurka
d80dc80dbf
Merge "Get rid of duplicate backgrounds" into jb-mr2-dev
2013-05-08 10:15:50 +00:00
Baligh Uddin
f6f93cfe6f
Import translations. DO NOT MERGE
...
Change-Id: I18cfcbd51e208147db4b135084b28d7e44df71bb
Auto-generated-cl: translation import
2013-05-06 12:33:33 -07:00
Michael Jurka
496fefb40d
Get rid of duplicate backgrounds
...
Bug: 8809491
2013-05-06 16:38:38 +02:00
Baligh Uddin
5c68e5f0c7
Import translations. DO NOT MERGE
...
Change-Id: I3a56926cf0392d999166f6c192dfadd58debeeac
Auto-generated-cl: translation import
2013-05-03 13:48:16 -07:00
Baligh Uddin
81426b9bfe
Import translations. DO NOT MERGE
...
Change-Id: I512d82c3e8669aab8dad0ae860045b7bb5e57798
Auto-generated-cl: translation import
2013-04-29 10:16:18 -07:00
Baligh Uddin
8b09e18260
Import translations. DO NOT MERGE
...
Change-Id: I922fadd9149dca16c45a36e08dba4c86f9a70f65
Auto-generated-cl: translation import
2013-04-26 11:23:45 -07:00
Baligh Uddin
0f3a20d96a
Import translations. DO NOT MERGE
...
Change-Id: I0e2ec141a7de867838226ae898b2e33c91583cda
Auto-generated-cl: translation import
2013-04-24 10:59:59 -07:00
Baligh Uddin
e52ca3b3bd
Import translations. DO NOT MERGE
...
Change-Id: Ie31b980d60453122f75c43a34f0e36c1b544653a
Auto-generated-cl: translation import
2013-04-22 11:39:47 -07:00
Baligh Uddin
c54300be1d
Import translations. DO NOT MERGE
...
Change-Id: If89803efc7a80a3d997b109c0b2fc88eed104931
Auto-generated-cl: translation import
2013-04-17 11:48:28 -07:00
Winson Chung
7972194528
Merge "Fixing issue with qsb icons not being sized correctly. (Bug 8543618)" into jb-mr2-dev
2013-04-15 23:00:02 +00:00
Winson Chung
b301f3fcff
Fixing issue with qsb icons not being sized correctly. (Bug 8543618)
...
Change-Id: I807eaa8323e138c3ad13b6b923a3598c072c0588
2013-04-12 12:37:56 -07:00
Baligh Uddin
ff0c0ea635
Import translations. DO NOT MERGE
...
Change-Id: If487ff1fc4549435c73a9e205b4059e68ce7df05
Auto-generated-cl: translation import
2013-04-12 11:30:51 -07:00
Baligh Uddin
813a757b22
Import translations. DO NOT MERGE
...
Change-Id: Idde5fc7418842df4751c0fdac0b9739523752503
Auto-generated-cl: translation import
2013-04-10 12:02:22 -07:00
Fabrice Di Meglio
2d8387154e
Fix for bug #8456352 [BiDi][fa] Widget dimensions are RTL in Farsi
...
- make the string translatable
After this patch, there will need to have the string translated for all
supported languages.
For Farsi (the only exception), the string should be defined as:
<string name="widget_dims_format">%2$d \u00d7 %1$d</string>
Change-Id: I7acd305b677a8dbc0d12a751a6faad54424c641d
2013-04-08 13:37:20 -07:00
Baligh Uddin
60dba565eb
Import translations. DO NOT MERGE
...
Change-Id: I5ee233cea11b205084e4dcab61a9506bcefbf169
Auto-generated-cl: translation import
2013-02-19 11:12:47 -08:00
Baligh Uddin
4b503beb54
Import translations. DO NOT MERGE
...
Change-Id: I7cbde6ea2af01b13f72bc2bd98d8e2a5d261eb4d
Auto-generated-cl: translation import
2013-02-08 11:25:15 -08:00
Baligh Uddin
51dfad11c4
Merge "Import translations. DO NOT MERGE"
2013-02-08 01:33:44 +00:00
Fabrice Di Meglio
b81e22ef4a
Merge "Fix Launcher drop targets for App remove / uninstall / info"
2013-02-07 00:41:18 +00:00
Fabrice Di Meglio
d6a33c6f34
Fix Launcher drop targets for App remove / uninstall / info
...
- make the code aware of the layout direction
- use start drawables
- fix animation drop rect
Change-Id: I35f01b9079aef418c0a22b39e32344c7bf5a0660
2013-02-06 15:40:46 -08:00
Baligh Uddin
7d92ce5e4a
Import translations. DO NOT MERGE
...
Change-Id: I85b7e1c716f61ee0c218b8596f50b303c5e3006d
Auto-generated-cl: translation import
2013-02-06 14:56:55 -08:00
Fabrice Di Meglio
9114d08f8a
Fix search bar layout in RTL mode
...
This is a follow up from I24b1f1977fb65246afd2005440567b5850939621
- fix remaining "right" attribute and replace it with a "end" one
Change-Id: Icd718917a7b984e562db3d2f7274a2dfd3e9b3c7
2013-02-06 14:05:19 -08:00
Fabrice Di Meglio
cc11f74258
Add first RTL support to Launcher
...
See bug #8064062 Launcher needs to be RTL aware
Change-Id: I24b1f1977fb65246afd2005440567b5850939621
2013-01-23 18:23:06 -08:00
Michael Jurka
ffc9f488a3
Don't use text shadows inside folders and all apps
...
(saves memory)
2013-01-10 13:35:55 +01:00
Winson Chung
7e1820a722
am beaa8a4d: am ab9dce32: am 7819abd2: Fixing issue where the cling is offset. (Bug 7633074)
...
* commit 'beaa8a4d367ec14511fe6560e2103a3f7fb9d2ad':
Fixing issue where the cling is offset. (Bug 7633074)
2012-11-29 16:05:18 -08:00
Winson Chung
7819abd2d1
Fixing issue where the cling is offset. (Bug 7633074)
...
- Also fixing issue where the workspace cling was showing on top of AllApps when you entered it for the first time.
Change-Id: I7d59ad153de192bc1d69537af1b4af632465138b
2012-11-29 14:30:30 -08:00
Craig Mautner
360310b74d
Extend background to full screen.
...
Gradient and black backgrounds were stopping at the Status Bar.
When returning from a full screen app to the launcher the wallpaper
was completely visible when it should have been obscured by these
backgrounds. Making the app full screen while keeping the views
within the system insets fixes this.
Bug 7410717 fixed.
Change-Id: If3f7e4808961ee6c80fe2d0a328e6ca39fa5eb7a
2012-11-16 16:17:20 -08:00
Michael Jurka
0353b14cd4
am adbfc77c: am 0da0b480: am 9df38dff: Updating wallpaper picker icon to higher res
...
* commit 'adbfc77c4ba01cc4a0811066e09cd6adee3b9252':
Updating wallpaper picker icon to higher res
2012-11-13 16:20:57 -08:00
Michael Jurka
9df38dff2d
Updating wallpaper picker icon to higher res
...
Bug: 7400295
Change-Id: I2c7625ee1ce09ded57d884c229f155ebcf39be07
2012-11-13 15:55:50 -08:00
Baligh Uddin
09be7e61f5
Import translations. DO NOT MERGE
...
Change-Id: I5a777f2ed32aa577955f2585697abaf2f9434214
Auto-generated-cl: translation import
2012-11-09 07:07:31 -08:00
Baligh Uddin
7774041f77
Import translations. DO NOT MERGE
...
Change-Id: Ia8f60a9599833d4eccc6f332af67b4a71ba12a51
Auto-generated-cl: translation import
2012-11-09 07:06:12 -08:00
Craig Mautner
d26cd991f1
Merge "Extend background to full screen."
2012-11-08 17:33:15 -08:00
Baligh Uddin
47e95086b7
Import translations. DO NOT MERGE
...
Change-Id: Ib5b09ec6d969793e5ed72ba6eed23b7e6a257730
Auto-generated-cl: translation import
2012-11-01 22:21:05 -07:00
Baligh Uddin
c36184a884
Import translations. DO NOT MERGE
...
Change-Id: Ia8ddaa0b2fb9877eb3e6d2f761f66f756065ae2d
Auto-generated-cl: translation import
2012-11-01 22:19:51 -07:00
Baligh Uddin
b4f424b7dd
Import translations. DO NOT MERGE
...
Change-Id: I080a5a52f32fa000a940b7e9de6de3c25149571e
Auto-generated-cl: translation import
2012-10-30 17:41:42 -07:00
Baligh Uddin
e8f40508cc
Import translations. DO NOT MERGE
...
Change-Id: I1fcec61bfde318f1dca85130a25d0bb75491d8ab
Auto-generated-cl: translation import
2012-10-30 17:39:44 -07:00
Craig Mautner
6a0393666a
Extend background to full screen.
...
Gradient and black backgrounds were stopping at the Status Bar.
When returning from a full screen app to the launcher the wallpaper
was completely visible when it should have been obscured by these
backgrounds. Making the app full screen while keeping the views
within the system insets fixes this.
Bug 7410717 fixed.
Change-Id: If3f7e4808961ee6c80fe2d0a328e6ca39fa5eb7a
2012-10-26 15:13:08 -07:00
Chet Haase
7b8e041c78
am a858134d: am a3ae83e6: am 853e2a7a: Merge "Resize wallpaper assets to avoid runtime resizing" into jb-mr1-dev
...
* commit 'a858134d957bc222a89264fa1395cec35c510133':
Resize wallpaper assets to avoid runtime resizing
2012-10-25 12:28:51 -07:00
Chet Haase
8d7d39d54d
Resize wallpaper assets to avoid runtime resizing
...
Issue #7352961 Wallpaper edge is cut-off while scrolling through home page
Change-Id: I4bed3d4445fdcc2e2effd846f074bf7ef6dd532a
2012-10-25 11:54:10 -07:00
Baligh Uddin
ae282acc65
Import translations. DO NOT MERGE
...
Change-Id: I4464222aebee31981b8de9546222cb76d55642cd
Auto-generated-cl: translation import
2012-10-22 08:30:25 -07:00
Baligh Uddin
ee45139204
Import translations. DO NOT MERGE
...
Change-Id: Ibc8c1dcd857312d4d6df39c18cc32708dfcaea80
Auto-generated-cl: translation import
2012-10-22 08:28:57 -07:00
Adam Cohen
16f23880c0
am a3505bfe: am 2a11598a: am 381fe4ce: Adding width / height to cling text style
...
* commit 'a3505bfe99a0ef2dc0e0ad8c844b3d6d45c6a9f7':
Adding width / height to cling text style
2012-10-19 10:51:12 -07:00
Adam Cohen
381fe4ce6f
Adding width / height to cling text style
...
Change-Id: Ia39b049fe414edf926c221baed3b1223199ce2a7
2012-10-19 10:17:18 -07:00
Baligh Uddin
87f68f186b
am ea77b790: am e6401ece: am 5b449dc3: Merge "Bring dummy cling strings back as \'strings\'" into jb-mr1-dev
...
* commit 'ea77b790e4ba0b56fb7e43c48b91817d260dd753':
Bring dummy cling strings back as 'strings'
2012-10-19 09:18:32 -07:00
Baligh Uddin
41aeb57975
Bring dummy cling strings back as 'strings'
...
The translations import recognizes 'string', 'string-array' and
'plurals' as valid items to parse, all others are ignored. This is the
reason, why these strings have not been imported back into the codebase.
Making the string declaration same as when it was removed in cl/236665
Change-Id: I6d53ba9d6267706834cb66e9ca99a1335aa01d14
Bug: 7203884
2012-10-18 10:39:11 -07:00
Romain Guy
e883aec0f8
am c9996802: am 181a0b22: am e34a213c: Add missing layout attributes Bug #7334849
...
* commit 'c999680213d843dce6309e1026f54992c07673cd':
Add missing layout attributes Bug #7334849
2012-10-17 12:48:55 -07:00
Romain Guy
e34a213c32
Add missing layout attributes
...
Bug #7334849
Change-Id: Iae01cf5c587716951dee849e9c4116717d137d8f
2012-10-17 12:04:05 -07:00
Jason Chen
13cc47a677
am d294cac5: am dddd6c31: am 0c2388a4: Let\'s enhance
...
* commit 'd294cac5d83eb18dea9b2f84d4202b13f3ea3c43':
Let's enhance
2012-10-14 23:11:09 -07:00
Jason Chen
0c2388a40c
Let's enhance
...
Add mipmap-* launcher icon assets. Removes equivalent icons from
drawable directories and fixes up the reference to them in a layout.
Bug: 6718166
Change-Id: Ic97e3208d0b47523c8fabef949b2b06825e2fa8f
2012-10-12 10:47:11 -07:00
Michael Jurka
1c8a5734ce
am 74c697c7: am 80d64c28: am dfe0c293: Merge "Add entries for string resources that appear in clings" into jb-mr1-dev
...
* commit '74c697c7102c66c37f1588201750236234f20b12':
Add entries for string resources that appear in clings
2012-10-11 08:27:50 -07:00
Michael Jurka
22beb9043e
Add entries for string resources that appear in clings
2012-10-11 11:04:43 +02:00
Baligh Uddin
a49e107473
Merge "Revert "Import translations. DO NOT MERGE""
2012-10-10 21:13:41 -07:00
Baligh Uddin
b3ffc617b1
Revert "Import translations. DO NOT MERGE"
...
broken build
This reverts commit 83e8b46884
Change-Id: I42878c0de6156d23aa73fbf36ab699542b387c20
2012-10-10 21:13:25 -07:00
Baligh Uddin
e361c45b14
Merge "Import translations. DO NOT MERGE"
2012-10-10 20:55:04 -07:00
Michael Jurka
8d53c92bf7
am 8dcd596e: am 37b2bac3: am a433be70: Merge "Update custom cling params" into jb-mr1-dev
...
* commit '8dcd596e763b70740e6bdd3cac31fedc90cb8c8a':
Update custom cling params
2012-10-10 14:22:29 -07:00
Michael Jurka
a433be7063
Merge "Update custom cling params" into jb-mr1-dev
2012-10-10 14:15:46 -07:00
Michael Jurka
b86d516bcc
Update custom cling params
...
Bug: 7318080
Change-Id: I77d73d81a60efa3886f088e82c6ba3466f6ac331
2012-10-10 23:11:01 +02:00
Winson Chung
aaaed7932a
am 47cbf108: am 5ad9b521: am 5b589a01: Merge "Tweaking workspace overscroll effect to prevent clipping icons. (Bug 7267045)" into jb-mr1-dev
...
* commit '47cbf10880d96d04b78bfceec72584717f62cc30':
Tweaking workspace overscroll effect to prevent clipping icons. (Bug 7267045)
2012-10-10 13:43:43 -07:00
Winson Chung
5b589a01cd
Merge "Tweaking workspace overscroll effect to prevent clipping icons. (Bug 7267045)" into jb-mr1-dev
2012-10-10 13:37:58 -07:00
Baligh Uddin
83e8b46884
Import translations. DO NOT MERGE
...
Change-Id: I219833e13aa853c4c727ae571257005b8d199872
Auto-generated-cl: translation import
2012-10-10 11:31:41 -07:00
Michael Jurka
447f8e86ad
am 5d1e9a5f: am 3bf0359f: am a113121f: Stop using mcc for custom workspace cling on sw600dp devices
...
* commit '5d1e9a5f54d0937e7e5565687b3cc85791239c6d':
Stop using mcc for custom workspace cling on sw600dp devices
2012-10-09 17:19:34 -07:00
Winson Chung
2db90f32a1
Tweaking workspace overscroll effect to prevent clipping icons. (Bug 7267045)
...
Change-Id: I96514f762a1af1ec66523afde7db7a967b625afb
2012-10-09 15:05:08 -07:00
Michael Jurka
a113121fd3
Stop using mcc for custom workspace cling on sw600dp devices
...
Bug: 7203884
2012-10-09 14:46:26 +02:00
Michael Jurka
8c063cfcff
am 82c0fe72: am 75f63ee4: am 98d7bd72: Merge "Re-merge "Add support for custom manta cling"" into jb-mr1-dev
...
* commit '82c0fe723c1542023fe0e61bc628b8a729be1692':
Re-merge "Add support for custom manta cling"
2012-10-08 13:36:41 -07:00
Michael Jurka
89b2b21425
am e027023e: am 67c251bb: am ec437d0e: Merge "Fix bug 7288630: Folder icons clipped on manta" into jb-mr1-dev
...
* commit 'e027023eb2c384b77c124d55fdc1711035d52781':
Fix bug 7288630: Folder icons clipped on manta
2012-10-08 13:30:12 -07:00
Michael Jurka
98d7bd72df
Merge "Re-merge "Add support for custom manta cling"" into jb-mr1-dev
2012-10-08 13:29:25 -07:00
Michael Jurka
ec437d0e7e
Merge "Fix bug 7288630: Folder icons clipped on manta" into jb-mr1-dev
2012-10-08 13:23:24 -07:00
Baligh Uddin
e330432779
Import translations. DO NOT MERGE
...
Change-Id: I634bec03bc0dea7d6ce2e6d90533ab1c4ad79b7c
Auto-generated-cl: translation import
2012-10-08 11:26:31 -07:00
Michael Jurka
dd3a2bd40c
Fix bug 7288630: Folder icons clipped on manta
2012-10-08 16:24:46 +02:00
Michael Jurka
45355c4596
Re-merge "Add support for custom manta cling"
...
Also, fix issue where mako was crashing because
Launcher was trying to load a custom cling for it.
It was doing this because a custom home layout was
specified by SetupWizard, but for now we only want
custom clings on large devices
Bug: 7302705
Bug: 6992663
This reverts commit 2ebcf509f0
.
Change-Id: I46533309d5c62edfbd3a3b178c6965ffc73b6476
2012-10-08 15:53:53 +02:00
Michael Jurka
c1a063f33e
am 0e4803fc: am 914d5550: Merge "Revert "Add support for custom manta cling"" into jb-mr1-dev
...
* commit '0e4803fc9585e7a3296b9341c6557513aee3eaa4':
Revert "Add support for custom manta cling"
2012-10-07 23:41:58 -07:00
Michael Jurka
914d555011
Merge "Revert "Add support for custom manta cling"" into jb-mr1-dev
2012-10-07 17:56:14 -07:00
Michael Jurka
2ebcf509f0
Revert "Add support for custom manta cling"
...
This reverts commit 68255cbabe
.
2012-10-08 02:38:56 +02:00
Jason Chen
90e61d1b1e
am 0870de6b: am b7fbb821: Merge "Genericize naming of sw720dp wallpapers" into jb-mr1-dev
...
* commit '0870de6bac41b1bd3189f4a5734208b57545c3a1':
Genericize naming of sw720dp wallpapers
2012-10-07 14:13:33 -07:00
Jason Chen
b7fbb8219b
Merge "Genericize naming of sw720dp wallpapers" into jb-mr1-dev
2012-10-07 14:07:02 -07:00
Jason Chen
8d0cd4a811
Genericize naming of sw720dp wallpapers
...
Bug: 6678111
Bug: 7032938
Change-Id: Ie9cf0f295ac090dd2692f6a1e55d4074be07508c
2012-10-07 13:12:18 -07:00
Michael Jurka
8c033a1469
am 6a34c9cd: am 68255cba: Add support for custom manta cling
...
* commit '6a34c9cd590b67626b504c7893f5667fac893b27':
Add support for custom manta cling
2012-10-07 11:54:24 -07:00
Michael Jurka
68255cbabe
Add support for custom manta cling
...
- Load a custom cling if custom workspace layout is specified
- Also persist any custom workspace layout
Bug: 6992663
2012-10-05 15:36:20 +02:00
Baligh Uddin
7d84cc2854
Merge "Import translations. DO NOT MERGE"
2012-10-03 08:32:20 -07:00
Michael Jurka
01c221b40d
am 834eb9d9: am 30e64f52: Fix size of QSB icons in landscape on sw600dp devices
...
* commit '834eb9d9f3e3830153caa193eae4009bbf691a6f':
Fix size of QSB icons in landscape on sw600dp devices
2012-10-03 07:32:11 -07:00
Michael Jurka
30e64f5221
Fix size of QSB icons in landscape on sw600dp devices
...
Bug: 7260607
Change-Id: I8609449ed1a927a213f2f3d4f2c32c99f24f12d2
2012-10-03 14:55:35 +02:00
Baligh Uddin
f1aba201af
Import translations. DO NOT MERGE
...
Change-Id: Ia3d8cd2ed0a8418aa3ef95522e8c4b65f34fd17d
Auto-generated-cl: translation import
2012-10-02 13:25:06 -07:00
Michael Jurka
a812f1677b
am f0d5149f: am daec1e8b: Fix issue where clicking home button caused search icon blip
...
* commit 'f0d5149fce0d397bf527688cc29bc994dea41a4f':
Fix issue where clicking home button caused search icon blip
2012-10-02 12:26:43 -07:00
Michael Jurka
daec1e8b05
Fix issue where clicking home button caused search icon blip
...
Also, tweak size of icons in landscape mode
Bug: 7221345
Change-Id: Ib0d1445e165f291c09021f7dad08ad4d248e47ca
2012-10-02 12:14:06 +02:00
Baligh Uddin
58c7abc3d8
Import translations. DO NOT MERGE
...
Change-Id: If17f57e790131ab65433f2c05f2872d52fe9349a
Auto-generated-cl: translation import
2012-09-28 09:35:50 -07:00
Winson Chung
526217bdec
am 980e94d3: am b2f0bd45: Fixing typo in Mako resource bucket (Bug 6955380)
...
* commit '980e94d3d3cfda5864a29def41473e73251a1689':
Fixing typo in Mako resource bucket (Bug 6955380)
2012-09-28 00:36:02 -07:00
Winson Chung
770c45eb7d
am 2e68c9b6: am 41ccfff3: Merge "Updating launcher layouts (Bug 6955380)" into jb-mr1-dev
...
* commit '2e68c9b614a2cca37ecbbc1aaf2c1427f2886abf':
Updating launcher layouts (Bug 6955380)
2012-09-28 00:35:23 -07:00
Baligh Uddin
9b83c95e4c
Import translations. DO NOT MERGE
...
Change-Id: I181833a93a634ba51e0025c48e8d9064ddabbfe3
Auto-generated-cl: translation import
2012-09-27 21:05:20 -07:00
Winson Chung
b2f0bd45c0
Fixing typo in Mako resource bucket (Bug 6955380)
...
Change-Id: I85b2db135ab8bdb4a349c070811532c877201191
2012-09-27 17:16:18 -07:00
Winson Chung
411a3001d6
Updating launcher layouts (Bug 6955380)
...
- Fixing issue with tiny search/voice icons in landscape
Change-Id: I0291c3415bda0aece241fa07cad132de270d1dda
2012-09-27 14:27:12 -07:00
Baligh Uddin
08777e34b3
Import translations. DO NOT MERGE
...
Change-Id: I1168e979e43251ea0635c89abd39c97c7b0bc128
Auto-generated-cl: translation import
2012-09-26 14:50:38 -07:00
Fabrice Di Meglio
2ef935e0a9
am e49139e3: am e19bbca9: Merge "7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest" into jb-mr1-dev
...
* commit 'e49139e3da79ca5624ef0cab14691fc81660f0e2':
7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest
2012-09-25 15:33:48 -07:00
Baligh Uddin
d4171e19bc
Merge "Import translations. DO NOT MERGE"
2012-09-25 13:58:18 -07:00
Fabrice Di Meglio
e19bbca93e
Merge "7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest" into jb-mr1-dev
2012-09-25 13:47:37 -07:00
Michael Jurka
a9b289b8e2
am b17fca85: am aee3a0ef: Remove action bar from wallpaper picker
...
* commit 'b17fca8594297915c58eaddc40773128254ad250':
Remove action bar from wallpaper picker
2012-09-25 13:30:10 -07:00
Fabrice Di Meglio
369dd0c3e6
7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest
...
- 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
2012-09-25 12:55:37 -07:00
Baligh Uddin
3fb1662676
Import translations. DO NOT MERGE
...
Change-Id: I7769d9f8e35e0a452b3dd55c75b92118ef07544f
Auto-generated-cl: translation import
2012-09-25 11:51:49 -07:00
Michael Jurka
aee3a0ef78
Remove action bar from wallpaper picker
...
Bug: 5295678
Change-Id: I50bb4bee3d9d54f28ef4a46ed9754701045d38c7
2012-09-25 11:36:39 -07:00
Baligh Uddin
912260ab58
Import translations. DO NOT MERGE
...
Change-Id: I24022ecc48d9382a7da0204eb3f211138a7720b9
Auto-generated-cl: translation import
2012-09-13 10:29:26 -07:00
Winson Chung
c52baf5113
am c403a58f: am 5a0f45fe: Fixing some spacing issues related to new 10inch layout. (Bug 6955380, Bug 7035262, Bug 7056508)
...
* commit 'c403a58fa65341e8e02ec6b880c9eda0051a461e':
Fixing some spacing issues related to new 10inch layout. (Bug 6955380, Bug 7035262, Bug 7056508)
2012-08-28 17:25:54 -07:00
Winson Chung
5a0f45fe27
Fixing some spacing issues related to new 10inch layout. (Bug 6955380, Bug 7035262, Bug 7056508)
...
Change-Id: I589fe6c2475cfff12599eee9b490b2d4dc86511a
2012-08-28 17:08:56 -07:00
Adam Cohen
ae5d1c39dd
am 23282720: am 1dc3b9ab: Merge "Adding the ability to scale the hotseat or items in the hotseat" into jb-mr1-dev
...
* commit '23282720dd7972dfc528c9d55aac069acca91082':
Adding the ability to scale the hotseat or items in the hotseat
2012-08-24 14:19:17 -07:00
Adam Cohen
1dc3b9abd5
Merge "Adding the ability to scale the hotseat or items in the hotseat" into jb-mr1-dev
2012-08-24 13:05:26 -07:00
Chiao Cheng
edcf9b7cdc
Merge "Updating dialtacts to new package."
2012-08-24 10:23:15 -07:00
Winson Chung
6e92e02826
am 039352ab: am 05ee3cff: Merge "Fixing hotseat gradient and removing landscape cling with new xlarge layout." into jb-mr1-dev
...
* commit '039352ab5893b572b91418c1b6a50b64a48dc8f0':
Fixing hotseat gradient and removing landscape cling with new xlarge layout.
2012-08-23 13:40:15 -07:00
Winson Chung
05ee3cfffe
Merge "Fixing hotseat gradient and removing landscape cling with new xlarge layout." into jb-mr1-dev
2012-08-23 13:36:20 -07:00
Adam Cohen
8d624f6870
am 06121cd4: am e29c55ac: Temporary fix for qsb and hotseat clicking issues
...
* commit '06121cd4ae031877753caaf27e90e90691939661':
Temporary fix for qsb and hotseat clicking issues
2012-08-23 12:27:13 -07:00
Adam Cohen
e29c55ac32
Temporary fix for qsb and hotseat clicking issues
...
Change-Id: I3fca1e3dada12c8655887c3d7a2200b6fcfac19c
2012-08-23 12:23:26 -07:00
Winson Chung
74ba65b593
Fixing hotseat gradient and removing landscape cling with new xlarge layout.
...
Change-Id: I30f5672fc32c80c247be03efb557ace4654312bb
2012-08-23 12:00:25 -07:00
Adam Cohen
67b5d752fc
am 4767d66d: am fa63e438: Fixing inability to click hotseat on 720dp devices
...
* commit '4767d66d30eae31922cb86fafc5bc8c1b37fc038':
Fixing inability to click hotseat on 720dp devices
2012-08-22 13:59:18 -07:00
Adam Cohen
fa63e43890
Fixing inability to click hotseat on 720dp devices
...
Change-Id: I4d5e81dcb3f85fa83a3b6aac1ed7bd0dba76a0c8
2012-08-22 13:52:14 -07:00
Chiao Cheng
f043f804ff
Updating dialtacts to new package.
...
Bug: 6993891
Change-Id: Ibe0ba3b09b5aaa607e36e601e32572b6f0a94b89
2012-08-21 13:35:10 -07:00
Adam Cohen
8d92bfed13
am b91a9b26: am 25736aa9: Fix issue where you couldn\'t click anything in the hotseat
...
* commit 'b91a9b26f22a9cb004157bc9c018ac03c55bed37':
Fix issue where you couldn't click anything in the hotseat
2012-08-20 22:51:20 -07:00
Adam Cohen
25736aa94c
Fix issue where you couldn't click anything in the hotseat
...
Change-Id: I48aaa63d2a439cee9a2bfd4888cafe13498d88c8
2012-08-20 22:43:25 -07:00
Adam Cohen
307fe23f12
Adding the ability to scale the hotseat or items in the hotseat
...
--> 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
2012-08-20 21:49:43 -07:00
Adam Cohen
9d3bdf1b50
am e0d0b18d: am 8e56a75d: Merge "Cleaning up folders for 7-inch and 10-inch UIs" into jb-mr1-dev
...
* commit 'e0d0b18de077233908da128d61c2b020f9ff527a':
Cleaning up folders for 7-inch and 10-inch UIs
2012-08-16 16:42:42 -07:00
Baligh Uddin
5eee8e4cee
Import translations. DO NOT MERGE
...
Change-Id: I1d357a84b3ae26d7999900ef910e8d7480071f03
Auto-generated-cl: translation import
2012-08-16 11:54:40 -07:00
Adam Cohen
985b9b6406
Cleaning up folders for 7-inch and 10-inch UIs
...
Change-Id: I44c068ea288e4683aa7dc9e86bdac6226bb42b75
2012-08-15 15:37:27 -07:00
Winson Chung
5c768e2fac
Removing debugging background.
...
Change-Id: I2273e126a3005b253f5bab459e5d1574c315ece0
2012-08-09 10:43:34 -07:00
Winson Chung
0e721a4005
Initial changes for new 10inch layout.
...
Change-Id: Ifaafca469df626a76ab5e16bd2f0d5afa1da172c
2012-08-08 14:02:22 -07:00
Winson Chung
1ef9e3d7a7
am 857b2ef0: am 2efda95e: Fixing landscape delete drop target padding.
...
* commit '857b2ef099083cb2c35ed2b03030d0b8c6c80abf':
Fixing landscape delete drop target padding.
2012-07-30 11:36:59 -07:00
Winson Chung
2efda95e5a
Fixing landscape delete drop target padding.
...
Change-Id: I17ee4c69f2f4b154a2dc19416a97d1d91b45b53a
2012-07-27 16:57:37 -07:00
Ying Wang
0f76b9ad71
Import translations. DO NOT MERGE
...
Change-Id: I98b96f809f1f8754f63690c601b487361d0f7165
Auto-generated-cl: translation import
2012-07-25 10:02:38 -07:00
Winson Chung
36e6c5bb23
Disabling synchronous binding when returning home from another app while 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
2012-07-19 18:23:56 -07:00
Winson Chung
4a2afa3655
Disabling synchronous binding when returning home from another app while 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
2012-07-19 15:13:51 -07:00
Ying Wang
a6910c5109
Import translations. DO NOT MERGE
...
Change-Id: I88db0bd87c0cfcb9896ea0cb6c67a1edcb9fe6bd
Auto-generated-cl: translation import
2012-07-19 11:54:55 -07:00
Adam Cohen
d7d37b134b
DO NOT MERGE Adding sycnhronous loading of current page to support seamless rotation. (Bug 6792288)
...
Change-Id: I341160e8a604cde63443e331f762cebc1ed5ec0c
2012-07-18 18:40:11 -07:00
Ying Wang
cc8863bab6
Import translations. DO NOT MERGE
...
Change-Id: I80363d7537cdd13abfa564c1ba641f11a9cc6420
Auto-generated-cl: translation import
2012-07-16 10:14:11 -07:00
Ying Wang
4973aaf797
Import translations. DO NOT MERGE
...
Change-Id: I804f740c88f8f2e4e9965cdd6465287a978f89db
Auto-generated-cl: translation import
2012-07-13 10:34:25 -07:00
Ying Wang
e2e35873dd
Import translations. DO NOT MERGE
...
Change-Id: Id89c9ec0fa7c6697e746b2786413904a2c9dacaf
Auto-generated-cl: translation import
2012-07-12 10:36:08 -07:00
Winson Chung
f58231c59a
am 039f9d38: am 827a5580: Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399)
...
* commit '039f9d38edac327b39215582b85ef75dbe6ef006':
Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399)
2012-07-11 07:43:29 -07:00
Winson Chung
827a558073
Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399)
...
Change-Id: I619f0a0118e53cfc703870fcc9083bb9bf1855b2
2012-07-10 16:31:41 -07:00
Michael Jurka
14c5a2cdb0
Removing unnecessary config parameter for hw accel
...
Change-Id: Ibbbca9fb93319400332ba27f9cae62b1c0cc4313
2012-06-28 13:45:33 -07:00
Michael Jurka
8bc66c7fe4
Use getCurrentSizeRange to determine cell dimensions
...
Change-Id: I7b50ad85594585a3c18838776652c3d873dbd82d
2012-06-21 09:40:20 -07:00
Eric Fischer
915500da48
Import translations. DO NOT MERGE
...
Change-Id: I146f917ed9a060d96d8f3306b38a88b5cdc64d2e
2012-06-20 18:48:04 -07:00
Adam Cohen
11ef746c5b
am 8ef6618d: am a71d745a: Merge "Address widget size callback issue for small phones (issue 6670346)" into jb-dev
...
* commit '8ef6618d5e767441846f8865c812e8ff6e961ef2':
Address widget size callback issue for small phones (issue 6670346)
2012-06-18 11:56:01 -07:00
Adam Cohen
a71d745ab3
Merge "Address widget size callback issue for small phones (issue 6670346)" into jb-dev
2012-06-18 11:52:17 -07:00
Ying Wang
7ba3257b38
Import translations. DO NOT MERGE
...
Change-Id: I95da2b0da80d83fd1fc74495de16a4522e2f17b4
2012-06-18 10:28:15 -07:00
Ying Wang
15254fc386
Import translations. DO NOT MERGE
...
Change-Id: If95a78aef4c480a3b9f39189c124c8ad423cb8bd
2012-06-18 10:26:50 -07:00
Adam Cohen
251afe1b52
Address widget size callback issue for small phones (issue 6670346)
...
Change-Id: I76fe87e11a665844f5ce1a76e1921342c285310e
2012-06-17 18:19:28 -07:00
Michael Jurka
9bc8eba333
Clean up warnings and some private API usage
...
Change-Id: Ic3c0b333942bc3de130e41531017e71358bd5bfb
2012-06-12 10:52:57 -07:00
Adam Cohen
94309887fe
Improving overscroll paramaters for 7-inch devices
...
Change-Id: Iba805137fca121bab7675eac22236af9642c27bb
2012-06-08 16:27:57 -07:00
Winson Chung
478244409e
Merge "Synchronizing on the new-apps list before modifying it. (Bug 6621553)" into jb-dev
2012-06-06 16:17:04 -07:00
Andrew Flynn
5766032503
Merge "Update 600dp clings." into jb-dev
2012-06-06 16:11:38 -07:00
Winson Chung
bfeac0681b
Synchronizing on the new-apps list before modifying it. (Bug 6621553)
...
- Minor tweak to qsb padding
- Adding yet more logging for single-app-page issue
Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
2012-06-06 15:57:27 -07:00
Andrew Flynn
c60d967713
Update 600dp clings.
...
- Assign minWidth to 'OK' button
- Move all_apps_cling 'OK' button higher
Bug: 6535310
Change-Id: Idceecb0bc4ca77c81127e7c24fce79347527e00d
2012-06-06 15:52:11 -07:00
Eric Fischer
b21b749bb3
Import translations. DO NOT MERGE
...
Change-Id: I5c5f651d689f9000ae91b88b32695589dcf6449d
2012-06-06 11:00:09 -07:00
Andrew Flynn
04617ad4c8
Don't set hard width/height for cling OK button.
...
Bug: 6587934
Change-Id: I0cb153006f3c852a9b7427c0944d9b55e3a955d8
2012-06-05 14:26:12 -07:00
Winson Chung
6e1bdaf419
Lowering the threshold for flinging on larger devices. (Bug 6575670)
...
Change-Id: I969057d6135babef430c60f5b2705179210719bb
2012-05-29 17:04:43 -07:00
Eric Fischer
23fa01bbda
Import translations. DO NOT MERGE
...
Change-Id: I5680c5bc29da382eb297a91553bd32de58b1e707
2012-05-25 11:29:28 -07:00
Winson Chung
bd24719851
Merge "Fixing issue with resource ids. (Bug 6532243)" into jb-dev
2012-05-24 10:23:16 -07:00
Winson Chung
2816ca58d3
Fixing issue with resource ids. (Bug 6532243)
...
Change-Id: Ie4a245a224038a750e60b0203003638fd561713d
2012-05-23 15:39:39 -07:00
Winson Chung
5eb21c9b1a
Referencing wrong drawable in drop target bar.
...
Change-Id: Ib942779b117cd6a473f9dc8305ab6085901bc8f6
2012-05-23 14:07:42 -07:00
Winson Chung
4712529da8
Merge "Updating with higher quality nakasi wallpapers." into jb-dev
2012-05-23 13:05:14 -07:00
Winson Chung
f4f4533025
Updating with higher quality nakasi wallpapers.
...
Change-Id: I79b25b7cf0a14aed551331a5964aaef86f39ba6a
2012-05-23 11:48:48 -07:00
Winson Chung
eff06b06a5
Merge "Fixing regression in landscape launcher, and enlarging the voice search proxy touch view." into jb-dev
2012-05-23 11:25:20 -07:00
Michael Jurka
dac8591072
Updating how widget previews look
...
Also fixing issue where some widget previews would
be way too large when picked up
Bug: 6472013
Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
2012-05-22 21:03:55 -07:00
Winson Chung
7b067f3054
Fixing regression in landscape launcher, and enlarging the voice search proxy touch view.
...
Change-Id: I10290ad4f162361dbc086f161a7124a26d15615c
2012-05-22 16:28:29 -07:00
Winson Chung
fe0e16afe9
Merge "Updating wallpapers (except for xlarge devices). (Bug 6460469)" into jb-dev
2012-05-21 13:37:09 -07:00
Winson Chung
1b9e88f1db
Updating wallpapers (except for xlarge devices). (Bug 6460469)
...
Change-Id: I60e84830395ae697f36f8fd861f59bc111959ca7
2012-05-21 13:31:35 -07:00
Andrew Flynn
cee461daa1
Merge "Add 1x1 transparent dummy img so we can reference bg_cling5" into jb-dev
2012-05-18 14:33:12 -07:00
Andrew Flynn
9ca7f84db8
Add 1x1 transparent dummy img so we can reference bg_cling5
...
(it's only used in overlays)
Change-Id: I357bcabb4017f911a10d3cd6acc244608cc9d8b0
2012-05-18 14:26:26 -07:00
Andrew Flynn
1d890971b4
Merge "sw600dp clings" into jb-dev
2012-05-18 13:46:18 -07:00
Andrew Flynn
499881f147
sw600dp clings
...
* Larger OK button
* Expand text width in All Apps
Change-Id: I98af5fadfc79da2313bdcabb201b5dc77bc1bf4f
2012-05-18 12:18:31 -07:00
Winson Chung
907a6fc9d6
Merge "Updating launcher assets. (Bug 6499087)" into jb-dev
2012-05-17 17:45:07 -07:00
Winson Chung
ef8ae81526
Updating launcher assets. (Bug 6499087)
...
Change-Id: I4d3593f969917c7b45eb48522ebcea1bc8bb0822
2012-05-17 17:39:33 -07:00
Andrew Flynn
d5e9734f3e
Change custom workspace cling
...
Change-Id: I8fe44469ac4bf38f9be2228d8eace1198bf3a48e
2012-05-17 13:48:47 -07:00
Winson Chung
9218d81189
Tweaking AllApps cell size. (Bug 6501969)
...
Change-Id: I35a42f72fea1ec1e842df73cbdde5f5f029b6834
2012-05-16 11:53:55 -07:00
Michael Jurka
7d816a7d2f
Disable rotation on sw600dp devices
...
Keep it enabled for sw720dp devices
2012-05-15 17:06:09 -07:00
Winson Chung
947245ba8a
Fixing issue where landscape delete button is not centered. (Bug 6493651)
...
Change-Id: I782351da2daf511a79e5c9f1d3cef90bec2ca6d1
2012-05-15 16:38:05 -07:00
Adam Cohen
0996177001
Tweaks to launcher layout on Nakasi
...
Change-Id: I401f866add040b3cb653bf506eefaa3d6ff48706
2012-05-15 15:40:41 -07:00
Andrew Flynn
b6a3095746
Launcher sw600dp cell sizes
...
Change-Id: Ibfe1552ba34554dde9bfcac0f18fadad7e7f6dde
Portrait: 96x96
Landscape: 88x88
2012-05-15 13:00:59 -07:00
Andrew Flynn
ceca4ff189
Merge "Support for 600dp & custom clings" into jb-dev
2012-05-14 21:57:14 -07:00
Winson Chung
83d3b12ba6
Merge "Making the page spacing fixed in spring loaded mode. (Bug 6478409)" into jb-dev
2012-05-14 17:17:25 -07:00
Winson Chung
8aad610dc5
Making the page spacing fixed in spring loaded mode. (Bug 6478409)
...
Change-Id: I3577a1beecacb82528f0fde9439a8366a709b29c
2012-05-14 15:25:23 -07:00
Winson Chung
b42f1a98f6
Merge "Updating search bar bg." into jb-dev
2012-05-14 15:10:43 -07:00
Winson Chung
a0b8082d46
Updating search bar bg.
...
Change-Id: I1e0df4024db0425f5c8f5cd0ab620804cf5d2416
2012-05-14 11:38:41 -07:00
Eric Fischer
a5a771ca1f
Import translations. DO NOT MERGE
...
Change-Id: I809ddcb0589afce9c3fdf0389d3b93d56c526a28
2012-05-14 11:27:35 -07:00
Andrew Flynn
2f5f945704
Support for 600dp & custom clings
...
Change-Id: Ifea85be6ff062c61664a3f0ec6c1c24a1fc7b559
2012-05-13 16:31:16 -07:00
Eric Fischer
e49b8c7878
Import translations. DO NOT MERGE
...
Change-Id: If97fd8f7ef7dd4e743f336cda3a80d87a4382766
2012-05-11 12:12:01 -07:00
Winson Chung
2fdd3f74a0
Fixing widget pane gap issue. (Bug 6476996)
...
Change-Id: I43280d1de3c1196eeac863b8508bb7f29cae4a2d
2012-05-11 11:51:50 -07:00
Winson Chung
3e7f2000a8
Tweaking the qsb padding to push icons in.
...
Change-Id: I8190e042bc6820b34a46799e198e07328ac8bd00
2012-05-10 18:02:36 -07:00
Michael Jurka
50ead3b2e8
Merge "solid white search frame for qsb" into jb-dev
2012-05-10 11:04:20 -07:00
Peter Ng
d243c662f5
solid white search frame for qsb
...
Change-Id: I43c551562c87d7802f7fd63a2506b7cdcee5dfd7
2012-05-09 18:13:50 -07:00
Andrew Flynn
740197b634
Larger icons/grid layout for sw600dp
...
Change-Id: Ia8ba8e51db9f126a6f7a21fb0cbdc4e96738f476
2012-05-09 16:47:33 -07:00
Andrew Flynn
500b7c2d89
Merge "sw600dp pixel perfect tweaks" into jb-dev
2012-05-09 15:42:52 -07:00
Andrew Flynn
f554a2e8b5
sw600dp pixel perfect tweaks
...
Change-Id: I9db1418c35a79f869c75bd3eb9741a8bb3b13ec9
2012-05-09 13:36:27 -07:00
Winson Chung
cee343ad7f
Merge "Updating hotseat/qsb background gradients." into jb-dev
2012-05-09 11:40:54 -07:00
Andrew Flynn
c82eb161bc
Merge "Set app_icon_size back to 72dp for sw720dp" into jb-dev
2012-05-09 11:39:35 -07:00
Winson Chung
a402c6c808
Updating hotseat/qsb background gradients.
...
Change-Id: Ic4734a8dbd4cef635ff3bab6ba7c9e67e4a922c5
2012-05-09 11:14:35 -07:00
Andrew Flynn
5820e91e71
Set app_icon_size back to 72dp for sw720dp
...
Change-Id: I3b6ffc1b77eaebadb914d32a3e3bea6410fc7dc4
2012-05-09 11:12:48 -07:00
Eric Fischer
79448832ce
Import translations. DO NOT MERGE
...
Change-Id: I04f446798932e25bf7ccc049fafb79bbe91c6dde
2012-05-09 10:36:50 -07:00
Andrew Flynn
c76b0646ef
Merge "7" launcher changes." into jb-dev
2012-05-08 14:16:55 -07:00
Andrew Flynn
de38e42fe8
7" launcher changes.
...
- Shrink icons in workspace (keeping hotseat size the same)
- Increase width of QSB in landscape
- Move QSB voice button to bottom in landscape
Change-Id: I2c0bad4229484f516005592f2c14da1a4939acca
2012-05-08 11:29:33 -07:00
Eric Fischer
a7ce9785bf
Import translations. DO NOT MERGE
...
Change-Id: Iadb2f33ccc64d76a8c5a0eb0f3a2a686e955dfbb
2012-05-08 11:11:36 -07:00
Michael Jurka
fc4e501780
Merge "DO NOT MERGE Set voice button proxy as not important for accessibility." into jb-dev
2012-05-07 17:34:58 -07:00
Michael Jurka
cb5adfe1ef
Merge "DO NOT MERGE Add content descriptions for workspace cells." into jb-dev
2012-05-07 17:34:44 -07:00
alanv
51944f1ba4
DO NOT MERGE Add content descriptions for workspace cells.
...
Bug: 6441414
Change-Id: Iba57fb25c4c7e57a04b45ca60923edd9158228aa
2012-05-07 17:31:58 -07:00
alanv
e10d6ca424
DO NOT MERGE Set voice button proxy as not important for accessibility.
...
Bug: 6441080
Change-Id: Ib6cfe87322ef283ff3adee8dccee1eb155cd531f
2012-05-07 17:31:49 -07:00
Eric Fischer
7c801257dd
Import translations. DO NOT MERGE
...
Change-Id: I22e360ac00ddb307c9c7b53b44561b130d7ddbe7
2012-05-07 11:08:46 -07:00
Eric Fischer
f6eb12f481
Import translations. DO NOT MERGE
...
Change-Id: Ie3e497bbf0da36e362acf0472bd5e2cd278d28a9
2012-05-04 11:02:27 -07:00
Winson Chung
21a0fb7cf2
Merge "Moving hotseat and qsb gradients up a level. (Bug 6406475)" into jb-dev
2012-05-03 15:15:22 -07:00
Winson Chung
cc216bf678
Moving hotseat and qsb gradients up a level. (Bug 6406475)
...
Change-Id: I0848fb9c10e5acf35d59de22d8df1f337fe920cf
2012-05-03 13:42:25 -07:00
Eric Fischer
df6781817f
Import translations. DO NOT MERGE
...
Change-Id: I542b994bd2ec62536581016dbe39885effc05b9c
2012-05-03 12:51:06 -07:00
Adam Cohen
31f231e7d6
Merge "Support split status bar in launcher" into jb-dev
2012-05-02 14:26:51 -07:00
Andrew Flynn
850d2e7185
Support split status bar in launcher
...
Change-Id: I2f6687f52e8326f80e84251e39bf6cd6dc9b2f2b
2012-05-02 14:15:00 -07:00
Eric Fischer
f3b8f7afa1
Import translations. DO NOT MERGE
...
Change-Id: I9c493538ce3639b6a17b0a35fa4b22ee9271489d
2012-05-02 11:09:07 -07:00
Winson Chung
2383c8f41e
Merge "Sending broadcast for pre-configuring default workspace widgets." into jb-dev
2012-05-01 11:44:56 -07:00
Winson Chung
b3302aee12
Sending broadcast for pre-configuring default workspace widgets.
...
Change-Id: I3c5598b9a2cec6cdcc96015645018b0a6e44a2fc
2012-05-01 10:59:59 -07:00
Eric Fischer
5d3ffdba3d
Import translations. DO NOT MERGE
...
Change-Id: I0dc8edf152f4241d56cb8197a9c66d3217ecf814
2012-05-01 10:30:39 -07:00
Eric Fischer
5347324d24
Merge "Import translations. DO NOT MERGE" into jb-dev
2012-04-30 13:07:28 -07:00
Michael Jurka
d7c28056d3
Say "Home" instead of "Launcher" in TalkBack mode
...
Change-Id: Iec9036d693913967009696c1c90825bee8b7d9c6
2012-04-30 11:06:37 -07:00
Eric Fischer
8d2682829e
Import translations. DO NOT MERGE
...
Change-Id: I2b5344ee0369631955871783fc8ea6ef28485174
2012-04-30 10:47:11 -07:00
Adam Cohen
f4bd5792d5
Refactoring dimens for cell size / gap
...
-> fixing some dimens from previous commit
Change-Id: Ibab49bfb0dc403a67ab88c4ecadc49eb533eae29
2012-04-27 15:05:31 -07:00
Eric Fischer
9cfcb39bff
Import translations. DO NOT MERGE
...
Change-Id: I8bcbfb921488e832d9d9610abdf18df395605c70
2012-04-27 10:40:41 -07:00
Adam Cohen
7a415f8521
Merge "Refactoring padding dimens for CellLayouts and Workspace" into jb-dev
2012-04-26 15:51:53 -07:00
Adam Cohen
d5f8c3479a
Refactoring padding dimens for CellLayouts and Workspace
...
Change-Id: Ib354b822588717b7bb81b4dcb14c834e5b8d4892
2012-04-26 15:48:08 -07:00
Michael Jurka
0078570ca1
Merge "Removing crosshairs" into jb-dev
2012-04-26 14:01:07 -07:00
Michael Jurka
af9504dc00
Removing crosshairs
...
Bug: 6380576
Change-Id: I26f248fa375ae9ad24417bc55401a08bf4f479a5
2012-04-26 13:55:09 -07:00
Winson Chung
0a6493c458
Merge "Removing old tab assets." into jb-dev
2012-04-26 13:51:45 -07:00
Winson Chung
35d24c7261
Removing old tab assets.
...
Change-Id: I7952a1ba0b53caf30386ca90f28bc677e12a66db
2012-04-26 11:29:38 -07:00
Eric Fischer
c9b5d2b980
Import translations. DO NOT MERGE
...
Change-Id: Ic4766c6388341b82f72dd7315bd79a4e5b3520d6
2012-04-26 11:26:25 -07:00
Eric Fischer
58039d634c
Import translations. DO NOT MERGE
...
Change-Id: I9635a4b187bbdc719b0c164f1fb57a1af2e9e291
2012-04-25 10:38:34 -07:00
Winson Chung
0eb341ab22
Merge "Fixing strings to distinguish between being out of space for a single screen and being completely out of space. (Bug 6381160)"
2012-04-24 15:36:56 -07:00
Winson Chung
169c3d75e4
Fixing strings to distinguish between being out of space for a single screen and being completely out of space. (Bug 6381160)
...
Change-Id: I3ee3ab2151154ab39f158fbb4776ad7b04d0baab
2012-04-24 14:44:25 -07:00
Adam Cohen
cb3f98e983
Enable rotation for sw600dp devices
...
Change-Id: Id01c84eba30a80cb21b1527cdc137aba9cda09f2
2012-04-24 14:29:10 -07:00
Eric Fischer
131ef21ef8
Import translations. DO NOT MERGE
...
Change-Id: I4fc5b7c72c915420e1c321ebb01308122732bf5d
2012-04-19 11:08:23 -07:00
Eric Fischer
8c198fb862
Import translations. DO NOT MERGE
...
Change-Id: Ic2d34e4ddf06b371d898c1f1c3175ae52d5ad6c2
2012-04-13 11:07:04 -07:00
Eric Fischer
cffc0b9bee
Import translations. DO NOT MERGE
...
Change-Id: I66a760f3fc33c0d40618c9a1d27f602d24bcdc0a
2012-04-05 12:29:15 -07:00
Eric Fischer
0ba38df8a4
Import translations. DO NOT MERGE
...
Change-Id: Iec86e28479fb1f85dc55bb957fb27b515fa42e72
2012-03-30 11:04:32 -07:00
Eric Fischer
d1ae58da52
Import translations. DO NOT MERGE
...
Change-Id: I458689163d17ab1db09b7c8768247c41cc745191
2012-03-29 11:10:30 -07:00
Eric Fischer
4b57851287
Import translations. DO NOT MERGE
...
Change-Id: Ib224fbe56b75115260864a95e1df56bcd8dea786
2012-03-28 10:59:18 -07:00
Eric Fischer
c003756a86
Import translations. DO NOT MERGE
...
Change-Id: Ibfbea70872829decc7b712d557966281a22e18d8
2012-03-27 10:43:56 -07:00
Eric Fischer
79fffb2626
Import translations. DO NOT MERGE
...
Change-Id: I8142610dc67378b6d0ae95bfe486a23ceae9f318
2012-03-26 11:21:40 -07:00
Winson Chung
93eef082ec
Making the text reflect the container when you are unable to drop onto a space.
...
Change-Id: Ib3734b7f7767bdf0fb4c95dcc1298da02c04e9cd
2012-03-26 10:55:49 -07:00
Winson Chung
7bdeb601f9
Merge "Adding animation post-installing a shortcut."
2012-03-23 14:54:09 -07:00
Winson Chung
f0c6ae0e35
Adding animation post-installing a shortcut.
...
Change-Id: I63bb3b713fab28a43e61333dd331dbf2d211faa7
2012-03-23 11:17:25 -07:00
Eric Fischer
8e0205e811
Import translations. DO NOT MERGE
...
Change-Id: I7edcd8ac27c36b0e97c972589a849e7bf0afe392
2012-03-23 11:11:28 -07:00
Eric Fischer
a1cedd30ff
Import translations. DO NOT MERGE
...
Change-Id: Id39ebf225ba159000cf4b13b9743760480d4d232
2012-03-21 10:54:22 -07:00
Winson Chung
043f2af567
Adding fling-to-delete.
...
- Also fixing issue where the drop target icon changes color slower than the text.
Change-Id: I0bfa59da5d202016342f1c3de419ebcafd81ff6f
2012-03-20 15:18:05 -07:00
Eric Fischer
d27b955c6c
Import translations. DO NOT MERGE
...
Change-Id: I0d9573d0925675b5c0ec0ae4a8b2eea9ea59041a
2012-03-15 11:47:50 -07:00
Eric Fischer
1e5979abcd
Import translations. DO NOT MERGE
...
Change-Id: I78fb83552a25a48f14dc353b0ddaa61f6ea8c4f6
2012-03-14 11:29:57 -07:00
Eric Fischer
37ad978fd9
Import translations. DO NOT MERGE
...
Change-Id: Icdc006d6303ff9196bd6b96a5e40b31f9d46c13d
2012-03-13 12:12:41 -07:00
Eric Fischer
02e2c4d432
Merge "Import translations. DO NOT MERGE"
2012-03-12 13:10:12 -07:00
Eric Fischer
527e247ce6
Import translations. DO NOT MERGE
...
Change-Id: Ifb7c862426ca4a74ee86835ab8e70ce2511eaeaa
2012-03-12 11:54:28 -07:00
Winson Chung
0e5a56d62d
Merge "Fixing some issues/regressions related to scaled icons."
2012-03-12 11:45:42 -07:00
Eric Fischer
1505f2a6a0
Import translations. DO NOT MERGE
...
Change-Id: If67d70210d679fb8a80811086b7263462d596f65
2012-03-09 10:44:55 -08:00
Winson Chung
eecf02da58
Fixing some issues/regressions related to scaled icons.
...
- Fixes issue with folder icons being clipped in landscape in sw720dp (Bug: 6118397)
- Fixes issue with divider being in wrong orientation in sw720dp
- Fixes issue with scaled icons not being drawn with filtering
- Fixes issue with side pages showing under the hotseat when in landscape in phone UI
- Animates the drag view on pick up and drop
Change-Id: Iad26427ec63fcbc9bdb3b29a4645689ba445d5c8
2012-03-08 13:37:46 -08:00