Skip to content

Commit f9dcfd2

Browse files
committed
Update MobileUI and MobileSharing
1 parent 147cd96 commit f9dcfd2

39 files changed

Lines changed: 2869 additions & 2582 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ asset_catalog_compiler.Info.plist
3333
assets/ios/ios_signature.pri
3434
assets/macos/macos_signature.pri
3535

36+
# MobileSharing module resources (from thirdparty/MobileSharing/android/)
37+
assets/android/src/io/emeric/mobilesharing/QShareActivity.java
38+
assets/android/src/io/emeric/mobilesharing/QShareUtils.java
39+
3640
# Others
3741
stash/*
3842
.DS_Store
Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
FileProvider path for MobileSharing cache directory.
4+
These paths reference the app's own sandbox directories only.
5+
6+
Other paths can be used, for instance:
7+
<files-path name="files" path="." />
8+
<cache-path name="cache" path="." />
9+
<external-files-path name="external_files" path="." />
10+
<external-cache-path name="external_cache" path="." />
11+
-->
212
<paths>
3-
<external-path
4-
name="external"
5-
path="." />
6-
<external-files-path
7-
name="external_files"
8-
path="." />
9-
<cache-path
10-
name="cache"
11-
path="." />
12-
<external-cache-path
13-
name="external_cache"
14-
path="." />
15-
<files-path
16-
name="files"
17-
path="." />
18-
<files-path
19-
name="export"
20-
path="export/" />
13+
<cache-path name="MobileSharing cache folder" path="MobileSharing/" />
2114
</paths>

assets/android/src/io/emeric/utils/QGpsUtils.java

Lines changed: 0 additions & 100 deletions
This file was deleted.

assets/android/src/io/emeric/utils/QSharePathResolver.java

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)