This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
forked from xhteam/tools-motodev
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from kaloyan-raev/about
[484277] Unify logo contributions to the About dialog
- Loading branch information
Showing
21 changed files
with
59 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
blurb=Eclipse Andmore\n\ | ||
blurb=Android Development Tools\n\ | ||
\n\ | ||
Version: {featureVersion}\n\ | ||
Version\: {featureVersion}\n\ | ||
\n\ | ||
Build id: {1}\n\ | ||
\n\ | ||
Copyright (C) 2012 The Android Open Source Project\n\ | ||
(c) Copyright Eclipse contributors and others 2007, 2015. All rights reserved.\n\ | ||
Visit http://www.eclipse.org/andmore\n\ | ||
\n\ | ||
The Android robot is reproduced or modified from work created and shared by Google and \ | ||
used according to terms described in the Creative Commons 3.0 Attribution License. |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
android-core/plugins/org.eclipse.andmore.gldebugger/about.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# about.ini | ||
# contains information about a feature | ||
# java.io.Properties file (ISO 8859-1 with "\" escapes) | ||
# "%key" are externalized strings defined in about.properties | ||
# This file does not need to be translated. | ||
|
||
# Property "aboutText" contains blurb for "About" dialog (translated) | ||
aboutText=%blurb | ||
|
||
# Property "windowImage" contains path to window icon (16x16) | ||
# needed for primary features only | ||
|
||
# Property "featureImage" contains path to feature image (32x32) | ||
featureImage=icons/andmore32.png | ||
|
||
# Property "aboutImage" contains path to product image (500x330 or 115x164) | ||
# needed for primary features only | ||
|
||
# Property "appName" contains name of the application (translated) | ||
# needed for primary features only | ||
|
||
# Property "welcomePerspective" contains the id of the perspective in which the | ||
# welcome page is to be opened. | ||
# optional |
9 changes: 9 additions & 0 deletions
9
android-core/plugins/org.eclipse.andmore.gldebugger/about.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
blurb=Android Tracer for OpenGL ES\n\ | ||
\n\ | ||
Version\: {featureVersion}\n\ | ||
\n\ | ||
(c) Copyright Eclipse contributors and others 2007, 2015. All rights reserved.\n\ | ||
Visit http://www.eclipse.org/andmore\n\ | ||
\n\ | ||
The Android robot is reproduced or modified from work created and shared by Google and \ | ||
used according to terms described in the Creative Commons 3.0 Attribution License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+2.67 KB
android-core/plugins/org.eclipse.andmore.gldebugger/icons/andmore32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
android-core/plugins/org.eclipse.andmore.hierarchyviewer/about.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
aboutText=%blurb | ||
featureImage=icons/hierarchyviewer-32.png | ||
featureImage=icons/andmore32.png |
10 changes: 6 additions & 4 deletions
10
android-core/plugins/org.eclipse.andmore.hierarchyviewer/about.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
blurb=Hierarchy Viewer\n\ | ||
blurb=Android Hierarchy Viewer\n\ | ||
\n\ | ||
Version\: {featureVersion}\n\ | ||
\n\ | ||
(c) Copyright 2010-2011 The Android Open Source Project. All rights reserved.\n\ | ||
Visit http://www.eclipse.org/andmore | ||
|
||
(c) Copyright Eclipse contributors and others 2007, 2015. All rights reserved.\n\ | ||
Visit http://www.eclipse.org/andmore\n\ | ||
\n\ | ||
The Android robot is reproduced or modified from work created and shared by Google and \ | ||
used according to terms described in the Creative Commons 3.0 Attribution License. |
Binary file added
BIN
+2.67 KB
android-core/plugins/org.eclipse.andmore.hierarchyviewer/icons/andmore32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
aboutText=%blurb | ||
featureImage=icons/android-32.png | ||
featureImage=icons/andmore32.png |
4 changes: 2 additions & 2 deletions
4
android-core/plugins/org.eclipse.andmore.ndk/about.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
aboutText=%blurb | ||
featureImage=icons/traceview-32.png | ||
featureImage=icons/andmore32.png |
4 changes: 2 additions & 2 deletions
4
android-core/plugins/org.eclipse.andmore.traceview/about.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+2.67 KB
android-core/plugins/org.eclipse.andmore.traceview/icons/andmore32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
aboutText=%blurb | ||
featureImage=icons/android-32.png | ||
featureImage=icons/andmore32.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.