Skip to content

Commit

Permalink
Solved issues #785 and #807
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Jun 26, 2017
1 parent e4f4880 commit 89774c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog (English)
2.0.2
Fixed an architecture emulation via binfmt_misc
Fixed Arch Linux bootstrap (+libnghttp2, -xorg-utils)
Fixed issue of launching Xfce and Mate (issue #807)
Added file system check (issue #785)

2.0.1
Expand Down Expand Up @@ -371,6 +372,7 @@ Updated list packages of base system installation
2.0.2
Исправлена проблема с эмуляцией архитектуры через binfmt_misc
Исправлен установщик Arch Linux (+libnghttp2, -xorg-utils)
Исправлена проблема запуска Xfce и Mate (тикет #807)
Добавлена проверка файловой системы (тикет #785)

2.0.1
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
buildToolsVersion '26.0.0'

defaultConfig {
applicationId 'ru.meefik.linuxdeploy'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<string name="summary_mounts_editor_preference">Bearbeite die Mountliste</string>
<string name="summary_dns_preference">Automatische Erkennung</string>
<string name="summary_is_mounts_preference">Erlaube das mount der Android resources</string>
<string name="dialog_title_target_path_preference">Installations Pfat</string>
<string name="dialog_title_target_path_preference">Installations Pfad</string>
<string name="dialog_title_source_path_preference">Quellpfad</string>
<string name="dialog_title_desktop_preference">Desktop Oberfläche</string>
<string name="dialog_title_distrib_preference">Distribution</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<string name="fb_freeze" translatable="false">none</string>

<!-- Debian -->
<string name="debian_suite" translatable="false">jessie</string>
<string name="debian_suite" translatable="false">stretch</string>
<!-- arm -->
<string name="arm_debian_source_path" translatable="false">http://ftp.debian.org/debian/</string>
<string name="arm_debian_arch" translatable="false">armhf</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 89774c6

Please sign in to comment.