summaryrefslogtreecommitdiff
path: root/adt-branding/src/idea/AndroidStudioApplicationInfo.xml
blob: 5fdf4f3951a579d0590d2256f66e840697f7d486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!--
  ~ Copyright 2000-2013 JetBrains s.r.o.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~ http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<component>
  <version major="1" minor="2" micro="0" patch="4" full="{0}.{1} Preview 4" eap="true" />
  <company name="Google" url="http://developer.android.com"/>
  <build number="__BUILD_NUMBER__" date="__BUILD_DATE__" apiVersion="141.177"/>
  <install-over minbuild="0.1" maxbuild="999.999999" version="0"/>
  <logo url="/artwork/studio_splash.png" textcolor="cccccc" progressColor="90c653" progressY="238" progressTailIcon="/community_progress_tail.png"/>
  <about url="/artwork/studio_about.png" foreground="cccccc"/>
  <icon size128="/artwork/icon_AS_128.png" size32="/artwork/icon_AS.png" size16="/artwork/icon_AS_small.png" size32opaque="/artwork/icon_AS_white.png" size12="/artwork/toolWindowProject_AS.png" ico="artwork/androidstudio.ico"/>
  <package code="__PACKAGE_CODE__"/>
  <names product="Studio" fullname="Android Studio" script="studio"/> <!-- fullname is used by NPW to show default folder for projects as -->

  <welcome-screen logo-url="/artwork/welcome.png"
                  caption-url="/welcomeCaption_community.png"
                  slogan-url="/developSlogan_community.png"/>

  <editor background-url="/artwork/studio_logo_background.png"/>

  <plugins url="http://plugins.jetbrains.com"/>
  <update-urls check="https://dl.google.com/android/studio/patches/updates.xml"
               patches="https://dl.google.com/android/studio/patches/"/>

  <help file="ideahelp.jar" root="idea"/>
  <documentation url="http://tools.android.com/welcome-to-android-studio"/>
  <feedback eap-url="https://code.google.com/p/android/issues/entry?template=Android Studio bug&amp;comment=Build: $VERSION, __BUILD_NUMBER__, __BUILD_DATE__, $DESCR &#10;&#10;IMPORTANT: Please read http://tools.android.com/filing-bugs carefully and supply all required information.&amp;status=New"
        release-url="https://code.google.com/p/android/issues/entry?template=Android Studio bug&amp;comment=Build: $VERSION, __BUILD_NUMBER__, __BUILD_DATE__, $DESCR &#10;&#10;IMPORTANT: Please read http://tools.android.com/filing-bugs carefully and supply all required information.&amp;status=New"/>
  <whatsnew url="http://tools.android.com/recent"/>
  <keymap win="https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard.pdf"
          mac="https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf"/>

  <!--
  Temporarily disabled: There is a bug in IDEA which prevents having a single plugins page extension.
  <plugins-page category="VCS Integration" title="Select VCS Integration Plugins"/>
  -->

  <statistics settings="https://dl.google.com/android/studio/stats/stat-assistant.xml"
              service="https://dl.google.com/android/studio/stats/upload"
              service-key="android-studio" />

</component>