Tom Taylor
bc57a1f813
Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager
...
Bug 17969135
Use query (instead of rawQuery) and pass in arguments instead of building
the query with a giant string. Add a unit test that fails with the old
code but passes with the new code.
Change-Id: Id04a1db6fb95fcd923e1f36f5ab3b94402590918
2014-10-14 16:49:57 -07:00
Baligh Uddin
59db17673d
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-02 18:50:12 +00:00
Baligh Uddin
2acb2b102a
Import translations. DO NOT MERGE
...
Change-Id: Ie6b54296891316dc9a594ceafb8d95ba67b9dea0
Auto-generated-cl: translation import
2014-07-05 09:13:21 -07:00
Baligh Uddin
314bfe0710
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
6024630882
Import translations. DO NOT MERGE
...
Change-Id: I4a6f893b2d7157b8d7d70cb41a5b9c75043342dc
Auto-generated-cl: translation import
2014-07-05 09:20:43 -07:00
Baligh Uddin
43ba3ba479
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
01cad39548
Import translations. DO NOT MERGE
...
Change-Id: I870d8d23d6d1923dcfa118d151e26bf9b7a8f86e
Auto-generated-cl: translation import
2014-07-05 09:27:47 -07:00
Baligh Uddin
93360f022e
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-02 18:55:10 +00:00
Baligh Uddin
138fefe5d0
Import translations. DO NOT MERGE
...
Change-Id: I511bc5ac04b62fe85c7306d506af686888a79957
Auto-generated-cl: translation import
2014-07-05 09:35:17 -07:00
Baligh Uddin
b4600e793b
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
4927253e02
Import translations. DO NOT MERGE
...
Change-Id: I99d859070b0a2d65c9e57556f7ccc0b4dfb3a995
Auto-generated-cl: translation import
2014-07-05 09:44:21 -07:00
Baligh Uddin
f1c1e725ec
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
4430714771
Import translations. DO NOT MERGE
...
Change-Id: I2898d53a3f6bf4fc920fa8c3bc122d00aa879d18
Auto-generated-cl: translation import
2014-07-05 14:00:41 -07:00
Baligh Uddin
f67d4bafee
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-02 18:50:12 +00:00
Baligh Uddin
1c3abeee3e
Import translations. DO NOT MERGE
...
Change-Id: Ic36073cb71d82e8bb36b3409185a0bfc9ddb0ecd
Auto-generated-cl: translation import
2014-07-05 14:08:04 -07:00
Baligh Uddin
f2e2907107
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-02 18:55:10 +00:00
Baligh Uddin
6ed39c030f
Import translations. DO NOT MERGE
...
Change-Id: Ic88faf73641a8570560ffe751f0c5776290c75c3
Auto-generated-cl: translation import
2014-07-05 15:09:48 -07:00
Baligh Uddin
eb17f6ab69
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-02 18:55:10 +00:00
Baligh Uddin
77c6112089
Import translations. DO NOT MERGE
...
Change-Id: I7fc09c4e2f022c81a461d7228727ddc84ad6bb96
Auto-generated-cl: translation import
2014-07-05 15:40:58 -07:00
Baligh Uddin
0a73f6f8b1
Import translations. DO NOT MERGE
...
Change-Id: I1765b9912ea2356677a927edb34166ea5cab43d9
Auto-generated-cl: translation import
2014-07-05 15:25:24 -07:00
Jim Miller
607d59982a
Fix crash in widget pager - DO NOT MERGE
...
Fixes bug 14299491
Change-Id: I3c94cbd7f7923dc5a429c9929bc432a5dd29d04f
2014-05-16 22:18:49 +00:00
Selim Cinek
7718fc1291
Fixed crash when setting wallpaper with built in rotation
...
If an image had a built in rotation, a crash could occur,
when setting it. An example was a panorama image which had
a rotation of 90 degrees
Change-Id: Iede8226dac3a40f08d39a69162eb388e6aba97ec
Bug: 13507421
2014-03-27 19:34:01 +00:00
Selim Cinek
c41853cee8
Fixed wallpaper bug where wrong size was taken when cropping
...
When cropping, the selected area of the image was incorrectly
cropped to the size of the view instead of the size of the image
Bug: 13617446
Change-Id: If54a0891fa2cdeee70ba63752874f1543d401701
2014-03-24 13:53:06 +01:00
Selim Cinek
ba126c09a5
Disable Set Wallpaper button while loading image
...
Bug: 13534714
Change-Id: I45ff3436de40ea85fb22d776584d9f30f0795898
(cherry picked from commit 0fa6c1b146f7ed1aba335c30878e2c1b2bf2a8f1)
2014-03-21 22:15:10 +00:00
Michael Jurka
3368a63c64
Change wallpaper sizing
...
Bug: 11997581
- ignore suggested dimensions
- when orientation changes, scale up wallpaper if
it doesn't fill the whole screen, or scale back to
original size if not necessary
Change-Id: I75b7519a105d4097bf7a35cd8af61fc40f45f8fb
(cherry picked from commit 824a4b5ea4c58592b9b2ebe787f5fb6974e7cabe)
2014-03-21 10:29:27 +00:00
Jim Miller
a413a4ae32
Fix the build. DO NOT MERGE
...
Change-Id: Ic34e351f86cfb8299b666e860c067d905cce6747
2014-03-19 18:38:09 -07:00
Jim Miller
2598fbd71a
Merge "Attempt to fix a bug where SIM progress dialog gets stuck." into klp-dev
2014-03-20 01:04:13 +00:00
Adam Cohen
55b523cc3f
Merge "[DO NOT MERGE] Fix wallpaper cropping bugs" into klp-dev
2014-03-19 20:16:11 +00:00
Michael Jurka
929e75e8d0
[DO NOT MERGE] Centering the crop by default in system wallpaper cropper
...
Bug: 12034934
Change-Id: Ice1b1140bd6e351dd4e520f555f245d84a645aac
(cherry picked from commit 2ab14daebac46307d2364733481edc3115bbf98c)
2014-03-19 17:57:17 +00:00
Michael Jurka
c82618c660
[DO NOT MERGE] Fix wallpaper cropping bugs
...
- take into account that image decoder might not
respect inSampleSize
- check rounded values so we don't have crop rects
that lie outside a bitmap's dimensions
- correctly set initial scale on bitmaps that are
larger than the screen size
- switch to using asynctask when setting wallpaper
dimensions
(cherry picked from commit e39c9a953ca11319b747b3aa79f4ccd082b775b7)
Change-Id: I43372f0bff37f139c8bc83f9956a967d0b4a8708
2014-03-19 17:56:55 +00:00
Jeff Brown
f1e8d36327
Refresh cast icon assets to improve visual contrast.
...
Bug: 13473719
Change-Id: Ia82b2bc487a612f24bbe47f7d6e9182e862bcefa
2014-03-18 14:40:43 -07:00
Selim Cinek
eb95e74e21
DO NOT MERGE - Fixed crash for odd image width/height
...
Due to an internal rounding in the renderer, the calculations
for the cropping area could be slightly offset, getting out
of the image boundaries. I sanitized the rect by ensuring they
are inside the image.
Bug: 12174629
Change-Id: Icc37790732ddd479631b898b23c05501d2dcd5be
2014-03-14 20:11:17 +00:00
Svetoslav
11b7d9fa66
Merge "PrintSpooler crash if printer is reported to have only one color mode." into klp-dev
2014-03-13 17:26:44 +00:00
Adrian Roos
91c9561cbe
DO NOT MERGE - Fix keyguard pattern lockout bug
...
(cherry picked from commit 7c11f8b4659c3444d5037b756b6e5f45a2ea61a6)
Conflicts:
packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
Bug: 13302967
Change-Id: Ifa4c01e630bd3aa8cadfea8dbbbb4686d50eb945
2014-03-13 13:42:29 +00:00
Jim Miller
6f29b30dc2
Attempt to fix a bug where SIM progress dialog gets stuck.
...
The fix makes sure onPause() is called when KeyguardHostView
is removed.
Bug 10323372
Change-Id: I20dd1f68c270adbd4582f2cd8ed9b03964b4477c
2014-03-13 00:13:14 +00:00
Svetoslav
b628dd825b
PrintSpooler crash if printer is reported to have only one color mode.
...
bug:11993304
Change-Id: I4932cf1b5b9b89f0cbf97011782ede037e7d814c
(cherry picked from commit b0d97b87ba5f23ee867f381a4e5916ebb2e5f762)
2014-03-12 14:20:27 -07:00
John Spurlock
88a9ce4209
Allow lights-out + bar icon dimming on low-end devices.
...
Maintain fallback to OPAQUE mode on low-end devices in place of the
translucent modes.
Bug: 12546110
Change-Id: Ia3582c305cb09aadd56c6aa58b039a174675c79a
2014-03-04 10:03:53 -05:00
Baligh Uddin
28009e8102
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-02-20 18:31:03 +00:00
Baligh Uddin
c2803d473a
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-02-20 18:30:49 +00:00
Baligh Uddin
aa20b27472
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-02-20 17:55:33 +00:00
Baligh Uddin
e9adafd1b9
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-02-20 17:55:23 +00:00
Baligh Uddin
6fb89ba641
Import translations. DO NOT MERGE
...
Change-Id: I9accaa37043e730ad6ec4aa98901a48e0858b132
Auto-generated-cl: translation import
2014-02-19 22:16:02 -08:00
Baligh Uddin
dab7a9ed70
Import translations. DO NOT MERGE
...
Change-Id: I0c823200179a75e0444f6e86ecc6813a6e662fa0
Auto-generated-cl: translation import
2014-02-19 22:08:21 -08:00
Baligh Uddin
da799ef3a0
Import translations. DO NOT MERGE
...
Change-Id: I31e5b7b7aa453a0455fd31eca6a11520730a26a7
Auto-generated-cl: translation import
2014-02-19 18:54:52 -08:00
Baligh Uddin
69046bb06c
Import translations. DO NOT MERGE
...
Change-Id: I3003f43c32943496e855ba2744a7492232dbd56b
Auto-generated-cl: translation import
2014-02-19 18:49:33 -08:00
Baligh Uddin
8807558c32
Import translations. DO NOT MERGE
...
Change-Id: I3300523019b91cffd6f36d02434c521ab7368f37
Auto-generated-cl: translation import
2014-02-19 18:45:30 -08:00
Baligh Uddin
b852d28cc1
Import translations. DO NOT MERGE
...
Change-Id: Ic05c1c30830a0c9d7cb62fd53f6b144650e05609
Auto-generated-cl: translation import
2014-01-06 13:15:51 -08:00
Baligh Uddin
bbeb313567
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-12-26 20:58:31 +00:00
Baligh Uddin
5a736a99f8
Import translations. DO NOT MERGE
...
Change-Id: Iea7a801a62b52fd1685e7d9904a1e805c0d19827
Auto-generated-cl: translation import
2013-12-26 11:09:48 -08:00
Baligh Uddin
7bb3e3b9ee
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-12-26 19:09:19 +00:00