mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Add: open2share
This commit is contained in:
parent
c38f757b18
commit
25f4cc14f4
1 changed files with 47 additions and 0 deletions
47
metadata/top.linesoft.open2share.yml
Normal file
47
metadata/top.linesoft.open2share.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Security
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: 双霖
|
||||
AuthorEmail: l@linesoft.top
|
||||
AuthorWebSite: https://www.linesoft.top
|
||||
SourceCode: https://github.com/linesoft2/open2share
|
||||
IssueTracker: https://github.com/linesoft2/open2share/issues
|
||||
|
||||
AutoName: open2share
|
||||
Summary: Enable sharing files from every app (like WeChat)
|
||||
Description: |
|
||||
Open2share converts open file Intent (ACTION_VIEW) to share file Intent (ACTION_SEND).
|
||||
|
||||
Some bloatware (such as WeChat) don't provide built-in system share integration. This app workarounds such limitation.
|
||||
|
||||
<b>Usage</b>
|
||||
Select "Convert to share" when opening the file, and then share it.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/linesoft2/open2share
|
||||
|
||||
Builds:
|
||||
- versionName: '1.4'
|
||||
versionCode: 5
|
||||
commit: 52f228fcc3d4ae247e13665f1035c7c5a745e536
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.5'
|
||||
versionCode: 6
|
||||
commit: d7f0a734e1588f8e083927443f73bbc051c34967
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
MaintainerNotes: Upstream does not respond. Instead of them, you may find @proletarius101
|
||||
if there are questions/issues on our side.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.5'
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue