5649 Commits

Author SHA1 Message Date
Baligh Uddin
d4dc1d48c1 am c3a691ec: Merge "Add day_of_week_medium_* and day_of_week_short_* for Persian [fa]" into jb-mr1-dev
* commit 'c3a691ec3c340f6d37b85a85406eeacc88b783d5':
  Add day_of_week_medium_* and day_of_week_short_* for Persian [fa]
2012-09-14 15:04:43 -07:00
Baligh Uddin
c3a691ec3c Merge "Add day_of_week_medium_* and day_of_week_short_* for Persian [fa]" into jb-mr1-dev 2012-09-14 15:02:17 -07:00
Roozbeh Pournader
f387517725 Add day_of_week_medium_* and day_of_week_short_* for Persian [fa]
Persian was missing data for day_of_week_medium_* and day_of_week_short_*,
resulting in fallbacks to English.

Bug: 6811501
Change-Id: Ib321a964221e451d8b47e2eb025fad8a02f0d5c0
2012-09-14 13:43:02 -07:00
Baligh Uddin
cd6e7e1b5c Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-09-13 21:58:41 -07:00
Svetoslav Ganov
0ae6039adc am 33aef98f: Allowing association between a view and its label for accessibility.
* commit '33aef98fd28dcac0a2ad37e7329afd3e666f5e0a':
  Allowing association between a view and its label for accessibility.
2012-09-13 18:47:06 -07:00
Svetoslav Ganov
33aef98fd2 Allowing association between a view and its label for accessibility.
1. For accessibility purposes it is important to be able to associate
   a view with content with a view that labels it. For example, if
   an accessibility service knows that a TextView is associated with
   an EditText, it can provide much richer feedback.

   This change adds APIs for setting a view to be the label for another
   one and setting the label for a view, i.e. the reverse association.

bug:5016937

Change-Id: I7b837265c5ed9302e3ce352396dc6e88413038b5
2012-09-13 18:41:40 -07:00
Baligh Uddin
cf6fa9f070 Import translations. DO NOT MERGE
Change-Id: Ibc972f1a4f6689c335727a2115aaed3e47d7b339
Auto-generated-cl: translation import
2012-09-13 11:49:24 -07:00
Dianne Hackborn
128c046187 am e0013828: Merge "Bring back new permission organization." into jb-mr1-dev
* commit 'e00138285f3673cc82f345d38aa134500ebafcc8':
  Bring back new permission organization.
2012-09-13 10:43:54 -07:00
Geremy Condra
f60921d921 Merge changes I69689a73,Iaaef6d41,I7e3cb47a,I42307f58 into jb-mr1-dev
* changes:
  DO NOT MERGE Push event logging down into libcore.EventLogger
  DO NOT MERGE Added event logging for config installation failures.
  DO NOT MERGE Create intermediate directories when installing config data.
  DO NOT MERGE Add components for the Android Config Updater to system server.
2012-09-13 10:42:22 -07:00
Dianne Hackborn
cd403fc031 Bring back new permission organization.
Change-Id: I83e7dd06989ab7b0116bcff5ad52d36e01b851d1
2012-09-13 00:24:38 -07:00
Dianne Hackborn
6ba04590de am 3e451fa1: Merge "New permissions UI, again." into jb-mr1-dev
* commit '3e451fa128e5b7beb22b413eb5600d6c980e5a29':
  New permissions UI, again.
2012-09-12 21:39:06 -07:00
Dianne Hackborn
7454d3b73c New permissions UI, again.
Change-Id: I0bbecd88ff1f212b30d1ef32d5bcaa49cdf1e9ce
2012-09-12 18:57:07 -07:00
Geremy Condra
b631084613 DO NOT MERGE Add components for the Android Config Updater to system server.
This adds the necessary bits to verify and install configuration
updates using system server. It also includes the cert pinning
updater as the first user.

Change-Id: I42307f58074157b33b6e01216aab10022340d449
2012-09-12 17:53:53 -07:00
Jim Miller
483269b778 am 39de2b0e: Merge "Music in keyguard improvements - fix overscroll issue with workaround described in bug 7137941 - ignore noisy signals from music player that sometimes hide it" into jb-mr1-dev
* commit '39de2b0e1941c143d5b882a468e36929d978a35f':
  Music in keyguard improvements - fix overscroll issue with workaround described in bug 7137941 - ignore noisy signals from music player that sometimes hide it
2012-09-12 17:01:02 -07:00
Jim Miller
6fba0a0c72 Music in keyguard improvements
- fix overscroll issue with workaround described in bug 7137941
- ignore noisy signals from music player that sometimes hide it

Change-Id: I6a25674ce7157bd70409f56881ec62644f5fce9b
2012-09-12 16:38:56 -07:00
Jim Miller
70f4d96fe1 am 4f77268c: Merge "Initial pass at adding Music control to new keyguard." into jb-mr1-dev
* commit '4f77268c8a75dd89303b0c6bcf6ee02a97a68d1a':
  Initial pass at adding Music control to new keyguard.
