Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PDF Reader 2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
PDF Reader 2
Commits
9c1761b8
Commit
9c1761b8
authored
Oct 30, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.....
parent
b372b182
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
3 deletions
+28
-3
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+10
-0
AAADumentFragment.kt
.../java/com/base/pdfreader2/trtgr/main/AAADumentFragment.kt
+6
-3
file_paths.xml
app/src/main/res/xml/file_paths.xml
+12
-0
No files found.
app/src/main/AndroidManifest.xml
View file @
9c1761b8
...
...
@@ -190,6 +190,16 @@
</intent-filter>
</receiver>
<provider
android:name=
"androidx.core.content.FileProvider"
android:authorities=
"${applicationId}.provider"
android:exported=
"false"
android:grantUriPermissions=
"true"
>
<meta-data
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:resource=
"@xml/file_paths"
/>
</provider>
<meta-data
android:name=
"com.google.android.gms.ads.APPLICATION_ID"
android:value=
"ca-app-pub-3838048042416287~2725136264"
/>
...
...
app/src/main/java/com/base/pdfreader2/trtgr/main/AAADumentFragment.kt
View file @
9c1761b8
...
...
@@ -222,12 +222,15 @@ class AAADumentFragment() : Baragment<FragmentUmentBinding>() {
}
fun
getSelectItems
():
List
<
DocumeewewntBean
>
{
return
adapter
.
items
.
filter
{
it
.
isSelect
}
if
(
isInitialized
)
{
return
adapter
.
items
.
filter
{
it
.
isSelect
}
}
return
listOf
()
}
fun
removeList
(
list
:
List
<
DocumeewewntBean
>)
{
list
.
forEach
{
adapter
.
remove
(
it
)
if
(
isInitialized
)
{
list
.
forEach
{
adapter
.
remove
(
it
)
}
}
}
...
...
app/src/main/res/xml/file_paths.xml
0 → 100644
View file @
9c1761b8
<?xml version="1.0" encoding="utf-8"?>
<paths
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<cache-path
name=
"cache_files"
path=
"."
/>
<external-path
name=
"extern_files"
path=
"."
/>
<files-path
name=
"files"
path=
"."
/>
</paths>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment