Loading README.md +10 −12 Original line number Diff line number Diff line Loading @@ -38,9 +38,17 @@ developer: [Vincent Bourgmayer](vincent.bourgmayer@e.email) ## Changelogs ### v0.13.2-beta (current - unreleased) ### v0.13.3-beta (current - unreleased) ### v0.13.1-beta (latest release) ### v0.13.2-beta (latest release) - Revert support of Volla phone - Update translations - Update dutch translations - by Edoardo Regni - Update german translations - by F. Wildermuth - Update russian translations - by Nikolay Sinyov - Update Italian translations - by Paolo Pantaleo ### v0.13.1-beta - Remove useless/unused code from FlashThread.java - Refactor Device.java into Phone.java - Easy-installer now detect Volla phone as a GS290 Loading @@ -50,16 +58,6 @@ developer: [Vincent Bourgmayer](vincent.bourgmayer@e.email) - Update French translations - by Piero & Vincent Bourgmayer - Update German translations - by F. Wildermuth ### v0.13.0-beta - Download sources in device specific folder (#325) - update Installation step's title for S9 and S9+ (#339) - Update german translation - by F. Wildermuth, Mex Salem, Anonymous, Vincent Bourgmayer - Update russian translation - by Nikolay Sinyov - Update basque translation - by Porrumentzio - Update dutch translation - by Edoardo Regni - Add new step to make "oem unlock" visible for S9/S9+ (#308) - Add Teracube 2e support to Easy-installer ## Documentation To run directly from source: `./gradlew run -Dorg.gradle.java.home=buildSrc/linux/jdk-11.0.2/` Loading pkg/arch/PKGBUILD +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.13.1 pkgver=0.13.2 pkgrel=4 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') Loading snap/snapcraft.yaml +1 −1 Original line number Diff line number Diff line name: easy-installer version: 'v0.13.1-beta' version: 'v0.13.2-beta' 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 Loading src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import java.nio.file.Paths; */ public abstract class AppConstants { public final static String APP_VERSION = "v0.13.1-beta"; public final static String APP_VERSION = "v0.13.2-beta"; 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 windows-installer-mui.nsi +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ #-------------------------------- RequestExecutionLevel admin #if 'user' then it can't install in C:\Program files !define MUI_ICON "buildSrc/windows/easy-installer.ico" !define appVersion "v0.13.1-beta" !define appVersion "v0.13.2-beta" Name "Easy-installer ${appVersion}" # define installation directory InstallDir "$PROGRAMFILES64\easy-installer" Loading Loading
README.md +10 −12 Original line number Diff line number Diff line Loading @@ -38,9 +38,17 @@ developer: [Vincent Bourgmayer](vincent.bourgmayer@e.email) ## Changelogs ### v0.13.2-beta (current - unreleased) ### v0.13.3-beta (current - unreleased) ### v0.13.1-beta (latest release) ### v0.13.2-beta (latest release) - Revert support of Volla phone - Update translations - Update dutch translations - by Edoardo Regni - Update german translations - by F. Wildermuth - Update russian translations - by Nikolay Sinyov - Update Italian translations - by Paolo Pantaleo ### v0.13.1-beta - Remove useless/unused code from FlashThread.java - Refactor Device.java into Phone.java - Easy-installer now detect Volla phone as a GS290 Loading @@ -50,16 +58,6 @@ developer: [Vincent Bourgmayer](vincent.bourgmayer@e.email) - Update French translations - by Piero & Vincent Bourgmayer - Update German translations - by F. Wildermuth ### v0.13.0-beta - Download sources in device specific folder (#325) - update Installation step's title for S9 and S9+ (#339) - Update german translation - by F. Wildermuth, Mex Salem, Anonymous, Vincent Bourgmayer - Update russian translation - by Nikolay Sinyov - Update basque translation - by Porrumentzio - Update dutch translation - by Edoardo Regni - Add new step to make "oem unlock" visible for S9/S9+ (#308) - Add Teracube 2e support to Easy-installer ## Documentation To run directly from source: `./gradlew run -Dorg.gradle.java.home=buildSrc/linux/jdk-11.0.2/` Loading
pkg/arch/PKGBUILD +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.13.1 pkgver=0.13.2 pkgrel=4 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') Loading
snap/snapcraft.yaml +1 −1 Original line number Diff line number Diff line name: easy-installer version: 'v0.13.1-beta' version: 'v0.13.2-beta' 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 Loading
src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import java.nio.file.Paths; */ public abstract class AppConstants { public final static String APP_VERSION = "v0.13.1-beta"; public final static String APP_VERSION = "v0.13.2-beta"; 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
windows-installer-mui.nsi +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ #-------------------------------- RequestExecutionLevel admin #if 'user' then it can't install in C:\Program files !define MUI_ICON "buildSrc/windows/easy-installer.ico" !define appVersion "v0.13.1-beta" !define appVersion "v0.13.2-beta" Name "Easy-installer ${appVersion}" # define installation directory InstallDir "$PROGRAMFILES64\easy-installer" Loading