2012-09-12 16:19:12 -07:00
Jim Miller
ff2aa0bc89 Initial pass at adding Music control to new keyguard.
- View is now added or removed based on AudioManager status
- Reduced depth of hierarchy by making KeyguardTransportControl a KeyguardWidgetFrame
- Return to the status view when we return to keyguard (onScreenTurnedOn)

Change-Id: Id7f9310ce4e7daf663471117564e5670f61b1471
2012-09-11 16:21:29 -07:00
JP Abgrall
a1aef4a29f am d428e95e: Merge "core: config: Update the description of the autoBrightnessLevels array." into jb-mr1-dev
* commit 'd428e95eb5bb0fe9ee4984c89c28bea3aff1b259':
  core: config: Update the description of the autoBrightnessLevels array.
2012-09-11 14:02:05 -07:00
JP Abgrall
81985bcbe6 core: config: Update the description of the autoBrightnessLevels array.
Clarify what the control point values are.

Change-Id: I33860c575b13e5216c804c7c76fa5733fcebf8ad
2012-09-11 13:41:25 -07:00
Adam Cohen
48949f9f6d am aec914b1: Merge "Adding notion of keyguard widgets" into jb-mr1-dev
* commit 'aec914b1301b9608053b77318c8ea86fa162f14d':
  Adding notion of keyguard widgets
2012-09-11 13:19:58 -07:00
Adam Cohen
aec914b130 Merge "Adding notion of keyguard widgets" into jb-mr1-dev 2012-09-11 13:18:14 -07:00
Fabrice Di Meglio
5e3b240f05 am 5cf8bd79: Merge "Fix bug #7141044 GlobalActions dialog (power off / airplane mode / sound off) should be RTL aware" into jb-mr1-dev
* commit '5cf8bd79bbdef0185574f0e3514124583ad537cd':
  Fix bug #7141044 GlobalActions dialog (power off / airplane mode / sound off) should be RTL aware
2012-09-11 11:21:04 -07:00
Fabrice Di Meglio
5cf8bd79bb Merge "Fix bug #7141044 GlobalActions dialog (power off / airplane mode / sound off) should be RTL aware" into jb-mr1-dev 2012-09-11 11:18:15 -07:00
Amith Yamasani
dc0845b165 am 8015f039: Merge "Enforce a user limit" into jb-mr1-dev
* commit '8015f039c744fb59c14920550705af958fc3c86d':
  Enforce a user limit
2012-09-11 11:11:31 -07:00
Amith Yamasani
faea76ff8b Enforce a user limit
By default only 1 user is allowed. Some devices permit more than 1.
Set the real user limit in a device overlay for config.xml

Change-Id: I2e0bffa13393b954fcd20e55b92f20de980c58c0
2012-09-11 10:59:48 -07:00
Adam Cohen
0aa2d42e87 Adding notion of keyguard widgets
-> Persisting certain appwidget options
-> Adding ability to specify appwidget options on bind
   so as to avoid AppWidgetProvider update call with no
   options.

Change-Id: I5631039f19f1822b8e123b559b6353c880c0192e
2012-09-11 10:53:57 -07:00
Dianne Hackborn
cf0e649049 am 0bac8bcb: Merge "Animations for user switching." into jb-mr1-dev
* commit '0bac8bcbcc281afc041f621a156fd21549d686e1':
  Animations for user switching.
2012-09-10 21:06:45 -07:00
Fabrice Di Meglio
4497e0c3c6 Fix bug #7141044 GlobalActions dialog (power off / airplane mode / sound off) should be RTL aware
- add android:supportsRtl="true" to the manifest for system_process

Change-Id: I9794f6880c883d91751d0037646253810b086d46
2012-09-10 20:46:33 -07:00
Dianne Hackborn
9d9ece3c1e Animations for user switching.
The window manager now has a facility to provide a full-screen
animation, which the activity manager uses every time a user
switch happens.

The current animation is just a simple dumb slide until we get
a design from UX.

Also some cleanup: moved the portrait task animations to the
default config so we always have an animation for them, and finally
got the java symbol stuff out of public.xml.

Change-Id: I726f77422b2ef5f2d98f961f8da003e045f0ebe8
2012-09-10 19:58:21 -07:00
Jim Miller
350dd70b0d am eeabf942: Merge "Allow pattern to start from outside pattern view" into jb-mr1-dev
* commit 'eeabf942263d55eb9b1ac0b9a525bd917cfc1f30':
  Allow pattern to start from outside pattern view
2012-09-10 18:16:58 -07:00
Amith Yamasani
1ceb37e456 am 5bf7800d: Merge "Force keyguard if there are multiple users" into jb-mr1-dev
* commit '5bf7800de6d14a55d0c6ee006425fa79c3f8d21e':
  Force keyguard if there are multiple users
2012-09-10 18:15:14 -07:00
Jim Miller
eeabf94226 Merge "Allow pattern to start from outside pattern view" into jb-mr1-dev 2012-09-10 18:13:57 -07:00
Amith Yamasani
b70ff9a181 Force keyguard if there are multiple users
Otherwise there would be no way to switch users if a user chooses None as lock screen.

