mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update DoliDroid for Dolibarr ERP CRM to v3 (Build 54)
This commit is contained in:
parent
b156fd6256
commit
8a05ccaffa
1 changed files with 19 additions and 7 deletions
|
|
@ -2,14 +2,14 @@ Categories:
|
|||
- Internet
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://wiki.dolibarr.org/index.php/Application_Android_-_DoliDroid
|
||||
SourceCode: https://github.com/eldy/dolidroid
|
||||
IssueTracker: https://github.com/eldy/dolidroid/issues
|
||||
SourceCode: https://github.com/DoliCloud/dolidroid
|
||||
IssueTracker: https://github.com/DoliCloud/dolidroid/issues
|
||||
Translation: https://www.transifex.com/dolibarr-association/dolidroid/
|
||||
Changelog: https://github.com/eldy/dolidroid/blob/develop/ChangeLog
|
||||
Changelog: https://github.com/DoliCloud/dolidroid/blob/develop/ChangeLog
|
||||
|
||||
Name: DoliDroid
|
||||
Description: |-
|
||||
Use <a href="https://www.dolibarr.org/">Dolibarr ERP & CRM</a> from your device.
|
||||
Use Dolibarr ERP & CRM (https://www.dolibarr.org/) from your device.
|
||||
|
||||
This application is not a standalone program. It is a front end client to use
|
||||
your online hosted instance of Dolibarr ERP & CRM software (Open-source web
|
||||
|
|
@ -24,13 +24,13 @@ Description: |-
|
|||
* A lot of other enhancement make usability of your Dolibarr from a smartphone better like:
|
||||
* Save spaces of the menus bars by replacing the menu with a button always visible to choose your meny entry more friendly.
|
||||
* Provide a button, always available, to make a quick search on any item.
|
||||
* All visible date use year on 2 chars instead of 4 to save you space.
|
||||
* When the popup calendar is opened, the keyword is no more opened if not required like it is on a common browser (Dolibarr v7 required).
|
||||
* All visible dates use year on 2 chars instead of 4 to save you space.
|
||||
* When the popup calendar is opened, the keyword is no more opened if not required, like it is on a common browser (Dolibarr v7 required).
|
||||
* Components that provide help information on mouse hover are hidden to save space (they are useless without a mouse).
|
||||
* A lot of other not useful information are hidden.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/eldy/dolidroid.git
|
||||
Repo: https://github.com/DoliCloud/dolidroid.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.6'
|
||||
|
|
@ -100,6 +100,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: DoliDroid Pro 3.0
|
||||
versionCode: 54
|
||||
commit: 5b00a61006e75a6a9cc6f14c7d2fb745ebdc230c
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
forceversion: true
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: DoliDroid Pro 3.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue