79 lines
2.6 KiB
YAML
79 lines
2.6 KiB
YAML
Categories:
|
|
- Connectivity
|
|
- Multimedia
|
|
License: LGPL-3.0-only
|
|
WebSite: https://benoitduffez.github.io/AndroidCupsPrint/
|
|
SourceCode: https://github.com/BenoitDuffez/AndroidCupsPrint/tree/fdroid
|
|
IssueTracker: https://github.com/BenoitDuffez/AndroidCupsPrint/issues
|
|
|
|
AutoName: Android CUPS Print
|
|
Description: |-
|
|
This app provides a Print Service to Android. This means that once it's
|
|
installed, you need to enable it in the 'Print' section of the settings app.
|
|
Once the service is enabled, printers are automatically discovered using the
|
|
mDNS protocol. You can print anything you want from any app, as long as the
|
|
print service is enabled.
|
|
|
|
Of course, printing document is an important matter. Because your documents are
|
|
your most private information, you don't want anybody to have access to this
|
|
information. This is why this app is completely open sourced and free to use,
|
|
modify and redistribute.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/BenoitDuffez/AndroidCupsPrint
|
|
|
|
Builds:
|
|
- versionName: '1.2'
|
|
versionCode: 4
|
|
commit: ae2f04270c374c89cad312446cee68bd97c99a8f
|
|
|
|
- versionName: 1.3.0b2
|
|
versionCode: 6
|
|
commit: 96e38fb885a1a5114a10afd6964974d14688271f
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild:
|
|
- sed -i -e '/Crashlytics/d' -e '/Fabric/d' src/main/java/io/github/benoitduffez/cupsprint/{,printservice,ssl}/*.java
|
|
- sed -i -e '/fabric/d' -e '/crashlytics/,+2d' build.gradle
|
|
- sed -i -e '/fabric/d' ../build.gradle
|
|
|
|
- versionName: 1.3.0
|
|
versionCode: 7
|
|
disable: still references crashlytics
|
|
commit: 931010a366f5114a3b538f3db26287640ffed356
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild:
|
|
- echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation'
|
|
} }" >> build.gradle
|
|
- sed -i -e '/fabric/d' build.gradle
|
|
|
|
- versionName: 1.3.1
|
|
versionCode: 8
|
|
commit: aaa15bb23fb78078b8900028d5ee51bc53545d39
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild:
|
|
- echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation'
|
|
} }" >> build.gradle
|
|
- sed -i -e '/fabric/d' build.gradle
|
|
|
|
- versionName: 1.4.0
|
|
versionCode: 9
|
|
commit: 4fa4dc96d3135290209a1ab289fd6f70d2c55219
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild:
|
|
- echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation'
|
|
} }" >> build.gradle
|
|
- sed -i -e '/fabric/d' build.gradle
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest/fdroid
|
|
CurrentVersion: 1.4.0
|
|
CurrentVersionCode: 9
|