Merge branch 'master' into 'master'

Add info.tangential.task 0.0.4 (4)

See merge request fdroid/fdroiddata!8436
This commit is contained in:
Izzy 2021-02-28 01:00:33 +00:00
commit b301557ea2
2 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,45 @@
Categories:
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/bradyt/taskw-dart
IssueTracker: https://github.com/bradyt/taskw-dart/issues
Changelog: https://github.com/bradyt/taskw-dart/blob/HEAD/task/CHANGELOG.md
Name: task add
AutoName: task
Description: |
Todo app inspired by Taskwarrior and TaskwarriorC2.
Add, edit, list, sync tasks.
Future version may have option to import/export tasks/profile.
RepoType: git
Repo: https://github.com/bradyt/taskw-dart
Builds:
- versionName: 0.0.4
versionCode: 4
commit: v0.0.4
subdir: task
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@1.22.6
rm:
- task/integration_test
- task/ios
- task/macos
- task/test
- task/test_driver
- task/tools
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
UpdateCheckData: "https://raw.githubusercontent.com/bradyt/taskw-dart/main/task/android/app/build.gradle|def\
\ flutterVersionCode = '(.+)'|https://raw.githubusercontent.com/bradyt/taskw-dart/main/task/pubspec.yaml|version:\
\ (.+)\\+"
CurrentVersion: 0.0.4
CurrentVersionCode: 4

View file

@ -0,0 +1 @@
Inspired by Taskwarrior and TaskwarriorC2