Skip to content

Commit 80c94ad

Browse files
committed
dev commut
1 parent e257d2f commit 80c94ad

9 files changed

Lines changed: 70 additions & 69 deletions

File tree

TextViewerModule/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ publishing {
108108
create<MavenPublication>("maven") {
109109
groupId = "com.github.BharathVishal"
110110
artifactId = "TextFileViewerAndroid"
111-
version = "1.3.7"
111+
version = "1.3.8"
112112

113113
afterEvaluate {
114114
from(components["release"])

TextViewerModule/build/intermediates/incremental/release/mergeReleaseResources/compile-file-map.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Sun Jun 30 15:16:56 IST 2024
1+
#Sun Jun 30 15:26:31 IST 2024
22
com.bharathvishal.textfileviewer.textviewermodule-appcompat-1.7.0-59\:/anim/abc_fade_in.xml=/Users/vishal/Documents/GitHub/TextFileViewer-for-Android/textviewermodule/build/intermediates/merged_res/release/mergeReleaseResources/anim/abc_fade_in.xml
33
com.bharathvishal.textfileviewer.textviewermodule-appcompat-1.7.0-59\:/anim/abc_fade_out.xml=/Users/vishal/Documents/GitHub/TextFileViewer-for-Android/textviewermodule/build/intermediates/merged_res/release/mergeReleaseResources/anim/abc_fade_out.xml
44
com.bharathvishal.textfileviewer.textviewermodule-appcompat-1.7.0-59\:/anim/abc_grow_fade_in_from_bottom.xml=/Users/vishal/Documents/GitHub/TextFileViewer-for-Android/textviewermodule/build/intermediates/merged_res/release/mergeReleaseResources/anim/abc_grow_fade_in_from_bottom.xml

TextViewerModule/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Sun Jun 30 15:16:55 IST 2024
1+
#Sun Jun 30 15:26:30 IST 2024
22
com.bharathvishal.textfileviewer.textviewermodule-main-5\:/drawable-v24/ic_launcher_foreground.xml=/Users/vishal/Documents/GitHub/TextFileViewer-for-Android/textviewermodule/build/intermediates/packaged_res/release/packageReleaseResources/drawable-v24/ic_launcher_foreground.xml
33
com.bharathvishal.textfileviewer.textviewermodule-main-5\:/drawable/ic_launcher_background.xml=/Users/vishal/Documents/GitHub/TextFileViewer-for-Android/textviewermodule/build/intermediates/packaged_res/release/packageReleaseResources/drawable/ic_launcher_background.xml
44
com.bharathvishal.textfileviewer.textviewermodule-main-5\:/mipmap-anydpi-v26/ic_launcher.xml=/Users/vishal/Documents/GitHub/TextFileViewer-for-Android/textviewermodule/build/intermediates/packaged_res/release/packageReleaseResources/mipmap-anydpi-v26/ic_launcher.xml
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
1-
com.bharathvishal.textfileviewer.R$mipmap
1+
com.bharathvishal.textfileviewer.R$color
2+
com.bharathvishal.textfileviewer.Activities.ExampleActivityKotlinCompose
3+
com.bharathvishal.textfileviewer.R$xml
4+
com.bharathvishal.textfileviewer.R
25
com.bharathvishal.textfileviewer.Activities.ExampleActivityJava
3-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule
4-
com.bharathvishal.textfileviewer.Activities.TextViewMainActivity
5-
com.bharathvishal.textfileviewer.R$drawable
6-
com.bharathvishal.textfileviewer.R$string
76
com.bharathvishal.textfileviewer.R$style
8-
com.bharathvishal.textfileviewer.R$xml
7+
com.bharathvishal.textfileviewer.R$drawable
98
com.bharathvishal.textfileviewer.R$dimen
10-
com.bharathvishal.textfileviewer.R
9+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule
10+
com.bharathvishal.textfileviewer.R$string
11+
com.bharathvishal.textfileviewer.R$mipmap
1112
com.bharathvishal.textfileviewer.Constants.Constants
13+
com.bharathvishal.textfileviewer.Activities.TextViewMainActivity
1214
com.bharathvishal.textfileviewer.R$layout
13-
com.bharathvishal.textfileviewer.Activities.ExampleActivityKotlinCompose
14-
com.bharathvishal.textfileviewer.R$color
15-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String FILE_SHOULD_SHOW_LINE_NUMBER
1615
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String FILE_PATH_URI_FROM_BUNDLE
17-
com.bharathvishal.textfileviewer.R$xml: int backup_rules
18-
com.bharathvishal.textfileviewer.R$color: int teal_700
19-
com.bharathvishal.textfileviewer.R$string: int title_activity_sample
20-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SHOULD_OPEN_TEXT_FILE_SELECTOR
21-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_SHOW_LINE_LENGTH_SETTING
22-
com.bharathvishal.textfileviewer.R$mipmap: int ic_launcher_round
2316
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: java.lang.String filePath
24-
com.bharathvishal.textfileviewer.R$style: int Theme_TextViewerAndroid_PopupOverlay
25-
com.bharathvishal.textfileviewer.R$style: int Theme_TextViewerAndroid_NoActionBar
26-
com.bharathvishal.textfileviewer.R$mipmap: int ic_launcher
27-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_FILE_PATH_LOCATION
28-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: int $stable
29-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: boolean shouldShowLineNumber
30-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_SHOW_LINE_NUMBER_SETTING
31-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_SCROLL_RC_SETTING
32-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: boolean shouldOpenFileChooserIntent
17+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: android.content.Context mContext
3318
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: boolean isFileUri
34-
com.bharathvishal.textfileviewer.R$string: int second_fragment_label
35-
com.bharathvishal.textfileviewer.R$color: int black
36-
com.bharathvishal.textfileviewer.R$string: int first_fragment_label
37-
com.bharathvishal.textfileviewer.Constants.Constants: com.bharathvishal.textfileviewer.Constants.Constants INSTANCE
38-
com.bharathvishal.textfileviewer.R$xml: int providerpaths
39-
com.bharathvishal.textfileviewer.R$color: int purple_200
40-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SYMBOL_HYPHEN
19+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: boolean shouldShowLineLength
4120
com.bharathvishal.textfileviewer.R$color: int purple_500
42-
com.bharathvishal.textfileviewer.R$string: int previous
4321
com.bharathvishal.textfileviewer.R$color: int white
44-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: boolean isDeviceWearable
45-
com.bharathvishal.textfileviewer.R$string: int next
4622
com.bharathvishal.textfileviewer.R$color: int teal_200
47-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: android.content.Context mContext
48-
com.bharathvishal.textfileviewer.R$color: int purple_700
23+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: boolean isDeviceWearable
24+
com.bharathvishal.textfileviewer.Constants.Constants: int $stable
25+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: boolean shouldOpenFileChooserIntent
4926
com.bharathvishal.textfileviewer.R$style: int Theme_TextViewerAndroid_AppBarOverlay
50-
com.bharathvishal.textfileviewer.R$layout: int mainlayout
51-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_FILE_NAME
52-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_FILE_URI_LOCATION
53-
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String FILE_SHOULD_SHOW_LINE_LENGTH
5427
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String FILE_PATH_FILE_FROM_BUNDLE
55-
com.bharathvishal.textfileviewer.R$drawable: int ic_launcher_background
56-
com.bharathvishal.textfileviewer.R$style: int Theme_TextViewerAndroid
57-
com.bharathvishal.textfileviewer.Constants.Constants: int $stable
28+
com.bharathvishal.textfileviewer.R$color: int purple_200
29+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_FILE_PATH_LOCATION
30+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SHOULD_OPEN_TEXT_FILE_SELECTOR
5831
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String FILE_PATH_TYPE_URI
59-
com.bharathvishal.textfileviewer.R$dimen: int fab_margin
6032
com.bharathvishal.textfileviewer.R$drawable: int ic_launcher_foreground
33+
com.bharathvishal.textfileviewer.R$color: int purple_700
34+
com.bharathvishal.textfileviewer.R$layout: int mainlayout
35+
com.bharathvishal.textfileviewer.R$xml: int backup_rules
36+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_SCROLL_RC_SETTING
37+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: boolean shouldShowLineNumber
38+
com.bharathvishal.textfileviewer.R$style: int Theme_TextViewerAndroid_NoActionBar
6139
com.bharathvishal.textfileviewer.R$string: int app_name
62-
com.bharathvishal.textfileviewer.R$style: int Base_Theme_TextViewerAndroid
63-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: boolean shouldShowLineLength
64-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: android.net.Uri fileUri
40+
com.bharathvishal.textfileviewer.R$color: int teal_700
41+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_SHOW_LINE_LENGTH_SETTING
42+
com.bharathvishal.textfileviewer.R$style: int Theme_TextViewerAndroid_PopupOverlay
43+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: int $stable
44+
com.bharathvishal.textfileviewer.R$string: int first_fragment_label
45+
com.bharathvishal.textfileviewer.R$color: int black
6546
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String STRING_EMPTY
66-
com.bharathvishal.textfileviewer.Activities.TextViewMainActivity: TextViewMainActivity()
47+
com.bharathvishal.textfileviewer.R$string: int second_fragment_label
48+
com.bharathvishal.textfileviewer.R$mipmap: int ic_launcher_round
49+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String FILE_SHOULD_SHOW_LINE_LENGTH
50+
com.bharathvishal.textfileviewer.R$string: int next
51+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: android.net.Uri fileUri
52+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_SHOW_LINE_NUMBER_SETTING
53+
com.bharathvishal.textfileviewer.R$style: int Theme_TextViewerAndroid
54+
com.bharathvishal.textfileviewer.R$mipmap: int ic_launcher
55+
com.bharathvishal.textfileviewer.Constants.Constants: com.bharathvishal.textfileviewer.Constants.Constants INSTANCE
56+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_FILE_URI_LOCATION
57+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String FILE_SHOULD_SHOW_LINE_NUMBER
58+
com.bharathvishal.textfileviewer.R$drawable: int ic_launcher_background
59+
com.bharathvishal.textfileviewer.R$string: int previous
60+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SYMBOL_HYPHEN
61+
com.bharathvishal.textfileviewer.R$xml: int providerpaths
62+
com.bharathvishal.textfileviewer.R$dimen: int fab_margin
63+
com.bharathvishal.textfileviewer.R$string: int title_activity_sample
64+
com.bharathvishal.textfileviewer.Constants.Constants: java.lang.String SAVED_INSTANCE_FILE_NAME
65+
com.bharathvishal.textfileviewer.R$style: int Base_Theme_TextViewerAndroid
66+
com.bharathvishal.textfileviewer.R$dimen: R$dimen()
67+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule shouldOpenFileChooserIntent()
68+
com.bharathvishal.textfileviewer.R$color: R$color()
6769
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule setFileUri(android.net.Uri)
68-
com.bharathvishal.textfileviewer.Activities.ExampleActivityJava: ExampleActivityJava()
69-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule setContext(android.content.Context)
7070
com.bharathvishal.textfileviewer.R$drawable: R$drawable()
71+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule setDeviceisWearable(boolean)
72+
com.bharathvishal.textfileviewer.R$style: R$style()
73+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule setContext(android.content.Context)
74+
com.bharathvishal.textfileviewer.R$xml: R$xml()
7175
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: TextReaderModule()
72-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: void launchTextViewer()
73-
com.bharathvishal.textfileviewer.Activities.ExampleActivityKotlinCompose: ExampleActivityKotlinCompose()
74-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule useFilePath()
75-
com.bharathvishal.textfileviewer.R$color: R$color()
76-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule shouldShowLineLength(boolean)
76+
com.bharathvishal.textfileviewer.R$mipmap: R$mipmap()
77+
com.bharathvishal.textfileviewer.Activities.TextViewMainActivity: TextViewMainActivity()
78+
com.bharathvishal.textfileviewer.R$string: R$string()
79+
com.bharathvishal.textfileviewer.Constants.Constants: Constants()
7780
com.bharathvishal.textfileviewer.R$layout: R$layout()
78-
com.bharathvishal.textfileviewer.R: R()
7981
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule shouldShowLineNumber(boolean)
80-
com.bharathvishal.textfileviewer.R$dimen: R$dimen()
81-
com.bharathvishal.textfileviewer.R$string: R$string()
82+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule useFilePath()
83+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule shouldShowLineLength(boolean)
8284
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule setFilePath(java.lang.String)
83-
com.bharathvishal.textfileviewer.Constants.Constants: Constants()
84-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: void launchTextViewerWithFileChooser()
85-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule setDeviceisWearable(boolean)
86-
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule shouldOpenFileChooserIntent()
85+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: void launchTextViewer()
8786
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: com.bharathvishal.textfileviewer.MainComponent.TextReaderModule useFileUri()
88-
com.bharathvishal.textfileviewer.R$style: R$style()
89-
com.bharathvishal.textfileviewer.R$xml: R$xml()
90-
com.bharathvishal.textfileviewer.R$mipmap: R$mipmap()
87+
com.bharathvishal.textfileviewer.Activities.ExampleActivityKotlinCompose: ExampleActivityKotlinCompose()
88+
com.bharathvishal.textfileviewer.Activities.ExampleActivityJava: ExampleActivityJava()
89+
com.bharathvishal.textfileviewer.R: R()
90+
com.bharathvishal.textfileviewer.MainComponent.TextReaderModule: void launchTextViewerWithFileChooser()

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ plugins {
2020
alias(libs.plugins.android.library) apply false
2121
alias(libs.plugins.jetbrains.kotlin.android) apply false
2222
alias(libs.plugins.compose.compiler) apply false
23+
id("maven-publish")
2324
}

0 commit comments

Comments
 (0)