51 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h1 id="mobile_os" class="anchor"><a href="#mobile_os"><i class="fas fa-link anchor-icon"></i></a> {% t mobile_os.mobile_operating_systems %}</h1>
 | 
						|
 | 
						|
<div class="alert alert-warning" role="alert">
 | 
						|
  <strong>{% t mobile_os.google_warning %}</strong>
 | 
						|
</div>
 | 
						|
 | 
						|
{%- capture mobile_os_lineageos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
 | 
						|
{%- capture mobile_os_lineageos_descr -%}{% t mobile_os.lineageos_descr %}{%- endcapture -%}
 | 
						|
{%- capture mobile_os_ubuntu_touch_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
 | 
						|
{%- capture mobile_os_ubuntu_touch_descr -%}{% t mobile_os.ubuntu_touch_descr %}{%- endcapture -%}
 | 
						|
{%- capture mobile_os_grapheneos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
 | 
						|
{%- capture mobile_os_grapheneos_descr -%}{% t mobile_os.grapheneos_descr %}{%- endcapture -%}
 | 
						|
 | 
						|
{% include cardv2.html
 | 
						|
title="GrapheneOS"
 | 
						|
image="/assets/img/tools/GrapheneOS.png"
 | 
						|
description=mobile_os_grapheneos_descr
 | 
						|
badges="info:AOSP"
 | 
						|
labels=mobile_os_grapheneos_labels
 | 
						|
website="https://grapheneos.org/"
 | 
						|
github="https://github.com/GrapheneOS/"
 | 
						|
%}
 | 
						|
 | 
						|
{% include cardv2.html
 | 
						|
title="LineageOS"
 | 
						|
image="/assets/img/tools/LineageOS.png"
 | 
						|
description=mobile_os_lineageos_descr
 | 
						|
badges="info:AOSP"
 | 
						|
labels=mobile_os_lineageos_labels
 | 
						|
website="https://www.lineageos.org/"
 | 
						|
github="https://github.com/LineageOS"
 | 
						|
%}
 | 
						|
 | 
						|
{% include cardv2.html
 | 
						|
title="Ubuntu Touch"
 | 
						|
image="/assets/img/tools/Ubuntu-Touch.png"
 | 
						|
description=mobile_os_ubuntu_touch_descr
 | 
						|
badges="info:GNU/Linux"
 | 
						|
labels=mobile_os_ubuntu_touch_labels
 | 
						|
website="https://ubuntu-touch.io/"
 | 
						|
github="https://github.com/ubports"
 | 
						|
%}
 | 
						|
 | 
						|
<h3>{% t mobile_os.worth_mentioning %}</h3>
 | 
						|
 | 
						|
<ul>
 | 
						|
  <li><a href="https://www.replicant.us/">Replicant</a> <span class="badge badge-info">AOSP</span> - {% t mobile_os.replicant_descr %}</li>
 | 
						|
  <li><a href="https://www.omnirom.org/">OmniROM</a> <span class="badge badge-info">AOSP</span> <span class="badge badge-warning" data-toggle="tooltip" title="{% t global.contrib %}">contrib <i class="far fa-question-circle"></i></span> - {% t mobile_os.omnirom_descr %}</li>
 | 
						|
  <li><a href="https://microg.org/">MicroG</a> <span class="badge badge-info">Add-on Package</span> <span class="badge badge-warning" data-toggle="tooltip" title="{% t global.contrib %}">contrib <i class="far fa-question-circle"></i></span> - {% t mobile_os.microg_descr %} {% t mobile_os.microg_lineage %} <a href="https://lineage.microg.org/">Lineage for microG</a>.</li>
 | 
						|
</ul>
 |