From e399a217e591eed120c9022818cfcbd683279d71 Mon Sep 17 00:00:00 2001 From: Vlad Mihalachi Date: Wed, 25 Mar 2015 14:47:22 +0100 Subject: [PATCH] Version 1.18.4 --- .idea/codeStyleSettings.xml | 269 ++++++++++-------- .idea/gradle.xml | 4 +- app-pro/src/main/AndroidManifest.xml | 1 - app/src/main/AndroidManifest.xml | 1 - build/intermediates/dex-cache/cache.xml | 60 ++-- libraries/sharedCode/build.gradle | 6 +- .../java/com/spazedog/lib/rootfw4/RootFW.java | 82 +++--- .../java/com/spazedog/lib/rootfw4/Shell.java | 96 ++++--- .../com/spazedog/lib/rootfw4/ShellStream.java | 21 +- .../spazedog/lib/rootfw4/containers/Data.java | 30 +- .../spazedog/lib/rootfw4/utils/Device.java | 34 +-- .../com/spazedog/lib/rootfw4/utils/File.java | 53 ++-- .../lib/rootfw4/utils/Filesystem.java | 28 +- .../spazedog/lib/rootfw4/utils/Memory.java | 38 +-- .../lib/rootfw4/utils/io/FileReader.java | 39 +-- .../turboeditor/activity/MainActivity.java | 21 +- .../turboeditor/adapter/AdapterDrawer.java | 6 +- .../dialogfragment/NewFileDetailsDialog.java | 2 +- .../dialogfragment/SaveFileDialog.java | 2 +- .../turboeditor/task/SaveFileTask.java | 25 +- .../sharedcode/turboeditor/util/GreatUri.java | 12 +- 21 files changed, 437 insertions(+), 393 deletions(-) diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index f0823bb..697ae50 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -44,125 +44,153 @@ - - - - xmlns:android - Namespace: - - - - - - - xmlns:.* - Namespace: - - - BY_NAME - - - - - .*:id - http://schemas.android.com/apk/res/android - - - - - - - .*:name - http://schemas.android.com/apk/res/android - - - - - - - name - ^$ - - - - - - - style - ^$ - - - - - - - .* - ^$ - - - BY_NAME - - - - - .*:layout_width - http://schemas.android.com/apk/res/android - - - - - - - .*:layout_height - http://schemas.android.com/apk/res/android - - - - - - - .*:layout_.* - http://schemas.android.com/apk/res/android - - - BY_NAME - - - - - .*:width - http://schemas.android.com/apk/res/android - - - BY_NAME - - - - - .*:height - http://schemas.android.com/apk/res/android - - - BY_NAME - - - - - .* - http://schemas.android.com/apk/res/android - - - BY_NAME - - - - - .* - .* - - - BY_NAME - +
+ + + + xmlns:android + Namespace: + + + +
+
+ + + + xmlns:.* + Namespace: + + + BY_NAME + +
+
+ + + + .*:id + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + ^$ + + + +
+
+ + + + style + ^$ + + + +
+
+ + + + .* + ^$ + + + BY_NAME + +
+
+ + + + .*:layout_width + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:layout_height + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:layout_.* + http://schemas.android.com/apk/res/android + + + BY_NAME + +
+
+ + + + .*:width + http://schemas.android.com/apk/res/android + + + BY_NAME + +
+
+ + + + .*:height + http://schemas.android.com/apk/res/android + + + BY_NAME + +
+
+ + + + .* + http://schemas.android.com/apk/res/android + + + BY_NAME + +
+
+ + + + .* + .* + + + BY_NAME + +
@@ -170,5 +198,4 @@