Enable Material theme for Android (part 2) These two SVG resources should have been included in the previous CL. Without them, you cannot build Mozc for Android. BUG=none TEST=manually done with Nexus 5 / Android 5.0.1 (LRX22C) git-svn-id: https://mozc.googlecode.com/svn/trunk@468 a6090854-d499-a067-5803-1114d4e51264
diff --git a/src/data/images/android/svg/qwerty__function__delete__icon.svg b/src/data/images/android/svg/qwerty__function__delete__icon.svg new file mode 100644 index 0000000..feb01f5 --- /dev/null +++ b/src/data/images/android/svg/qwerty__function__delete__icon.svg
@@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + Copyright 2010-2014, Google Inc. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--> +<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns="http://www.w3.org/2000/svg" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/" + version="1.1" + width="68" + height="56"> + <!-- Original size: 71.018707 x 54 --> + <g transform="matrix(0.594,0,0,0.594,12.74,12.07)"> + <path id="style-keyicon-qwerty-function" fill-rule="nonzero" fill="#000" d="m51.696666,12.71-10.542,10.542-10.5-10.5-3.747,3.747,10.75,10.75-10.919,10.753,3.833,4,10.604-10.146,10.229,10.146,4-4-10.247-10.92,10.456-10.455-3.917-3.917zm13.322,41.29-44,0s-3.834-0.084-6-3.917001l-13.9999993-20s-2.292-2.582999,0-6c1.8259996-2.722,12.9999993-19.999999,12.9999993-19.999999s2.625-4.00000046,7-4.00000046l44-0.08300000417s5.917001,0,6,6.083000464v41.999999s0,5.917001-6,5.917001"/> + </g> +</svg>
diff --git a/src/data/images/android/svg/twelvekeys__function__delete__icon.svg b/src/data/images/android/svg/twelvekeys__function__delete__icon.svg new file mode 100644 index 0000000..0aaeadf --- /dev/null +++ b/src/data/images/android/svg/twelvekeys__function__delete__icon.svg
@@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + Copyright 2010-2014, Google Inc. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--> +<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns="http://www.w3.org/2000/svg" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/" + version="1.1" + width="68" + height="56"> + <!-- Original size: 71.018707 x 54 --> + <g transform="matrix(0.594,0,0,0.594,12.74,12.07)"> + <path id="style-keyicon-twelvekeys-function" fill-rule="nonzero" fill="#000" d="m51.696666,12.71-10.542,10.542-10.5-10.5-3.747,3.747,10.75,10.75-10.919,10.753,3.833,4,10.604-10.146,10.229,10.146,4-4-10.247-10.92,10.456-10.455-3.917-3.917zm13.322,41.29-44,0s-3.834-0.084-6-3.917001l-13.9999993-20s-2.292-2.582999,0-6c1.8259996-2.722,12.9999993-19.999999,12.9999993-19.999999s2.625-4.00000046,7-4.00000046l44-0.08300000417s5.917001,0,6,6.083000464v41.999999s0,5.917001-6,5.917001"/> + </g> +</svg>
diff --git a/src/mozc_version_template.txt b/src/mozc_version_template.txt index c4ebf59..a37ac72 100644 --- a/src/mozc_version_template.txt +++ b/src/mozc_version_template.txt
@@ -1,6 +1,6 @@ MAJOR=2 MINOR=16 -BUILD=2004 +BUILD=2005 REVISION=102 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be # downloaded by NaCl Mozc.