OSDN Git Service

android-x86/frameworks-base.git
8 years agoImport translations. DO NOT MERGE
Bill Yi [Sat, 17 Sep 2016 06:16:20 +0000 (23:16 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 31516661
Change-Id: Ibc5febf6eb22c630b2eb9458411a60bd8d4af0f0

8 years agoMerge "docs: Clarification for location permissions and location hardware" into nyc-dev
Joe Fernandez [Fri, 16 Sep 2016 22:59:53 +0000 (22:59 +0000)]
Merge "docs: Clarification for location permissions and location hardware" into nyc-dev
am: 5195e8288d

Change-Id: I818e87dd0105ddc061f797c07396644841b6e516

8 years agodocs: Clarification for location permissions and location hardware
Joe Fernandez [Fri, 16 Sep 2016 22:59:50 +0000 (22:59 +0000)]
docs: Clarification for location permissions and location hardware
am: 1294dde183

Change-Id: I8c203d879fc3bfa2f7061c28d280ad8fa4557fd0

8 years agoMerge "docs: Clarification for location permissions and location hardware" into nyc-dev
TreeHugger Robot [Fri, 16 Sep 2016 22:52:39 +0000 (22:52 +0000)]
Merge "docs: Clarification for location permissions and location hardware" into nyc-dev

8 years agoMerge "docs: Added v7 Palette library documentation and images to DAC training. https...
Kylie Jue [Fri, 16 Sep 2016 22:13:19 +0000 (22:13 +0000)]
Merge "docs: Added v7 Palette library documentation and images to DAC training. https://android-dot-devsite.googleplex.com/training/material/palette-colors.html" into nyc-dev
am: eae7f0b513

Change-Id: I316f068ab36de551622ef6c06f237ba75f783754

8 years agodocs: Added v7 Palette library documentation and images to DAC training. https:/...
Kylie Jue [Fri, 16 Sep 2016 22:13:16 +0000 (22:13 +0000)]
docs: Added v7 Palette library documentation and images to DAC training. https://android-dot-devsite.googleplex.com/training/material/palette-colors.html
am: 70db4fab5c

Change-Id: I314b0958c386f5954751cd4af82ce6a8c9258b8f

8 years agoCatch all exceptions when parsing IME meta data
Tadashi G. Takaoka [Fri, 16 Sep 2016 22:05:04 +0000 (22:05 +0000)]
Catch all exceptions when parsing IME meta data
am: dddc438e97

Change-Id: I9f804f593e7435d5efff120c861353a9841bd479

8 years agoMerge "docs: Added v7 Palette library documentation and images to DAC training. https...
Kylie Jue [Fri, 16 Sep 2016 21:51:15 +0000 (21:51 +0000)]
Merge "docs: Added v7 Palette library documentation and images to DAC training. https://android-dot-devsite.googleplex.com/training/material/palette-colors.html" into nyc-dev

8 years agodocs: Clarification for location permissions and location hardware
Joe Fernandez [Fri, 16 Sep 2016 16:51:48 +0000 (09:51 -0700)]
docs: Clarification for location permissions and location hardware

b/28052540

Change-Id: I54fa08a3339c1d373164a003a02adeed156fa331

8 years agodocs: Added v7 Palette library documentation and images to DAC training.
Kylie Jue [Thu, 8 Sep 2016 22:28:47 +0000 (15:28 -0700)]
docs: Added v7 Palette library documentation and images to DAC training.
https://android-dot-devsite.googleplex.com/training/material/palette-colors.html

Bug: 30034142

Change-Id: I1e82b82a84def6ef72e0401418085694d5bbeee2

8 years agoUpdate the avoid bad wifi settings on the handler thread.
Lorenzo Colitti [Fri, 16 Sep 2016 14:43:38 +0000 (23:43 +0900)]
Update the avoid bad wifi settings on the handler thread.

Currently, every call to avoidBadWifi fetches the current value
of the config variable and setting whenever it is called. This
means that the score of an unvalidated wifi network can
unpredictably change at any time, creating a data race.

Instead, persist the value and only update it when something
changes.

Bug: 31075769
Change-Id: I0f4e0e742c91ef77fabc95d3ebb494338396aca5

8 years agoDisable network switching toasts on Verizon.
Hugo Benichi [Thu, 15 Sep 2016 08:07:34 +0000 (17:07 +0900)]
Disable network switching toasts on Verizon.

Bug: 31025214
Bug: 31075769
Change-Id: I08fb351b713734f29b9c2caf69dfba2e1d73ca05

8 years agoCatch all exceptions when parsing IME meta data
Tadashi G. Takaoka [Fri, 16 Sep 2016 02:41:07 +0000 (11:41 +0900)]
Catch all exceptions when parsing IME meta data

Bug: 30568284
Change-Id: I0b613f8ce0f014320c5ac1bf445699ea2702a0a2

8 years agoMerge "docs: Add docs on OnboardingFragment" into nyc-dev
Dan Yu [Thu, 15 Sep 2016 16:22:12 +0000 (16:22 +0000)]
Merge "docs: Add docs on OnboardingFragment" into nyc-dev
am: f3f6921b57

Change-Id: I4ee66e11815954bc5566004536cdc7c5c6ba5639

8 years agodocs: Add docs on OnboardingFragment
Daniel Yu [Thu, 15 Sep 2016 16:22:05 +0000 (16:22 +0000)]
docs: Add docs on OnboardingFragment
am: d64f8bfe1f

Change-Id: I5d4a7269c6b33604888a5df6f14a728caef7ef7b

8 years agoMerge "docs: Add docs on OnboardingFragment" into nyc-dev
Dan Yu [Thu, 15 Sep 2016 16:13:18 +0000 (16:13 +0000)]
Merge "docs: Add docs on OnboardingFragment" into nyc-dev

8 years agoUnit tests for avoid bad wifi networks setting.
Lorenzo Colitti [Thu, 15 Sep 2016 13:18:09 +0000 (22:18 +0900)]
Unit tests for avoid bad wifi networks setting.

Bug: 31075769
Change-Id: I21ba20df59ddce5731ef1ebe8846b3f00578a674

8 years agoSupport displaying a dialog when wifi becomes unvalidated.
Lorenzo Colitti [Thu, 15 Sep 2016 05:02:29 +0000 (14:02 +0900)]
Support displaying a dialog when wifi becomes unvalidated.

Bug: 31075769
Change-Id: I7a6e7580769365bea930f638bd44edcaa28df134

8 years agoMerge "Support ignoring penalty for bad wifi networks" into nyc-dr1-dev
Lorenzo Colitti [Thu, 15 Sep 2016 14:05:58 +0000 (14:05 +0000)]
Merge "Support ignoring penalty for bad wifi networks" into nyc-dr1-dev

8 years agoMerge "Explicitly pass old score to updateCapabilities" into nyc-dr1-dev
Lorenzo Colitti [Thu, 15 Sep 2016 12:35:30 +0000 (12:35 +0000)]
Merge "Explicitly pass old score to updateCapabilities" into nyc-dr1-dev

8 years agoSupport ignoring penalty for bad wifi networks
Hugo Benichi [Wed, 14 Sep 2016 23:23:08 +0000 (23:23 +0000)]
Support ignoring penalty for bad wifi networks

This patch adds a way to configure devices so that a validated network
that becomes unvalidated is not penalized in the network scoring and
selection logic.

The intent is to prevent devices configured to do so from switching to a
lower scoring network such as cellular networks when a higher scoring
network such as wifi networks loses internet connectivity.

Bug: 31075769
Change-Id: Ie7e0f2607d214a178367fedfbef6c44768fa00a4

8 years agoExplicitly pass old score to updateCapabilities
Hugo Benichi [Thu, 15 Sep 2016 09:18:48 +0000 (18:18 +0900)]
Explicitly pass old score to updateCapabilities

This allows simplification of getCurrentScore function in
NetworkAgentInfo and its return value to depend on everValidated and
lastValidated.

Bug: 31075769
Change-Id: I0b3c85e3a61b006733e900e0a231424878317476

8 years agoMerge "Revert "add dev guide for constraint layout."" into nyc-dev
Scott Main [Thu, 15 Sep 2016 03:43:25 +0000 (03:43 +0000)]
Merge "Revert "add dev guide for constraint layout."" into nyc-dev
am: a688419378

Change-Id: I910b8c015c547320dd1c62d60214ee9a85d0eddd

8 years agoRevert "add dev guide for constraint layout."
Scott Main [Thu, 15 Sep 2016 03:43:21 +0000 (03:43 +0000)]
Revert "add dev guide for constraint layout."
am: e6469e8211

Change-Id: I75c75dc27464ded7555644e16834421cdd6ffa4f

8 years agoMerge "Revert "add dev guide for constraint layout."" into nyc-dev
Scott Main [Thu, 15 Sep 2016 03:38:39 +0000 (03:38 +0000)]
Merge "Revert "add dev guide for constraint layout."" into nyc-dev

8 years agoRevert "add dev guide for constraint layout."
Scott Main [Thu, 15 Sep 2016 03:37:37 +0000 (03:37 +0000)]
Revert "add dev guide for constraint layout."

studio 2.2 launch delayed

This reverts commit 346f6d395ccf1196a289f4314d26aa026a2dbba5.

Change-Id: I61a555ed3f804dfdc4ef3e9a84e869154206639d

8 years agoMerge "Only return password for account session flow if the caller is signed with...
Hongming Jin [Wed, 14 Sep 2016 23:23:08 +0000 (23:23 +0000)]
Merge "Only return password for account session flow if the caller is signed with system key and have get_password permission." into nyc-dev
am: 0c04977949

Change-Id: I268b499addf728f53a4f8e66f84f45e3bfeed70f

8 years agoOnly return password for account session flow if the caller is signed with system...
Hongming Jin [Wed, 14 Sep 2016 23:23:05 +0000 (23:23 +0000)]
Only return password for account session flow if the caller is signed with system key and have get_password permission.
am: 9342e137c6

Change-Id: I932c85bdc302899b42342d3efc249a5420da764c

8 years agoMerge "Only return password for account session flow if the caller is signed with...
Hongming Jin [Wed, 14 Sep 2016 23:10:34 +0000 (23:10 +0000)]
Merge "Only return password for account session flow if the caller is signed with system key and have get_password permission." into nyc-dev

8 years agoMerge "Change bang to x for indication of no internet" into nyc-dr1-dev
Jason Monk [Wed, 14 Sep 2016 22:35:51 +0000 (22:35 +0000)]
Merge "Change bang to x for indication of no internet" into nyc-dr1-dev

8 years agoMerge "add dev guide for constraint layout." into nyc-dev
Scott Main [Wed, 14 Sep 2016 21:44:42 +0000 (21:44 +0000)]
Merge "add dev guide for constraint layout." into nyc-dev
am: 03ed8f30cb

Change-Id: Id7b2a86f14499fe2d98ec3500fe3a790baec2a41

8 years agoadd dev guide for constraint layout.
smain@google.com [Wed, 14 Sep 2016 21:44:34 +0000 (21:44 +0000)]
add dev guide for constraint layout.
am: 346f6d395c

Change-Id: Ide3d87ba6592605478ed12def37d9f63ad3f4e1d

8 years agoMerge "add dev guide for constraint layout." into nyc-dev
Scott Main [Wed, 14 Sep 2016 21:33:07 +0000 (21:33 +0000)]
Merge "add dev guide for constraint layout." into nyc-dev

8 years agoOnly return password for account session flow if the caller is signed
Hongming Jin [Fri, 29 Jul 2016 21:29:54 +0000 (14:29 -0700)]
Only return password for account session flow if the caller is signed
with system key and have get_password permission.

Bug: 30455516
Change-Id: I78484c59e4de1dff685ab91a0a8e7a756fffd9bf

8 years agodocs: Fixed language directory issue. am: e9d0adb735 -s ours
Eric Schmidt [Wed, 14 Sep 2016 21:07:40 +0000 (21:07 +0000)]
docs: Fixed language directory issue. am: e9d0adb735  -s ours
am: 192688f756

Change-Id: I4900273d9cbd543ad0e22870f02f548816e0af71

8 years agodocs: Fixed language directory issue.
Eric Schmidt [Wed, 14 Sep 2016 20:58:45 +0000 (20:58 +0000)]
docs: Fixed language directory issue.
am: e9d0adb735  -s ours

Change-Id: Icdffa01fe8ee2a9683cee436a2822a243d915c12

8 years agodocs: Fixed language directory issue.
Eric Schmidt [Sun, 11 Sep 2016 22:51:35 +0000 (15:51 -0700)]
docs: Fixed language directory issue.

Bug: 31096141
Change-Id: Ibc6789f0381b25ec1449e2b180f20c96cb38a0e3

8 years agoChange bang to x for indication of no internet
Jason Monk [Wed, 14 Sep 2016 15:14:06 +0000 (11:14 -0400)]
Change bang to x for indication of no internet

Bug: 31271895
Change-Id: I14f71974f0549991d448fe68b30573d2ae033b19

8 years agoEnsure munmap matches mmap am: aa394dd42c am: 068403a842 am: d073e28853 am: c9cf811b50
John Reck [Tue, 13 Sep 2016 20:47:01 +0000 (20:47 +0000)]
Ensure munmap matches mmap am: aa394dd42c am: 068403a842 am: d073e28853 am: c9cf811b50
am: b74a6f60d1

Change-Id: I76f992080c2a7be15bf2518f2d914cb82f3aa30f

8 years agoEnsure munmap matches mmap am: aa394dd42c am: 068403a842 am: d073e28853
John Reck [Tue, 13 Sep 2016 20:35:19 +0000 (20:35 +0000)]
Ensure munmap matches mmap am: aa394dd42c am: 068403a842 am: d073e28853
am: c9cf811b50

Change-Id: I83e3e2d4279c8075283fb0f54521ef015ef9c596

8 years agoEnsure munmap matches mmap am: aa394dd42c am: 068403a842
John Reck [Tue, 13 Sep 2016 20:28:18 +0000 (20:28 +0000)]
Ensure munmap matches mmap am: aa394dd42c am: 068403a842
am: d073e28853

Change-Id: I2acfdb7c623470b678b59228dfdc3aafaf2b3179

8 years agoEnsure munmap matches mmap am: aa394dd42c
John Reck [Tue, 13 Sep 2016 20:21:50 +0000 (20:21 +0000)]
Ensure munmap matches mmap am: aa394dd42c
am: 068403a842

Change-Id: I527102b95f239c307cdea2a8bb6dcc6d032e21be

8 years agoEnsure munmap matches mmap
John Reck [Tue, 13 Sep 2016 20:13:27 +0000 (20:13 +0000)]
Ensure munmap matches mmap
am: aa394dd42c

Change-Id: I80dbf9a859693cbd90aa472b04ae58d4d081d735

8 years agoMerge "docs: September 2016 Dashboard update" into nyc-dev
Joe Fernandez [Tue, 13 Sep 2016 05:58:01 +0000 (05:58 +0000)]
Merge "docs: September 2016 Dashboard update" into nyc-dev
am: 691e49b47c

Change-Id: I2be68e001ccb681f483079ff4c99852b4d8666ad

8 years agodocs: September 2016 Dashboard update
Joe Fernandez [Tue, 13 Sep 2016 05:57:55 +0000 (05:57 +0000)]
docs: September 2016 Dashboard update
am: 639fd11067

Change-Id: Icd4933353757e4ff40ee2dda1e8cbd2197455029

8 years agoMerge "docs: Added note about permission/feature changes with network/GPS." into...
Kevin Hufnagle [Tue, 13 Sep 2016 05:57:43 +0000 (05:57 +0000)]
Merge "docs: Added note about permission/feature changes with network/GPS." into nyc-dev
am: 5251c874cc

Change-Id: I942e60605deb353f5adbed27a93edfd048af1f05

8 years agodocs: Added note about permission/feature changes with network/GPS.
Kevin Hufnagle [Tue, 13 Sep 2016 05:57:38 +0000 (05:57 +0000)]
docs: Added note about permission/feature changes with network/GPS.
am: 0090727d95

Change-Id: I5dcb85abc91bdba70cc0c966146dfcafe91aa897

8 years agoMerge "docs: September 2016 Dashboard update" into nyc-dev
TreeHugger Robot [Tue, 13 Sep 2016 05:52:19 +0000 (05:52 +0000)]
Merge "docs: September 2016 Dashboard update" into nyc-dev

8 years agoMerge "docs: Added note about permission/feature changes with network/GPS." into...
Kevin Hufnagle [Tue, 13 Sep 2016 05:49:28 +0000 (05:49 +0000)]
Merge "docs: Added note about permission/feature changes with network/GPS." into nyc-dev

8 years agodocs: September 2016 Dashboard update
Joe Fernandez [Tue, 13 Sep 2016 04:32:47 +0000 (21:32 -0700)]
docs: September 2016 Dashboard update

Change-Id: I55b5e4d64ec6ff3275a616169fe159b2dfd6c91f

8 years agoMerge "update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written...
Scott Main [Mon, 12 Sep 2016 21:55:07 +0000 (21:55 +0000)]
Merge "update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron Carey. bug: 30400568" into nyc-dev
am: bf5f1674c7

Change-Id: Iad337f73d09934756ff4b7b0bb56a811cb9d1502

8 years agoupdate Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron...
smain@google.com [Mon, 12 Sep 2016 21:55:00 +0000 (21:55 +0000)]
update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron Carey. bug: 30400568
am: b433d73843

Change-Id: I58226a7c07f5830a892c6d68bb166b6f82dfe116

8 years agoMerge "add link for how to update the gradle plugin. bug: 23725775" into nyc-dev
Scott Main [Mon, 12 Sep 2016 21:49:49 +0000 (21:49 +0000)]
Merge "add link for how to update the gradle plugin. bug: 23725775" into nyc-dev
am: b42e41e9c8

Change-Id: I058c56b1296e96e840775116d040fcfbb588f24c

8 years agoadd link for how to update the gradle plugin. bug: 23725775
smain@google.com [Mon, 12 Sep 2016 21:49:42 +0000 (21:49 +0000)]
add link for how to update the gradle plugin. bug: 23725775
am: 3d5a4c9eda

Change-Id: I19f1bd78e3a7cd984e8dce7a2ca859471791afa6

8 years agoMerge "update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written...
Scott Main [Mon, 12 Sep 2016 21:42:27 +0000 (21:42 +0000)]
Merge "update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron Carey. bug: 30400568" into nyc-dev

8 years agoMerge "add link for how to update the gradle plugin. bug: 23725775" into nyc-dev
Scott Main [Mon, 12 Sep 2016 21:41:23 +0000 (21:41 +0000)]
Merge "add link for how to update the gradle plugin. bug: 23725775" into nyc-dev

8 years agoLocationManager - Handle Shutdown for right User
Wyatt Riley [Mon, 12 Sep 2016 20:27:10 +0000 (20:27 +0000)]
LocationManager - Handle Shutdown for right User
am: a8037fffd3

Change-Id: I1b5211af53995de0ca62e3be42dba51824e7ea89

8 years agoLocationManager - Handle Shutdown for right User
Wyatt Riley [Thu, 4 Aug 2016 23:10:06 +0000 (16:10 -0700)]
LocationManager - Handle Shutdown for right User

Only process a shutdown when it is for all users (whole system),
not a single user

Change-Id: Id51b7fb4606460462c2f6749e5ac3984bdd8319f
Bug: 30646142
(cherry picked from commit 1b24fb17b8613894d6066dcf408e60caf2a56192)

8 years agoMerge "DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method" into nyc-dev
Eino-Ville Talvala [Mon, 12 Sep 2016 19:26:54 +0000 (19:26 +0000)]
Merge "DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method" into nyc-dev
am: e93c655093  -s ours

Change-Id: Ieef907979d788ca3e9662e3f476698f6365f90ec

8 years agoDO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method
Eino-Ville Talvala [Mon, 12 Sep 2016 19:25:22 +0000 (19:25 +0000)]
DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method
am: e175aa82b5  -s ours

Change-Id: I9a635c89e407129392ce122224be3e6d05400492

8 years agoMerge "DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method" into nyc-dev
Eino-Ville Talvala [Mon, 12 Sep 2016 19:20:02 +0000 (19:20 +0000)]
Merge "DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method" into nyc-dev

8 years agoadd link for how to update the gradle plugin.
smain@google.com [Mon, 12 Sep 2016 19:07:26 +0000 (12:07 -0700)]
add link for how to update the gradle plugin.
bug: 23725775

Change-Id: I5338cec2fed09b4b91e063d989b311d027b169ed

8 years agoMerge "docs: Updated for Support Library 24.2.1" into nyc-dev
Andrew Solovay [Mon, 12 Sep 2016 18:53:54 +0000 (18:53 +0000)]
Merge "docs: Updated for Support Library 24.2.1" into nyc-dev
am: 2f4c688710

Change-Id: I7778f656b0d223601ba29a8dfead42bbb5e0eefb

8 years agodocs: Updated for Support Library 24.2.1
Andrew Solovay [Mon, 12 Sep 2016 18:53:49 +0000 (18:53 +0000)]
docs: Updated for Support Library 24.2.1
am: 88082e9ff8

Change-Id: I77646eb17f95c05bac84616b3d2a8f4ce282c916

8 years agoMerge "docs: Updated for Support Library 24.2.1" into nyc-dev
Andrew Solovay [Mon, 12 Sep 2016 18:45:05 +0000 (18:45 +0000)]
Merge "docs: Updated for Support Library 24.2.1" into nyc-dev

8 years agoEnsure munmap matches mmap
John Reck [Mon, 12 Sep 2016 17:43:35 +0000 (10:43 -0700)]
Ensure munmap matches mmap

Bug: 31350622
Change-Id: I6d3f9faec32d54360caa6706d17405e20b50966c

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Sat, 10 Sep 2016 00:47:31 +0000 (00:47 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830 am: d07324fe85  -s ours am: f495cf6944  -s ours am: 9f37a8900e am: 40d3c1a7f0 am: 2ddc2956fd  -s ours am: deeb0e5246 am: 8ec076623b am: 89e328770d am: d98163c7a6  -s ours
am: 054d2931a0

Change-Id: I0aebc68249c6ef4a1b00106c9add74e8a616ce3b

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Sat, 10 Sep 2016 00:30:22 +0000 (00:30 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830 am: d07324fe85  -s ours am: f495cf6944  -s ours am: 9f37a8900e am: 40d3c1a7f0 am: 2ddc2956fd  -s ours am: deeb0e5246 am: 8ec076623b am: 89e328770d
am: d98163c7a6  -s ours

Change-Id: Iaa9d3a28872d990cb5196086f9deaaa1d03336cc

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Sat, 10 Sep 2016 00:22:56 +0000 (00:22 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830 am: d07324fe85  -s ours am: f495cf6944  -s ours am: 9f37a8900e am: 40d3c1a7f0 am: 2ddc2956fd  -s ours am: deeb0e5246 am: 8ec076623b
am: 89e328770d

Change-Id: I400b511b84f599ea05fb33a5db5dbc8da2c031b0

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Sat, 10 Sep 2016 00:11:49 +0000 (00:11 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: aebe2347a7  -s ours am: 3af57850a0 am: c17e29076e am: ca88e604e4  -s ours am: 14bc23be74 am: 2418ef1313 am: e5d9dc7eac am: 0c476fac30  -s ours
am: 0a7a489ce8

Change-Id: Ibbfb8af3ac7fa101e701a84ab6216cb40d2b2895

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Sat, 10 Sep 2016 00:11:48 +0000 (00:11 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830 am: d07324fe85  -s ours am: f495cf6944  -s ours am: 9f37a8900e am: 40d3c1a7f0 am: 2ddc2956fd  -s ours am: deeb0e5246
am: 8ec076623b

Change-Id: Iee2ca5301d261552694bf7dfcc324730e0b967f4

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Sat, 10 Sep 2016 00:03:45 +0000 (00:03 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 659275dc30 am: 8d3e6bd3ef am: dde94fc477  -s ours am: aa1d75f5e7 am: e9a7225bf2 am: bf62cbb95e am: e38a89dfb8  -s ours
am: ebeb3a9d3c

Change-Id: I189567da8bef8664239cbc667397130beb04319d

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Sat, 10 Sep 2016 00:03:23 +0000 (00:03 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830 am: d07324fe85  -s ours am: f495cf6944  -s ours am: 9f37a8900e am: 40d3c1a7f0 am: 2ddc2956fd  -s ours
am: deeb0e5246

Change-Id: Ica5ffed73e58ea429c88e52551e69ac39938c46c

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Sat, 10 Sep 2016 00:02:18 +0000 (00:02 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: aebe2347a7  -s ours am: 3af57850a0 am: c17e29076e am: ca88e604e4  -s ours am: 14bc23be74 am: 2418ef1313 am: e5d9dc7eac
am: 0c476fac30  -s ours

Change-Id: Ibe1f7b4ad4dbdfdbad56f806928e4aec1d6ffe79

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:50:55 +0000 (23:50 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 659275dc30 am: 8d3e6bd3ef am: dde94fc477  -s ours am: aa1d75f5e7 am: e9a7225bf2 am: bf62cbb95e
am: e38a89dfb8  -s ours

Change-Id: I05536b488f67ccee7ceeb2bcde5f3bb50985e3e1

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:50:46 +0000 (23:50 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830 am: d07324fe85  -s ours am: f495cf6944  -s ours am: 9f37a8900e am: 40d3c1a7f0
am: 2ddc2956fd  -s ours

Change-Id: Ie0a7dad2ed06124a537077f8fb85c95bc1d49781

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:50:39 +0000 (23:50 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: aebe2347a7  -s ours am: 3af57850a0 am: c17e29076e am: ca88e604e4  -s ours am: 14bc23be74 am: 2418ef1313
am: e5d9dc7eac

Change-Id: Ibf5e67c94ab6442b3e7d3e069d021fa83d424771

8 years agoMerge "DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before...
Sungsoo Lim [Fri, 9 Sep 2016 23:46:11 +0000 (23:46 +0000)]
Merge "DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change" into mnc-dev am: 987472290c am: bcc0e5a7ab am: 883a724193 am: ba9aa89cfe  -s ours
am: 034401cfaf

Change-Id: I48a8d054110bfbf7f3e7b6b2e5829bfabd8f6133

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:46:07 +0000 (23:46 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830 am: d07324fe85  -s ours am: f495cf6944  -s ours am: 9f37a8900e
am: 40d3c1a7f0

Change-Id: I491d585b91c7d7b130bbfbcdd62aaddf57718c56

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:46:06 +0000 (23:46 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 2ee53c82cc am: 865bf88813 am: 45e14ffec6 am: 5906630ad7  -s ours
am: 85446272d3

Change-Id: I065c3361d5bf2c495243c1a5da2d5dae46f03eb8

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:44:57 +0000 (23:44 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: aebe2347a7  -s ours am: 3af57850a0 am: c17e29076e am: ca88e604e4  -s ours am: 14bc23be74
am: 2418ef1313

Change-Id: I21056ca0c2858c4414fe3c11d70d96b9fb9a8c57

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:44:44 +0000 (23:44 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 659275dc30 am: 8d3e6bd3ef am: dde94fc477  -s ours am: aa1d75f5e7 am: e9a7225bf2
am: bf62cbb95e

Change-Id: I37df2e1008676f6a8e0c4364203ce234361bb2f0

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:39:52 +0000 (23:39 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: aebe2347a7  -s ours am: 3af57850a0 am: c17e29076e am: ca88e604e4  -s ours
am: 14bc23be74

Change-Id: I697d8519269bcf82d47a00b9ed236bd285268261

8 years agoMerge "DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before...
Sungsoo Lim [Fri, 9 Sep 2016 23:38:54 +0000 (23:38 +0000)]
Merge "DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change" into mnc-dev am: 987472290c am: bcc0e5a7ab am: 883a724193
am: ba9aa89cfe  -s ours

Change-Id: Ic85cbc0ad279e0c8e8859b066ec98638cfbd1cec

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:38:34 +0000 (23:38 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 2ee53c82cc am: 865bf88813 am: 45e14ffec6
am: 5906630ad7  -s ours

Change-Id: If39f3ad11006c270690a6621dfa0c16d7b74e68c

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:37:52 +0000 (23:37 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830 am: d07324fe85  -s ours am: f495cf6944  -s ours
am: 9f37a8900e

Change-Id: Ied9ac7711abaee4d1f534d35f7882f0a93c425bf

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:37:47 +0000 (23:37 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 659275dc30 am: 8d3e6bd3ef am: dde94fc477  -s ours am: aa1d75f5e7
am: e9a7225bf2

Change-Id: Ie7fa7ee8d7f4acee388ec76ae1f687c6235c955b

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:27:21 +0000 (23:27 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: aebe2347a7  -s ours am: 3af57850a0 am: c17e29076e
am: ca88e604e4  -s ours

Change-Id: Iae1ea19a96fbf9421a24b5682c4b769af95b2660

8 years agodocs: Updated for Support Library 24.2.1
Andrew Solovay [Fri, 9 Sep 2016 21:55:40 +0000 (14:55 -0700)]
docs: Updated for Support Library 24.2.1

Added new (bugfix-only) Support Library 24.2.1. Updated "features"
page so Gradle include lines use that version.

See first comment for doc stage location.

bug: 31338993
Change-Id: Ifaeecbc47c6aeff79d6e328e19e4e8775ce51e6c

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:08:29 +0000 (23:08 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: aebe2347a7  -s ours am: 3af57850a0
am: c17e29076e

Change-Id: If6e85c284a811287a9751eb501e50dabe2dfe8b1

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:08:29 +0000 (23:08 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830 am: d07324fe85  -s ours
am: f495cf6944  -s ours

Change-Id: If47c5a777ad3c7e4cca070ca633ec01442444c8e

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:08:25 +0000 (23:08 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 659275dc30 am: 8d3e6bd3ef am: dde94fc477  -s ours
am: aa1d75f5e7

Change-Id: Ib06cad762d46ba7577a87ef19c9cfe8f83f7ba0c

8 years agoMerge "DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before...
Sungsoo Lim [Fri, 9 Sep 2016 23:07:52 +0000 (23:07 +0000)]
Merge "DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change" into mnc-dev am: 987472290c am: bcc0e5a7ab
am: 883a724193

Change-Id: I3766dbd982ea51e8f7429da76bce8b9feebbfe8d

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:07:49 +0000 (23:07 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 2ee53c82cc am: 865bf88813
am: 45e14ffec6

Change-Id: I1a6d79242b6f972dca5bb7eb6ddd37960b1cd4f9

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:01:41 +0000 (23:01 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 659275dc30 am: 8d3e6bd3ef
am: dde94fc477  -s ours

Change-Id: I301706cbdc5fd2ca56eb671891e55fd31dfa469a

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:00:35 +0000 (23:00 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 1bdd10a953 am: b336cce830
am: d07324fe85  -s ours

Change-Id: Ie3049cea7663d06632b0e3139f30f01e7dba5df0

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 23:00:21 +0000 (23:00 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: aebe2347a7  -s ours
am: 3af57850a0

Change-Id: I70f6b639cab68d401d3927c67192d3b89e08eee3

8 years agoMerge "DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before...
Sungsoo Lim [Fri, 9 Sep 2016 22:55:14 +0000 (22:55 +0000)]
Merge "DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change" into mnc-dev am: 987472290c
am: bcc0e5a7ab

Change-Id: I03932a82253351dd46dee8bdd7e8910bd5862410

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change...
Sungsoo [Fri, 9 Sep 2016 22:55:11 +0000 (22:55 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change am: 2ee53c82cc
am: 865bf88813

Change-Id: I1a59ad0872c98a416efa7bfc8800d65c01cea3f8

8 years agoDO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change
Sungsoo [Fri, 9 Sep 2016 22:54:32 +0000 (22:54 +0000)]
DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change
am: aebe2347a7  -s ours

Change-Id: I58dd093cb10fd89e44d59867f5a4c1a378a61661