mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 11:11:45 +00:00
use fastlane description; also changed the repo to allow autoupdates
(switched to static version code and name)
This commit is contained in:
parent
06b99493a2
commit
c767568dc9
1 changed files with 13 additions and 17 deletions
|
|
@ -2,22 +2,13 @@ Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
- Theming
|
- Theming
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Maximilian Salomon
|
||||||
|
AuthorEmail: msal.coding@gmail.com
|
||||||
SourceCode: https://github.com/sal0max/muzei-nationalgeographic
|
SourceCode: https://github.com/sal0max/muzei-nationalgeographic
|
||||||
IssueTracker: https://github.com/sal0max/muzei-nationalgeographic/issues
|
IssueTracker: https://github.com/sal0max/muzei-nationalgeographic/issues
|
||||||
|
Changelog: https://github.com/sal0max/muzei-nationalgeographic/releases
|
||||||
|
|
||||||
AutoName: National Geographic for Muzei
|
AutoName: National Geographic for Muzei
|
||||||
Description: |-
|
|
||||||
The National Geographic photo of the day for https://f-droid.org/packages/net.nurik.roman.muzei.
|
|
||||||
|
|
||||||
'''Features:'''
|
|
||||||
|
|
||||||
* Toggle between having always the newest photo of the day and showing random wallpapers.
|
|
||||||
* Set your custom refresh interval.
|
|
||||||
* To reduce mobile data usage you can chose to only update on Wi-Fi.
|
|
||||||
* Read the entire photo description of the current photo within the app.
|
|
||||||
* Share your current photo with the world.
|
|
||||||
|
|
||||||
Note: You must have https://f-droid.org/packages/net.nurik.roman.muzei installed to use this plugin.
|
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/sal0max/muzei-nationalgeographic.git
|
Repo: https://github.com/sal0max/muzei-nationalgeographic.git
|
||||||
|
|
@ -58,9 +49,14 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
MaintainerNotes: Cannot use AUM/UCM because version code and version name are dynamic.
|
- versionName: 2.3.0
|
||||||
|
versionCode: 20300
|
||||||
|
commit: 2.3.0
|
||||||
|
subdir: muzei-nationalgeographic
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: Tags \d+\.\d+\.\d+
|
||||||
CurrentVersion: 2 (2.1.1)
|
CurrentVersion: 2.3.0
|
||||||
CurrentVersionCode: 20101
|
CurrentVersionCode: 20300
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue