Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90f54990 authored by Ronak Patel's avatar Ronak Patel
Browse files

Merge branch 'master' into 'add-verified-boot-section'

# Conflicts:
#   htdocs/assets/js/code.js
parents 0fdc80a8 c83368a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ width: 76.9 mm
wifi: 802.11 a/b/g/n/ac, Dual band, Wi-Fi Direct, Hotspot
build_version_stable: R
is_lineageos_official: false
removable_battery: 1
removable_battery: 0
sim_slots: 2
region: All
maturity: green
+6 −12
Original line number Diff line number Diff line
@@ -19,19 +19,13 @@
  <!--SMARTPHONE SELECTOR COLLAPSE START-->
  <div class="row mt-3">
    <div class="col">
      <p class="ml-n2">
        <a
          class="btn btn-white text-wrap font-weight-bold btn-bk-hide text-capitalize text-decoration-none border-0"
          data-toggle="collapse"
          href="#collapse-selector-screen"
          role="button"
          aria-expanded="false"
          aria-controls="collapse-selector-screen"
        >
          Looking for a specific model or brand? Click me for all search
          options.....
      <p class="">
        <a class="text-wrap font-weight-bold btn-bk-hide text-capitalize text-decoration-none border-0 collapsed"
          data-toggle="collapse" href="#collapse-selector-screen" role="button" aria-expanded="false" id="device-filters"
          aria-controls="collapse-selector-screen">
          Search options...
        </a>
        <span class="btn btn-light mt-1" id="btnReset">Clear</span>
        <span class="mt-1 mb-1" id="btnReset" style="display: none;">Clear X</span>
      </p>

      <div class="collapse myCollapse" id="collapse-selector-screen">
+3 −3
Original line number Diff line number Diff line
@@ -116,10 +116,10 @@ Some devices which are on /e/OS but not updated to v1.0 are still on the legacy

Simplest way is to download and try to install apks one by one. Only the correct apk for your device will be successfully installed, the rest will fail due to signature mismatch. Once you have one of the below apks installed, you don't need to try the other apks.

App Lounge v2.4.8 (released with /e/OS v1.9):
App Lounge v2.5.1 (released with /e/OS v1.11):

- [App Lounge v2.5.0 for `dev` devices](/assets/apks/app_lounge/AppLounge-2.5.0-releaseDev.apk)
- [App Lounge v2.5.0 for `stable` devices](/assets/apks/app_lounge/AppLounge-2.5.0-releaseStable.apk)
- [App Lounge v2.5.1 for `dev` devices](/assets/apks/app_lounge/AppLounge-2.5.1-releaseDev.apk)
- [App Lounge v2.5.1 for `stable` devices](/assets/apks/app_lounge/AppLounge-2.5.1-releaseStable.apk)

**How to revert back to the old "Apps" application?**

+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@

{% if device.codename == "lemonade" %}
1. Download the following files from the directory [here](https://murena.io/s/eByy9jB8N8xixxw).
{% elsif device.codename == "renoir" %}
1. Download the following files from the directory [here](https://mirror.math.princeton.edu/pub/lineageos/full/renoir/20230402/).
{% else %}
1. Download the following files from the directory named with the latest date [here](https://mirror.math.princeton.edu/pub/lineageos/full/{{ device.codename }}/).
{% endif %}
+137 KiB (16.7 MiB)

File changed and moved.

No diff preview for this file type.

Loading