From 5425272ac5e0235e7ba416352505b671e0c04f0e Mon Sep 17 00:00:00 2001 From: meefik Date: Fri, 2 Aug 2019 21:43:02 +0300 Subject: [PATCH] Release 2.3.1 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- app/build.gradle | 8 ++++---- app/src/main/AndroidManifest.xml | 12 +++++------ .../ru/meefik/linuxdeploy/MainActivity.java | 20 +++++++++++++++++++ .../meefik/linuxdeploy/NetworkReceiver.java | 2 ++ .../java/ru/meefik/linuxdeploy/PrefStore.java | 2 +- .../meefik/linuxdeploy/SettingsActivity.java | 9 --------- app/src/main/res/values/arrays.xml | 5 +++-- app/src/main/res/values/preferences.xml | 4 ++-- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 12 files changed, 49 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac54d59..41867d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.3.1] - 2019-07-29 +### Added +- Added support Debian 10 (buster). + +### Fixed +- Problem with network trigger on Android 7+. + ## [2.3.0] - 2019-03-02 ### Changed - Code refactoring and migrated to AndroidX (issue #1058) diff --git a/README.md b/README.md index 482cea77..99b1e339 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Copyright (C) 2012-2019 Anton Skshidlevsky, [GPLv3](https://github.com/meefik/l This application is open source software for quick and easy installation of the operating system (OS) GNU/Linux on your Android device. -The application creates a disk image or a dictory on a flash card or uses a partition or RAM, mounts it and installs an OS distribution. Applications of the new system are run in a chroot environment and working together with the Android platform. All changes made on the device are reversible, i.e. the application and components can be removed completely. Installation of a distribution is done by downloading files from official mirrors online over the internet. The application can run better with superuser rights (ROOT). +The application creates a disk image or a dictory on a flash card or uses a partition or RAM, mounts it and installs an OS distribution. Applications of the new system are run in a chroot environment and working together with the Android platform. All changes made on the device are reversible, i.e. the application and components can be removed completely. Installation of a distribution is done by downloading files from official mirrors online over the internet. The application can run better with superuser rights (root). The program supports multi language interface. You can manage the process of installing the OS, and after installation, you can start and stop services of the new system (there is support for running your scripts) through the UI. The installation process is reported as text in the main application window. During the installation, the program will adjust the environment, which includes the base system, SSH server, VNC server and desktop environment. The program interface can also manage SSH and VNC settings. @@ -65,5 +65,5 @@ Source code: Donations: -- E-Money: +- E-Money: - Google Play: diff --git a/app/build.gradle b/app/build.gradle index 3bb56d98..3afe265c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId 'ru.meefik.linuxdeploy' minSdkVersion 15 targetSdkVersion 28 - versionCode 245 - versionName "2.3.0" + versionCode 246 + versionName "2.3.1" } buildTypes { release { @@ -28,8 +28,8 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.1.0-alpha02' - implementation 'com.google.android.material:material:1.1.0-alpha03' + implementation 'com.google.android.material:material:1.0.0' + implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.browser:browser:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 582c18cf..df6b9f8e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,6 +13,7 @@ - + - - - + oldstable stable testing unstable - wheezy jessie stretch + buster armel @@ -309,7 +310,7 @@ armel armhf - arm64 + arm64 i386 amd64 diff --git a/app/src/main/res/values/preferences.xml b/app/src/main/res/values/preferences.xml index 8a051897..6d46094c 100644 --- a/app/src/main/res/values/preferences.xml +++ b/app/src/main/res/values/preferences.xml @@ -85,7 +85,7 @@ none - stretch + buster http://ftp.debian.org/debian/ armhf @@ -94,7 +94,7 @@ i386 - xenial + bionic http://ports.ubuntu.com/ armhf diff --git a/build.gradle b/build.gradle index a1526b9d..c5c31db0 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.1' + classpath 'com.android.tools.build:gradle:3.4.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 03593d8d..60dff8f1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Feb 07 11:52:50 CST 2019 +#Tue Jun 18 22:22:14 MSK 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip