2019-08-15 15:45:15 -07:00
|
|
|
<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>
|
2019-01-20 20:27:20 +01:00
|
|
|
|
|
|
|
<div class="alert alert-warning" role="alert">
|
2019-08-15 15:45:15 -07:00
|
|
|
<strong>{% t mobile_os.google_warning %}</strong>
|
2019-01-20 20:27:20 +01:00
|
|
|
</div>
|
|
|
|
|
2019-08-16 14:22:56 -05:00
|
|
|
{%- capture mobile_os_lineageos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
|
2019-08-15 15:45:15 -07:00
|
|
|
{%- capture mobile_os_lineageos_descr -%}{% t mobile_os.lineageos_descr %}{%- endcapture -%}
|
2019-08-16 14:22:56 -05:00
|
|
|
{%- capture mobile_os_ubuntu_touch_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
|
2019-08-15 15:45:15 -07:00
|
|
|
{%- capture mobile_os_ubuntu_touch_descr -%}{% t mobile_os.ubuntu_touch_descr %}{%- endcapture -%}
|
2019-08-16 14:22:56 -05:00
|
|
|
{%- capture mobile_os_grapheneos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
|
2019-08-15 15:45:15 -07:00
|
|
|
{%- capture mobile_os_grapheneos_descr -%}{% t mobile_os.grapheneos_descr %}{%- endcapture -%}
|
|
|
|
|
2019-08-12 20:22:29 -05:00
|
|
|
{% include cardv2.html
|
|
|
|
title="GrapheneOS"
|
|
|
|
image="/assets/img/tools/GrapheneOS.png"
|
2019-08-16 15:26:20 -05:00
|
|
|
description=mobile_os_grapheneos_descr
|
2019-08-12 20:22:29 -05:00
|
|
|
badges="info:AOSP"
|
2019-08-16 15:26:20 -05:00
|
|
|
labels=mobile_os_grapheneos_labels
|
2019-08-12 20:22:29 -05:00
|
|
|
website="https://grapheneos.org/"
|
|
|
|
github="https://github.com/GrapheneOS/"
|
|
|
|
%}
|
|
|
|
|
|
|
|
{% include cardv2.html
|
|
|
|
title="LineageOS"
|
|
|
|
image="/assets/img/tools/LineageOS.png"
|
2019-08-16 15:26:20 -05:00
|
|
|
description=mobile_os_lineageos_descr
|
2019-08-12 20:22:29 -05:00
|
|
|
badges="info:AOSP"
|
2019-08-16 15:26:20 -05:00
|
|
|
labels=mobile_os_lineageos_labels
|
2019-08-12 20:22:29 -05:00
|
|
|
website="https://www.lineageos.org/"
|
|
|
|
github="https://github.com/LineageOS"
|
|
|
|
%}
|
|
|
|
|
|
|
|
{% include cardv2.html
|
|
|
|
title="Ubuntu Touch"
|
|
|
|
image="/assets/img/tools/Ubuntu-Touch.png"
|
2019-08-16 15:26:20 -05:00
|
|
|
description=mobile_os_ubuntu_touch_descr
|
2019-08-12 20:22:29 -05:00
|
|
|
badges="info:GNU/Linux"
|
2019-08-16 15:26:20 -05:00
|
|
|
labels=mobile_os_ubuntu_touch_labels
|
2019-08-12 20:22:29 -05:00
|
|
|
website="https://ubuntu-touch.io/"
|
|
|
|
github="https://github.com/ubports"
|
|
|
|
%}
|
2019-01-20 20:27:20 +01:00
|
|
|
|
2019-08-15 15:45:15 -07:00
|
|
|
<h3>{% t mobile_os.worth_mentioning %}</h3>
|
2019-01-20 20:27:20 +01:00
|
|
|
|
|
|
|
<ul>
|
2019-08-16 15:26:20 -05:00
|
|
|
<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>
|
2019-01-20 20:27:20 +01:00
|
|
|
</ul>
|