Also adjust some layout params for Preference items to align the icons and text.

Change-Id: Ib11bb961edaef90de280bc7137d10b68765aea98
2012-09-10 18:11:46 -07:00
Jim Miller
5737534aba Allow pattern to start from outside pattern view
This effectively makes the pattern view slippery, which enables the
user to start their pattern outside the view and cross the view.

Fixes bug 7118762

Change-Id: I085c5ec8f7ccd2fc37a10606a8925078dc44be13
2012-09-10 15:55:54 -07:00
Jeff Brown
34cf966057 am b0d10aa9: Merge "Add new wifi display discovery API." into jb-mr1-dev
* commit 'b0d10aa9831fb74a28db63cac9d111559bed62ab':
  Add new wifi display discovery API.
2012-09-08 14:57:55 -07:00
Jeff Brown
b0d10aa983 Merge "Add new wifi display discovery API." into jb-mr1-dev 2012-09-08 14:55:02 -07:00
Jeff Brown
f1764a1fda am f82b5836: Merge "Add permissions to control and configure wifi display." into jb-mr1-dev
* commit 'f82b58368e1bd502f82ad7791647c5922ba5d0c0':
  Add permissions to control and configure wifi display.
2012-09-08 14:54:18 -07:00
Jeff Brown
e08ae388d6 Add new wifi display discovery API.
The API is quite simple.  There are a few extra functions
on DisplayManager to scan, connect and disconnect from
wifi displays and get status, and a single protected
broadcast sent when the status changes.

Change-Id: Ic91dbab5ee818e790b27fa32e1a1e93788793be0
2012-09-08 14:53:34 -07:00
Jeff Brown
f82b58368e Merge "Add permissions to control and configure wifi display." into jb-mr1-dev 2012-09-08 14:51:55 -07:00
Jim Miller
1ddefc779a am ddb12e84: Merge "Enable lazy-loading of security views in keyguard" into jb-mr1-dev
* commit 'ddb12e845d7c5eae7a6bca6af17702f9bc619ae9':
  Enable lazy-loading of security views in keyguard
2012-09-07 18:16:41 -07:00
Jim Miller
e46efc0460 Enable lazy-loading of security views in keyguard
This change removes all but the default KeyguardSelectorView from KeyguardViewHost
to (1) reduce the overall memory footprint (2) reduce initial layout inflation
time and (3) avoid initializing the camera until needed by face unlock.

Fixes bug 7127666

Change-Id: Ibac1838dd7a490dcadbfab5bdfdd82734b69055a
2012-09-07 18:07:59 -07:00
Jeff Brown
4b71e4e66c Add permissions to control and configure wifi display.
Change-Id: I54af6da53b7243516becd6a3d5985c0feda6c225
2012-09-07 17:50:57 -07:00
Jeff Brown
5ea4944a20 am 7017e483: Merge "Add support for Wifi display." into jb-mr1-dev
* commit '7017e48380ab0c1be033594bb2a9331898ad5be8':
  Add support for Wifi display.
2012-09-07 16:44:32 -07:00
Fabrice Di Meglio
a7f9bc5232 am f6aa537c: Merge "Make ProgressBar / SeekBar / RatingBar widgets aware of layout direction" into jb-mr1-dev
* commit 'f6aa537c2dddfa9c68af161c082b5d4f316bd068':
  Make ProgressBar / SeekBar / RatingBar widgets aware of layout direction
2012-09-07 16:41:29 -07:00
Svetoslav Ganov
5cd38bc1de am 6da58271: Merge "Screen magnification - feature - framework." into jb-mr1-dev
* commit '6da5827193408ec6d2a77b64448b2f1c40b9a482':
  Screen magnification - feature - framework.
2012-09-07 13:45:35 -07:00
Jim Miller
3005c08bdd am c71d4060: Merge "Better layout for Face Unlock on 600dp tablet" into jb-mr1-dev
* commit 'c71d4060609ee64939ad5369d33b86d44baa17a9':
  Better layout for Face Unlock on 600dp tablet
2012-09-07 13:45:31 -07:00
Adam Cohen
774af11609 am 66b9fb16: Iintial stab at multi-user switcher on Keyguard
* commit '66b9fb1662b304d24984af1ac4cc02f2ae8f4cc3':
  Iintial stab at multi-user switcher on Keyguard
2012-09-07 13:43:46 -07:00
Jeff Brown
cbad976b2a Add support for Wifi display.
Change-Id: I99693786cf9d07d07d3400046c55eb4933730b80
2012-09-07 13:26:31 -07:00
Fabrice Di Meglio
f6aa537c2d Merge "Make ProgressBar / SeekBar / RatingBar widgets aware of layout direction" into jb-mr1-dev 2012-09-07 10:19:23 -07:00
Svetoslav Ganov
6da5827193 Merge "Screen magnification - feature - framework." into jb-mr1-dev 2012-09-06 18:57:43 -07:00