Adam Powell
81e6e547e9
am 4598cd65: Merge "Update toast appearance" into klp-dev
...
* commit '4598cd65ccc7989fda531dc8fb3ee80d461f0c82':
Update toast appearance
2013-09-25 16:56:07 -07:00
Adam Powell
4598cd65cc
Merge "Update toast appearance" into klp-dev
2013-09-25 23:51:38 +00:00
Adam Powell
1f1b6430af
Update toast appearance
...
Use a condensed font and give the toast frame a more rounded look.
Bug 10734759
Change-Id: I6a4366dbf2fd5a81f0ad2d50697ea2399a7942fc
2013-09-25 16:37:08 -07:00
Dianne Hackborn
f9ad7b9d92
am 66a9b2d7: Merge "Fix issue #10903002 : com.facebook.katana keeps itself in A Services" into klp-dev
...
* commit '66a9b2d7392a7f6334b5fe23d00ba718f3fa1851':
Fix issue #10903002 : com.facebook.katana keeps itself in A Services
2013-09-25 16:09:13 -07:00
Jeff Sharkey
687c6221c8
am be17a614: Merge "Require that persistable Uri permissions be taken." into klp-dev
...
* commit 'be17a61447e1a7992a6c855059a3c43ab3216610':
Require that persistable Uri permissions be taken.
2013-09-25 16:05:36 -07:00
Jake Hamby
4f447cfa5b
am c499f5b2: Merge "wappush: Use valid index for pdu including garbages" into klp-dev
...
* commit 'c499f5b2f7713507541ef655f65fbe154b34070a':
wappush: Use valid index for pdu including garbages
2013-09-25 16:05:33 -07:00
Dianne Hackborn
66a9b2d739
Merge "Fix issue #10903002 : com.facebook.katana keeps itself in A Services" into klp-dev
2013-09-25 23:04:50 +00:00
Jeff Sharkey
be17a61447
Merge "Require that persistable Uri permissions be taken." into klp-dev
2013-09-25 23:01:26 +00:00
Jake Hamby
c499f5b2f7
Merge "wappush: Use valid index for pdu including garbages" into klp-dev
2013-09-25 23:01:02 +00:00
Dianne Hackborn
cbd9a52f25
Fix issue #10903002 : com.facebook.katana keeps itself in A Services
...
Now when memory low, if a service's process is above
a selected pss, then the process is not allowed to go
in to the service a list.
Also simplified the normal meminfo details dump to not
include the shared dirty and shared clean sizes by
default, since these can be very confusing. You will
still get to see them with the "-a" flag.
Finally some small steps to better managing service
processes in the LRU list, so hopefully we can some
day be better about letting them drop down in the list
when there isn't really much interesting happening in
the process. Not yet used at this point.
Change-Id: I654bfd6d05de2a63120185ebb15ffda8cbeb5dac
2013-09-25 15:45:56 -07:00
Winson Chung
54e3e7b5d4
am 92baafb4: Merge "Moving Launcher permission to Framework. (Bug 10343529)" into klp-dev
...
* commit '92baafb43a825e7585259dcb2da9c7b03d0cf72c':
Moving Launcher permission to Framework. (Bug 10343529)
2013-09-25 15:44:18 -07:00
Jim Miller
4bf2c790b9
am 04b0840b: Merge "Accessibility improvements in keyguard - add accessibility descriptions to camera and search light - add new onClick handler to simplify launching search and camera - plumb camera launch through KeyguardService interface" into klp-dev
...
* commit '04b0840b2e5367547fdd92f4e2c68cde16486062':
Accessibility improvements in keyguard - add accessibility descriptions to camera and search light - add new onClick handler to simplify launching search and camera - plumb camera launch through KeyguardService interface
2013-09-25 15:44:15 -07:00
Winson Chung
92baafb43a
Merge "Moving Launcher permission to Framework. (Bug 10343529)" into klp-dev
2013-09-25 22:43:16 +00:00
Jim Miller
04b0840b2e
Merge "Accessibility improvements in keyguard - add accessibility descriptions to camera and search light - add new onClick handler to simplify launching search and camera - plumb camera launch through KeyguardService interface" into klp-dev
2013-09-25 22:41:26 +00:00
Romain Guy
b4d4d68795
am 318ae7bb: Take SkBitmap\'s stride into account when uploading textures Bug #10151807
...
* commit '318ae7bb92869d99a05388c598ad105e7aa4cdbd':
Take SkBitmap's stride into account when uploading textures Bug #10151807
2013-09-25 15:34:31 -07:00
Romain Guy
318ae7bb92
Take SkBitmap's stride into account when uploading textures
...
Bug #10151807
Change-Id: I7ba4804fa3619088fea70eb55f10519fff0bf5f0
2013-09-25 22:31:31 +00:00
Leon Scroggins III
ae1e88553f
am 8e4b16d6: Merge "Update docs to state that mark is no longer called." into klp-dev
...
* commit '8e4b16d67851ad5eb91c82955b3c3d59f0770b6b':
Update docs to state that mark is no longer called.
2013-09-25 15:30:55 -07:00
Leon Scroggins III
8e4b16d678
Merge "Update docs to state that mark is no longer called." into klp-dev
2013-09-25 22:27:25 +00:00
Alan Viverette
607ea331eb
am 812b6426: Merge "Fix caption rendering" into klp-dev
...
* commit '812b64264176cb8a253a8253074bc9595503d2ac':
Fix caption rendering
2013-09-25 15:23:50 -07:00
Alan Viverette
812b642641
Merge "Fix caption rendering" into klp-dev
2013-09-25 22:21:08 +00:00
Winson Chung
4516798862
Moving Launcher permission to Framework. (Bug 10343529)
...
Change-Id: Ic48c254c844e65171b5f92d81272962cdc673acc
2013-09-25 15:20:14 -07:00
Jeff Sharkey
e66c1778f8
Require that persistable Uri permissions be taken.
...
Change our Intent flag to indicate that a Uri permission grant is
persistable, but don't actually persist it until explicitly taken by
the receiving app. This prevents apps from spamming each other if
persisted permissions aren't really required.
Remember the last time a persisted grant was taken by an app, and
use this to prune away the oldest grants when the number of grants
grows too large. Allow apps to query persisted grants they are
holding, and allow them to release previously persisted grants. Add
public UriPermission class to return grant details and timestamp.
Track various permission strengths separately, and combine together
after each mutation pass. Persistable grants are currently treated
like global grants, but they could be moved to have owners in the
future. Require that grant holders trying to extend a persistable
permission actually hold a persistable permission themselves.
Bug: 10835779
Change-Id: I95b2f797c04ce7fd2612f9a644685dbd44e03759
2013-09-25 15:16:41 -07:00
Jim Miller
964fb590b0
am 3264ec7a: Merge "Fit and finish for navbar camera affordance" into klp-dev
...
* commit '3264ec7ab5efe8592523a68d4b69c5f2f8f514da':
Fit and finish for navbar camera affordance
2013-09-25 15:07:49 -07:00
Jim Miller
3264ec7ab5
Merge "Fit and finish for navbar camera affordance" into klp-dev
2013-09-25 22:04:49 +00:00
Leon Scroggins III
321bc46b3c
Update docs to state that mark is no longer called.
...
BUG:6493544
Change-Id: I97a4d90ce2efcd12f8f1cc5b545f822f8e5a5ab0
2013-09-25 18:02:32 -04:00
Jim Miller
138f25d756
Accessibility improvements in keyguard
...
- add accessibility descriptions to camera and search light
- add new onClick handler to simplify launching search and camera
- plumb camera launch through KeyguardService interface
Fixes bug 10914360
Change-Id: Ic85eda9afadba7381be78b477180f7204030cd17
2013-09-25 15:01:19 -07:00
Jim Miller
132540d1f5
am d7fdcad2: Merge "Fix accessibility for all-caps items in keyguard" into klp-dev
...
* commit 'd7fdcad22683e6191e92141a7e45e2414fe40a44':
Fix accessibility for all-caps items in keyguard
2013-09-25 14:55:31 -07:00
Jim Miller
d7fdcad226
Merge "Fix accessibility for all-caps items in keyguard" into klp-dev
2013-09-25 21:53:41 +00:00
Jeff Sharkey
a0e531bba4
am 82b05f59: Merge "Handle null stacks gracefully." into klp-dev
...
* commit '82b05f599bf3c84e53d42599ef257b3e9642855d':
Handle null stacks gracefully.
2013-09-25 14:46:33 -07:00
Jeff Sharkey
82b05f599b
Merge "Handle null stacks gracefully." into klp-dev
2013-09-25 21:43:44 +00:00
Jeff Sharkey
6a20e57411
Handle null stacks gracefully.
...
Bug: 10928395
Change-Id: Ie7c3f7e0eb068ece0cf678a5d6346f18a413856b
2013-09-25 14:39:14 -07:00
Sungmin Choi
67c02390a1
wappush: Use valid index for pdu including garbages
...
For some operators, pdu has garbages. As a result, device does not receive
MMS or operator some requests.
To fix it, use valid index for operators.
Bug: 10492745
Change-Id: Ic7262f7369403bd060d94c5da0e09f18c96ff3db
2013-09-25 14:32:44 -07:00
Vinit Deshapnde
3d837d23c5
am e7d6bbd6: Merge "Fix an incorrectly created race accessing Wifi Supplicant" into klp-dev
...
* commit 'e7d6bbd67fbf50fdff87d1bee67e3410904867c5':
Fix an incorrectly created race accessing Wifi Supplicant
2013-09-25 14:11:04 -07:00
Marco Nelissen
3fa1d013a2
am d7b5f3da: Merge "Fix hang" into klp-dev
...
* commit 'd7b5f3dab1c3bc0aa98698314183149426559a3c':
Fix hang
2013-09-25 14:11:01 -07:00
Vinit Deshapnde
e7d6bbd67f
Merge "Fix an incorrectly created race accessing Wifi Supplicant" into klp-dev
2013-09-25 21:07:51 +00:00
Marco Nelissen
d7b5f3dab1
Merge "Fix hang" into klp-dev
2013-09-25 21:06:47 +00:00
Marco Nelissen
fd2e50086c
Fix hang
...
b/10855561
Change-Id: I29b046b835ce0ca3644e5c2e8f9bca5c0b380d4b
2013-09-25 13:45:41 -07:00
Alan Viverette
7fe420f31b
Fix caption rendering
...
Fixed rendering of captions in regions and incorrect caption width
measurement. Removes minimum-difference line wrapping, since the
results weren't consistent with StaticLayout's rendering.
BUG: 10917766, 10822229
Change-Id: I55ef28cbf383fd6b945c0be62e440781288364f1
2013-09-25 12:35:00 -07:00
Eino-Ville Talvala
6934e994a0
am 9ca833f4: Merge "Camera2: Add PASSIVE_UNFOCUSED autofocus state." into klp-dev
...
* commit '9ca833f4a5eca732b1618bc1a183215c21ae11e5':
Camera2: Add PASSIVE_UNFOCUSED autofocus state.
2013-09-25 12:32:53 -07:00
Eino-Ville Talvala
9ca833f4a5
Merge "Camera2: Add PASSIVE_UNFOCUSED autofocus state." into klp-dev
2013-09-25 19:28:03 +00:00
Dianne Hackborn
8715dc1401
am 4213e68f: am 3a7d5f71: Merge "Replace SEAndroid with SELinux."
...
* commit '4213e68f67d59c0912d2a8729fcec4539197756a':
Replace SEAndroid with SELinux.
2013-09-25 11:45:38 -07:00
Dianne Hackborn
4213e68f67
am 3a7d5f71: Merge "Replace SEAndroid with SELinux."
...
* commit '3a7d5f71456b57f712b0f878beb5317f0ce6d564':
Replace SEAndroid with SELinux.
2013-09-25 11:42:07 -07:00
Dianne Hackborn
3a7d5f7145
Merge "Replace SEAndroid with SELinux."
2013-09-25 18:39:58 +00:00
Baligh Uddin
39d07b2748
am 1b87107b: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '1b87107bb37be580888f1617d047ca9009c18a7f':
Import translations. DO NOT MERGE
2013-09-25 09:23:24 -07:00
Baligh Uddin
721e53e86b
am 99296322: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '99296322bc5ae3aabf89bd2b424492ec93b35c1a':
Import translations. DO NOT MERGE
2013-09-25 09:23:21 -07:00
Baligh Uddin
467b5bee65
am cb94b3ee: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit 'cb94b3ee54df1485cc6a0757d91f0af01651fa1a':
Import translations. DO NOT MERGE
2013-09-25 09:23:18 -07:00
Baligh Uddin
6ba2654794
am 9832b08a: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '9832b08a49adaee5c3bb7c51ce0f6db78ccf11e2':
Import translations. DO NOT MERGE
2013-09-25 09:23:15 -07:00
Baligh Uddin
f7710ea932
am c8321a59: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit 'c8321a59a30b9fd5d3adfde30e95a9a827f4f554':
Import translations. DO NOT MERGE
2013-09-25 09:23:12 -07:00
Baligh Uddin
88421cc494
am 46485d6d: (-s ours) Import translations. DO NOT MERGE
...
* commit '46485d6df60e11d04d976bc7ec5c9c8cdec14900':
Import translations. DO NOT MERGE
2013-09-25 09:23:09 -07:00
Baligh Uddin
1b87107bb3
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-09-25 16:19:07 +00:00