mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
New appID: Filester
This commit is contained in:
parent
d1f1acaf9d
commit
33251f625e
2 changed files with 49 additions and 3 deletions
34
metadata/com.roozbehzarei.filester.yml
Normal file
34
metadata/com.roozbehzarei.filester.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Roozbeh Zarei
|
||||
AuthorEmail: roozbehzarei@proton.me
|
||||
SourceCode: https://github.com/roozbehzarei/filester
|
||||
IssueTracker: https://github.com/roozbehzarei/filester/issues
|
||||
Changelog: https://github.com/roozbehzarei/filester/releases
|
||||
Donate: https://github.com/roozbehzarei/filester
|
||||
Bitcoin: bc1qwd7nufaddhvyzvtxllf3w7s9mypfwpg70uh3v9
|
||||
|
||||
AutoName: Filester
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/roozbehzarei/filester.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.0.1
|
||||
versionCode: 3
|
||||
commit: 6e22e3f944b00e20781bbf99050bd1bf34aaabb0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 3
|
||||
|
|
@ -11,9 +11,21 @@ Changelog: https://github.com/rouzbehzarei/filester/releases
|
|||
Donate: https://github.com/rouzbehzarei/filester
|
||||
|
||||
AutoName: Filester
|
||||
Summary: A simple file uploader
|
||||
Description: |-
|
||||
NOTE: This app is no longer developed, please use the new version: https://f-droid.org/packages/com.roozbehzarei.filester/
|
||||
|
||||
Filester lets you share files with everyone, everywhere, whenever you want! Imagine a cloud storage app that doesn't show ads, collect your data nor require creating an account! With Filester, you're always one click away from uploading infinite huge files to the internet and share them with the world.
|
||||
|
||||
Features
|
||||
* Free for use
|
||||
* No-logs policy
|
||||
* All formats supported
|
||||
* No size limitations
|
||||
* Runs on Android 5.0 and later
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/rouzbehzarei/filester
|
||||
Repo: https://github.com/rouzbehzarei/filester.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
|
|
@ -27,7 +39,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue