Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Jan 25, 2017
2 parents e2c71fe + 5fdb995 commit 175847e
Show file tree
Hide file tree
Showing 103 changed files with 238 additions and 161 deletions.
30 changes: 22 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,38 @@
# Change Log

## 0.5-RC1
## 0.5.1

This is a service release that fixes the following bugs:

* [509683](https://bugs.eclipse.org/bugs/show_bug.cgi?id=509683) Andmore NDK plugin is missing an execution environment
* [509666](https://bugs.eclipse.org/bugs/show_bug.cgi?id=509666) NPE in visual editor causes load failures
* [509663](https://bugs.eclipse.org/bugs/show_bug.cgi?id=509663) Support for aapt --no-version-vectors option
* [484566](https://bugs.eclipse.org/bugs/show_bug.cgi?id=484566) NPE in BaseBuilder.abortOnBadSetup
* [505930](https://bugs.eclipse.org/bugs/show_bug.cgi?id=505930) Exception While Linting

## 0.5

See the notes for each 0.5 milestone below.

### 0.5-RC1

This milestone signs the Andmore bundles with the certificate of the Eclipse Foundation.

* [459574](https://bugs.eclipse.org/bugs/show_bug.cgi?id=459574) Migrate Build to use the CBI

## 0.5-M7
### 0.5-M7

This milestone updates the embedded Android SDK to version 24.4.1.

* [461942](https://bugs.eclipse.org/bugs/show_bug.cgi?id=461942) Update to latest Android SDK support libraries

## 0.5-M6
### 0.5-M6

This milestone adds a field in the DDMS preference page for selecting the debug port.

* [489253](https://bugs.eclipse.org/bugs/show_bug.cgi?id=489253) Add Preference Page Entry for Selected Debug Port

## 0.5-M5
### 0.5-M5

This milestone fixes the Signing and Keys view and provides it as a separate installable feature on the update site.

Expand All @@ -28,14 +42,14 @@ This milestone fixes the Signing and Keys view and provides it as a separate ins
* [484667](https://bugs.eclipse.org/bugs/show_bug.cgi?id=484667) Fix plugin and features vendor/provider name
* [484689](https://bugs.eclipse.org/bugs/show_bug.cgi?id=484689) Feature names to comply with Android trademark

## 0.5-M4
### 0.5-M4

This milestone fixes a build error against the Eclipse Neon release.

* [483020](https://bugs.eclipse.org/bugs/show_bug.cgi?id=483020) Build error against Neon
* [484277](https://bugs.eclipse.org/bugs/show_bug.cgi?id=484277) Unify logo contributions to the About dialog

## 0.5-M3
### 0.5-M3

This milestone introduces MultiDex support. The update site is improved to support correct installation of Andmore on Eclipse older then Luna.

Expand All @@ -45,7 +59,7 @@ This milestone introduces MultiDex support. The update site is improved to suppo
* [471469](https://bugs.eclipse.org/bugs/show_bug.cgi?id=471469) Add Profile to use released MARs artifacts as part of the build
* [460132](https://bugs.eclipse.org/bugs/show_bug.cgi?id=460132) Fix license terms for dual licensed plugins

## 0.5-M2
### 0.5-M2

Milestone two provides some stability and usability improvements. The biggest change is that the XML Editor no longer assumes it is the only editor.
Also the Database Perspective and browser have been fixed to show all the icons in the tree.
Expand All @@ -56,7 +70,7 @@ Also the Database Perspective and browser have been fixed to show all the icons
* [471527](https://bugs.eclipse.org/bugs/show_bug.cgi?id=471527) Some wizards still open the Java perspective instead of the Android perspective
* [468473](https://bugs.eclipse.org/bugs/show_bug.cgi?id=468473) Android Database Explorer throws NPE when expanding tree

## 0.5-M1
### 0.5-M1

This is the first public stable build for the Andmore project. This release may have bugs and missing features but should be
useable for most every day development.
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/features/basic/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.andmore.android.basic.feature"
label="%feature.label"
version="0.5.0.qualifier"
version="0.5.1.qualifier"
provider-name="%feature.provider.name"
plugin="org.eclipse.andmore.android.common"
os="linux,macosx,win32"
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/features/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/features/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.andmore.android.feature"
label="%feature.android.label"
version="0.5.0.qualifier"
version="0.5.1.qualifier"
provider-name="%feature.android.provider.name"
plugin="org.eclipse.andmore.android.product"
os="linux,macosx,win32"
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/features/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/features/sign/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.andmore.sign.feature"
label="%feature.label"
version="0.5.0.qualifier"
version="0.5.1.qualifier"
provider-name="%feature.provider.name"
plugin="org.eclipse.andmore.android.certmanager"
os="linux,macosx,win32"
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/features/sign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.codeutils;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.codeutils.CodeUtilsActivator
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/android.codeutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.linux.x86;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.andmore.android
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/android.linux.x86/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.andmore.android.linux.x86_64;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Vendor: %Bundle-Vendor
Fragment-Host: org.eclipse.andmore.android
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/android.linux.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/android.macosx/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.macosx;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.andmore.android
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/android.macosx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.andmore.android.win32.x86;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Vendor: %Bundle-Vendor
Fragment-Host: org.eclipse.andmore.android
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/android.win32.x86/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.andmore.android.win32.x86_64;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Vendor: %Bundle-Vendor
Fragment-Host: org.eclipse.andmore.android
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/android.win32.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/android/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.AndroidPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/certmanager/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.certmanager;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.certmanager.CertificateManagerActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/certmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/common/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.common;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.common.CommonPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/db.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.db.core;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.db.core.DbCoreActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/db.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/db.devices/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.db.devices;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.db.devices.DbDevicesPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/db.devices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/devices.services/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.devices.services;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.devices.services.DeviceServicesPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.andmore.android,
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/devices.services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/emulator/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.emulator;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.emulator.EmulatorPlugin
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/emulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/handset/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.handset;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.handset.HandsetPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.andmore.android,
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/handset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.andmore</groupId>
<artifactId>andmore-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.andmore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion andmore-core/plugins/installer/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.andmore.android.installer;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.5.1.qualifier
Bundle-Activator: org.eclipse.andmore.android.installer.InstallerPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
Loading

0 comments on commit 175847e

Please sign in to comment.