From efc3a90d12c1d33220becf392f276f62d31c9496 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 22 Sep 2023 10:40:56 +0200 Subject: [PATCH] the autofillHints is now removed so you see the linebreaks close #21 removed read stuff close #22 --- app/build.gradle | 4 +- app/src/main/AndroidManifest.xml | 4 +- .../amarradi/leafpad/NoteReadActivity.java | 34 --------------- app/src/main/res/layout/activity_read.xml | 21 --------- app/src/main/res/layout/content_note_edit.xml | 1 - app/src/main/res/layout/read_note.xml | 43 ------------------- 6 files changed, 3 insertions(+), 104 deletions(-) delete mode 100644 app/src/main/java/com/git/amarradi/leafpad/NoteReadActivity.java delete mode 100644 app/src/main/res/layout/activity_read.xml delete mode 100644 app/src/main/res/layout/read_note.xml diff --git a/app/build.gradle b/app/build.gradle index 1c2b8a3..72aed87 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.git.amarradi.leafpad" minSdkVersion 21 targetSdkVersion 33 - versionCode 8 - versionName "1.7" + versionCode 9 + versionName "1.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" //version types: alpha, beta, r diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ffbbc16..06cb70a 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,9 +10,7 @@ android:supportsRtl="true" android:theme="@style/AppTheme"> - + - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/content_note_edit.xml b/app/src/main/res/layout/content_note_edit.xml index 022957c..d87508a 100755 --- a/app/src/main/res/layout/content_note_edit.xml +++ b/app/src/main/res/layout/content_note_edit.xml @@ -22,7 +22,6 @@ android:hint="@string/body_hint" android:autofillHints="@string/body_hint" android:scrollbars="vertical" - android:inputType="text" /> diff --git a/app/src/main/res/layout/read_note.xml b/app/src/main/res/layout/read_note.xml deleted file mode 100644 index 757ec50..0000000 --- a/app/src/main/res/layout/read_note.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - \ No newline at end of file