[Replicant] [PATCH 3/3] supported-devices: Remove Galaxy S and Nexus S

Joonas Kylmälä joonas.kylmala at iki.fi
Mon Apr 22 06:30:01 UTC 2019


The commit message is missing the reason why to remove these, can you add?

Denis 'GNUtoo' Carikli:
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
> ---
>  supported-devices.php | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/supported-devices.php b/supported-devices.php
> index ff3129d..3f56b4c 100644
> --- a/supported-devices.php
> +++ b/supported-devices.php
> @@ -4,23 +4,17 @@
>  	<div class="page-header"><h2>Supported devices</h2></div>
>  	<h3>Maintained devices</h3>
>  	<div class="row row-eq-height">
> -		<div class="col-md-3">
> -			<a href="//redmine.replicant.us/projects/replicant/wiki/NexusSI902x" class="thumbnail supported-device"><img src="images/supported-devices/crespo.png" alt="Nexus S (I902x)" /><br />Nexus S (I902x)</a>
> -		</div>
> -		<div class="col-md-3">
> -			<a href="//redmine.replicant.us/projects/replicant/wiki/GalaxySI9000" class="thumbnail supported-device"><img src="images/supported-devices/galaxysmtd.png" alt="Galaxy S (I9000)" /><br />Galaxy S (I9000)</a>
> -		</div>
>  		<div class="col-md-3">
>  			<a href="//redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100" class="thumbnail supported-device"><img src="images/supported-devices/i9100.png" alt="Galaxy S 2 (I9100)" /><br />Galaxy S 2 (I9100)</a>
>  		</div>
>  		<div class="col-md-3">
>  			<a href="//redmine.replicant.us/projects/replicant/wiki/GalaxyNoteN7000" class="thumbnail supported-device"><img src="images/supported-devices/n7000.png" alt="Galaxy Note (N7000)" /><br />Galaxy Note (N7000)</a>
>  		</div>
> -	</div>
> -	<div class="row row-eq-height">
>  		<div class="col-md-3">
>  			<a href="//redmine.replicant.us/projects/replicant/wiki/GalaxyNexusI9250" class="thumbnail supported-device"><img src="images/supported-devices/maguro.png" alt="Galaxy Nexus (I9250)" /><br />Galaxy Nexus (I9250)</a>
>  		</div>
> +	</div>
> +	<div class="row row-eq-height">
>  		<div class="col-md-3">
>  			<a href="//redmine.replicant.us/projects/replicant/wiki/GalaxyS3I9300" class="thumbnail supported-device"><img src="images/supported-devices/i9300.png" alt="Galaxy S 3 (I9300)" /><br />Galaxy S 3 (I9300)</a>
>  		</div>
> @@ -57,6 +51,12 @@
>  		<div class="col-md-3">
>  			<a href="//redmine.replicant.us/projects/replicant/wiki/NexusOne" class="thumbnail supported-device"><img src="images/supported-devices/passion.png" alt="Nexus One" /><br />Nexus One</a>
>  		</div>
> +		<div class="col-md-3">
> +			<a href="//redmine.replicant.us/projects/replicant/wiki/NexusSI902x" class="thumbnail supported-device"><img src="images/supported-devices/crespo.png" alt="Nexus S (I902x)" /><br />Nexus S (I902x)</a>
> +		</div>
> +		<div class="col-md-3">
> +			<a href="//redmine.replicant.us/projects/replicant/wiki/GalaxySI9000" class="thumbnail supported-device"><img src="images/supported-devices/galaxysmtd.png" alt="Galaxy S (I9000)" /><br />Galaxy S (I9000)</a>
> +		</div>
>  	</div>
>  
>  	<div class="page-header" id="stores"><h2>Stores</h2></div>
> 


More information about the Replicant mailing list