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

Commit acbf8179 authored by frankpreel's avatar frankpreel
Browse files

8 and 8Pro support

parent 5c5802d0
Loading
Loading
Loading
Loading
+2 −3
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 
- 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
@@ -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");