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

Commit 02262205 authored by Frank Preel's avatar Frank Preel
Browse files

Merge branch '8_8pro' into 'master'

8 and 8Pro support (blacklisted)

See merge request !185
parents 07fcea03 e26efb70
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -45,14 +45,13 @@ developer:
- Israel Yago pereira

## Changelogs
### v0.16.0 (candidate)
	- OnePlus 8 Pro
	- OnePlus 8

### v0.15.1 
### v0.15.1 (candidate)
- 431 optionally lock bootloader after flashing
- 432 Check the path to the files in MSWindows
- 434 Easy Installer detect 2e as not compatible
- OnePlus 8 Pro (disabled until fingerprint issue fixed)
- OnePlus 8 (disabled until fingerprint issue fixed)

### v0.15.0
- No shortcut created when installing from a non-admin account on Windows
+1 −1
Original line number Diff line number Diff line
@@ -41,4 +41,4 @@ SET FASTBOOT_CMD="%FASTBOOT_PATH%fastboot"
SET ADB_CMD="%FASTBOOT_PATH%adb"


%FASTBOOT_CMD% flash recovery %E_IMAGE_PATH%
%FASTBOOT_CMD% flash recovery "%E_IMAGE_PATH%"
+1 −1
Original line number Diff line number Diff line
# Maintainer: efoundation <dev [at] e -dot- email>
# Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks>
pkgname=easy-installer
pkgver=0.15.0
pkgver=0.15.1
pkgrel=1
pkgdesc="The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices."
arch=('x86_64')
+1 −1
Original line number Diff line number Diff line
name: easy-installer
version: 'v0.15.0'
version: 'v0.15.1'
summary: Easy installation of /e/ OS - the Google-free Android-based mobile OS
description: |
  The /e/ OS Installer has been created to make the installation of 
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import java.nio.file.Paths;
public abstract class AppConstants {


    public final static String APP_VERSION = "v0.16.0";
    public final static String APP_VERSION = "v0.15.1";
    public final static String Separator = FileSystems.getDefault().getSeparator();
    public final static String OsName = System.getProperty("os.name");
    public final static String JavaHome = System.getProperty("java.home");
Loading